@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap');

.anchor {
    padding-top: 100px;
    margin-top: -100px;
}

.anchor-2 {
    padding-top: 23px;
    margin-top: -23px;
}
.anchor-3 {
    padding-top: 70px;
    margin-top: -70px;
}

.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
}
.videoWrapper169 {
	padding-top: 56%;
}
.banner-vid iframe {
	display: block;
}
.videoIframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.videoPoster {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	background-color: transparent;
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-size: cover;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
	border-radius: 15px;
}
.videoWrapperActive .videoPoster, .videoWrapperActive .mask-video, .videoWrapperActive .wrap-play {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}
.circle-1 {
	position: absolute;
	width: 150%;
	height: 125%;
	left: -25%;
	top: -60%;
	background: #FDC7E9;
	z-index: -1;
	border-radius: 100%;
}
.circle-2 {
	position: absolute;
	width: 1444px;
	height: 1074px;
	left: -772px;
	top: -250px;
	background: #D2F7FF;
	border-radius: 0px 537px 537px 0px;
	z-index: -1;
}
.circle-3 {
	position: absolute;
	width: 130vw;
	height: 60vw;
	left: -15vw;
	right: 0;
	top: -27vw;
	background: linear-gradient(180deg, #FDC7E9 0%, #FFE9F7 100%);
	z-index: -2;
	border-radius: 100%;
}
.circle-4 {
	position: absolute;
	width: 200vw;
	height: 62vw;
	left: -50vw;
	right: 0;
	top: -100px;
	background: linear-gradient(180deg, #CD007A 0%, #FBDE81 100%);
	z-index: -1;
	border-radius: 100%;
}
@media (min-width: 1300px) and (max-width: 1350px){
	.circle-4 {
		height: 73vw;
	}
}
@media (min-width: 1250px) and (max-width: 1299px){
	.circle-4 {
		height: 75vw;
	}
}
@media (min-width: 1200px) and (max-width: 1249px){
	.circle-4 {
		height: 80vw;
	}
}
@media (min-width: 1150px) and (max-width: 1199px){
	.circle-4 {
		height: 85vw;
	}
}
@media (min-width: 1100px) and (max-width: 1149px){
	.circle-4 {
		height: 88vw;
	}
}
@media (min-width: 999px) and (max-width: 1099px){
	.circle-4 {
		height: 93vw;
	}
}

@media (max-width: 998px){
	.circle-4 {
		height: 80vw;
	}
}

@media (min-width: 1400px) {
	.circle-3 {
		top: -25vw;
	}
}

@media (max-width: 1199px) {
	.circle-3 {
		width: 140vw;
		height: 85vw;
		left: -25vw;
		top: -45vw;
	}
}

.mask-video {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
.wrap-play {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.play-inner h2 {
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	color: white;
}
h3.lighter span:after {
	background-color: #162861!important;
	z-index: -1;
	width: calc(100% + 20px);
	left: -10px;
	right: -10px;
}

h3.lighter span {
	z-index: 1;
	color: white;
	font-weight: 400;
}
h3.lighter span:nth-last-child(-n+3) {
	font-weight: 900;
}
#section-2, #section-2 .container, #section-2 .row {
	min-height: calc(100vw / 1.8);
	height: 100%;
}
.pink {
	color: #CA0083;
}
#section-2 .card-white {
	background: linear-gradient(180deg, #FFFFFF 0%, #E8FBFF 53%);
	border-radius: 20px;
	filter: drop-shadow(0px 0px 33px rgba(150, 0, 95, 0.11));
	padding: 20px !important;
	margin-bottom: 95px;
	margin-top: auto;
}

#section-3 .card-white,   #section-5 .card-white  {
	background: #FFFFFF;
	box-shadow: 0px 0px 33px rgba(150, 0, 95, 0.11);
	border-radius: 15px;
	padding: 25px 50px !important;
}
#section-3 .card-white img, #section-5 .card-white img {
	width: calc(100% + 50px);
	height: calc(100% + 50px);
	max-width: calc(100% + 50px);
	object-fit: cover;
	position: absolute;
	left: -50px;
	top: -25px;
	bottom: 0;
	right: 0;
	border-radius: 15px 0px 0 15px;
}

#section-5 .yellow-line {
	background-color: #CA0083;
}
#section-6 h3 {
	color: white;
}
#section-6 {
	z-index: -1;
	padding-bottom: 100px;
}
#section-7 {
	background: linear-gradient(180deg, #FFFFFF 0%, #FDC7E9 100%);
	z-index: -2;
	position: relative;
	padding-top: 94px;
}
#section-8 h3 {
	color: #CA0083;
	font-weight: 700;
	background: white;
	border-radius: 15px;
	padding: 0px 12px;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	display: inline-block;
}
#section-8 {
	/* margin-top: -130px; */
	margin-top: 130px;
}
#section-8, #section-8 .container, #section-8 .row {
	min-height: calc(100vw / 1.8);
	height: 100%;
}
#section-9 .grey {
	color: #525252;
	font-size: 14px;
}
#section-9 .heavy {
	font-weight: 900;
}
#section-9 p {
	word-break: break-all;
}

@media (max-width: 992px) {
	.play-inner h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.play-inner img {
		width: 70px;
	}
	.play-inner h2 br {
		display: none;
	}
	h3, h4 {
		font-size: 1.25em;
	}
	html, body {
		overflow-x: hidden;
	}
	#section-2 .container, #section-3 .container, #section-4 .container, #section-5 .container  {
		width: calc(100% - 30px);
	}
	#section-2 .card-white {
		margin-bottom: 0;
		margin-top: 220px;
	}

	#section-3 .card-white img, #section-5 .card-white img {
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		height: 320px;
		object-fit: cover;
		top: -20px;
		border-radius: 15px 15px 0 0;
		position: relative;
		left: -20px;
		right: -20px;
	}

	#section-3 .card-white, #section-5 .card-white {
		padding: 20px !important;
	}
	#section-7 {
		padding-top: 0;
		background: linear-gradient(0deg, #FFFFFF 0%, #FDC7E9 50%, #FFFFFF 100%);
	}
	#section-8 {
		margin-top: 0;
		padding-top: 50px;
	}
	#section-8 h3{
		font-size: 1.05em;
	}
	#section-9 img {
		width: 80%;
	}
	h3.lighter span:after {
		background-color: #162861!important;
		z-index: -1;
		width: calc(100% + 12px) !important;
		left: -6px !important;
		right: 0 !important;
	}
	#section-2 .txt-bigger p {
		font-size: 1em !important;
	}
	#section-2 {
		margin-top: -160px !important;
	}
	#main-video {
		padding-bottom: 150px !important;
	}
	#section-4 h3 {
		line-height: normal !important;
		font-size: 20px !important;
	}
	#section-4 .lighter.black {
		font-size: 30px !important;
	}
	.pre-footer {
		font-size: 1.2em !important;
		line-height: 1.2em !important;
	}
	#section-5 .text-shadow {
		bottom: 10px!important;
		left: 0!important;
	}
}
a:not(header a, footer a), a:hover:not(header a:hover, footer a:hover) {
	color: #1A77C9;
	text-decoration: underline;
	text-underline-offset: 3px;
	-webkit-text-underline-offset: 3px;
	-moz-text-underline-offset: 3px;
}
.pre-footer {
	background-color: #EFEFEF;
	border-bottom: 2px solid #A8A8A8;
	padding: 16px 0 18px 0;
	font-size: 1.39em;
	line-height: 2em;
}
.bg-blue {
	background: linear-gradient(180deg, #005BAA 0%, #023F88 100%);
}
.bg-green {
	background-color: #00A656;
}
.bg-lightblue {
	background-color: #00B4ED;
}
.color-yellow {
	color: #FFE900;
}
#section-2 .txt-bigger p {
	font-size: 1.16em;
}
#section-2 p span {
	font-size: 1em;
}
#section-2 {
	margin-top: -180px;
}
#main-video {
	padding-bottom: 220px;
}

.white {
	color: white;
}
h3.line-after {
	font-weight: 400;
}

h3.line-after strong {
	font-weight: 900;
}

h3.line-after:after {
	background: #00B4ED;
	height: 4px;
	width: 150px;
	display: block;
	content: ' ';
	text-align: center;
	margin-left: calc(50% - 75px);
	margin-top: 30px;
}
.color-line {
	background-color: #00B4ED;
	height: 4px;
	width: 150px;
	display: inline-block;
}
#section-3 h3, #section-5 h3 {
	font-weight: 300;
}
#section-3 .card-white p, #section-5 .card-white p {
	font-size: 1.39em;
	font-weight: 400;
}
#section-3 .card-white span, #section-5 .card-white span {
	font-size: .95em;
	font-weight: 400;
	line-height: 1.45rem;
}
#section-3 .card-white p strong, #section-5 .card-white p strong {
	font-weight: 900;
}
p.line {
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
}
p.line:after {
	content: ' ';
	background: rgba(0, 180, 237, 0.3);
	height: 15px;
	width: calc(100% + 4px);
	display: block;
	margin-top: -15px;
	margin-left: -2px;
}

#section-4 h3 {
	line-height: 3.33rem;
	font-weight: 400;
}
#section-4 .lighter span {
	color: #161616;
	font-weight: 900;
}
#section-4 h3.lighter span:after {
	background-color: #B3E9FA !important;
	width: calc(100% + 12px)!important;
	left: -3px!important;
	right: -3px!important;
}
#section-4 h4 {
	color: #005BAA;
	font-weight: 700;
	font-family: 'Work Sans', sans-serif;
	font-size: 1.39em;
}
#section-5 .text-shadow {
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	font-size: 15px !important;
	position: absolute;
	bottom: -35px;
	left: -30px;
}
#section-5 p.line:after {
	background-color: #FFE900;
}
#section-5 a, #section-5 a:hover {
	font-weight: 500;
}
@media (max-width: 992px) {
	#section-3 .card-white p, #section-5 .card-white p {
		font-size: 1.11em;
	}
}

#accordion p.title {
	color: #023F88;
	font-weight: 800;
	font-size: .95em;
}
#accordion .card {
	border-radius: 10px;
	border: 2px solid #EFEFEF;
}
#accordion .card-body {
	color: #525252;
	font-size: .95em;
	padding: 20px 20px 20px 0;
}
#accordion .card-header {
	cursor: pointer;
	background: #EFEFEF;
	border-radius: 10px;
	border: 2px solid #EFEFEF;
	margin-top: -2px;
	margin-left: -2px;
	margin-bottom: -2px;
}
#accordion .arrow-accordion {
	position: absolute;
	right: 0;
	top: calc(50% - 5.5px);
	transform: rotate(180deg);
	transition: .4s;
}

#accordion .collapsed .arrow-accordion {
	transform: rotate(0deg);
	transition: .4s;
}
@media (max-width: 992px) {
	#accordion p.title {
    font-size: .8em;
}
.ico-accordion {
	width: 16px;
}
ul#menu-menu-1 a {
    width: 100%;
    display: block;
}
.menu-menu-container {
  width: 100%;
}
}
