.block-title {
	font-size: 40px;
	color: #0d7226;
	margin-bottom: 24px;
	font-weight: bold;
}

.block-title p {
	margin: 0;
}

.block-title strong {
	color: #E64D4E;
}

.custom-list {
	border-radius: 24px;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 32px 40px;
}

.custom-list-item {
	display: flex;
	align-items: start;
	font-size: 18px;
	margin-bottom: 12px;
}

.custom-list-icon {
	width: 30px;
	height: 30px;
	margin-right: 12px;
	flex-shrink: 0;
}

.custom-list-desc {
	flex: 1;
}

.custom-list-icon img {
	width: 100%;
	height: 100%;
}

.custom-list-cta {
	background: #E64D4E;
	box-shadow: 32px 57px 26px rgba(231, 33, 39, 0.01), 18px 32px 22px rgba(231, 33, 39, 0.05), 8px 14px 16px rgba(231, 33, 39, 0.09), 2px 4px 9px rgba(231, 33, 39, 0.1), 0px 0px 0px rgba(231, 33, 39, 0.1);
	border-radius: 40px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	padding: 13px 38px;
	display: block;
	width: fit-content;
	margin: 27px auto 0;
	border: 1px solid #E64D4E;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}

.custom-list-cta:hover {
	background: #fff;
	color: #E64D4E;
	transition: all 300ms ease-in-out;
}

.banner-item {
	display: block;
}

.banner-img {
	width: 100%;
	height: auto;
	aspect-ratio: 2545/813;
}

.block-features {
	margin-top: -24px;
	z-index: 2;
	position: relative;
	margin-bottom: 24px;
}

.feature-item {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 30px -15px;
	background-color: white;
	padding: 24px;
	text-align: center;
	height: 100%;
}

.feature-icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(229, 229, 229);
	border-radius: 100%;
	margin: 0 auto 24px;
}

.feature-icon-inner {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background-color: rgb(234, 234, 234);
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-icon-img {
	width: 25px;
	height: 25px;
}

.feature-title {
	font-size: 17px;
	font-weight: bold;
	color: #008546;
	margin: 0 0 12px;
}

.feature-desc {
	font-size: 15px;
}

.block-hotline {
	background-image: linear-gradient(184deg, #3292e9, #008546);
	overflow: hidden;
}

.hotline-title {
	font-size: 22px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	position: relative;
	height: 100%;
}

.hotline-title-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: end;
	padding-right: 40px;
}

.hotline-title::before {
	content: "";
	background-color: #008546;
	transform: skewX(20deg);
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.hotline-phone {
	font-size: 46px;
	font-weight: bold;
	font-style: italic;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: start;
	padding-left: 40px;
}

.block-reason {
	margin-top: 0;
	padding: 80px 0;
}

.block-reason .custom-list {
	padding: 24px 34px;
}

.block-reason .custom-list-item {
	margin-bottom: 8px;
}

.reason-image,
.class-image {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reason-image img,
.class-image img {
	width: 100%;
	height: auto;
}

.block-class {
	background-color: #b0d9dc26;
	padding: 80px 0;
}


.class-content {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.class-content .custom-list {
	width: 100%;
}

.block-path {
	padding-top: 80px;
	margin-bottom: 80px;
}

.path-item {
	width: 25%;
	position: relative;
}

.path-number {
	color: #3292e9;
	font-weight: 700;
	font-size: 40px;
	text-align: center;
	margin-bottom: 14px;
}

.path-icon {
	background: #3292e9;
	box-shadow: 19px 20px 17px rgba(0, 0, 0, 0.01), 5px 6px 15px rgba(0, 0, 0, 0.05), 8px 8px 9px rgba(0, 0, 0, 0.09), 19px 20px 13px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	margin: 0 auto 60px;
	transform: rotate(45deg);
	width: 93px;
	height: 93px;
	display: flex;
	padding: 15px;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.path-inner {
	background-color: white;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.path-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.path-img img {
	width: 34px;
	height: 34px;
	transform: rotate(-45deg);
}

.path-title {
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	color: #243783;
	text-transform: uppercase;
	padding: 0 12px;

}

.path-content {
	display: flex;
	align-items: start;
}

.path-line {
	position: absolute;
	top: 134px;
	transform: translate(0, -95%);
	width: 100%;
	height: 24px;
	background-color: #053f818a;
	left: 50%;
	z-index: 1;
	color: white;
}

.path-time {
	text-align: center;
	font-weight: bold;
}

.block-information {
	background-color: #b0d9dc26;
	padding: 80px 0;
}

.information-image {
	width: 100%;
	border-radius: 24px;
	overflow: hidden;
	aspect-ratio: 340/270;
}

.information-content {
	background: #FFFFFF;
	border-radius: 16px;
	padding: 34px 50px 0;
}

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

.information-school-name {
	background: rgba(89, 118, 123, 0.1);
	border-radius: 16px;
	font-weight: 700;
	font-size: 32px;
	color: #243783;
	margin-bottom: 32px;
	text-align: center;
	padding: 4px;
}

.information-desc p {
	margin-bottom: 0;
}

.block-reason-choosen {
	padding: 80px 0;
	background-color: #b0d9dc26;
}

.block-reason-join {
	padding: 80px 0;
}

.feedback-image {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.feedback-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}

.feedback-content {
	background: #FFFFFF;
	height: max-content;
	border-radius: 13px;
	padding: 32px;
	font-weight: 500;
	font-size: 18px;
	box-shadow: 258px 152px 120px rgba(0, 0, 0, 0.01), 145px 86px 101px rgba(0, 0, 0, 0.05), 64px 38px 75px rgba(0, 0, 0, 0.09), 16px 10px 41px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}

.qoute {
	height: 52px;
	margin: 0 auto 22px;
	display: block;
	text-align: center;
}

.chat-icon {
	position: absolute;
	top: 99%;
	right: 14px;
	width: auto;
	height: 50px;
	aspect-ratio: 107/129;
}

.chat-icon svg {
	width: 100%;
	height: 100%;
}

.feedback-information {
	text-align: center;
}

.feedback-name {
	font-weight: 800;
	font-size: 20px;
	margin-top: 10px;
}

.feedback-information-desc {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}

.feedback-information-customer {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 13px;
}

.block-feedback {
	padding: 80px 0 0;
	margin-bottom: 80px;
}

.block-qa {
	padding: 80px 0;
}

.block-qa .accordion-button {
	font-weight: bold;
	font-size: 18px;
}

.block-qa .accordion-body {
	background: #67a0a733;
	font-size: 16px;
}

.block-subscribe {
	background-color: #b0d9dc26;
	padding: 80px 0;
}

#countdown {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 215px;
	margin: 0 auto;
}

.time-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	width: calc(25% - 12px);
	height: auto;
	aspect-ratio: 1 / 1;
}

.time-number {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	background-color: #3292e9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 4px;
}

.time-label {
	font-size: 12px;
}

.form-subscribe {
	border-radius: 8px;
	background-color: #008546;
	padding: 12px;
}

.form-subscribe-inner {
	border-radius: 5px;
	border: 1px solid #ffc6c666;
}

.form-title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: white;
	line-height: 1.2;
	padding: 20px;
}

.form-content .wpforms-container .wpforms-field {
	padding: 0 20px 0;
	margin-bottom: 24px;
}

.form-content button[type=submit] {
	background-image: linear-gradient(rgb(254, 244, 18), rgb(243, 140, 1));
	font-size: 16px !important;
	color: black !important;
	border-radius: 80px !important;
	font-weight: bold !important;
	text-transform: uppercase;
	box-shadow: rgb(0, 0, 0) 0px 15px 20px -20px !important;
	margin: 0 auto;
	display: block;
}

.form-content button[type=submit]:hover {
	color: white !important;
}

.form-time p {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: white;
}

.form-time {
	padding-bottom: 24px;
}

.form-desc-title p {
	margin: 0;
	font-size: 26px;
	line-height: 1.6;
	color: rgb(26, 42, 96);
	text-transform: uppercase;
}

a {
	color: #008546;
}

.form-desc-title p strong {
	font-size: 33px;
	font-weight: bold;
	line-height: 1.6;
	color: #008546;
	text-transform: uppercase;
}

.form-desc-item {
	display: flex;
	align-items: start;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 30px -15px;
	border-radius: 6px;
	background-color: white;
	margin-bottom: 14px;
}

.form-desc-item-icon {
	width: 40px;
	height: auto;
	aspect-ratio: 1/1;
	flex-shrink: 0;
	margin-right: 14px;
}

.form-desc-item-icon img {
	width: 100%;
	height: 100%;
}

.form-desc-item-content {
	flex: 1;
}

.form-desc-item-content-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: rgb(26, 42, 83);
	letter-spacing: 0px;
}

.form-desc-item-content-desc {
	font-weight: bold;
	line-height: 1.6;
	color: rgb(220, 48, 39);
	font-size: 22px;
}

.form-subscribe .wpforms-form em.wpforms-error {
	background-color: white;
	margin: 0;
	padding: 4px !important;
}

.form-subscribe .wpforms-form em.wpforms-error:before {
	left: 0px !important;
}

.form-desc-list {
	padding-top: 20px;
}

.header-content {
	display: flex;
	align-items: center;
}

.header-logo {
	display: block;
	width: 200px;
	flex-shrink: 0;
}

.header-logo img {
	width: 100%;
	height: auto;
}

.header-menu {
	flex: 1;
}

@media (min-width: 576px) {
	#primary-menu {
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
	}

	#primary-menu li {
		list-style: none;
	}

	#primary-menu .menu-item {
		margin-right: 14px;
	}

	#primary-menu .menu-item a {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		color: #008546;
	}

	#primary-menu .menu-item a:hover {
		text-decoration: none;
		color: #008546;
	}

	#primary-menu .menu-item.feature a {
		color: rgb(232, 38, 77);
	}
}

.site-header {
	background-color: white;
	transition: all 300ms ease-in-out;
}

.site-header.stuck {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 258px 152px 120px rgba(0, 0, 0, 0.01), 145px 86px 101px rgba(0, 0, 0, 0.05), 64px 38px 75px rgba(0, 0, 0, 0.09), 16px 10px 41px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
	z-index: 999;
	transition: all 300ms ease-in-out;

}

.site-footer {
	background-color: #b0d9dc26;
	padding: 40px 0;
}

.footer-logo {
	display: block;
	margin: 0 auto 40px;
	width: 240px;
}

.footer-logo img {
	width: 100%;
	height: auto;
}

.site {
	overflow: hidden;
}

.menu-toggle {
	display: block;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}

.form-content {
	padding: 12px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	font-size: 18px;
}

.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 44px;
	right: 194px;
	z-index: 999999;
}

.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.hotline-phone-ring-circle {
	width: 85px;
	height: 85px;
	top: 10px;
	left: 10px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #e60808;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 55px;
	height: 55px;
	top: 25px;
	left: 25px;
	position: absolute;
	background-color: rgba(230, 8, 8, 0.7);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
	height: 33px;
	top: 37px;
	left: 37px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}

.hotline-bar {
	position: absolute;
	background: rgba(230, 8, 8, 0.75);
	height: 40px;
	width: 160px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px !important;
	/* width: 175px !important; */
	left: 33px;
	bottom: 37px;
}

.hotline-bar>a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-indent: 35px;
	display: block;
	letter-spacing: 1px;
	line-height: 40px;
	font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
	color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}


.roundCool {
	border-radius: 50%;
	z-index: 99999999;
}

.fab {
	transition: all 120ms ease-in-out;
	width: 56px;
	height: 56px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 30px;
	bottom: 18px;
	user-select: none;
	cursor: pointer;
	color: #FF9500;
	font-size: 5em;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08), 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.fab i {
	transition: all 120ms ease-in-out;
	will-change: transform;
}

.inner-fabs .fab {
	width: 48px;
	height: 48px;
	right: 35px;
	bottom: 23px;
	font-size: 1.5em;
	will-change: bottom;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04), 0px 3px 10px rgba(0, 0, 0, 0.04);
}

.inner-fabs.show .fab:nth-child(1) {
	bottom: 88px;
}

.inner-fabs.show .fab:nth-child(2) {
	bottom: 146px;
}

.inner-fabs.show .fab:nth-child(3) {
	bottom: 204px;
}

.inner-fabs.show .fab:nth-child(4) {
	bottom: 262px;
}

.inner-fabs.show+.fab i {
	transform: rotate(135deg);
}


.call-animation {
	background: #fff;
	width: 135px;
	height: 135px;
	position: relative;
	margin: 0 auto;
	border-radius: 100%;
	border: solid 5px #fff;
	animation: play 2s ease infinite;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

}

.img-circle {
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

@keyframes play {

	0% {
		transform: scale(1);
	}

	15% {
		box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
	}

	25% {
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.4), 0 0 0 20px rgba(0, 0, 0, 0.2);
	}

	25% {
		box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.4), 0 0 0 30px rgba(0, 0, 0, 0.2);
	}

}

.roundCool {
	border-radius: 50%;
	z-index: 99999999;
}

.fab {
	transition: all 120ms ease-in-out;
	width: 56px;
	height: 56px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 30px;
	bottom: 18px;
	user-select: none;
	cursor: pointer;
	color: #FF9500;
	font-size: 5em;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08), 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.fab i {
	transition: all 120ms ease-in-out;
	will-change: transform;
}

.inner-fabs .fab {
	width: 48px;
	height: 48px;
	right: 35px;
	bottom: 23px;
	font-size: 1.5em;
	will-change: bottom;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04), 0px 3px 10px rgba(0, 0, 0, 0.04);
}

.inner-fabs.show .fab:nth-child(1) {
	bottom: 88px;
}

.inner-fabs.show .fab:nth-child(2) {
	bottom: 146px;
}

.inner-fabs.show .fab:nth-child(3) {
	bottom: 204px;
}

.inner-fabs.show .fab:nth-child(4) {
	bottom: 262px;
}

.inner-fabs.show+.fab i {
	transform: rotate(135deg);
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.md-36 {
	font-size: 36px;
}

.inner-fab-icon {
	height: 40px;
	width: 40px;
}

.fab::before {
	content: attr(data-tooltip);
	transition: opacity 120ms cubic-bezier(0.4, 0, 1, 1);
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	color: #333333;
	right: 53px;
	top: 19%;
	background-color: #FFD057;
	font-size: .6em;
	line-height: 1.2em;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	border-radius: 15px;
	padding: 7px 32px 6px 18px;
	max-width: 200px;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.inner-fabs.show .fab::before {
	content: attr(data-tooltip);
	visibility: visible;
	opacity: 1;
	overflow: hidden;
}

.chat-view {
	bottom: 0px;
	right: 250px;
	position: absolute;
	visibility: hidden;
}

@media only screen and (max-width: 480px) {
	.chat-view {
		position: absolute;
		height: 100%;
		width: 100%;
		bottom: 0px;
		right: 0px;
	}
}

.chat-view .panel {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	text-align: left;
	overflow: hidden;
	visibility: hidden;
	transform: scale(0);
	transform-origin: bottom;
	transition: all 0.25s;
	opacity: 0;
	position: relative;
	width: 350px;
	height: 350px;
}

@media only screen and (max-width: 480px) {
	.chat-view .panel {
		height: 100%;
		width: 100%;
	}
}

.chat-view .panel.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
}

.panel-header {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
	color: #333333;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 0.5px solid #DDDDDD;
}

@media only screen and (max-width: 480px) {
	.panel-header {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}

.panel-header .panel-toggle-view {
	border-bottom: 0.5px solid #DDDDDD;
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 33%);
	grid-column-gap: 16px;
	justify-items: center;
}

.panel-header .panel-toggle-view .switch {
	grid-column-start: 2;
	transform: scale(0.7);
}

.panel-header .panel-toggle-view .switch input[type="checkbox"] {
	position: relative;
	display: inline-block;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	height: 42px;
	width: 138px;
	font-size: 16px;
	border-radius: 25px;
	background-color: #1B9EE0;
	border-color: transparent;
	background-clip: padding-box;
	vertical-align: middle;
	cursor: pointer;
}

.panel-header .panel-toggle-view .switch input[type="checkbox"]::before {
	content: "";
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 50%;
	background-color: #FFFFFF;
	border-radius: 50px;
	border: 4px solid transparent;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	background-clip: padding-box;
	transform-origin: right center;
	transform: translateZ(0);
	backface-visibility: hidden;
	animation: switch-off-transform 145ms ease-out forwards;
	z-index: 2;
}

.panel-header .panel-toggle-view .switch input[type="checkbox"]::after {
	position: absolute;
	left: 18px;
	top: 13.5px;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	content: "Team Coach";
	color: #FFFFFF;
	letter-spacing: 0;
	word-spacing: 12px;
	z-index: 1;
}

.panel-header .panel-toggle-view .switch input[type="checkbox"]:focus {
	outline: none;
}

.panel-header .panel-toggle-view .switch input[type="checkbox"]:checked {
	color: white;
	background-color: #FF9500;
	border-color: transparent;
}

.panel-header .panel-toggle-view .switch input[type="checkbox"]:checked::before {
	transform-origin: left center;
	animation: switch-on-transform 145ms ease-out forwards;
}

@keyframes switch-on-transform {
	0% {
		transform: translateX(0) scaleX(1) translateZ(0);
	}

	25% {
		transform: translateX(0) scaleX(1.33) translateZ(0);
	}

	100% {
		transform: translateX(100%) scaleX(1) translateZ(0);
	}
}

@keyframes switch-off-transform {
	0% {
		transform: translateX(100%) scaleX(1) translateZ(0);
	}

	25% {
		transform: translateX(100%) scaleX(1.33) translateZ(0);
	}

	100% {
		transform: translateX(0) scaleX(1) translateZ(0);
	}
}

.panel-header .panel-toggle-view #chat-close-button {
	background-color: none;
	cursor: pointer;
	border: none;
}

.panel-header .panel-toggle-view #chat-close-button:focus {
	outline: none;
}

.panel-header .profile {
	display: flex;
	align-items: items-center;
	margin: 10px 12px;
}

.panel-header .profile #profile-image {
	object-fit: cover;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	vertical-align: middle;
}

.panel-header .profile .profile-info {
	margin-left: 12px;
	height: 100%;
}

.panel-body {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	background-color: #F5F5F5;
	padding: 10px 20px;
	font-size: 15px;
	color: green;
}

.panel-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	display: flex;
	flex-direction: row;
	background-color: #F0F0F0;
	border-top: 0.5px solid #DDDDDD;
}

.panel-footer input[type=text],
.panel-footer select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 6px 8px 16px;
	display: inline-block;
	border: 0.5px solid #F6F6F6;
	border-radius: 25px;
	color: #4A4A4A;
	font-size: 0.9em;
}

.panel-footer input::placeholder {
	font-size: 0.9em;
	color: #999999;
}

.panel-footer input:focus {
	outline: none;
}

.panel-footer button {
	cursor: pointer;
	border: none;
	margin: 8px 16px 8px 4px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #F0F0F0;
}

.panel-footer button:focus {
	outline: none;
}

.feedback-video iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}

.video-content iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.video-content {
	border-radius: 20px;
	background-color: #008546;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.block-video {
	padding: 20px 0 80px;
}

.path-image {
	width: 100%;
}

.path-image img {
	width: 100%;
	height: auto;
}

.swiper-slide-banner {
	position: relative;
}

.banner-cta {
	background-image: linear-gradient(rgb(254, 244, 18), rgb(243, 140, 1));
	box-shadow: rgb(0, 0, 0) 0px 15px 20px -20px;
	display: inline-block;
	border-width: 2px;
	border-radius: 1000px;
	border-color: rgb(250, 226, 226);
	transition: all 150ms linear 0s;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	color: rgb(26, 42, 83);
	text-transform: uppercase;
	text-align: center;
	height: 45px;
	text-decoration: none;
	padding: 0 40px;
	animation-name: pulse;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.cta-banner-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 133, 70, 1) 100%);
	padding-bottom: 100px;
}

.video-content-wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.reason-join-title {
	text-align: center;
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 20px;
}

.swiper-reason-join .custom-list {
	margin: 14px;
}


#metu .tg-container {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100vw;
	z-index: 9999;
}

#metu .mmt-app {
	position: relative;
	display: flex;
	flex-direction: row;
	box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	justify-content: center;
	box-sizing: border-box;
	min-height: 56px;
	-webkit-transition: all 0.24s;
	transition: all 0.24s;
}

#metu .mmt-menu__item--mobile {
	background-color: hsla(0, 0%, 100%, 0.2);
	margin: 10px 5px;
}

#metu .mmt-button--mobile {
	height: 40px;
	justify-content: center;
}

#metu .mmt-button {
	display: flex;
	align-items: center;
	align-self: stretch;
	padding: 0 10px;
	flex-direction: row;
	cursor: pointer;
}

#metu .mmt-button--mobile .mmt-button__icon {
	margin-right: 10px;
}

#metu .mmt-button__icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	box-sizing: border-box;
}

#metu .mmt-button--mobile .mmt-button__label {
	font-size: 12px;
	line-height: 13px;
	max-height: 26px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#metu .mmt-button--mobile .mmt-button__label a {
	color: #fff;
	text-decoration: none;
}

.metu-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #c00d00 !important;
	opacity: 1;
	color: rgb(232, 232, 232);
	border-top: 1px solid #efefef;
}

.create-profile {
	position: fixed;
	top: 40%;
	right: 0;
	width: 71px;
	height: 77px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	background: #c00d00;
	padding: 10px 3px;
	z-index: 100000;
}

.create-profile a {
	line-height: 15px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.create-profile a .img {
	margin-bottom: 5px;
	overflow: hidden;
	transition: ease-in-out 0.3s;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@media (max-width: 768px) {
	.hotline-bar {
		display: none;
	}

	.hotline-phone-ring-wrap {
		bottom: 44px;
		right: 10px;
	}

	.cta-banner-overlay {
		display: none;
	}
}

@media (max-width: 1024px) {
	.header-logo {
		width: 140px;
	}

	.block-title {
		font-size: 30px;
	}

	.feedback-content {
		font-size: 14px;
	}

	.qoute {
		height: 30px;
		width: 30px;
		margin-bottom: 0;
	}

	.qoute svg {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 576px) {
	.block-features {
		margin-top: 0;
	}

	.feature-item {
		margin-bottom: 14px;
		height: unset;
	}

	.hotline-title-content {
		font-size: 18px;
		padding: 10px 0;
	}

	.hotline-phone {
		font-size: 24px;
		padding: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.hotline-title::before {
		width: 200%;
		right: 0;
		left: unset;
	}

	.block-title p {
		line-height: normal;
	}

	.block-title {
		font-size: 28px;
	}

	.path-content {
		flex-direction: column;
	}

	.path-item {
		flex-direction: row;
		display: flex;
		align-items: center;
		width: 100%;
		margin-bottom: 50px;
	}

	.path-icon {
		flex-shrink: 0;
		margin: 0;
		width: 70px;
		height: 70px;
		padding: 10px;
	}

	.path-img img {
		width: 24px;
		height: 24px;
	}

	.path-number {
		margin-right: 14px;
	}

	.path-title {
		margin-left: 14px;
		flex: 1;
	}

	.path-line {
		width: auto;
		height: auto;
		padding: 10px;
		left: 0;
		top: 100%;
		transform: unset
	}

	.information-content {
		padding: 12px;
	}

	.information-school-name {
		font-size: 24px;
	}

	.information-image,
	.reason-image {
		margin-top: 24px;
	}

	.feedback-content {
		margin-bottom: 40px;
	}

	.form-subscribe {
		margin-bottom: 40px;
	}

	.block-features {
		padding-top: 10px;
	}

	.mm-ocd__content #site-navigation {
		display: block !important;
	}
}