/* 
Fonts Family CSS 

font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;

*/

/* Cera Compact Pro - Bold */
@font-face {
	font-family: 'Cera Compact Pro';
	src: url('../fonts/ceracompactpro-bold.woff2') format('woff2'),
	   url('../fonts/ceracompactpro-bold.woff') format('woff'),
	   url('../fonts/ceracompactpro-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* Cera Compact Pro - Medium */
@font-face {
	font-family: 'Cera Compact Pro';
	src: url('../fonts/ceracompactpro-medium.woff2') format('woff2'),
	   url('../fonts/ceracompactpro-medium.woff') format('woff'),
	   url('../fonts/ceracompactpro-medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* Cera Compact Pro - Regular */
@font-face {
	font-family: 'Cera Compact Pro';
	src: url('../fonts/ceracompactpro-regular.woff2') format('woff2'),
	   url('../fonts/ceracompactpro-regular.woff') format('woff'),
	   url('../fonts/ceracompactpro-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {font-size: 10px;}
:root { 
    --primary: #a27fb9; 
    --secondary: #6ECEE9; 
    --button: #ebc564;
    --button2: #EC927A; 
    --textcolor: #1b2a57;
    --white: #fff; 
    --title-font: 'Cera Compact Pro',sans-serif; 
    --primary-font: 'Cera Compact Pro', sans-serif; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: none; }
h1, h2, h3, h4, h5, h6, p{margin-top: 0; margin-bottom: 15px; }
ul li{ list-style-type: none; }
h1, h2, h3, h4, h5, h6 { line-height: 1.4; font-weight: 700; font-family: var(--title-font); }
img{ max-width: 100%; height: auto; vertical-align: middle; }
textarea { height: 200px; padding: 10px 10px; }
body{ font-family: var(--primary-font); font-size: 20px; color: #3B3B3B; line-height: 1.5; font-weight: 400; margin: 0;}

.float-left{ float: left; } 
.float-right{ float: right } 
.clearfix:after{ content: " "; display: block; clear: both; } 
.fixed-top{ position: fixed; top: 0; left: 0; z-index: 999; } 

/* Typography */ 
/* Grid System CSS */ 
.container{ max-width: 1490px; margin: 0 auto; padding: 0 15px;} 
.container-fluid{ max-width: 1860px; margin: 0 auto; width: 100%;} 
.row {display: flex; flex-wrap: wrap;}
.col-1{ width: 8.33% } 
.col-2{ width: 16.67% } 
.col-3{ width: 25% } 
.col-4{ width: 33.33% } 
.col-5{ width: 41.67% } 
.col-6{ width: 50% } 
.col-7{ width: 58.33% } 
.col-8{ width: 66.67% } 
.col-9{ width: 75% } 
.col-10{ width: 83.33% } 
.col-11{ width: 91.67% } 
.col-12{ width: 100% } 
.sec-gap {padding: 70px 0;}
.scy-icon svg { width: 30px; }

/* btn */
.btn { border-radius: 0px; color: #fff; font-weight: 500; text-align: center; background: var(--primary); padding: 12px 40px; display: inline-block; text-decoration: none; }
.btn.hd-button { order: 2; margin-left: 35px; padding-left: 70px !important; background-image: url(../img/mexico-l-flag.png); background-repeat: no-repeat; background-size: 35px; background-position: 6px center; }
input:focus, a.btn { outline: none; }

/* Form Fields */ 
button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } 
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } 
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } 
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } 
fieldset { border: 1px solid #bbb; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } 
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; } 
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } 
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } 
input[type="text"], input[type="email"], input[type="tel"], textarea, select { width: 100%; height: 55px; padding: 0 10px; border-radius: 5px; border: 0; box-shadow: 0px 1px 2px 0px #000; } 
.wpcf7-form-control-wrap select { -webkit-appearance: none; -moz-appearance:    none; appearance:         none; }
.btn-tel{ font-weight: 500; color: #2D429F; margin-right: 50px; } 
.btn {
	border-radius: 14px;
	background-color: var(--primary);
	color: #fff;
	text-align: center;
	padding: 11px 25px 11px 25px;
	font-weight: 700;
	letter-spacing: 1px;
    position: relative;
    margin-right: 54px;
    transition: 0.3s ease all;
    text-transform: uppercase;
}
.btn::after {
	width: 54px;
	height: 54px;
	content: "";
	position: absolute;
	right: -54px;
	background: var(--primary) url(../icons/icon-rvector.svg);
	border-radius: 50%;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center;
    transition: 0.3s ease all;
}
.btn:hover:after {
	background: var(--secondary) url(../icons/icon-rvector.svg);
    transform: rotate(90deg);
	background-repeat: no-repeat;
	background-position: center;
}
.btn:hover {
	background-color: var(--secondary);
	border-color: var(--secondary);
	color: #fff;
}
a { color: #f55f42; }
a:hover{ color: var(--secondary); text-decoration: none; }

/* Bread Crumb */
div#crumbs a, div#crumbs { color: #fff; margin-bottom: 25px; }


/* header start */
.sc-logo {display: flex ; align-items: center; max-width: 185px; }

/* Header */
.phoneBox { position: relative; order: 1; } 
.phoneBox p { font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: 0; text-align: left; color: #000; margin-bottom: 0; font-family: var(--primary-font); margin: 0; }
.phoneBox p span { display: block; font-size: 24px; font-weight: 700; line-height: 35px; letter-spacing: 0; text-align: left; color: #c80b00; font-family: var(--primary-font); } 
.phoneBox p span a { color: #114038; text-decoration: none; font-size: 30px; }

@media (min-width: 1109px){
    .header { display: flex ; flex-direction: column; justify-content: center; z-index: 9998 !important; }
    .header .container-fluid { max-width: 1740px; width: 100%; margin-right: auto; margin-left: auto; }
    .navbar-headBox {
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    	margin: 5px 0;
        padding: 10px 20px;
    }
    .logoLeft { display: flex ; align-items: center; } 
    #menu { margin-left: auto; display: flex; margin-right: auto; }
    
    ul.menu li { display: inline-block; font-weight: 500; position: relative; margin: 0px 15px; font-size: 18px; } 
    .menu-item-has-children { padding-right: 20px !important; }
    ul.menu > li.menu-item-has-children > a { position: relative; }
    ul.menu li a {color: #272424; display: block; text-decoration: none; transition: color .3s ease-out; outline: none !important; letter-spacing: 1px;}
    ul.menu li a:hover {color: var(--button); text-decoration: none;}
    
    ul.menu > li.menu-item-has-children > a::after { top: 43%; left: 112%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-top-color: #F55F42; border-width: 6px; margin-left: -6px; }
    ul.menu ul.sub-menu { list-style: none; position: absolute; left: 0; top: 200%; width: 245px; padding: 0; z-index: 100; background: #fff; visibility: hidden; opacity: 0; border-radius: 0 2px 2px 2px; -ms-border-radius: 0px 2px 2px 2px; -webkit-border-radius: 0px 2px 2px 2px; -moz-border-radius: 0 2px 2px; -o-border-radius: 0 2px 2px; box-shadow: 0 0 18px rgba(0, 0, 0, .38); }
    ul.menu li:hover > ul.sub-menu { left: 0; opacity: 1; visibility: visible; z-index: 9; top: 100%; }
    ul.menu li > ul.sub-menu li:hover > ul.sub-menu { left: 100%; top: 0; max-height: 77vh; overflow-y: auto; }
    ul.menu ul.sub-menu > li:hover >a { background: #114038; color: #fff !important; }
    ul.sub-menu li { position: relative; float: none; width: 100%; border-bottom: 1px solid #e8e8e8; padding: 0px !important; margin: 0; }
    ul.menu ul.sub-menu li a { text-transform: capitalize; z-index: 100; padding: 10px 15px; font-size: 16px; color: #000 !important; font-weight: 400; line-height: 24px; position: relative; display: block; letter-spacing: 0; text-align: left; }
    ul.menu > li.menu-item-has-children li.menu-item-has-children > a::after { top: 38%; left: auto; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-top-color: #F55F42; border-width: 6px; margin-left: 0; right: 10px; transform: rotate(270deg); } 
    ul.menu > li.menu-item-has-children li.menu-item-has-children { position: relative; }
}
/* header end */

/* banner start */
.home-hero { height: calc(100vh - 90px); position: relative; background-position: center right; background-size: cover; display: flex ; justify-content: center; align-items: center; text-align: center; background: #FDFBF4; }
.hero-bg { max-width: 825px; } 
.home-hero h1 { font-size: 9rem; max-width: 825px; margin-top: -25px; line-height: 10rem; font-weight: 500; } .hero-bg p { line-height: 30px; }  

.navbar-headBox .btn svg {
	width: 16px;
	height: 20px;
}
.navbar-headBox .btn svg path {stroke: #fff;}
#menu-main-menu {padding-left: 0;}

/* banner end */

/* footer start */
/* Footer */
.footer {
	background: var(--primary);
	border-radius: 60px;
    margin-bottom: 30px;
}
.footer a { color: #fff; }
.footer ul li { list-style-type: none; padding-left: 27px; font-size: 18px; color: #fff; line-height: 28px; padding-bottom: 5px; position: relative; }
.big-footer { padding: 50px 0 0; color: #fff; } 
.big-footer .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.footer h3 { font-size: 28px;} 
.big-footer p { color: #fff; } 
 
.footer-nav ul { margin: 25px 0 0 0; padding: 0; } 
.footer-nav ul li { margin-bottom: 20px; list-style-type: none; line-height: 1.4; padding: 0; } 
.social-links svg { width: 25px; fill: #fff; height: 25px; transition: 0.3s ease all; }
.footer h3::after { content: ""; position: absolute; width: 100px; height: 2px; background: #fff; left: 50%; bottom: -5px; transform: translate(-50%); }
.footer a.gd-btn { color: var(--primary); font-size: 18px; margin: 15px 0 0; display: inline-block; padding-bottom: 10px; border-bottom: 1px solid var(--primary); }
footer.footer a { text-decoration: none; }
.footer .phone-btn { font-size: 35px; font-weight: 700; margin-top: 20px; display: block; }
.ft-nav li::after,.big-footer li:after{content: none;} 

.copyright p{margin: 0;   font-weight: normal; color: #fff; line-height: normal;} 
.copyright .container {display: flex; flex-wrap:wrap; justify-content: space-between; border-top: 1px solid #fafafa21; padding: 30px 0; align-items: center;} 

.copyright .ft-nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 15px;
	border-left: 1px solid #fafafa21;
	margin-left: 15px;
}
.copyright ul { list-style-type: none; margin: 0; } 
.copyright ul li {
	display: inline-block;
	font-size: 17px;
	padding: 0 12px 0 0;
	color: #fff;
	line-height: normal;
	vertical-align: middle;
}
.copyright ul li a { color: #fff; font-weight: normal; line-height: normal;} 
.copyright a, .copyright, .copyright li { color: #fff; font-size: 16px; text-transform: none; }
footer.footer a.btn {margin-top: 15px;}
.social-links ul {padding: 0;}
.ft-right {
	/* flex: 0 0 67.2%; */
	/* max-width: 67.2%; */
	display: flex;
	/* text-align: left; */
	margin: 0 auto;
}
.social-links ul{display: flex; gap: 20px;}
.big-footer h2 {
	margin: 0 0 30px;
	font-size: 54px;
	-webkit-text-fill-color: #fff;
    line-height: normal;
    font-weight: 400;
}
/* Footer */
.gap-footer-temp { height: 120px; }
/* footer end */

.ct-form {
	max-width: 800px;
	margin: 120px auto 0;
}
.ct-form .gform_heading {
	display: none;
}
#gform_submit_button_1 {
	background: #114038;
	width: 190px;
	height: 50px;
	border-radius: 37px;
	font-size: 18px;
	margin: 0 auto;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	width: 100%;
	min-height: 50px !important;
	padding: 0 10px;
	border-radius: 5px;
	border: 0;
	box-shadow: 0px 1px 2px 0px #000;
}

/* 404 Section */
.t-hidden {display: none; opacity: 0;}
.nf-wrap {max-width: 665px;	margin: 0 auto;	padding: 0 20px;}
.nf-card {max-width: 570px;	margin: 25px auto 0;}
.nf-card p{margin: 0 0 15px;}
.nf-card p strong {font-size: 24px;	font-weight: 500; margin: 0 0 10px;}
.error404 .rank-math-breadcrumb {display: none;}
.error-404 {padding: 60px 0 75px;}
.error404 .scylla-banner {padding-bottom: 0; padding-top: 120px!important;}
.nf-card .btn {border-radius: 40px;	color: #fff; font-weight: normal; text-align: center; background: #0955FF; padding: 5px 30px 6px; display: inline-block; text-decoration: none;}
.error404 .gap-footer-temp {height: 0;}
/* end 404 Section */


.home-banner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
    margin: 0 auto;
}
.home-banner img {
	width: 100%;
    /*height: calc(100vh - 127px);
    object-fit: cover;
    border-radius: 70px;
    min-height: 784px; */
}
.banner-content {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
	align-items: center;
	left: 0;
	height: calc(100% - 150px);
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.banner-content h1 {
	color: #FFF;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 65px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px;
	letter-spacing: -3.7px;
	margin-bottom: 20px;
}
.banner-content p{
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 141.667% */
}
.b-title {
	position: absolute;
	left: 50%;
	z-index: 99;
	color: #fff;
	top: 53%;
	font-size: 5vw;
	font-weight: 700;
	transform: translate(-50%, -50%);
}
.cta-section .container-fluid {
	background: url(../img/dnabg.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 450px;
	display: flex;
	align-items: center;
}
.figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn-group {
	position: absolute;
	z-index: 99;
	bottom: 140px;
	width: 100%;
	text-align: center;
    display: flex;
    justify-content: center;
}

.btn-group .btn {
	font-size: 25px;
	border-radius: 50px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 25px;
	gap: 10px;
    transition: 0.3s ease all;
}
.btn-group .btn:hover{background: var(--primary);}
.figure {
	position: relative;
	padding-bottom: 50%;
	margin-bottom: 25px;
}

h2{
	margin: 0 0 25px;
	font-size: 40px;
	line-height: 1.4; 
}

.container-full{
	max-width: 1710px;
    margin: 0 auto;
    padding: 0 15px;
}
.top-title-badge {
	position: absolute;
	width: 300px;
	left: -10px;
	right: 0;
	margin: 0 auto;
	bottom: 44px;
	text-align: center;
}

.banner{position: relative;}

.top-card p{
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.top-badge {
	color: #272424;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	
}
.content-card h2, .card-stf h2, .pi-section h2, .faq-section h2{
	font-size: 54px;
	background: linear-gradient(87deg, #272424 13.83%, #6BCDEA 94.06%);
	font-weight: 400;
	line-height: 1.2;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.card-stf h2{
	font-size: 74px;
	line-height: 1.1;
}

.card-stf{
	max-width: 750px;
    margin-left: auto;
}

.exp-section h2{
	font-weight: 400;
	font-size: 74px;
	margin: 0;
}

.dsf-section h3 {
    color: #3B3B3B;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-top: 30px;
}
.dsf-section p {
    color: #5B5B5B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}
.dsf-section svg {
	width: 91px;
	height: 91px;
}
..dsf-section .content-card {
	padding-right: 70px;
}
.dsf-section .figure {
	position: relative;
	padding-bottom: 71.4%;
	margin-bottom: 0;
}
.top-title p {
	max-width: 1050px;
	font-size: 27px;
	line-height: 38px;
	font-weight: 500;
}

.top-title {
	margin-bottom: 40px;
}

.cta-section .container {
	background: #ebc564;
	padding: 50px;
	border-radius: 25px;
	max-width: 1390px;
}
.cta-section{margin-bottom: 82px;}
.cta-section .content-card {padding-left: 85px;}
.cta-section .figure {padding-bottom: 75%;	margin-bottom: 0;}
.cta-section .row {align-items: center; padding: 100px;}


.cta-section .btn:hover {
	background-color: var(--secondary);
	color: #fff;
}
.cta-section h2 {
	color: #FFF;
font-size: 74px;
font-style: normal;
font-weight: 400;
line-height: 94px; /* 127.027% */
letter-spacing: -3.7px;
-webkit-text-fill-color: #fff;
}
.sft-section .row {
	align-items: center;
}
.cta-section p {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -0.72px;
}
.cta-section .btn {
	background: #fff;
	color: var(--primary);
}
.cta-section .btn::after {
	background: #fff url(../icons/pink-vector.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.cta-section .btn:hover:after {
	background: var(--secondary) url(../icons/icon-rvector.svg);
	background-repeat: no-repeat;
	background-position: center;
}

blockquote {
	margin-left: 0;
	margin-right: 0;
}
blockquote p {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 3px;
}
blockquote p strong{font-weight: normal;}
.footer-column.footer-nav:first-child {margin-right: auto;}

.diana-section .container-fluid{
    background: var(--secondary);
    border-radius: 60px;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #3DB5D9;
}
.diana-section .container{max-width: 1120px;}
.diana-section .row{align-items: center;}
.diana-section h2 {
	color: #FFF;
	font-size: 74px;
	font-style: normal;
	font-weight: 400;
	line-height: 94px;
	letter-spacing: -2px;
	-webkit-text-fill-color: #fff;
	margin-bottom: 25px;
}

.content-dr p {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.72px;
}
.ct-list {
	margin-top: 40px;
}

.pi-section h3 {
	color: #272424;
	font-size: 28px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.ct-item {
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);
	padding: 15px 20px;
	border-radius: 10px;
}

.ct-list {
	display: flex;
	flex-wrap: wrap;
    gap: 20px;
}
.ct-item {
	box-shadow: none;
	padding: 15px 0px;
	border-radius: 10px;
	flex: 0 0 calc(25% - 15px);
}
.ct-item .figure {
	position: relative;
	padding-bottom: 65%;
	margin-bottom: -22px;
	border-top-left-radius: 20px;
	overflow: hidden;
	border-top-right-radius: 20px;
}

.ct-item .figure img{
	scale: 1;
	transition: 0.4s all ease;
}

.ct-item:hover .figure img{
	scale: 1.1;
}

.pi-section.sec-gap {padding-top: 0;}

.pi-section h2 {text-align: center; font-size: 54px; line-height: normal; font-weight: 400}
.content-card {
	padding-right: 30px;
}

.items-row {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
    margin: 40px 0;
}
.items-row .item {
	border-radius: 14px;
    color: #272424;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
}
.items-row .item .icnt {
	border: 1px solid #272424;
	padding: 23px 20px;
	border-radius: 14px;
	line-height: normal;
}
.content-dr {
	padding: 20px 0 20px 110px;
}
.exp-section {
	text-align: center;
}
.figure-dr {
	padding-bottom: 60%;
	position: relative;
}
.figure-dr img {
	position: absolute;
	width: 90%;
	height: 100%;
	object-fit: cover;
	right: 0;
}

.pi-section .top-title {text-align: center;}

.faq-container {
  max-width: 700px;
  margin: auto;
  margin-right: 0;
}

.faq-item {
	background: #fff;
	margin-bottom: 18px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	border-radius: 24px;
	background: #FFF;
}
    
    .faq-item.active {background: #F5E7FF;}

.faq-question {
	padding: 22px 20px;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	color: #272424;
	line-height: normal;
	color: #272424;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.faq-question::after {
	content: "";
	position: absolute;
	right: 18px;
	transition: transform 0.3s;
	width: 18px;
	height: 18px;
	background: url(../icons/chevron-up.svg);
	background-size: 16px;
	top: 24px;
}

    .faq-item.active .faq-question::after {
      transform: rotate(180deg);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      transition: max-height 0.3s ease;
      color: #555;
    }

.faq-item.active .faq-answer {
	padding: 0px 20px 20px;
	max-height: 200px;
	color: #3B3B3B;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.footer-top {
	display: flex;
	padding: 30px 0 90px;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	background: #6BCDEA;
	max-width: 1860px;
	margin: 0 auto -54px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.footer-top h3 {
	color: #FFF;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 88px;
	letter-spacing: 0;
	margin: 0;
}

.fg-cnt {
	border-radius: 24px;
	background: #E7CAFC;
	padding: 30px 30px 30px 30px;
    position: relative;
    z-index: 2;
    min-height: 323px;
}
.ct-list .ct-item:nth-child(2) .fg-cnt {background: #FFDE8E;}
.ct-list .ct-item:nth-child(3) .fg-cnt {background: #FFB7A3;}
.ct-list .ct-item:nth-child(4) .fg-cnt {background: #A4EAFF;}

.ct-list .ct-item:nth-child(1) .icon-figure{border: 1px solid #E7CAFC;}
.ct-list .ct-item:nth-child(2) .icon-figure{border: 1px solid #FFDE8E;}
.ct-list .ct-item:nth-child(4) .icon-figure{border: 1px solid #A4EAFF;}

.fg-cnt p{
	margin: 0;
	color: #3B3B3B;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.6px;
}
.fg-cnt p em {font-weight: 600;}

#input_2_1 {
	width: 100%;
	border-radius: 40px;
	border: 0;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.64);
    height: 64px;
}

#gform_submit_button_2 {
	width: 64px;
	height: 64px;
	padding: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.64) url(../icons/pink-vector.svg);
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
}

.footer-column path{fill: #fff;}
.big-footer .container + .container {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	padding-top: 45px;
}
.top-fig {
	display: flex;
	align-items: baseline;
	gap: 15px;
	justify-content: end;
	margin-bottom: 40px;
}
.top-fig img {border-radius: 14px;}
.exp-section.sec-gap {padding-bottom: 15px;}
.faq-section.sec-gap {padding-top: 0;}
.icon-figure {
	border: 1px solid #ffb7a3;
	text-align: center;
	padding: 30px 90px 50px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-bottom: -28px;
}
.icon-figure img {max-height: 145px;}
.items-row .item img{transition: 0.3s ease all;}
.items-row .item:hover img {
	transform: scale(1.16);
    cursor: pointer;
}

.faq-section h2{
	font-size: 54px;
	font-weight: 400;
}

.nl-form .gform-theme--foundation .gform_fields{
	column-gap: 0;
}

.nl-form #input_2_1{padding-left: 25px; font-size: 18px;}

.big-footer .footer-bottom{
	justify-content: flex-end;
    gap: 70px;
}

.footer a:hover{
	color: var(--secondary);
}

.social-links a:hover path{
	fill: currentColor;
}
.last-footer li{
	display: flex;
    align-items: center;
}
span.scy-icon {line-height: 0;}
.footer-nav a{display: block;}

.video-testimonials {
	background: url(../img/dnabg.webp);
	padding: 100px 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 1860px;
  margin: 0 auto 75px;
  border-radius: 60px;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
    font-size:64px;
    line-height:1.1;
    color: #fff;
}

.video-slider .item{
    transition:.4s ease;
}

.video-card{
    position:relative;
    border-radius:28px;
    overflow:hidden;
    cursor:pointer;
}

.video-card img{
    width:100%;
    height:475px;
    object-fit:cover;
    display:block;
}

.video-title{
    position:absolute;
    left:40px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:42px;
    font-weight:300;
}

/* center item */
.video-slider .owl-item.active.center{
    transform:scale(1);
    opacity:1;
    filter:none;
    z-index:5;
}

/* side items */
.video-slider .owl-item{
    transform:scale(.75);
    opacity:.45;
    filter:blur(4px);
    transition:all .4s ease;
}

.video-slider .owl-item.active.center{
    transform:scale(1);
    opacity:1;
    filter:none;
}

.video-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.85);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:99999;
}

.video-modal.active{
    opacity:1;
    visibility:visible;
}

.video-modal-inner{
    width:min(1000px,90vw);
    position:relative;
}

.video-modal iframe{
    width:100%;
    aspect-ratio:16/9;
    border:none;
}

.close-video{
    position:absolute;
    right:0;
    top:-50px;
    color:#fff;
    background:none;
    border:none;
    font-size:40px;
    cursor:pointer;
}
.video-slider .owl-stage-outer{
    overflow:visible;
}

.video-card{
    position:relative;
    overflow:hidden;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:90px;
    height:90px;
    border-radius:50%;
    background:#a27fb9;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    transition:.3s ease;
    pointer-events:none;
}

.play-btn svg{
    width:50px;
    height:50px;
    margin-left:4px;
    color:#fff;
}

.video-card:hover .play-btn{
    transform:translate(-50%, -50%) scale(1.1);
}
.video-slider .owl-item:not(.center) .play-btn{
    opacity:0;
}

.video-slider .owl-item.center .play-btn{
    opacity:1;
}

