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

body {
    font-family: "Poppins", sans-serif;
    color: #989898;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    font-style: normal;
    overflow-x: hidden;
    background: #FDFDFD;
}

.sect-title {
    position: relative;
}

.sub-title {
    color: #189368;
    font-family: "segoe-ui", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
    padding: 4.5px 19px 4.7px 19px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 27px;
    height: 37px;
    border: 1px solid #189368;
    display: inline-block;
}

.sub-title.color--1 {
    border-color: #fff;
}

.sub-title .deco {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    top: -3px;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #2B2D2E;
    font-family: "segoe-ui", sans-serif;
    font-size: clamp(36px, 1rem + 1.5vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.275em;
    margin-bottom: 27px;
    position: relative;
}

.sect-title h1,
.bloc-text h2,
.sect-title .h1,
.page-title {
    color: #2B2D2E;
    font-family: "segoe-ui", sans-serif;
    font-size: clamp(36px, 1rem + 1.5vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.275em;
    margin-bottom: 24px;
    position: relative;
}


.sect-title>div[data-attr],
.sect-title>[data-attr] {
    color: #CA9D42 !important;
    z-index: 1;
}
.bloc-text h2 {
    font-size: clamp(24px, 1rem + 0.8vw, 32px);
}


.sect-title>div[data-attr]:after,
.sect-title>[data-attr]:after {
    content: attr(data-attr);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

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

/** Spliting **/
.splt-txt .whitespace {
    width: 8px;
}

.splt-txt.aos-animate .char {
    -webkit-animation: fadeInRight 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInRight 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(50ms * var(--char-index));
    animation-delay: calc(50ms * var(--char-index));
}

.dsn-fill {
    color: rgba(202, 157, 66, 0);
}

.dsn-fill .word {
    display: inline-block;

    background-image: linear-gradient(#234772,
            #234772);

    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0% 100%;

    -webkit-background-clip: text;
    background-clip: text;
    color: rgba(202, 157, 66, 0);
}

.dsn-fill.color--1 .word {
    background-image: linear-gradient(#fff,
            #fff);
}


/** 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);
}


/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #FDFDFD;
    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: flex;
    align-items: center;
    gap: 13px;
}

.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: 33px;
    height: 35px;
    border-radius: 40px;
    background: linear-gradient(90deg, #1F662E 12.65%, #4CAB49 50.96%, #9CC554 100%);
    gap: 0;
    padding: 0;
    display: flex;
    z-index: 1;
    margin: 0;
    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-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 {}

.slide-controls-nav .slide-btn-next:before,
.slide-controls-nav .slide-btn-prev:before,
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before,
.slide-controls-nav .owl-prev:before,
.slide-controls-nav .owl-next:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #9CC554 12.65%, #4CAB49 50.96%, #1F662E 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.slide-controls-nav .slide-btn-next:hover:before,
.slide-controls-nav .slide-btn-prev:hover:before,
.owl-carousel .owl-nav button.owl-prev:hover:before,
.owl-carousel .owl-nav button.owl-next:hover:before,
.slide-controls-nav .owl-prev:hover:before,
.slide-controls-nav .owl-next:hover:before {
    opacity: 1;
    visibility: visible;
}

.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 {
    fill: #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: 8px;
}

.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: 10px;
    height: 10px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    border: 0;
    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: #EC751F;
    width: 26px;
}


/** Colors **/

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

.color--2 {
    color: #1F662E !important;
}

.color--3 {
    color: #4CAB49 !important;
}

.color--4 {
    color: #9CC554 !important;
}

.color--5 {
    color: #0C2318 !important;
}



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

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


/** Background **/

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

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

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

.background--4 {
    background-color: #9CC554 !important;
}

.background--5 {
    background-color: #0C2318 !important;
}

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

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

.background--none {
    background: none !important;
}

.background--gradient {
    background: linear-gradient(90deg, #1F662E 12.65%, #4CAB49 50.96%, #9CC554 100%);
}


/** Socials **/

.social-links .social-link {
    position: relative;
    display: flex;
    width: 70px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #253339;
    background: rgba(37, 51, 57, 0.10);
    z-index: 1;
}

.social-links .social-link:before {
    position: absolute;
    content: "";
    background-color: #253339;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    scale: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-links .social-link:hover:before {
    scale: 1;
}

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

.social-text {
    color: #FFF;
    font-family: "Exo 2", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3em;
    display: flex;
    flex-direction: column;
}

.social-links ul,
.social-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.social-links ul {
    gap: 14px;
}


/** Variables **/

p {
    margin-bottom: 1.5em;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    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: #171615;
    color: #fff;
    text-shadow: none;
}

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

:selection {
    background: #171615;
    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: "Montserrat", sans-serif;
    color: #3E4344;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.375em;
    text-transform: none;
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 49px;
    padding: 12px 14px;
    margin: 0;
    border-radius: 15px;
    border: 1px solid #3E4344;
    background: #FFF;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    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: #3E4344;
    border: 1px solid #3E4344;
    background: #FFF;
    outline: none;
    box-shadow: none;
}

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

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

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

textarea::placeholder {
    color: #3E4344 !important;
}


.btn-1,
button,
input[type="submit"],
input[type="button"] {
    font-family: "Inter", sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.66em;
    text-transform: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    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-radius: 0;
    text-decoration: none;
    border-radius: 40px;
    border: 0;
    background: linear-gradient(90deg, #1F662E 12.65%, #4CAB49 50.96%, #9CC554 100%);
    padding: 8px 30px;
    height: 43px;
    gap: 10px;
    outline: none;
    overflow: hidden;
    z-index: 1;
}

.btn-1:before {
    background: linear-gradient(90deg, #9CC554 12.65%, #4CAB49 50.96%, #1F662E 100%);
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    visibility: hidden;
}

.btn-1:hover:before {
    opacity: 1;
    visibility: visible;
}

.btn-1:hover,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    color: #fff;
    background: linear-gradient(90deg, #1F662E 12.65%, #4CAB49 50.96%, #9CC554 100%);
    outline: none;
}

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

.text-stroke {
    color: #242E37;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
}

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

.word-break-all {
    word-break: break-all;
}

.box-shadow {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.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.26;
}

.overlay-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(227, 164, 173, 0.20) 100%);
    opacity: .1;
}

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

.opacity-04 {
    opacity: 0.04;
}

.opacity-50 {
    opacity: 0.50;
}

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

.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-800 {
    font-weight: 800 !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-34px {
    margin-bottom: 34px;
}

.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-36px {
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.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-b {
    object-position: bottom;
}

.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-bl {
    background-position: bottom left;
}

.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-24px {
    gap: 24px;
}

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

.row-gap-24px {
    gap: 24px 0;
}

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

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

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

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

/** Transition **/

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


/** Extra Outer **/

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

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


/***************************************
* 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: #fff;
    position: relative;
    z-index: 999;
}

.main-header .site-navigation .menu>ul>li>a {
    font-family: "segoe-ui", sans-serif;
    color: #242325;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.42857em;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.main-header .site-navigation .menu ul ul>li a {
    font-family: "segoe-ui", sans-serif;
    color: #242325;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125em;
    display: block;
    position: relative;
    padding: 12px 16px 12px;
    border-bottom: 0.4px solid rgba(160, 158, 158, 0.40);
}

.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: #4CAB49;
}

.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: #FFF;
    border-color: #A09E9E;
    background-color: #4CAB49;
}

.main-header .other-links {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 30px;
}


/** Header top **/

.main-header__top {
    position: relative;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #189368;
}

.main-header__top:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -50%;
    width: 50%;
    height: 100%;
    border-bottom: 1px solid #189368;
}

.main-header__top-items {
    display: flex;
    align-items: center;
    width: 100%;
}

.main-header__top-items ul {
    display: flex;
    gap: 30px;
    width: 100%;
}

.main-header__top-items ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    font-family: "segoe-ui", sans-serif;
    color: #1F1D1F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2em;
    padding: 18px 0;
}

.main-header__top-items ul li a:hover {
    color: #4CAB49;
}

.main-header__top-items ul li:last-child {
    border-left: 1px solid #189368;
    padding-left: 30px;
    padding-right: 25px;
}

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

.footer {
    position: relative;
}

.footer-title {
    color: #FFF;
    font-family: "segoe-ui", sans-serif;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.45455em;
    padding-bottom: 26px;
    position: relative;
}



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

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

.bloc-text ul {
    margin-bottom: 1.5em;
    margin-top: -1.5em;
    /* display: flex;
    flex-direction: column;
    gap: 4px; */
}

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

.bloc-text ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #1C1C25;
    position: relative;
    top: 1px;
    left: 0;
    display: inline-block;
    margin-right: 4px;
}

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

.page .font-size-48px {
    font-size: clamp(38px, 1rem + 2vw, 48px);
    line-height: 1.25em;
}
.empty.ico-star {
    color: transparent!important;
    stroke: #fff!important;
}