.container {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 20px;
}
.training__hero {
	position: relative;
	padding: 150px 0;
	background: linear-gradient(180deg, #08236b 39.9%, #031137 100%);
}

.training__hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
.training__hero-bg picture {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero__video {
	position: relative;
	z-index: 2;
}
.training__hero-bg picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.training__hero-bg::before {
	content: "";
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: #001039b2;
}
.training__hero .container {
	position: relative;
	z-index: 2;
}
.hero__content {
	max-width: 1122px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
p.hero__subtitle {
	color: #4075ff;
	font-weight: 600;
	font-size: 50px;
	line-height: 130%;
	letter-spacing: -1%;
	margin-bottom: 24px;
}
h1.hero__title {
	font-family: Rubik;
	font-weight: 400;
	font-size: 80px;
	line-height: 130%;
	letter-spacing: -1%;
	margin-bottom: 24px;
}
p.hero__text {
	font-family: Rubik;
	font-size: 32px;
	line-height: 170%;
	margin-bottom: 40px;
}
.hero__button {
	background: linear-gradient(
		266.49deg,
		#9ab7ff -33.31%,
		#174cd0 40.71%,
		#103590 97.89%
	);
	padding: 19px 40px;
	border-radius: 48px;
	color: #fff;
	font-family: Rubik;
	font-size: 24px;
	line-height: 170%;
	letter-spacing: 2%;
	text-align: center;
	display: inline-block;
	transition: background-position 0.5s ease;
}
.hero__button:hover {
	color: #fff;
	background-position: 100% 0;
	background-size: 200% 200%;
}

/*Second section*/
.training__steps-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
}

#steps-video {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 81px);
    object-fit: cover;
    z-index: -1;
	object-position: top;
}

/*Video must be 1920 x 820*/
/* #steps-video {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 110px);
	object-fit: contain;
	z-index: -1;
} */

.training__steps {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
}
.steps__item {
	/* height: calc(100vh + 200px);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover; */
    background-image: none !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.steps__item picture {
	display: none;
}
.steps__item .container {
	display: flex;
	height: 100%;
	padding-top: 34px;
	padding-bottom: 34px;
}
.steps__content {
	margin-top: auto;
	width: 41%;
	backdrop-filter: blur(8px);
	background: #ffffff80;
	border-radius: 20px;
	padding: 60px;
    text-align: left;
	min-width: 683px;
}
.steps__header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 1rem;
}

.steps__circle {
	position: relative;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}
.steps__circle svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.steps__number {
	position: relative;
	z-index: 1;
	color: #000;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
}

.steps__title {
	margin: 0;
	color: #000;
	font-weight: 500;
	font-size: 40px;
	line-height: 130%;
}

p.steps__subtitle {
	color: #000;
	font-size: 30px;
	line-height: 130%;
	margin-bottom: 10px;
}
p.steps__text {
	margin: 0;
	font-size: 16px;
	line-height: 130%;
}

.steps__item picture {
	display: none;
}
.training__dive {
	padding: 120px 0;
	background: #f5f5f5;
}
.dive__title {
	text-align: center;
	font-weight: 400;
	font-size: 67px;
	line-height: 130%;
	margin: 0;
}
.dive__text {
	max-width: 577px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 130%;
	text-align: center;
}
.dive__video {
	background: #d9d9d9;
	border-radius: 30px;
	margin-top: 60px;
	width: 100%;
}
.training__why {
	background: linear-gradient(180deg, #f5f5f5 0%, #e6f4ff 100%);
	padding: 120px 0;
}
.why__title {
	font-weight: 400;
	font-size: 64px;
	line-height: 130%;
	margin-bottom: 60px;
}
.why__items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 120px;
}
.why__item {
	width: calc(100% / 4 - 15px);
	padding: 60px;
	border-radius: 32px;
	color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 403px;
}
.why__item-title {
	font-weight: 400;
	font-size: 50px;
	line-height: 130%;
}
.why__item-text {
	margin: auto 0 0;
	font-size: 24px;
	line-height: 150%;
}
.why__logos {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
}
.why__logos img {
	flex: 1;
}
.training__faq {
	padding: 120px 0;
	background: #e6f4ff;
}
.training__faq .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1360px;
	gap: 20px;
}
.faq__title {
	font-size: 64px;
	line-height: 130%;
	font-weight: 400;
	margin: 0;
}
.faq__list {
	width: 900px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.faq__item {
	border: 1px solid #d9dbe9;
	box-shadow: 0px 5px 15px 0px #19213d0f;
	background: var(--Colors-Neutrals-White, #ffffff);
	padding: 16px 32px;
	border-radius: 16px;
}
.faq__item button.faq__question {
	font-weight: 500;
	font-size: 26px;
	line-height: 135%;
	padding: 10px 0;
	border: none;
	width: 100%;
	display: block;
	text-align: left;
	background-image: url("data:image/svg+xml,%3Csvg width='47' height='48' viewBox='0 0 47 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dii_3912_1431)'%3E%3Crect x='6' y='39.126' width='34.4175' height='34.4175' rx='17.2088' transform='rotate(-90 6 39.126)' fill='%23BED0FF' shape-rendering='crispEdges'/%3E%3Cpath d='M21.1387 27.8726L27.0938 21.9175L21.1387 15.9623' stroke='white' stroke-width='1.70146' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dii_3912_1431' x='0' y='0.708496' width='46.4175' height='46.4175' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.290196 0 0 0 0 0.227451 0 0 0 0 1 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3912_1431'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3912_1431' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='0.75'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect2_innerShadow_3912_1431'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='-1'/%3E%3CfeGaussianBlur stdDeviation='0.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='effect2_innerShadow_3912_1431' result='effect3_innerShadow_3912_1431'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
	background-position: right center;
	background-repeat: no-repeat;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-word;
	border-radius: 0;
}
.faq__item.active button.faq__question {
	background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dii_3912_1420)'%3E%3Crect x='6' y='4' width='34.4175' height='34.4175' rx='17.2088' fill='url(%23paint0_linear_3912_1420)' shape-rendering='crispEdges'/%3E%3Cpath d='M17.2537 19.1387L23.2088 25.0938L29.1639 19.1387' stroke='white' stroke-width='1.70146' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dii_3912_1420' x='0' y='0' width='46.4175' height='46.4175' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.290196 0 0 0 0 0.227451 0 0 0 0 1 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3912_1420'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3912_1420' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='0.75'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect2_innerShadow_3912_1420'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='-1'/%3E%3CfeGaussianBlur stdDeviation='0.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='effect2_innerShadow_3912_1420' result='effect3_innerShadow_3912_1420'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_3912_1420' x1='52.5872' y1='4' x2='-11.2096' y2='7.91784' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239AB7FF'/%3E%3Cstop offset='0.422271' stop-color='%23174CD0'/%3E%3Cstop offset='0.748444' stop-color='%23103590'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.faq__answer {
	font-weight: 400;
	line-height: 160%;
	max-width: 79%;
	font-size: 16px;
	display: none;
}

.training__cta {
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 120px 0 94px;
}
.cta__text {
	color: #fff;
	width: 61%;
}
.cta__text h2 {
	font-weight: 400;
	font-size: 64px;
	line-height: 130%;
	letter-spacing: -2%;
	margin: 0 0 40px;
}
.cta__text h2 strong {
	font-weight: 600;
}
.cta__text h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 130%;
	margin: 0 0 30px;
	max-width: 885px;
}
.cta__text p {
	margin: 0;
	font-size: 20px;
	line-height: 130%;
	max-width: 885px;
}
.cta__button {
	display: inline-block;
	color: #000;
	font-size: 24px;
	line-height: 170%;
	letter-spacing: 2%;
	text-align: center;
	border-radius: 48px;
	background: linear-gradient(
		266.49deg,
		#bed1ff -33.31%,
		#d6e1ff 40.71%,
		#ffffff 97.89%
	);
	padding: 19px 40px;
	margin-top: 120px;
}


@media (max-width: 1640px) {
	.why__item {
		padding: 40px;
	}
	.why__item-title {
		font-size: 34px;
	}
	.why__item-text {
		font-size: 21px;
	}
	.why__logos img {
		flex: 0;
	}
	.why__logos {
		gap: 2%;
	}
	.why__logos img {
		width: 9.3%;
	}
}

@media (min-width: 1025px) and (max-width: 1260px) {
	.steps__item {
		background-position: 45% center;
	}
	.steps__content {
		width: 70%;
	}
	.training__cta {
		background-size: 500px auto, cover;
	}
	.cta__text h2 {
		font-size: 40px;
	}
	.cta__text h3 {
		font-size: 22px;
	}
	.cta__text p {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.container {
		padding: 0 15px;
	}

	.training__hero {
		padding: 60px 0;
	}
	p.hero__subtitle {
		font-size: 24px;
		margin-bottom: 8px;
	}
	h1.hero__title {
		font-size: 30px;
		margin-bottom: 8px;
	}
	p.hero__text {
		font-size: 16px;
		line-height: 24px;
	}
	.hero__button {
		padding: 10px 20px;
		font-size: 16px;
	}
	.training__hero-bg {
		display: none;
	}
	#steps-video {
		height: calc(100% - 65px);
	}
	.steps__item {
		height: auto;
		/* padding-top: 500px; */
		background-image: none !important;
		/* background-color: grey; */
	}
	.steps__item picture {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.steps__item picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.steps__item .container {
		position: relative;
		z-index: 2;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.steps__content {
		width: 100%;
		padding: 20px;
		min-width: 100%;
	}
	.steps__circle {
		flex: 0 0 auto;
		width: 37px;
		height: 37px;
	}
	.steps__number {
		font-size: 12px;
	}
	.steps__title {
		font-size: 18px;
	}
	.steps__header {
		margin-bottom: 11px;
	}
	p.steps__subtitle {
		font-size: 16px;
	}
	p.steps__text {
		font-size: 16px;
	}
	.training__dive {
		padding: 60px 0 0;
	}
	.dive__title {
		text-align: left;
		font-size: 32px;
	}
	.dive__text {
		text-align: left;
		font-size: 16px;
        max-width: 100%;
	}
	.dive__video {
		border-radius: 20px;
		margin-top: 40px;
	}
	.training__why {
		padding: 60px 0;
	}
	.why__title {
		font-size: 32px;
		margin: 0 0 40px;
	}
	.why__item {
		width: 100%;
		min-height: 113px;
		padding: 30px 15px;
        border-radius: 20px;
	}
	.why__item-title {
		font-size: 22px;
		margin: 0;
	}
	.why__item-text {
		font-size: 16px;
	}
	.why__items {
		margin-bottom: 40px;
	}
	.why__logos img {
		width: 135px;
		flex: 135px;
	}
	.why__logos img:nth-child(3) {
		display: none;
	}
	.why__logos {
		gap: 20px;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.training__faq {
		padding: 60px 0;
	}
	.training__faq .container {
		flex-direction: column;
	}
	.faq__title {
		font-size: 32px;
	}
	.faq__list {
		width: 100%;
	}
	.faq__item {
		padding-top: 20px;
		padding-right: 15px;
		padding-bottom: 24px;
		padding-left: 15px;
	}
	.faq__item button.faq__question {
		font-size: 18px;
		background-size: 32px;
		padding: 0 35px 0 0;
		background-position: right -3px;
		border-radius: 0;
	}
	.faq__answer {
		max-width: 100%;
		margin-top: 16px;
	}
	.training__cta {
		padding: 40px 0 420px;
		background-size: 320px auto, cover;
		background-position: center bottom, 0;
	}
	.cta__text {
		width: 100%;
	}
	.cta__text h2 {
		font-size: 32px;
		max-width: 90%;
		margin: 0 0 20px;
	}
	.cta__text h2 strong {
		font-weight: 600;
	}
	.cta__text h3 {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 20px;
	}
	.cta__text p {
		font-size: 16px;
	}
	.cta__button {
		padding: 11px;
		width: 100%;
		font-size: 14px;
		margin-top: 20px;
        max-width: 320px;
	}
}
