/***************************************
*General
****************************************/

html {
    font-size: 14px;
}

body {
    font-family: "Albert Sans", sans-serif;
    color: #535759;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.714284em;
    position: relative;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}

.sect-title {
    position: relative;
}

.sub-title {
    color: #154360;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.714284em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #F5B041;
    padding: 4px 12px;
}

.sub-title .deco {
    display: inline-flex;
    position: relative;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #2F3233;
    font-size: clamp(32px, 1rem + 1.5vw, 38px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.210525em;
    margin-bottom: 20px;
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #2F3233;
    font-size: clamp(32px, 1rem + 1.5vw, 38px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.210525em;
    margin-bottom: 20px;
    position: relative;
}

.img-masking {
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/img-masking.svg);
    mask-image: url(../images/img-masking.svg);
}

.row {
    margin: 0 -12px;
}

.row>div {
    padding-left: 12px;
    padding-right: 12px;
}


/** Animation **/

html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
}

.text-scroll-animation .text {
    width: 100%;
    background: linear-gradient(to right, #fff, #fff) no-repeat;
    background-size: 0% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: background-size 0.5s cubic-bezier(.1, .5, .5, 1);
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    position: relative;
}

.text-scroll-animation .text span {
    -webkit-text-fill-color: transparent;
}



/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #F3FBFA;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 140px;
}


/** Slider **/

.slide-controls-nav .slide-btn-next,
.slide-controls-nav .slide-btn-prev,
.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls-nav .owl-prev,
.slide-controls-nav .owl-next,
.swiper-pagination-bullets .swiper-pagination-bullet {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    background: none;
    min-height: auto;
    height: auto;
    width: auto;
    color: inherit;
    display: inline-flex;
    font: inherit;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    overflow: visible;
    opacity: 1;
}

.owl-carousel .owl-nav,
.slide-controls-nav {
    display: inline-flex;
    align-items: center;
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
}

.slide-controls-nav .slide-btn-next,
.slide-controls-nav .slide-btn-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls-nav .owl-prev,
.slide-controls-nav .owl-next {
    width: 40px;
    height: 40px;
    background-color: transparent;
    gap: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-controls-nav .slide-btn-prev,
.owl-carousel .owl-nav button.owl-prev,
.slide-controls-nav .owl-prev {
    border: 1px solid #B0B0B0;
    border-right: 0;
    border-radius: 20px 0 0 20px;
}

.slide-controls-nav .slide-btn-next,
.owl-carousel .owl-nav button.owl-next,
.slide-controls-nav .owl-next {
    border: 1px solid #B0B0B0;
    border-left: 0;
    border-radius: 0 20px 20px 0;
}

.slide-controls-nav .slide-btn-next:hover,
.slide-controls-nav .slide-btn-prev:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.slide-controls-nav .owl-prev:hover,
.slide-controls-nav .owl-next:hover {
    border-color: #F5B041;
    background-color: #F5B041;
}

.slide-controls-nav .slide-btn-next:hover svg path,
.slide-controls-nav .slide-btn-prev:hover svg path,
.owl-carousel .owl-nav button.owl-prev:hover svg path,
.owl-carousel .owl-nav button.owl-next:hover svg path,
.slide-controls-nav .owl-prev:hover svg path,
.slide-controls-nav .owl-next:hover svg path {
    stroke: #fff !important;
}

.slide-btn-next.swiper-button-disabled,
.slide-btn-prev.swiper-button-disabled,
.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled,
.slide-controls-nav .owl-prev.disabled,
.slide-controls-nav .owl-next.disabled {
    opacity: 0.4;
}

.owl-carousel .owl-dots,
.slide-control-dots {
    display: flex;
    align-items: center;
    gap: 11px;
}

.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
    padding: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-control-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active,
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F5B041;
}


/** Colors **/

.color--1 {
    color: #fff !important;
}

.color--2 {
    color: #154360 !important;
}

.color--3 {
    color: #F5B041 !important;
}

.color--4 {
    color: #5FACE0 !important;
}

.color--5 {
    color: #84C0E8 !important;
}



.color--6 {
    color: #242424 !important;
}

.color--7 {
    color: #000 !important;
}


/** Background **/

.background--1 {
    background-color: #fff !important;
}

.background--2 {
    background-color: #154360 !important;
}

.background--3 {
    background-color: #F5B041 !important;
}

.background--4 {
    background-color: #5FACE0 !important;
}

.background--5 {
    background-color: #84C0E8 !important;
}

.background--6 {
    background-color: #242424 !important;
}

.background--7 {
    background-color: #000 !important;
}

.bg-gradient {
    background: linear-gradient(180deg, #F8F2EF 0%, rgba(255, 255, 255, 0.00) 62.05%);
}


/** Socials **/

.social-links .social-link {
    border-radius: 50%;
    background: #FFF;
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
}

.social-links .social-link:hover {
    background: #6D5E4E;
}

.social-links .social-link:hover svg path {
    fill: #fff !important;
}

.social-text {
    color: #221C43;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 6px;
}


/** Variables **/

p {
    margin-bottom: 1em;
}

section {
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
}

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

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

figure {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

.img-resp,
img {
    max-width: 100%;
    height: auto;
}

*::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: "Albert Sans", sans-serif;
    color: #535759;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.714284em;
    text-transform: none;
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 52px;
    padding: 14px 20px;
    margin: 0;
    border: 0;
    border-radius: 6px;
    background: #FFF;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    outline: none !important;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    color: #535759;
    border: 0;
    background: #FFF;
    outline: none;
    box-shadow: none;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #535759 !important;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 110.1+ */
    color: #535759 !important;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #535759 !important;
}

textarea::placeholder {
    color: #535759 !important;
}


.btn-1,
button,
input[type="submit"],
input[type="button"] {
    font-family: "Albert Sans", sans-serif;
    color: #154360;
    font-size: 1.142855rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 26px;
    border: 1px solid #F5B041;
    background-color: transparent;
    text-decoration: none;
    z-index: 1;
    height: 52px;
    padding: 6px 6px 6px 24px;
    gap: 36px;
    outline: none;
    overflow: hidden;
}

.btn-ico {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: #5FACE0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-1:hover .btn-ico {
    background: #154360;
}

.btn-1:hover .btn-ico svg {
    transform: rotate(45deg);
}

.btn-1:hover,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background-color: #F5B041;
    color: #154360;
    outline: none;
}

.text-align-last {
    -moz-text-align-last: center;
    text-align-last: center;
}

.text-hyphens {
    -ms-hyphens: auto;
    hyphens: auto;
}

.box-shadow {
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05);
}

.overlay-gradient,
.overlay-gradient-2,
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0.20;
}

.overlay-gradient {
    opacity: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.overlay-gradient-2 {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
}

.opacity-50 {
    opacity: 0.50;
}

.opacity-40 {
    opacity: 0.40;
}

.backdrop-filter {
    backdrop-filter: blur(7px);
}

.backdrop-filter-2 {
    backdrop-filter: blur(5.5px);
}

.offset-right-1 {
    margin-right: 8.333333%;
}

.width-50 {
    width: 50%;
}

.max-width-100 {
    max-width: 100% !important;
}

.flex--1 {
    -ms-flex: 1;
    flex: 1;
}

.z-index--1 {
    z-index: 1 !important;
}

.z-index--2 {
    z-index: 2 !important;
}

.z-index--auto {
    z-index: auto !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.text-lg-nowrap {
    white-space: nowrap;
}

.text-normal {
    text-transform: none !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-transform-none {
    text-transform: none !important;
}

.margin-b-30px {
    margin-bottom: 30px;
}

.margin-b-40px {
    margin-bottom: 40px;
}

.margin-l-neg15px {
    margin-left: -15px;
}

.margin-l-neg25px {
    margin-left: -25px;
}

.margin-r-neg15px {
    margin-right: -15px;
}

.margin-r-neg25px {
    margin-right: -25px;
}

.border-radius-20px {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.border-radius-40px {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.line-20px {
    width: 100%;
    height: 20px;
    position: relative;
}

.v-middle {
    transform: translateY(-50%);
    top: 50%;
}

.h-middle {
    transform: translateX(-50%);
    left: 50%;
}

.vh-middle {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

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

.obj-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.obj-fit-pos-t {
    object-position: top;
}

.obj-fit-pos-r {
    object-position: right;
}

.obj-fit-pos-l9 {
    object-position: 9%;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-pos-tc {
    background-position: top center;
}

.bg-pos-tl {
    background-position: top left;
}

.bg-pos-tr {
    background-position: top right;
}

.bg-pos-bc {
    background-position: bottom center;
}

.bg-pos-br {
    background-position: bottom right;
}

.bg-pos-center {
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-repeat-x {
    background-repeat: repeat-x;
}

.bg-repeat-y {
    background-repeat: repeat-y;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.width-50 {
    width: 50%;
}

.gap-30px {
    gap: 30px;
}

.gap-20px {
    gap: 20px;
}

.column-gap-30px {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.column-gap-60px {
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
    column-gap: 60px;
}

.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.txt-stroke {
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #F5B041;
    color: transparent;
}

.color--1>.txt-stroke {
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}


/** Transition **/

img,
svg,
svg path {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/** Extra Outer **/

body .page {
    position: relative;
    background: #F3FBFA;
    overflow: hidden;
}

body .site-main {
    background: #F3FBFA;
}


/***************************************
* Header
****************************************/
.site-navigation__menu,
.site-navigation,
.site-navigation__inner,
.site-header-menu__inner,
.main-header__wrap {
    position: relative;
}

.main-menu-toggle input[type=checkbox],
.main-menu-toggle {
    display: none;
}

.site-header-menu {
    position: relative;
    z-index: 1;
}

.main-header {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: none;
    position: relative;
    z-index: 999;
}

.main-header .site-navigation .menu>ul>li>a {
    color: #2F3233;
    font-size: 1.142855rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.main-header .site-navigation .menu ul ul>li a {
    color: #2F3233;
    font-size: 1.142855rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    position: relative;
    padding: 5px 0 6px;
}

.main-header .site-navigation .menu>ul>li.active>a,
.main-header .site-navigation .menu>ul>li:hover>a,
.main-header .site-navigation .menu>ul>li.hover>a {
    color: #5FACE0;
}

.main-header .site-navigation .menu ul ul>li.active>a,
.main-header .site-navigation .menu ul ul>li:hover>a,
.main-header .site-navigation .menu ul ul>li.hover>a {
    color: #5FACE0;
    padding-left: 27px;
}

.main-header .other-links {
    display: flex;
    align-items: center;
}


/** Header top **/

.main-header__top {
    position: relative;
    display: flex;
    border-bottom: 1px solid #B0B0B0;
}

.main-header__top-inner {
    display: flex;
    align-items: center;
}

.main-header__top-items {
    flex: 1;
    padding-left: 15px;
}

.main-header__top-items ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-header__top-items ul li {
    color: #535759;
    font-size: 1.142855rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.main-header__top-items ul li span:first-child {
    color: #154360;
    font-size: 1.142855rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-header__top-items ul li span.separation {
    width: 15px;
    height: 1px;
    border-top: 1px solid #154360;
}

.main-header__top-items ul li a:hover {
    color: #5FACE0;
}

.menu__client-area-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 45px;
    background: url('../images/icons/ico-shape-yellow.svg') no-repeat top left;
    background-size: cover;
    padding: 12px 10px 8px;
}

.menu__client-area-link:hover {
    background: url('../images/icons/ico-shape.svg') no-repeat top left;
    background-size: cover;
}

/***************************************
* Footer
****************************************/

.footer {
    position: relative;
}

.footer-title {
    color: #154360;
    font-size: 1.57143rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.363635em;
    margin-bottom: 20px;
}


/***************************************
* Bloc text / image
****************************************/

.bloc-text {
    font-family: "Albert Sans", sans-serif;
    color: #535759;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.714284em;
    position: relative;
}

.bloc-text ul {
    margin-top: -24px;
    margin-bottom: 24px;
}

.bloc-text ul li {
    position: relative;
    padding-left: 20px;
}

.bloc-text ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #24AE4B;
    position: absolute;
    top: 7px;
    left: 0;
}

.bloc-text p:last-of-type {
    margin-bottom: 0;
}