.bg-wrap {
	width: 100%;
	background: var(--background-product-aidoc-defualt, #f0f7fb);
}

#intro {
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(223, 238, 255, 1) 100%
	);
}

.intro-wrap {
	padding-top: 120px;
	padding-bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.main-title-wrap {
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.main-title-wrap .title-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.main-sub-title {
	color: var(--text-product-aidoc-headline, #06162a);
	text-align: center;
	position: relative;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

.main-title {
	text-align: center;
	position: relative;
	font-size: 48px;
	line-height: 67px;
	font-weight: 700;
}

.aidoc-title {
	color: var(--text-product-aidoc-headline, #06162a);
}

.aidoc-title .century {
	color: var(--text-brand-aidoc, #23a1ea);
	font-family: "Century Gothic Paneuropean", sans-serif;
}

.btn-download {
	border-radius: 25px;
	border-style: solid;
	border-color: var(--border-brand-aidoc-primary);
	border-width: 1px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 37px;
	margin-bottom: 35px;
}

.btn-download a {
	text-decoration: unset;
}

.btn-download .button-text {
	color: var(--text-brand-aidoc);
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	position: relative;
	padding: 12px 30px 12px 30px;
}

.aidoc-wrap {
	display: flex;
	flex-direction: row;
	gap: 23.75px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	width: 1320px;
	padding-top: 35px;
	padding-bottom: 20px;
}

@media (max-width: 1399px) {
	.aidoc-wrap {
		width: 100%;
		overflow-x: scroll;
		justify-content: flex-start;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: -10px;
		margin-right: -10px;
	}
}

.aidoc {
	background: var(--background-default-default, #ffffff);
	border-radius: 10px;
	flex-shrink: 0;
	width: 245px;
	height: 320px;
	position: relative;
	overflow: hidden;
	padding: 35px 0;
	cursor: pointer;
}

.aidoc:hover {
	outline: 1px solid var(--border-brand-aidoc-primary);
	box-shadow: 0 0 10px 0 rgba(34, 139, 251, 0.3);
}

.img {
	width: 100%;
	height: auto;
	object-fit: cover;
	position: absolute;
	bottom: 0;
}

.aidoc-text {
	color: var(--text-default-default, #3a3a3a);
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

.aidoc-sub-text {
	color: var(--text-default-defualt-light, #999999);
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}

.chapter-section {
	padding: 100px 0px 100px 0px;
}

#similar {
	background: var(--background-default-default, #ffffff);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.similar-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.similar-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.chapter {
	border-radius: 999px;
	padding: 4px 18px 4px 18px;
	margin-bottom: 14px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
}

#similar .chapter {
	background: var(--background-product-aidoc-subtitle-similar, #def5f6);
	color: var(--text-product-aidoc-subtitle-similar, #22bec2);
}

.chapter-title {
	color: var(--text-default-default, #3a3a3a);
	text-align: center;
	font-size: 42px;
	line-height: 62px;
	font-weight: 700;
	position: relative;
	margin-bottom: 24px;
}

.chapter-subtitle {
	color: var(--grey-scale-default, #3a3a3a);
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	position: relative;
	align-self: stretch;
	margin-bottom: 60px;
}

.chapter-subtitle .bold {
	font-weight: 700;
}


.product-img {
	flex-shrink: 0;
	width:100%;
	height: auto;
	position: relative;
}

.chapter-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#similar .product-img:first-child {
	max-width: 1320px;
	aspect-ratio: 1320/530;
}

#similar .product-img:last-child {
	max-width: 1320px;
	aspect-ratio: 1320/512;
}


.subchapter-subtitle2 {
	color: var(--text-default-default, #3a3a3a);
	text-align: center;
	position: relative;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 24px;
}

.subchapter-title2 {
	color: var(--text-default-default, #3a3a3a);
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	position: relative;
	margin-bottom: 60px;
}

.subchapter-title2 .brand {
	color: var(--text-product-aidoc-subtitle-similar, #22bec2);
}

#categorize {
	background: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

#categorize .chapter {
	background: var(--background-product-aidoc-main, #dfeeff);
	color: var(--text-brand-aidoc, #23a1ea);
}

.steps-img {
	display: flex;
	flex-direction: row;
	gap: 136px;
	align-items: flex-start;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	width: 100%;
}

@media (max-width: 1399px) {
	.steps-img {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0;
		max-width: 800px;
	}
}

.steps {
	padding: 24px 0 0 0;
	margin-bottom: 24px;
	display: flex;
	flex-direction: row;
	gap: 0;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
	height: 266px;
}

.steps.long {
	height: 346px;
}

.rectangle-bg {
	background: var(--background-utilities-step-step-enabled, #eaeaea);
	border-radius: 99px;
	flex-shrink: 0;
	width: 3px;
	height: 220px;
	position: absolute;
}

.long .rectangle-bg {
	height: 322px;
}

.step-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	width: 292px;
	position: relative;
}

.long .step-wrap {
	height: 94px;
}

.step-items {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	height: 60px;
	position: relative;
	cursor: pointer;
}

.long .step-items {
	height: 94px;
}

.rectangle {
	background-color: transparent;
	border-radius: 99px;
	flex-shrink: 0;
	width: 3px;
	height: 60px;
	position: relative;
}

.long .rectangle {
	height: 94px;
}

.selected .rectangle {
	background: var(--background-brand-aidoc, #23a1ea);
}

.step-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	flex-shrink: 0;
	height: 60px;
	position: relative;
	gap: 6px;
	color: var(--text-utilities-step-step-enabled, #999999);
}

.long .step-title-wrap {
	height: 94px;
}

.step-text {
	text-align: left;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	position: relative;
}

.step-number {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	position: relative;
	align-self: stretch;
}

.selected .step-number {
	color: var(--text-brand-aidoc);
}

.selected .step-text {
	color: var(--text-default-default);
}

#categorize .product-img {
	max-width: 800px;
	aspect-ratio: 800/530;
}

.carousel-content {
	background: var(--background-product-aidoc-defualt, #f0f7fb);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: flex-end;
	justify-content: center;
	aspect-ratio: 800/530;
	max-width: 800px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.carousel-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	/* transition: transform 0.5s ease; */
	width: 100%;
	height: 100%;
}

.carousel-item-wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.carousel-item-wrap:nth-child(2) {
	align-items: center;
}

.carousel-item-wrap:nth-child(2) .carousel-items {
	max-width: 600px;
	aspect-ratio: 600/530;
}

.carousel-item-wrap:nth-child(3) .carousel-items {
	max-width: 724px;
	aspect-ratio: 724/530;
}

.carousel-items {
	flex-shrink: 0;
	max-width: 698px;
	width: auto;
	height: 100%;
	position: relative;
	object-fit: cover;
	aspect-ratio: 698/530;
}

.caption {
	position: absolute;
	right: 25px;
	top: 24px;
}

.caption .star {
	color: var(--text-brand-aidoc, #23a1ea);
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

.caption .text {
	color: var(--text-default-default, #3a3a3a);
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}

@media (max-width: 992px) {
	.caption {
		right: 14px;
		top: 24px;
	}

	.caption .star {
		font-size: 18px;
		line-height: 25px;
	}

	.caption .text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 768px) {
	.caption {
		right: 14px;
		top: 14px;
	}
}

@media (max-width: 576px) {
	.caption {
		right: 12px;
		top: 12px;
	}

	.caption .star {
		font-size: 14px;
		line-height: 20px;
	}

	.caption .text {
		font-size: 12px;
		line-height: 15px;
	}
}


#expert {
	background: var(--background-default-default, #ffffff);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.section-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

#expert .chapter {
	background: var(--background-product-aidoc-subtitle-expert, #fff1e0);
	color: var(--text-product-aidoc-subtitle-expert, #ffb53e);
}

#expert .product-img,
#periodic .product-img {
	max-width: 1320px;
	aspect-ratio: 1320/530;
}

#periodic {
	background: var(--background-default-default, #ffffff);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}


#periodic .chapter {
	background: var(--background-product-aidoc-subtitle-period, #e6e7ff);
	color: var(--text-product-aidoc-subtitle-period, #575fff);
}

#periodic .chapter-title {
	color: var(--text-default-default, #3a3a3a);
}

#full-text {
	background: var(--background-default-default, #ffffff);
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: center;
	justify-content: center;
}

#full-text .chapter {
	background: var(--background-product-aidoc-main, #dfeeff);
	color: var(--text-brand-aidoc, #23a1ea);
}

.subchapter-title {
	color: var(--text-product-aidoc-subtitle, #23a1ea);
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	position: relative;
	margin-bottom: 24px;
}

#full-text .product-img {
	max-width: 1320px;
	aspect-ratio: 1320/530;
	background: #ffffff;
	border-radius: 20px;
}

.row-narrow > * {
	padding-left: 0 !important;
	padding-right : 0 !important;
}

.subchapter-img-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	position: relative;
	gap: 60px;
}

@media (max-width: 1399px) {
	.subchapter-img-wrap {
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
}

#full-text .bg-wrap .product-img {
	max-width: 519px;
	aspect-ratio: 519/500;
}