@import "common8510.css?v=0.2";
@import "hero-banner.css";

/* hero banner */
.mySlides {
	display: none;
}

img {
	vertical-align: middle;
}

.slideshow-container {
	position: relative;
	margin: auto;
	display: block;
	margin-bottom: 0;
	width: 100%;
	margin-top: 4.444vw;
}

.dot-set {
	position: absolute;
	left: 10%;
	width: 90%;
	bottom: 8%;
}

.join-button {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 13%;
}

.join-button a {
	background: linear-gradient(180deg, #23DFE9 -46.11%, #3539D0 151.97%);
	color: white;
	text-decoration: none;
	padding: 1.6rem 8.1rem;
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: 600;
	border-radius: 3rem;
}

.join-button a:hover {
	background: linear-gradient(1deg, #29F4FF -46.11%, #5257FF 151.97%);
	text-decoration: none;
	color: white;
}

.hero-text {
	color: #f2f2f2;
	font-size: 5.2rem;
	line-height: 6.4rem;
	position: absolute;
	z-index: 3;
	top: 4%;
	text-align: center;
	width: 100%;
	font-weight: 700;
}

.dot {
	height: 1.5rem;
	width: 1.5rem;
	margin: 0 1.2rem;
	background-color: #D1D1D6;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	cursor: pointer;
}

.active {
	background-color: #33B6FF;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2.5s;
	animation-name: fade;
	animation-duration: 2.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .7
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .7
	}

	to {
		opacity: 1
	}
}

.mobile-hero {
	display: none;
}

@media screen and (max-width: 1440px) {
	.slideshow-container {
		margin-top: 63px;
	}
}

@media only screen and (max-width: 1024px) {
	.slideshow-container {
		margin-top: 74px;
	}
	.hero-text {
		font-size: 4.2rem;
		top: 0%;
	}

	.join-button a {
		padding: 1.9rem 8.8rem;
		font-size: 1.8rem;
	}

	.dot {
		height: 12px;
		width: 12px;
		margin: 0 1rem;
	}
}

@media only screen and (max-width: 767px) {
	.hero-text {
		font-size: 3.6rem;
		line-height: 3.96rem;
		top: 14%;
	}

	.join-button {
		bottom: 68%;
	}

	.join-button a {
		padding: 2rem 9.5rem;
		font-size: 1.6rem;
	}

	.dot-set {
		bottom: 3%;
		text-align: center;
		left: 0;
		width: 100%;
	}

	.dot {
		height: 8px;
		width: 8px;
		margin: 0 1rem;
	}

	.mobile-hero {
		display: block;
	}

	.desktop-hero {
		display: none;
	}
}

/* story and mision */
.our-story-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding-top: 11.6rem;
	width: 100%;
}

.our-story {
	display: flex;
	margin-bottom: 3.5rem;
	max-width: 111.2rem;
	width: 100%;
}

.our-story-sub {
	/* 		margin-top: -20px; */
	padding-right: 9.6rem;
}

.our-story-text {
	font-weight: 700;
	font-size: 6.4rem;
	line-height: 7rem;
	color: #121131;
	opacity: 0.9;
	margin-bottom: 4rem;
}

.our-story-desc {
	max-width: 43.4rem;
	font-size: 1.8rem;
	line-height: 2.8rem;
	color: #121131;
	opacity: 0.8;
	font-family: 'SF Pro Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	/* 		padding-right: 96px; */
}

.our-story-img {
	padding-top: 2rem;
	cursor: pointer;
}

.our-story-img,
.vu-xavi-img {
	max-width: 57.1rem;
	width: 100%;
}

.vu-text {
	background: #33B6FF;
	border-radius: 0.8rem;
	padding: 2.2rem;
	display: flex;
	align-items: flex-end;
	margin-bottom: 6rem;
	max-width: 88rem;

}

.vu-text__paragraph {
	max-width: 75rem;
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 5.2rem;
	text-align: center;
	color: #FFFFFF;
}

.vu-text__quote {
	width: 6.4rem;
	margin-left: 1.5rem;
}

.vu-xavi {
	display: flex;
	max-width: 127rem;
	margin-left: 0;
}

.vu-xavi-text-container {
	background: #EFEFF4;
	max-height: 40.3rem;
	background: #EFEFF4;
	margin: 6rem 0;
	align-items: center;
	display: flex;
	padding: 0 16rem 0 8rem;
}

.vu-xavi-text {
	font-size: 1.8rem;
	line-height: 2.8rem;
	color: #121131;
	max-width: 44.4rem;
	/* 		height: 27.9vw;
	max-height: 403px; */
	/*     	background: #EFEFF4; */
	/*     	margin: 60px 0; */
}

.globes {
	width: 14.9vw;
	max-width: 21.4rem;
	position: relative;
	top: 35rem;
}

.milestone-globes {
	width: 17.9vw;
	max-width: 25.8rem;
	position: relative;
	top: 111rem;
}

.globe-div {
	position: relative;
	margin-left: auto;
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-top: -103rem;
}

.mission {
	background-image: url('https://d1t11jpd823i7r.cloudfront.net/about-us/mission-d-bg.svg');
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	margin-top: 13rem;
}

.our-mission-img {
	width: 44.5vw;
	max-width: 64.2rem;
	margin-top: 5rem;
}

.our-mission-text {
	font-size: 6.4rem;
	line-height: 7rem;
	font-weight: 700;
	opacity: 0.9;
	margin-bottom: 4rem;

}

.our-mission-desc {
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: 400;
	opacity: 0.8;
	margin-bottom: 6.8rem;
	max-width: 44.9rem;

}

.our-mission-btn a {
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: 600;
	background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
	color: white;
	border-radius: 4rem;
	padding: 1.6rem 7.4rem;
	text-decoration: none;
}

.our-mission-main {
	max-width: 113rem;
	display: flex;
	align-items: center;
}

.mobile {
	display: none;
}

@media only screen and (max-width: 1160px) {
	.our-story {
		margin-left: 24px;
		margin-right: 24px;
	}

	.vu-xavi-text-container {
		padding: 0 120px 0 60px;
	}

	.globes {
		top: 395px;
	}
}

@media only screen and (max-width: 1180px) {
	.our-mission-main {
		max-width: 1010px;
	}
}

@media only screen and (max-width: 1024px) {
	.globe-div {
		display: none;
	}

	.our-story-main {
		padding-top: 36px;
	}

	.mission {
		margin-top: 54px;
	}

	.our-story {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		padding: 0 16px;
		margin-left: 0;
		margin-right: 0;
	}

	.our-story-desc {
		padding: 0;
		margin-bottom: 24px;
	}

	.our-story-sub {
		padding-right: 0;
	}

	.vu-xavi {
		flex-wrap: wrap;
		justify-content: center;
	}

	.vu-xavi-img {
		z-index: 99;
	}

	.vu-xavi-text-container {
		padding: 16px;
		width: 100%;
		justify-content: center;
		height: 520px;
		margin: 0;
		margin-top: -210px;
		align-items: flex-end;
		max-height: unset;
	}

	.our-mission-main {
		flex-direction: column-reverse;
	}

	.our-mission {
		text-align: center;
		padding: 0 20px;
		margin: -65px 0 52px 0;
	}
}

@media only screen and (max-width: 675px) {
	.mission {
		background-image: url('https://d1t11jpd823i7r.cloudfront.net/about-us/mission-m-bg.svg');
		margin-top: 33px;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: unset;
	}

	.our-story-main {
		padding-top: 48px;
	}

	.our-story-text {
		font-weight: 600;
		font-size: 3rem;
		line-height: 3.6rem;
		margin-bottom: 0;
	}

	.our-story-desc {
		font-size: 1.4rem;
		line-height: 2rem;
		padding: 0 10px;
		margin-top: 8px;
		margin-bottom: 4px;
	}

	.our-story-img,
	.vu-xavi-img {
		width: 91.4vw;
		height: auto;
	}

	.vu-text {
		margin-bottom: 24px;
		flex-wrap: wrap;
		justify-content: flex-end;
		border-radius: 0;
		padding: 22px 11px;
	}

	.vu-text__paragraph {
		font-weight: 500;
		font-size: 2rem;
		line-height: 2.8rem;
		text-align: left;
	}

	.vu-text__quote {
		width: 48px;
		margin-top: -32px;
	}

	.vu-xavi-text {
		font-size: 1.4rem;
		line-height: 2rem;
		text-align: center;
	}

	.vu-xavi-text-container {
		height: 360px;
		margin-top: -170px;
	}

	.our-mission-img {
		width: 83.7vw;
		margin-top: 30px;
	}

	.our-mission-text {
		font-size: 3rem;
		line-height: 3.6rem;
		font-weight: 600;
		margin-bottom: 8px;
	}

	.our-mission-desc {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 34px;

	}

	.our-mission-btn a {
		font-size: 1.7rem;
		line-height: 2.8rem;
		padding: 14px 54px;
	}

	.our-mission {
		margin: -70px 0 52px 0;
	}
}

@media only screen and (max-width: 460px) {
	.vu-xavi-text-container {
		margin-top: -158px;
	}
}

@media only screen and (max-width: 400px) {
	.vu-xavi-text-container {
		margin-top: -134px;
	}
}

/* CTA */
.cta-section {
	width: 100%;
	margin-bottom: 11.9rem;
	margin-top: 11.9rem;
	text-align: center;
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cta-section .cta-container {
	background-image: url("../png/cta-background.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: calc(min(98vw, 112rem) * 0.2982);
	max-width: 112rem;
	text-align: left;
	padding: 0 7rem;
}

@media (max-width: 1140px) {
	.cta-section .cta-container {
		max-width: 950px;
		height: calc(min(98vw, 950px) * 0.2982);
		padding: 0 5rem;
	}
}

@media (max-width: 992px) {
	.cta-section .cta-container {
		max-width: 750px;
		height: calc(min(98vw, 750px) * 0.2982);
		padding: 0 3rem;
	}
}

@media (max-width: 768px) {
	.cta-section .cta-container {
		background-image: url("../png/cta-background-mobile.png");
		background-repeat: no-repeat;
		background-size: contain;
		height: calc(95vw / (8 / 13));
		width: 95vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-bottom: 5rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.cta-section .cta-container br {
		display: none;
	}

	.cta-section {
		margin-bottom: 7.2rem;
		margin-top: 7.2rem;
	}
}

@media (max-width: 576px) {
	.cta-section .cta-container {
		background-image: url("../png/cta-background-mobile.png");
		background-repeat: no-repeat;
		background-size: contain;
		height: calc(96.5vw / (8 / 13));
		width: 97vw;
	}
}

.cta-section .cta-container p {
	font-size: 5.6rem;
	font-weight: 700;
	color: white;
	margin-top: 4rem;
	margin-bottom: 4.5rem;
}

@media (max-width: 1140px) {
	.cta-section .cta-container p {
		font-size: 4.6rem;
		margin: 3.5rem 0;
	}
}

@media (max-width: 992px) {
	.cta-section .cta-container p {
		font-size: 3.6rem;
		margin: 2.5rem 0;
	}
}

@media (max-width: 768px) {
	.cta-section .cta-container p {
		font-size: 3rem;
		margin: 1rem 0;
	}
}

.cta-section .cta-container .cta-section__join-button {
	max-width: 26.9rem;
}

@media (max-width: 1140px) {
	.cta-section .cta-container .cta-section__join-button {
		max-width: 210px;
	}
}

@media (max-width: 992px) {
	.cta-section .cta-container .cta-section__join-button {
		max-width: 180px;
	}
}

@media (max-width: 768px) {
	.cta-section .cta-container .cta-section__join-button {
		max-width: 311px;
	}
}

.cta-section .cta-container .cta-section__join-button a {
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-46.11%, #23DFE9), color-stop(151.97%, #3539D0));
	background: linear-gradient(180deg, #23DFE9 -46.11%, #3539D0 151.97%);
	color: white;
	text-decoration: none;
	padding: 1.6rem 5rem;
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 600;
	border-radius: 3rem;
}

@media (max-width: 1140px) {
	.cta-section .cta-container .cta-section__join-button a {
		font-size: 1.6rem;
		margin: 2.5rem 0;
		padding: 1.2rem 3rem;
	}
}

@media (max-width: 992px) {
	.cta-section .cta-container .cta-section__join-button a {
		font-size: 1.5rem;
		margin: 2.5rem 0;
		padding: 1.2rem 2rem;
	}
}

@media (max-width: 768px) {
	.cta-section .cta-container .cta-section__join-button a {
		font-size: 1.8rem;
	}
}

/* slider */
.image-slider-section {
	width: 100%;
	text-align: center;
}

.image-slider-section .image-slider__title {
	font-weight: 700;
	font-size: 6.4rem;
	margin-bottom: 9rem;
	margin-top: 9rem;
}

/* video popup */
#video-popup {
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#video-popup .video-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#video-popup #video-player {
	width: 60rem;
}

@media (max-width: 768px) {
	#video-popup #video-player {
		width: 480px;
	}
}

@media (max-width: 580px) {
	#video-popup #video-player {
		width: 360px;
	}
}

@media (max-width: 480px) {
	#video-popup #video-player {
		width: 300px;
	}
}

#video-popup #close-button {
	font-size: 2rem;
	padding-top: 0.6rem;
	color: #b2b2b2;
	font-family: sans-serif;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	background: #545557;
	border-radius: 2rem;
	margin-left: 1.5rem;
	cursor: pointer;
}

@media (max-width: 768px) {
	#video-popup #close-button {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.8rem;
		padding-top: 0.35rem;
		margin-left: 0.7rem;
	}
}

/* awards and facts */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-start {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.awards-facts {
    height: 100%;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.awards-facts .bg {
    width: 100%;
    height: calc(min(100vw * 0.8));
    object-fit: cover;
    background: rgba(242, 247, 255, 0.7);
    filter: blur(100px);
    -webkit-filter: blur(1rem);
    -moz-filter: blur(1rem);
    -o-filter: blur(1rem);
    -ms-filter: blur(1rem);
}

.awards-facts h2 {
	width: 100%;
    font-size: 6.4rem;
    font-weight: 700;
    position: absolute;
    top: 0;
    margin: 0;
    margin-top: 11.6rem;
    text-align: center;
    color: #322F65;
}

.awards-facts .slider {
    top: 0;
    margin-top: 20rem;
    width: 100%;
    display: flex;
    padding: 0;
    position: absolute;
    align-items: center;
    background-size: 100% !important;
    background-position-y: -1em !important;
    background: url(https://d1t11jpd823i7r.cloudfront.net/about-us/awards_bg_d.svg);
}

.awards-facts .slider .wrapper {
    overflow: hidden;
    position: relative;
    width: 109rem;
    margin: auto;
    z-index: 1;
}

.awards-facts .slider .wrapper .slides {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    width: 10000px;
}

.awards-facts .slider .wrapper .slides.shifting {
    transition: left 0.2s ease-out;
}

.awards-facts .slider .wrapper .slides .slide {
    transition: all 1s;
    position: relative;
    width: 20rem;
    height: 20rem;
    margin-bottom: 6rem;
    color: #322F65;
    background: #EFEFF4;
    box-shadow: 8px 8px 16px rgba(5, 7, 15, 0.25);
    border-radius: 1.6rem;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 6rem;
    cursor: pointer;
}

.awards-facts .slider .wrapper .slides .slide img {
	width: 14.3rem;
	cursor: pointer;
}

.awards-facts .slider .wrapper .slides .slide .text {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 1.2rem 0 0 0;
    text-align: center;
    cursor: pointer;
}

.awards-facts .slider .slider-nav {
    position: absolute !important;
    z-index: 15;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 4rem;
}

.awards-facts .slider .slider-nav span {
    margin-top: -6px;
}

.awards-facts .slider .slider-nav .slider-prev, .awards-facts .slider .slider-nav .slider-next {
    z-index: 15;
    font-size: 3.2rem;
    line-height: 0px;
    width: 5.2rem;
    height: 5.2rem;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 17.2rem;
    box-shadow: 0px 1px 17px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.awards-facts .facts {
	width: 100%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    top: 0;
    margin-top: 60rem;
}


.awards-facts .facts h1 {
    width: 100%;
    font-size: 6.4rem;
    font-weight: 700;
    top: 0;
    margin: 0;
    text-align: center;
    color: #322F65;
}

.awards-facts .facts .sub__title {
    font-weight: 600;
    font-size: 2.4rem;
    color: #8E8E93;
    opacity: 0.8;
    margin: 0;
    margin-top: 2.4rem;
    text-align: center;
}

.awards-facts .facts .fact-boxes {
    max-width: 109.9rem;
    width: 100%;
    margin: 7.2rem 0 1.8rem 0;
    justify-content: space-between;
}

.awards-facts .facts .fact-boxes .fact-box {
    width: 100%;
    max-width: 34.4rem;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0.3125rem;
    flex-basis: 50%;
}

.awards-facts .facts .fact-boxes .fact-box img{
	width: 9.6rem;
}

.awards-facts .facts .fact-boxes .fact-box .text {
	color: #322F65;
	line-height: 4rem;
    font-size: 3.6rem;
    font-weight: 400;
    text-align: center;
    margin: 3.2rem 0 0 0;
}

.awards-facts .facts .fact-boxes .fact-box .text small {
	font-size: 2.4rem;
}

.awards-facts .facts .fact-boxes .fact-box .text strong {
	font-size: 6.4rem;
}

@media (max-width: 1400px) {
	.awards-facts .slider {
	    background-size: unset !important;
	}

	.awards-facts .slider .wrapper {
	    width: 90rem;
	}

	.awards-facts .bg {
	    height: 114rem;
	}
}

@media (max-width: 1140px) {


	.awards-facts .slider .wrapper {
	    width: 67rem;
	}

	.awards-facts .bg {
	    height: 114rem;
	}
}

@media (max-width: 840px) {

	.slideshow-container {
		margin-top: 52px;
	}
    .awards-facts .slider {
        background: url(https://d1t11jpd823i7r.cloudfront.net/about-us/awards_bg_m.svg);
        background-size: 100% !important;
        width: 95%;
        margin-top: 12.4rem;
        border-radius: 3.5rem;
    }

    .awards-facts .bg {
        height: 195rem;
    }

    .awards-facts h2 {
        font-size: 3rem;
        padding: 0 3rem;
        margin-top: 7.1rem;
    }

    .awards-facts .slider .wrapper {
        margin: 5rem auto;
    }

    .awards-facts .slider .wrapper .slides {
        justify-content: center;
        height: 68rem;
        flex-direction: column;
        width: unset;
        align-items: center;
		top: 330px;
    }

    .awards-facts .slider .wrapper .slides .slide .text {
    	margin: 1.6rem 0 2.4rem 0;
	}

    .awards-facts .slider .wrapper .slides .slide {
        margin:1.4rem 0;
    }

    .awards-facts .slider .wrapper .slides.shifting {
    	transition: top 0.2s ease-out;
	}

    .awards-facts .slider .slider-nav {
        display: none;
    }

    .awards-facts .facts {
	    margin-top: 93rem;
    }

    .awards-facts .facts h1 {
        margin-top: 4rem;
        font-size: 3rem;
    }

    .awards-facts .facts .sub__title {
        font-size: 1.4rem;
        font-weight: 400;
        margin: 0;
        margin-top: 0.7rem;
    }

    .awards-facts .facts .fact-boxes {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .awards-facts .facts .fact-boxes .fact-box {
        flex-basis: unset;
        margin: 6rem 0.3125rem 0;
    }
}



@media (min-width: 1441px) {
  html {
    font-size: 0.6944444444vw !important;
  }
}


