/* Common */
/* Media */
/* Content */
/* Blocks */
.main {
	background: #EFF2F9;
}

.main__inner {
	padding: 13.33333vw 0 4.44444vw;
}

.main__box {
	display: flex;
	flex-direction: column;
	gap: 4.44444vw;
	margin-bottom: 5.55556vw;
}

.main__title {
	font-size: 7.22222vw;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 0;
}

.main__subtitle {
	font-size: 4.72222vw;
	font-weight: 400;
	line-height: 120%;
	color: #3D4166;
}

.main__img {
	display: block;
	width: 72.22222vw;
	height: auto;
	margin: 0 auto;
}

.info {
	padding: 6.66667vw 0;
}

.info__items {
	display: flex;
	justify-content: flex-start;
	gap: 5.55556vw;
}

.info__item {
	flex: 0 0 77.77778vw;
	border-radius: 3.33333vw;
	padding: 4.44444vw;
	background: #fff;
}

.info__item-title {
	color: #6E708C;
	font-size: 3.61111vw;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 2.22222vw;
}

.info__item-text {
	font-size: 4.16667vw;
	font-weight: 600;
	line-height: 120%;
}

.format {
	font-weight: 450;
	font-size: 4.72222vw;
	line-height: 120%;
	padding: 11.11111vw 0;
}

.format__tabs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 6.66667vw 0;
}

.format__tab {
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	font-size: 5vw;
	line-height: 6.66667vw;
	padding: 3.33333vw;
	border: solid #CDD9ED;
	background: #fff;
}

.format__tab:nth-child(1) {
	border-radius: 3.33333vw 0 0 3.33333vw;
	border-width: 1px 0 1px 1px;
}

.format__tab:nth-child(2) {
	border-radius: 0 3.33333vw 3.33333vw 0;
	border-width: 1px 1px 1px 0;
}

.format__tab.active {
	color: #fff;
	background: #FF0A47;
}

.how__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 4.44444vw;
}

.how__item {
	border-radius: 3.33333vw;
	padding: 6.66667vw 4.44444vw 0;
	background: #F7F9FD;
	border: 1px solid #D3D8E3;
	overflow: hidden;
	position: relative;
}

.how__item:hover img {
	-webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(4627%) hue-rotate(333deg) brightness(94%) contrast(117%);
	        filter: brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(4627%) hue-rotate(333deg) brightness(94%) contrast(117%);
}

.how__item-text {
	font-size: 5.55556vw;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 4.44444vw;
}

.how__item-image {
	width: 29.72222vw;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-bottom: -6.94444vw;
}

.program__box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6.66667vw;
}

.program__module {
	color: #FF0A47;
	font-size: 4.16667vw;
	font-weight: 600;
	line-height: 120%;
	border-radius: 2.22222vw;
	padding: 2.77778vw 4.44444vw 3.88889vw;
	border: 1px solid #D3D8E3;
}

.program__list {
	font-size: 5.55556vw;
	font-weight: 600;
	line-height: 120%;
	padding: 0;
	margin: 0;
	counter-reset: subsection;
	list-style: none;
}

.program__list li {
	display: block;
	padding: 4.44444vw 0;
}

.program__list li::before {
	counter-increment: subsection;
	content: counter(subsection) ". ";
}

.program__list li:not(:first-child) {
	border-top: 1px solid #D3D8E3;
}

.program__list li:last-child {
	padding-bottom: 0;
}

.team {
	color: #fff;
	background: #0D1140;
}

.team__items {
	margin: 0 -2.22222vw;
}

.team__items .slick-list {
	overflow: visible;
}

.team__items .slick-slide > div {
	height: 100%;
}

.team__items .slick-dots button {
	background: #6E708C;
}

.team__items .slick-dots .slick-active button {
	background: #A8B2C7;
}

.team__item {
	border: 1px solid #6A7291;
	color: #fff;
	background: #0D1140;
}

.team__item-post {
	color: #fff;
}
