/* MAIN ELEMENTS */

/* -- fonts */

@font-face {
	font-family: "Montserrat-Light";
	src: url("../fonts/Montserrat-Light.ttf");
	font-display: swap;
} 

@font-face {
	font-family: "Montserrat-Regular";
	src: url("../fonts/Montserrat-Regular.ttf");
	font-display: swap;
} 

@font-face {
	font-family: "Montserrat-Medium";
	src: url("../fonts/Montserrat-Medium.ttf");
	font-display: swap;
} 

@font-face {
	font-family: "Montserrat-SemiBold";
	src: url("../fonts/Montserrat-SemiBold.ttf");
	font-display: swap;
} 

@font-face {
	font-family: "Montserrat-Bold";
	src: url("../fonts/Montserrat-Bold.ttf");
	font-display: swap;
} 


*, *::before, *::after {
	box-sizing: border-box;
}

html {
	font-family: "Montserrat-Regular";
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
	max-width:100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
    font-family: "Montserrat-Regular";
	font-style: normal;
	font-size: 25px;
    background-color:#ede4ff;
	color: rgba(0, 74, 173, 1);
	text-align: left;
	width: 100%;
	max-width:100%;
	overflow-x: hidden;
}

.no-scroll {
	/* overflow: hidden; */
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	line-height: 1.1;
	margin: 0;
}

p {
	margin: 0;
}

abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 0;
	padding:0 0 0 18px;
}

ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	background-color: transparent;
	text-decoration:none;
}

a:hover {
	
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre, code, kbd, samp {
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-top: 10px;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}
/* END MAIN ELEMENTS */



/* GLOBAL CLASSES */

/* -- width */

.w-auto{width:auto;}
.w-1{width:1px;}
.w-20{width:20px;}
.w-25{width:25px;}
.w-33{width:33px;}
.w-40{width:40px;}
.w-50{width:50px;}
.w-45{width:45px;}
.w-60{width:60px;}
.w-80{width:80px;}
.w-100{width:100px;}
.w-120{width:120px;}
.w-145{width:145px;}
.w-200{width:200px;}
.w-250{width:250px;}
.w-280{width:280px;}
.w-360{width:360px;}
.w-375{width:375px;}

.w-1-20{width:5%;}
.w-1-10{width:10%;}
.w-1-7{width:14%;}
.w-1-5-minus-5{width:15%;}
.w-1-6{width:16%;}
.w-1-5{width:20%;}
.w-1-4{width:25%;}
.w-2-7{width:28%;}
.w-3-10{width:30%;}
.w-2-6{width:32%;}
.w-1-3{width:33.3%;}
.w-2-5{width:40%;}
.w-3-7{width:42%;}
.w-1-2-minus-5{width:45%;}
.w-3-6{width:48%;}
.w-1-2{width:50%;}
.w-1-2-plus-5{width:55%;}
.w-4-7{width:56%;}
.w-3-5{width:60%;}
.w-4-6{width:64%;}
.w-2-3{width:66.6%;}
.w-5-7{width:71%;}
.w-3-4{width:75%;}
.w-4-6{width:80%;}
.w-6-7{width:85%;}
.w-9-10{width:90%;}
.w-full{width:100%;}
.w-full-plus-4{width:104%;}
.w-full-plus-10{width:110%;}

.w-max-content{width:max-content;}

.w-max-full{max-width:100%;}

.w-min-90{min-width:90px}
.w-min-200{min-width:200px}

.w-max-340{max-width:340px;}
.w-max-358{max-width:358px;}
.w-max-380{max-width:380px;}
.w-max-400{max-width:400px;}
.w-max-520{max-width:520px;}
.w-max-570{max-width:570px;}
.w-max-700{max-width:700px;}
.w-max-800{max-width:800px;}
.w-max{max-width:max-content;}
.w-max-full{max-width:100%;}

/* -- height*/

.h-0{height:0;}
.h-1{height:1px;}
.h-2{height:2px;}
.h-3{height:3px;}
.h-4{height:4px;}
.h-6{height:6px;}
.h-20{height:20px;}
.h-25{height:25px;}
.h-38{height:38px;}
.h-39{height:39px;}
.h-40{height:40px;}
.h-42{height:42px;}
.h-48{height:48px;}
.h-45{height:45px;}
.h-50{height:50px;}
.h-60{height:60px;}
.h-65{height:65px;}
.h-68{height:68px;}
.h-80{height:80px;}
.h-85{height:85px;}
.h-100{height:100px;}
.h-105{height:105px;}
.h-115{height:115px;}
.h-120{height:120px;}
.h-124{height:124px;}
.h-138{height:138px;}
.h-145{height:145px;}
.h-150{height:150px;}
.h-155{height:155px;}
.h-160{height:160px;}
.h-195{height:195px;}
.h-200{height:200px;}
.h-220{height:220px;}
.h-260{height:260px;}
.h-265{height:265px;}
.h-300{height:300px;}
.h-335{height:335px;}
.h-350{height:350px;}
.h-360{height:360px;}
.h-380{height:380px;}
.h-400{height:400px;}
.h-420{height:420px;}
.h-450{height:450px;}
.h-490{height:490px;}
.h-500{height:500px;}
.h-520{height:520px;}
.h-550{height:550px;}
.h-600{height:600px;}
.h-613{height:613px;}
.h-650{height:650px;}
.h-700{height:700px;}
.h-800{height:800px;}
.h-900{height:900px;}
.h-1200{height:1200px;}
.h-1340{height:1340px;}
.h-1900{height:1900px;}
.h-full{height:100%;}
.h-auto{height:auto;}
.h-max{height:max-content;}

/* -- position */

.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed;}
.static{position:static!important;}

.left-0{left:0;}
.left-60{left:-60px;}
.left-210{left:-210px;}
.left-330{left:-330px;}
.left-50-perc{left:50%;}

.top-minus-20-perc{top:-20%;}
.top-minus-300{top:-300px;}
.top-minus-240{top:-240px;}
.top-minus-180{top:-180px;}
.top-minus-160{top:-160px;}
.top-minus-140{top:-140px;}
.top-minus-120{top:-120px;}
.top-minus-60{top:-60px;}
.top-minus-50{top:-50px;}
.top-0{top:0;}
.top20{top:20px;}
.top30{top:30px;}
.top40{top:40px;}
.top-75{top:75px;}
.top-220{top:220px;}
.top-440{top:440px;}
.top-600{top:600px;}
.top-50-perc{top:50%;}

.right-440{right:-440px;}
.right-170{right:-170px;}
.right-minus-120{right:-120px;}
.right-minus-80{right:-80px;}
.right-minus-60{right:-60px;}
.right-minus-30{right:-30px;}
.right-0{right:0;}
.right-20{right:20px;}

.bottom-minus-300{bottom:-300px;}
.bottom-minus-160{bottom:-160px;}
.bottom-140{bottom:-140px;}
.bottom-minus-60{bottom:-60px;}
.bottom-minus-30{bottom:-30px;}
.bottom-0{bottom:0;}
.bottom-20{bottom:20px;}
.bottom-40{bottom:40px;}
.bottom-60{bottom:60px;}

/* -- font */

.text-orange{color:rgba(255, 145, 77, 1);}
.text-blue{color:rgba(0, 74, 173, 1);}

.text-white{color:#fff;}
.hover-text-white:hover{color:#fff;}
.text-dark-grey{color:#333333;}
.text-grey{color:#737373;}
.text-light-grey{color:#D9D9D9;}
.text-footer-grey{color:#AAAAAA;}
.text-pink{color:#EB008B;}
.hover-text-pink:hover{color:#EB008B;}

.text-black{color:#1A1A1A;}
.text-light-blue{color:#8190AF;}
.text-dark-blue{color:#02205F;}
.text-green{color:#8CC842;}
.text-red{color:#e20613;}

.text-yellow{color:#fff200;}
.text-dark-yellow{color:#8b9000;}

.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-justify{text-align:justify;}

.font-lowercase{text-transform:lowercase;}
.font-uppercase{text-transform:uppercase;}
.font-underline{text-decoration:underline;}

.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-18{font-size:18px;}
.fs-20{font-size:20px;}
.fs-22{font-size:22px;}
.fs-24{font-size:24px;}
.fs-28{font-size:28px;}
.fs-30{font-size:30px;}
.fs-32{font-size:32px;}
.fs-34{font-size:34px;}
.fs-35{font-size:35px;}
.fs-36{font-size:36px;}
.fs-40{font-size:40px;}
.fs-42{font-size:42px;}
.fs-45{font-size:45px;}
.fs-48{font-size:48px;}
.fs-50{font-size:50px;}
.hover-fs-50:hover{font-size:50px;}
.fs-58{font-size:58px;}
.fs-64{font-size:64px;}
.fs-66{font-size:66px;}
.fs-70{font-size:70px;}
.fs-72{font-size:72px;}
.fs-75{font-size:75px;}
.fs-80{font-size:80px;}
.fs-90{font-size:90px;}
.fs-150{font-size:150px;}
.fs-155{font-size:155px;}

.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-900{font-weight:900;}

.font-regular{font-family: "Montserrat-Regular";}
.font-medium{font-family: "Montserrat-Medium";}
.font-medium-i{font-family: "Montserrat-Medium"!important;}
.font-semibold{font-family: "Montserrat-SemiBold";}
.font-bold{font-family: "Montserrat-Bold";}

.ls-minus-2{letter-spacing:-2px;}
.ls-minus-1{letter-spacing:-1px;}
.ls-1{letter-spacing:1px;}
.ls-2{letter-spacing:2px;}
.ls-3{letter-spacing:3px;}

.lh-24{line-height:24px;}

.text-shadow {text-shadow: 2px 2px #000;}
.box-shadow {
	-webkit-box-shadow: 10px 15px 60px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 10px 15px 60px 0px rgba(0,0,0,0.35);
	box-shadow: 10px 15px 60px 0px rgba(0,0,0,0.35);
}

.box-shadow-white-outer{
	-webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.8);
	transition: all .5s ease-in-out;
}

.box-shadow-white-outer:hover{
	-webkit-box-shadow: 0 0 50px 10px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 0 0 50px 10px rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 50px 10px rgba(255, 255, 255, 0.8);
}

.box-shadow-white-inner{
	-webkit-box-shadow: inset 0 0 10px 1px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: inset 0 0 10px 1px rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 0 10px 1px rgba(255, 255, 255, 0.8);
}

.bg-shadow-white::before{
	content:"";
	display: block;
	position: absolute;
	width: 300px;
	height: 300px;
	background-color: #fff;
	border-radius: 300px;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -150px;
	filter: blur(10px);
	-webkit-filter: blur(100px);
	z-index: 1;
}

.font-regular-po{font-family: "Poppins-Regular";}
.font-medium-po{font-family: "Poppins-Medium";}
.font-extrabold-po{font-family: "Poppins-ExtraBold";}

/* FLEX */

.flex{display:flex;}

.flex-column{flex-direction:column;}
.flex-column-reverse{flex-direction:column-reverse;}
.flex-reverse{flex-direction:row-reverse;}

.flex-wrap{flex-wrap:wrap;}

.justify-end{justify-content:end;}
.justify-between{justify-content:space-between;}
.justify-center{justify-content:center;}

.items-start{align-items: flex-start;}
.items-center{align-items: center;}
.items-end{align-items:flex-end;}

.flex-1-5{flex: 0 0 20%;}
.flex-1-4{flex: 0 0 25%;}
.flex-3-10{flex: 0 0 30%;}
.flex-1-3{flex: 0 0 33.33%;}
.flex-1-2{flex: 0 0 50%;}



/* MARGIN */
.m-0 {margin: 0;}
.no-margin-p p{margin:0;}

.m-1-perc{margin:1%;}
.m-10{margin:10px;}
.m-20{margin:20px;}
.m-40{margin:40px;}

.mx-auto{margin-left:auto;margin-right:auto;}
.mx-1-5-perc{margin-left:1.5%;margin-right:1.5%;}
.mx-5{margin-left:5px;margin-right:5px;}
.mx-10{margin-left:10px;margin-right:10px;}
.mx-20{margin-left:20px;margin-right:20px;}
.mx-40{margin-left:40px;margin-right:40px;}

.my-minus-100{margin-top:-100px;margin-bottom:-100px;}
.my-0{margin-top:0px;margin-bottom:0px;}
.my-4{margin-top:4px;margin-bottom:4px;}
.my-5{margin-top:5px;margin-bottom:5px;}
.my-6{margin-top:6px;margin-bottom:6px;}
.my-10{margin-top:10px;margin-bottom:10px;}
.my-20{margin-top:20px;margin-bottom:20px;}
.my-40{margin-top:40px;margin-bottom:40px;}
.my-60{margin-top:60px;margin-bottom:60px;}
.my-80{margin-top:80px;margin-bottom:80px;}
.my-400{margin-top:400px;margin-bottom:400px;}


.ml-minus-10-perc{margin-left:-10%;}
.ml-minus-2-perc{margin-left:-2%}
.ml-minus-160{margin-left:-160px}
.ml-minus-100{margin-left:-100px;}
.ml-minus-80{margin-left:-80px}
.ml-minus-50{margin-left:-50px;}
.ml-minus-35{margin-left:-35px;}
.ml-minus-30{margin-left:-30px;}
.ml-10{margin-left:10px;}
.ml-20{margin-left:20px;}
.ml-40{margin-left:40px;}
.ml-80{margin-left:80px;}
.ml-160{margin-left:160px;}

.mr-minus-10-perc{margin-right:-10%;}
.mr-minus-100{margin-right:-100px;}
.mr-5{margin-right:5px;}
.mr-10{margin-right:10px;}
.mr-20{margin-right:20px;}
.mr-40{margin-right:40px;}


.mt-minus-6{margin-top:-6px;}
.mt-minus-7{margin-top:-7px;}
.mt-minus-20{margin-top:-20px;}
.mt-minus-24{margin-top:-24px;}
.mt-minus-30{margin-top:-30px;}
.mt-minus-40{margin-top:-40px;}
.mt-minus-120{margin-top:-120px;}
.mt-minus-200{margin-top:-200px;}
.mt-minus-300{margin-top:-300px;}
.mt-0{margin-top:0;}
.mt-3{margin-top:3px;}
.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-45{margin-top:45px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mt-80{margin-top:80px;}
.mt-120{margin-top:120px;}
.mt-140{margin-top:140px;}
.mt-200{margin-top:200px;}
.mt-240{margin-top:240px;}
.mt-400{margin-top:400px;}


.mb-0{margin-bottom:0;}
.mb-0i{margin-bottom:0!important;}
.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-40{margin-bottom:40px;}
.mb-60{margin-bottom:60px;}
.mb-80{margin-bottom:80px;}
.mb-100{margin-bottom:100px;}
.mb-120{margin-bottom:120px;}
.mb-160{margin-bottom:160px;}
.mb-180{margin-bottom:180px;}
.mb-200{margin-bottom:200px;}
.mb-400{margin-bottom:400px;}

/* PADDING */

.p-5{padding:5px;}
.p-10{padding:10px;}
.p-20{padding:20px;}
.p-40{padding:40px;}
.p-80{padding:80px;}

.py-5{padding-top:5px;padding-bottom:5px;}
.py-10{padding-top:10px;padding-bottom:10px;}
.py-20{padding-top:20px;padding-bottom:20px;}
.py-40{padding-top:40px;padding-bottom:40px;}
.py-60{padding-top:60px;padding-bottom:60px;}
.py-80{padding-top:80px;padding-bottom:80px;}
.py-100{padding-top:100px;padding-bottom:100px;}
.py-120{padding-top:120px;padding-bottom:120px;}

.px-5{padding-left:5px;padding-right:5px;}
.px-10{padding-left:10px;padding-right:10px;}
.px-20{padding-left:20px;padding-right:20px;}
.px-40{padding-left:40px;padding-right:40px;}
.px-60{padding-left:60px;padding-right:60px;}
.px-80{padding-left:80px;padding-right:80px;}

.pl-10-perc{padding-left:10%;}
.pl-15-perc{padding-left:15%;}
.pl-10{padding-left:10px;}
.pl-20{padding-left:20px;}
.pl-30{padding-left:30px;}
.pl-40{padding-left:40px;}
.pl-55{padding-left:55px;}
.pl-60{padding-left:60px;}
.pl-80{padding-left:80px;}
.pl-100{padding-left:100px;}

.pt-0{padding-top:0;}
.pt-0-i{padding-top:0 !important;}
.pt-5{padding-top:5px;}
.pt-10{padding-top:10px;}
.pt-20{padding-top:20px;}
.pt-40{padding-top:40px;}
.pt-60{padding-top:60px;}
.pt-80{padding-top:80px;}
.pt-180{padding-top:180px;}
.pt-400{padding-top:400px;}
.pt-500{padding-top:500px;}

.pr-10{padding-right:10px;}
.pr-20{padding-right:20px;}
.pr-30{padding-right:30px;}
.pr-40{padding-right:40px;}
.pr-60{padding-right:60px;}
.pr-80{padding-right:80px;}
.pr-120{padding-right:120px;}

.pb-5{padding-bottom:5px;}
.pb-10{padding-bottom:10px;}
.pb-20{padding-bottom:20px;}
.pb-40{padding-bottom:40px;}
.pb-40-i{padding-bottom:40px!important;}
.pb-80{padding-bottom:80px;}
.pb-80-i{padding-bottom:80px!important;}
.pb-100{padding-bottom:100px;}
.pb-120{padding-bottom:120px;}
.pb-160{padding-bottom:160px;}
.pb-200{padding-bottom:200px;}
.pb-400{padding-bottom:400px;}

/* BACKGROUND */

.bg-orange{background-color: rgba(255, 145, 77, 0.76);}
.bg-blue{background-color:rgba(0, 74, 173, 1);}

.bg-white{background-color:#fff;}
.bg-white-o-5{background-color:#ffffffbf;}
.bg-white-o-6{background-color: #ffffff60;}
.bg-white-o-8{background-color:#ffffffd1;}
.bg-white-o-9{background-color:#ffffffdb;}
.bg-black{background-color:#000;}
.bg-blackish{background-color:#070707;}
.bg-grey{background-color:#737373;}
.bg-lighter-grey{background-color:#F6F6F6;}
.bg-light-grey{background-color:#D9D9D9;}
.bg-lightest-blue{background-color:#B3BCCF;}
.bg-light-blue{background-color:#8190AF;}
.bg-light-blue-superiority{background-color:#E4E5E7;}
.bg-blue-contact{background-color:#034EA2;}
.bg-dark-blue{background-color:#02205F;}
.bg-darkest-blue{background-color:#182539;}
.bg-light-green{background-color:#B6D977;}
.bg-green{background-color:#8CC842;}
.bg-red{background-color:#e61b44;}
.bg-light-orange{background-color:#FFAAAA;}
.bg-yellow{background-color:#fff200;}
.bg-dark-yellow{background-color:#8b9000;}
.bg-pink{background-color:#EB008B;}
.bg-light-pink{background-color: #F2D7E0;}
.bg-light-purple{background-color: #C4BFE7;}

.bg-gradient{
	background: rgb(140,200,66);
	background: linear-gradient(314deg, rgba(140,200,66,1) 0%, rgba(24,68,120,1) 100%); 
}

.bg-white-gradient {
	background: rgb(255,255,255);
	background: linear-gradient(16deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
}

.bg-blue-gradient {
	background: rgb(2,177,179);
	background: linear-gradient(90deg, rgba(2,177,179,1) 0%, rgba(1,208,197,1) 100%);
}

.bg-blue-green-gradient {
	background: rgb(2,32,95);
	background: linear-gradient(180deg, rgba(2,32,95,1) 0%, rgba(87,180,229,1) 100%); 
}

.bg-blue-light-blue-gradient{
	background: rgb(2,32,95);
	background: linear-gradient(180deg, rgba(2,32,95,1) 0%, rgba(2,32,95,1) 28%, rgba(12,50,111,1) 56%, rgba(54,123,178,1) 83%, rgba(87,180,229,1) 100%); 
}

.bg-cover{background-size:cover;}
.bg-center{background-position:center center;}
.bg-center-top{background-position:center top;}
.bg-center-bottom{background-position:center bottom;}
.bg-center-right{background-position:center right;}
.bg-left-top{background-position:left top;}
.bg-bottom-right{background-position:bottom right;}


.op-0{opacity:0;}
.op-5{opacity:.5;}
.op-8{opacity:.8;}

.op-1-hover:hover{opacity:1;}

.hover-op-8:hover{opacity:.8;}

.b1-grey{border:1px solid #E4E4E4}
.b1-light-blue{border:1px solid #8190AF}
.b1-blue{border:1px solid #78ABC6}
.b1-dark-blue{border:1px solid #02205F}

.bl1-dark-blue{border-left:1px solid #02205F;}
.bl2-dark-blue{border-left:2px solid #02205F;}

.br1-dark-blue{border-right:1px solid #02205F;}
.br2-dark-blue{border-right:2px solid #02205F;}
.br4-dark-blue{border-right:4px solid #02205F;}

.bb1-white{border-bottom:1px solid #fff;}
.bb6-white{border-bottom:6px solid #fff;}
.bb1-blue{border-bottom:1px solid #1276bc;}
.bb1-grey{border-bottom:1px solid #545454;}
.bb1-dark-blue{border-bottom:1px solid #02205F;}

.b2-white{border:2px solid #fff}
.b2-blue{border:2px solid #78ABC6}

.br-5{border-radius:5px;}
.br-5-bottom{border-radius:0 0 5px 5px;}
.br-5-top{border-radius:5px 5px 0 0;}
.br-6{border-radius:6px;}
.br-8{border-radius:8px;}
.br-10{border-radius:10px;}
.br-20{border-radius:20px;}
.br-20-quotes{border-radius: 20px 20px 20px 0;}
.br-50{border-radius:50px;}
.br-200{border-radius:200px;}
.br-full{border-radius:100%;}

.bt1-white{border-top: 1px solid #fff;}

.btlr-8{border-top-left-radius:8px;}
.btrr-8{border-top-right-radius:8px;}

/* DISPLAY */

.transition-1{transition: all .1s ease-in-out;}
.transition-2{transition: all .2s ease-in-out;}
.transition-5{transition: all .5s ease-in-out;}

.z-1{z-index:1;}
.z-2{z-index:2;}
.z-3{z-index:3;}
.z-9{z-index:9;}
.z-12{z-index:12;}
.z-9999{z-index:9999;}

.ox-hidden{overflow-x:hidden;}
.oy-scroll{overflow-y: scroll;}
.o-hidden{overflow:hidden;}

/* Webkit Browsers */
.thin-scrollbar::-webkit-scrollbar {
    width: 3px;  /* Adjust as needed */
    height: 3px; /* Adjust as needed */
}

.thin-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Adjust as needed */
}

.thin-scrollbar::-webkit-scrollbar-thumb {
    background: #8cbfb2;     /* Adjust as needed */
    border-radius: 10px;  /* Rounded corners */
}

.thin-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #8cbfb2;     /* Adjust as needed */
}

/* Firefox */
.thin-scrollbar {
    scrollbar-width: thin;  /* Use "thin" or "none" */
    scrollbar-color: #8cbfb2 #f1f1f1;  /* Adjust as needed */
}

/* Internet Explorer/Edge */
.thin-scrollbar {
    -ms-overflow-style: -ms-autohiding-scrollbar;  /* Automatically hides scrollbars */
}


.hidden{display:none;}
.inline-block{display:inline-block;}
.block{display:block;}

.hidden-o{opacity: 0;}

.pointer{cursor:pointer;}

.r-45deg {transform: rotate(45deg);}
.r-90deg {transform: rotate(90deg);}

.r-minus-45deg {transform: rotate(-45deg);}

/* IMAGES */

.o-fit-cover {object-fit:cover;}
.o-pos-center {object-position:center center;}
.o-pos-center-top {object-position:center top;}
.o-pos-center-right {object-position:center right;}

.hover-bg-green:hover .hover-img-white{filter: brightness(0%) invert(100%);}
.hover-bg-green:hover{background-color:#9DCF40;}
.hover-bg-green:hover .hover-text-white{color:#fff;}

.thumb-full img {width:100%;height:auto;}

/* BUTTONS */

.btn{
	display: inline-block;
	padding: 15px 30px;
	font-family: "Montserrat-Bold";
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	transition: all .2s ease-in-out;
}

.btn-light{
	display: inline-block;
	padding: 10px 20px;
	font-family: "Montserrat-Light";
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	transition: all .2s ease-in-out;
}

.btn-primary {
    color: #02205F;
    background: #B3BCCF;
}

.btn-primary:hover {
    color: #B3BCCF;
    background: #02205F;
}

.btn-secondary{
	background-color: #02205F;
	color: #fff;
}

.btn-secondary:hover{
    background-color: #fff;
	color: #02205F;
}

.btn-tertiary{
	background-color: #96C83D;
	color: #02205F;
}

.btn-tertiary:hover{
	background-color: #B3BCCF;
}

.btn-small{
	background-color: #B3BCCF;
	color: #1A1A1A;
}

.btn-small:hover{
	/* background-color: #1A1A1A;
	color: #B3BCCF; */
}

.btn-ghost{
	border: 2px solid #fff;
	color: #fff;
}

.btn-ghost:hover{
	background-color: #fff;
	color: #1A1A1A;
}

.btn-fit{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	font-family: "Montserrat-Regular";
	font-size: 16px;
	text-align: center;
	transition: all .2s ease-in-out;
	border: 1px solid #02205F;
	border-radius: 5px;
	color: #02205F;
}

.btn-fit:hover,	
.btn-fit.active{
	background-color: #02205F;
	color: #fff;
}

/* FILTERS */

.grayscale-100{filter: grayscale(100%);}
.grayscale-0{filter: grayscale(0);}


.scale-1{transform: scale(1);}



/* HOVER EFFECTS */
.h\:grayscale-0:hover{filter: grayscale(0);}
.h\:scale-1-1:hover{transform: scale(1.1);}
.h\:move-up:hover{margin-top: -10px;}
.h\:text-white:hover{color:#fff;}

.h\:bg-black:hover{background-color: #000;}
.h\:bg-green:hover{background-color: #8CC842;}
.h\:bg-blue:hover{background-color: #234C7B;}



/* HEADER */

header{}

.fixed-header-animation{
	opacity: 0;
	animation-name: headerAnimation;
	animation-duration: 1s;
}

@keyframes headerAnimation {
	0%   {opacity: 0;}
	100%   {opacity: 1;}
}

.header-menu,
.topbar-menu{
	display:flex;
	justify-content: flex-end;
	list-style:none;
	padding: 0;
}

.header-menu a{
	font-size: 24px;
	font-family: "Montserrat-Regular";
	text-transform: uppercase;
	color: #fff;
	margin-left: 40px;
	transition: all .2s ease-in-out;
}

.topbar-menu a{
	font-size: 14px;
	font-family: "Montserrat-Regular";
	color: #DBDBDB;
	margin: 0 10px;
	transition: all .2s ease-in-out;
}

.header-menu li{
	padding:10px 20px 10px 0;
	position: relative;
}

.header-menu .current_page_item a{
	font-family: "Montserrat-Bold";
}

.header-menu a:hover{}


.header-menu li .sub-menu {
	display:none;
	position:absolute;
	z-index:999;
	top:48px;
	left:40px;
	margin:0;
	padding:10px;
	list-style-type:none;
	width:max-content;
	background-color: #02205f82;
	backdrop-filter: blur(10px);
}

.header-menu.lang-menu li .sub-menu{
	left: 20px;
}

.topbar-menu li .sub-menu{
	display: none;
}

.header-menu li .sub-menu li{}

.header-menu li .sub-menu li:hover{}

.header-menu li .sub-menu a{
	display: block;
	margin: 0;
	padding: 0;
	
}

.header-menu li .sub-menu a:hover{
	border:none;
}

.header-menu > .menu-item-has-children:hover > .sub-menu{
	display:block;;
}

.header-menu .menu-item-has-children .sub-menu > .menu-item-has-children:hover .sub-menu{
	display:block;
}

.header-menu .sub-menu li .sub-menu{
	top:0;
	left:40px;
}

ul.header-menu > .menu-item-has-children > a::after {
	content: "⌄";
	position: absolute;
	right: 2px;
	top: 10px;
	transition:all 0.2s ease-in-out;
}

ul.header-menu > .menu-item-has-children:hover > a::after {
	top: 15px;
	transform: rotate(-90deg);
}

.header-menu li .sub-menu .menu-item-has-children > a::after {
    content: "⌄";
	padding-right:10px;
	float:right;
}



/* MOBILE MENU */



.x .line-1{
	rotate: 45deg;
}

.x .line-middle{
	display: none;
}

.x .line-2{
	rotate: -45deg;
	margin-top: -4.5px;
}

.sidenav {
	position: fixed;
	top: 0;
	right: -5000px;
	width: 50vw;
	height: 100vh;
	opacity: 0;
	z-index: 9;
	background-color: #02205F;
	overflow: hidden;
	transition: all .2s ease-in-out;
}

.sidenav-expand{
	padding: 120px 0 20px 0;
	right: 0;
	opacity: 1;
}

.sidenav .header-menu {
    display: block;
}

.sidenav .header-menu li{
	margin-bottom: 20px;
}

.sidenav .header-menu li a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 22px;
	font-weight:700;
	padding:10px 0;
}



/* CONTAINER */

.container {
	width: 100%;
	max-width:1600px;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

/* wysiwyg */

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6{
	font-family: "Montserrat-Bold";
	margin-top: 0;
	margin-bottom: 40px;
}

.wysiwyg h2{
	font-size: 50px;
}

.wysiwyg h3{
	font-size: 35px;
}

.wysiwyg strong,
.wysiwyg b{
	font-family: "Montserrat-Bold";
}

.wysiwyg p{
	margin-bottom: 20px;
}

.wysiwyg.light p{
	font-family: "Montserrat-Light";
}

.wysiwyg ul{
	padding: 40px;
}

.wysiwyg ul li{
	font-family: "Montserrat-SemiBold";
	color: rgba(0, 74, 173, 1);
}

.wysiwyg.s1 h2, .wysiwyg.s1 h3{color: rgba(255, 145, 77, 1);}
.wysiwyg.s1 a{color: rgba(0, 74, 173, 1);}

.wysiwyg.s2 p{font-size: 35px; color: rgba(255, 145, 77, 1);}
.wysiwyg.s2 a{color: rgba(255, 145, 77, 1);}

.wysiwyg.s3 h2, .wysiwyg.s3 h3{color: rgba(255, 145, 77, 1);}

.wysiwyg.s4 h2, .wysiwyg.s4 h3{color: rgba(0, 74, 173, 1);}

.wysiwyg.s5 h2, .wysiwyg.s5 h3{color: rgba(255, 145, 77, 1);}

.wysiwyg.s6 h2, .wysiwyg.s6 h3{color: rgba(255, 145, 77, 1);}
.wysiwyg.s6 ul{font-size: 40px; font-family: "Montserrat-Medium" !important; padding-top: 0 !important; padding-bottom: 80px !important; }

.wysiwyg.s7 h2, .wysiwyg.s7 h3{color: rgba(255, 145, 77, 1);}

/* SWIPER */

.swiper-slide {cursor: pointer;}

.swiper-button-next,
.swiper-button-prev{
	color: #fff!important;
}

.swiper-pagination-bullet{
	width: 6px!important;
	height: 6px!important;
}

.swiper-pagination-bullet-active{
	background: #000!important;
}

.swiper-slide .bg-image{
	transition: all .2s ease-in-out;
}

.swiper-slide-active .bg-image{
	animation-name: scaleImage;
	animation-duration: 16s;
}

@keyframes scaleImage {
	0%   {width: 100%;}
	50%   {width: 105%;}
	100%   {width: 100%;}
}

.swiper-slide-active img:hover{}

.swiper-overlay{
	background-color: #000000;
	opacity: 0.36;
}

/* ANIMATIONS */

.animate-on-view{}

.animation-delay-1{animation-delay: 1s;}
.animation-delay-1-5{animation-delay: 1.5s;}
.animation-delay-2{animation-delay: 2s;}

.animation-duration-1{animation-duration: 1s;}
.animation-duration-2{animation-duration: 2s;}
.animation-duration-3{animation-duration: 3s;}
.animation-duration-4{animation-duration: 4s;}
.animation-duration-5{animation-duration: 5s;}

.animation-ease-in{animation-timing-function: ease-in ease-out;}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.animate-fade-in {animation-name: fadeIn;opacity:0;}

@keyframes fadeInScale {
	0% {
		opacity: 0;
		scale: 0;
	}
	100% {
		opacity: 1;
		scale: 1;
	}
}
.animate-fade-in-scale {animation-name: fadeInScale;opacity:0;}

@keyframes slideInFromLeft {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
.animate-slide-in-left {animation-name: slideInFromLeft;}

@keyframes slideInFromRight {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
.animate-slide-in-right {animation-name: slideInFromRight;}

@keyframes slideInFromBottom {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.animate-slide-in-bottom {animation-name: slideInFromBottom;}

@keyframes slideInFromBottomRotate {
	0% {
		transform: translateY(100%);
		rotate: -30deg;
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		rotate: 0deg;
		opacity: 1;
	}
}
.animate-slide-in-bottom-rotate {animation-name: slideInFromBottomRotate;}

@keyframes slideInFromTop {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.animate-slide-in-top {animation-name: slideInFromTop;}

/* ACCORDION */

.accordion .accordion-toggle {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion label {
    padding: 10px;
    cursor: pointer;
	color: #383838;
}

.accordion label img{
	transition: all .2s ease-in-out;
}

.accordion .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
	padding: 0 40px;
}

.accordion .accordion-toggle:checked + label {}

.accordion .accordion-toggle:checked + label + .content {
    max-height: 300px;
}

.accordion .accordion-toggle:checked + label img{
	rotate: 90deg;
	filter: hue-rotate(-40deg);
}

#accordion2 .accordion-toggle:checked + label img{
	filter: hue-rotate(200deg);
}

.accordion p {}


/* HOMEPAGE */

.logo-marquee-container {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.logo-marquee-track {
	display: flex;
	width: max-content;
	animation: marquee 60s linear infinite;
	align-items: center;
}
.logo-marquee-track-2 {
	display: flex;
	width: max-content;
	animation: marquee-reverse 60s linear infinite;
	align-items: center;
}
.logo-marquee-slide {
	flex: 0 0 auto;
	margin-right: 30px;
	text-align: center;
}
@keyframes marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
@keyframes marquee-reverse {
	0% { transform: translateX(-50%); }
	100% { transform: translateX(0); }
}


.wpcf7-form p{width: 100%;padding: 0 20px;}

input[type=text],
input[type=email],
textarea{
	width:100%;
	background:#fff;
	border:none;
	color:#B3BCCF;
	border-radius: 5px;
	margin-bottom:20px;
	padding: 10px;
	resize: none;
	outline: none
}

input[type=submit]{
	display: inline-block;
	padding: 20px 40px;
	font-family: "Montserrat-Bold";
	font-size: 20px;
	text-align: center;
	border: none;
	transition: all .2s ease-in-out;
	background-color: #02205F;
	color: #fff;
	border-radius: 5px;
}

::-webkit-input-placeholder { /* WebKit browsers */
	opacity: 1;
	color:#B3BCCF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity: 1;
	color:#B3BCCF;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity: 1;
	color:#B3BCCF;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	opacity: 1;
	color:#B3BCCF;
}


/* PAGES */


.s7-logos:nth-child(1) {}

.s7-logos:nth-child(2) {}

.s7-logos:nth-child(3) {}

.s7-logos:nth-child(4) {width: 50%;text-align: right;}

.s7-logos:nth-child(5) {width: 50%;text-align: left;}

.s7-logos:nth-child(6) {width: 50%;text-align: right;}

.s7-logos:nth-child(7) {width: 50%;text-align: left;}

.s7-logos:nth-child(8) {}

.s7-logos:nth-child(9) {}

.s7-logos:nth-child(10) {}

.timeline-section {
	height: 400px;
}

.timeline-dot{
	background-color: #8190AF;
}

.timeline-dot.active{
	background-color: #02205F;
}

.timeline-dot::after{
	content:"";
	display: block;
	background-color: #8190AF;
	width: 2px;
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 50%;
	margin-left: -1px;
}

.td-lg::after{height: 400px;}

#section8 .td-lg::after {
    height: 0px;
}

#section8.timeline-section {
	height: auto;
}





/* FOOTER */

.footer-menu{
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.footer-menu a{
	font-size: 24px;
	font-family: "Montserrat-Regular";
	text-transform: uppercase;
	color: #fff;
	margin-left: 40px;
	transition: all .2s ease-in-out;
}

.footer-menu .current_page_item a {
	font-family: "Montserrat-Bold";
}

.footer-menu li{
	position: relative;
}

.footer-menu li .sub-menu {
	display:none;
}

footer p{
	color: #fff;
	transition: all .5s ease-in-out;
}




/* RESPONSIVE */


@media screen and (max-width: 1920px) {
	.container{padding-right: 20px;padding-left: 20px;}
}

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1536px) {}

@media screen and (max-width: 1520px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1180px) {}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 962px) {
	.w-1-3-962{width:33.3333%;}
	.w-2-3-962{width:66.6667%;}
	.w-full-962{width: 100%;}

	.mt-200-962{margin-top: 200px;}
	.mb-40-962{margin-bottom: 40px;}

	.my-40-962{margin-top: 40px; margin-bottom: 40px;}

	.pr-0-962{padding-right: 0;}
	.pb-40-i-962{padding-bottom: 40px!important;}

	.py-0-962{padding-top: 0; padding-bottom: 0;}

	.fs-25-962{font-size: 25px;}

	body{font-size: 20px;}

	.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6{margin-bottom: 20px;}
	.wysiwyg h2{font-size: 35px;}
	.wysiwyg h3{font-size: 25px;}

	.wysiwyg ul{padding: 0 0 20px 40px;}

	.wysiwyg.s2 p{font-size: 25px;}

	.wysiwyg.s6 ul{font-size: 25px; padding-bottom: 40px !important;}

}

@media screen and (max-width: 950px) {}

@media screen and (max-width: 810px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 667px) {}

@media screen and (max-width: 567px) {
	.mt-60-567{margin-top: 60px;}

	.top-minus-60-567{top: -60px;}

	.fs-20-567{font-size: 20px;}
	.fs-18-567{font-size: 18px;}
	.fs-16-567{font-size: 16px;}

	body{font-size: 16px;}

	.wysiwyg h2{font-size: 24px;}
	.wysiwyg h3{font-size: 18px;}

	.wysiwyg ul {padding: 0 0 20px 20px;}

	.wysiwyg.s2 p{font-size: 18px;}

	.wysiwyg.s6 ul{font-size: 18px;}

	.sidenav {width: 80vw;}
	.sidenav-expand {padding: 80px 0 20px 0;}
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 450px) {}

@media screen and (max-width: 415px) {}

@media screen and (max-width: 390px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 340px) {}

@media screen and (max-width: 320px) {}