/******************************************************************************
* Header
*******************************************************************************/
.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 23;
    visibility: hidden;
    -webkit-transform: translateY(-83px);
    transform: translateY(-83px);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    background: #FFF;
    box-shadow: 0 4px 64px 0 rgba(30, 30, 28, 0.16);
}

.sticked-menu .site-header-navigation button.menu-toggle-form {
    color: #1D1D1B;
}

.sticked-menu .site-header-navigation button.menu-toggle-form svg path {
    fill: #1D1D1B !important;
}

.sticked-menu .site-header-navigation button.menu-toggle-form {
    border-left: 1px solid rgba(29, 29, 27, 0.2);
}

.sticked-menu .site-header-navigation .site-branding .img-logo {
    display: none !important;
}

.sticked-menu .site-header-navigation .site-branding .img-logo-2,
.sticked-menu .site-header-navigation ul.contacts-list {
    display: flex !important;
}

.sticked-menu .site-header-navigation__inner {
    padding: 16px 0;
}



/******************************************************************************
* Content
*******************************************************************************/

/** Banner slider **/

.banner-inner {
    position: relative;
    padding: 20px 20px 0;
}

.banner-slide .banner-item {
    display: flex;
    align-items: center;
    position: relative;
    height: 748px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    background-color: #fff;
}

.banner-item__content {
    position: relative;
    padding-top: 179px;
}

.banner-title {
    color: #FFF;
    font-size: clamp(42px, 1rem + 2.8vw, 60px);
    font-style: normal;
    font-weight: 900;
    line-height: 1.3em;
    margin-bottom: 16px;
}

.banner-slide .swiper-slide-active .banner-title {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-subtitle {
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.banner-slide .swiper-slide-active .banner-subtitle {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.banner-slide .swiper-slide-active .banner-actions {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.banner-slide .banner-actions,
.banner-slide .banner-title,
.banner-slide .banner-subtitle {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-slide .swiper-slide-active .banner-actions,
.banner-slide .swiper-slide-active .banner-title,
.banner-slide .swiper-slide-active .banner-subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/** About us **/

.about-us-section {
    padding: 120px 0;
}

.bloc-content .sect-title .bloc-title {
    margin-bottom: 24px;
}

.bloc-content .img-box {
    margin-bottom: 40px;
}

.bloc-image {
    z-index: 1;
    position: relative;
}

.bloc-image.image-2 {
    z-index: 1;
    position: relative;
    width: 565px;
    height: 445px;
    display: inline-block;
}

.bloc-image.image-3 {
    z-index: 1;
    position: relative;
    width: 565px;
    height: 561px;
    display: inline-block;
}

.bloc-image.image-3:before {
    max-height: 581px;
    height: 95%;
}

.bloc-image.image-2 img,
.bloc-image.image-3 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bloc-image:before {
    content: '';
    right: -30px;
    bottom: -40px;
    position: absolute;
    border-radius: 70px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    z-index: -1;
    width: 100%;
    height: 70.7%;
}

.home .about-us__content .bloc-image:before {
    right: -38.902px;
    bottom: -34.674px;
    max-width: 600px;
    max-height: 593px;
    width: calc(100% + 19px);
    height: calc(100% + -33px);
}

.bloc-logo {
    padding: 30px 60px 50px 14px;
    border-radius: 0 0 70px 0;
    background: #eef9fe;
    z-index: 2;
}

.bloc-logo .corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bloc-logo .corner:before,
.bloc-logo .corner:after {
    content: '';
    position: absolute;
    background: url('../images/corner.svg') no-repeat top right;
    width: 75px;
    height: 75px;
    background-size: cover;
}

.bloc-logo .corner:before {
    top: 0;
    right: -75px;
    transform: rotate(180deg);
}

.bloc-logo .corner:after {
    bottom: -75px;
    left: 0;
    transform: rotate(180deg);
}

.bloc-logo.bottom-0.right-0 .corner:before {
    top: -75px;
    right: 0;
    transform: none;
}

.bloc-logo.bottom-0.right-0 .corner:after {
    bottom: 0;
    right: 144px;
    left: unset;
    transform: none;
}

.bloc-logo.bottom-0.right-0 {
    border-radius: 70px 0 0 0;
    padding: 60px 0 20px 60px;
}

.bloc-logo.top-0.right-0 {
    border-radius: 0 0 0 70px;
    padding: 30px 14px 50px 60px;
}

.bloc-logo.top-0.right-0 .corner:before {
    top: -1px;
    right: 145px;
    transform: rotate(-90deg);
}

.bloc-logo.top-0.right-0 .corner:after {
    bottom: -74px;
    right: -1px;
    left: unset;
    transform: rotate(-90deg);
}

.bloc-content:not(:first-child) {
    margin-top: 48px;
}


/** Intervention area **/

.intervention-area-section {
    padding: 120px 0 42px;
}

.intervention-area-section .bloc-content:not(:first-child) {
    margin-top: 36px;
}

.intervention-area-section .bloc-image.image-1:before {
    max-height: 560px;
    width: 100%;
    height: calc(100% - 119px);
}

.intervention-area-section .bloc-image:before {
    max-height: 642px;
    width: 100%;
    height: calc(100% - 34px);
}


/** Online payment **/

.online-payment-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 60px 40px 60px 413px;
    min-height: 293px;
    border-radius: 100px 100px 0 0;
    margin-top: 80px;
}

.online-payment-content .layer-logo {
    margin-left: 80px;
}

.online-payment-content .sect-title {
    flex: 1;
}

.online-payment-content .online-payment__img {
    position: absolute;
    bottom: 0;
    left: 10px;
}


/** Company benefits **/

.company-benefits-section {
    padding: 120px 0;
}

.company-benefits__items>.row {
    margin: 0 -18px;
}

.company-benefits__items>.row>div {
    padding-left: 18px;
    padding-right: 18px;
}

.benefit-item {
    height: 100%;
    z-index: 1;
    height: 345px;
    max-width: 400px;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.benefit-item:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    border-radius: 20px;
    z-index: -1;
    clip-path: path("M0 151.209c0-7.44 3.665-14.476 9.96-19.126L181.532 5.374C186.242 1.895 192.095 0 198.129 0h175.313C388.109 0 400 10.969 400 24.5v126.709zm0 0h400v173c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20z");
    background: rgba(129, 167, 27, 0.20);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.benefit-item:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    border-radius: 20px;
    opacity: 0;
    z-index: -1;
    clip-path: path("M0 151.209c0-7.44 3.665-14.476 9.96-19.126L181.532 5.374C186.242 1.895 192.095 0 198.129 0h175.313C388.109 0 400 10.969 400 24.5v126.709zm0 0h400v173c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20z");
    background: rgba(129, 167, 27, 1);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.benefit-item:hover:after {
    opacity: 1;
}

.benefit-item__inner {
    position: relative;
    padding: 40px 40px 40px;
    background-color: #fff;
    z-index: 1;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    clip-path: path("M0 151.209c0-7.44 3.665-14.476 9.96-19.126L181.532 5.374C186.242 1.895 192.095 0 198.129 0h175.313C388.109 0 400 10.969 400 24.5v126.709zm0 0h400v173c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20z");
}

.benefit-item__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    z-index: -1;
    border-radius: 20px;
    background-color: #1D1D1B;
    border-radius: 24px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.benefit-item:hover .benefit-item__inner:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.benefit-item * {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.benefit-text {
    position: relative;
    border-radius: 0 0 20px 20px;
    background: #FFF;
    padding: 0 40px 40px 40px;
}

.benefit-item .benefit-ico {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    background: #81A71B;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 2;
}

.benefit-item:hover .benefit-ico {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.benefit-item .benefit-number {
    color: #5BC5F2;
    text-align: right;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.4em;
    opacity: 0.2;
    margin-bottom: 76px;
}

.benefit-item:hover .benefit-number {
    color: #fff;
    opacity: 0.2;
}

.benefit-item .benefit-title {
    color: #81A71B;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4em;
    padding-bottom: 16px;
}

.benefit-item p {
    padding: 24px 15px 0 0;
    border-top: 1px solid #E6E0FA;
    margin-bottom: 0;
}

.benefit-item:hover p {
    color: #fff;
}


/** Testimonials **/

.testimonials__inner {
    border-radius: 0 0 200px 200px;
    background: linear-gradient(90deg, #5BC5F2 -0.01%, #8DC04D 99.99%);
    overflow: hidden;
    position: relative;
}

.testimonials-image {
    position: relative;
    width: 100%;
    max-width: 578px;
    height: 100%;
    border-radius: 0 0 200px 0;
    overflow: hidden;
}

.testimonials-content {
    position: relative;
    padding: 90px 60px 90px 0;
}

.testimonials-content .sect-title .bloc-title {
    margin-bottom: 35px;
}

.testimonials-content .testimonials-actions {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
}


/** Services diag **/

.services-diag-section {
    padding: 120px 0;
}

.services-slide__wrap {
    margin-right: -15vw;
}

.services-slide__navigation.slide-controls-nav {
    margin-top: 56px;
    display: flex;
    justify-content: center;
}

.services-slide .swiper-slide {
    height: auto;
    width: auto;
}

.service-item {
    position: relative;
    overflow: hidden;
    width: 370px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 200px 200px 30px 110px;
    background: #1D1D1B;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.service-item:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-top-left-radius: 49%;
    transform: scaleX(0.2999) scaleY(0.1111);
    transform-origin: right bottom;
    background: #81A71B;
    transition: 500ms;
}

.service-item:hover:before {
    transform: scaleX(2) scaleY(1);
}

.service-item .service-image {
    width: 100%;
    height: 330px;
    overflow: hidden;
    position: relative;
    border-radius: 200px 200px 0 110px;
}

.service-item .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.service-item:hover .service-image img {
    transform: scale(1.1);
}

.service-item .service-txt {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 66px 0 0 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.service-item .service-ico {
    margin-bottom: 16px;
    border-radius: 58px;
    background: #81A71B;
    display: flex;
    width: 116px;
    height: 116px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -58px;
    right: 0;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.service-item .service-ico:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #1D1D1B;
    transform: scale(0.5);
    opacity: 0;
    z-index: -1;
    border-radius: 50%;
    transition: 300ms;
}

.service-item:hover .service-ico:before {
    transform: scale(1);
    opacity: 1;
}

.service-item .service-title {
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25em;
    margin-bottom: 14px;
    padding: 0 30px 0 50px;
}

.service-item .service-more {
    margin-top: auto;
}

.service-item .service-more div {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.04167em;
    text-transform: uppercase;
    height: 59px;
    display: inline-flex;
    float: right;
    align-items: center;
    justify-content: center;
    padding: 18px 30px 15px;
    z-index: 1;
}

.service-item .service-more div:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 50.96px 0 0 0;
    background: #1D1D1B;
    transform: translateX(100%);
    z-index: -1;
    transition: 300ms;
}

.service-item:hover .service-more div:before {
    transform: translateX(0px);
    transition-delay: 0.1s;
}


/** Latest news **/

.latest-news-section {
    padding: 120px 0;
}

.actus-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 445px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    left: 4px;
    opacity: 0;
    height: 80%;
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
    opacity: 0;
    border-radius: 25px 25px 0 25px;
    /* border: 1px solid #e6e0fa; */
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    /* clip-path: path("M25 0.5H369.5V202.316C369.5 210.334 365.578 217.827 359.031 222.4L358.39 222.834L291.454 266.518C287.472 269.116 282.82 270.5 278.064 270.5H25C11.469 270.5 0.5 259.531 0.5 246V25C0.500003 11.469 11.469 0.5 25 0.5Z"); */
    background-color: #fff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.actus-item:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.actus-image {
    padding-left: 26px;
    position: relative;
}

.actus-image figure {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    height: 294px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.actus-image figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .8s ease;
}

.actus-item:hover .actus-image figure img {
    transform: scale(1.06);
}

.actus-text {
    position: relative;
    padding: 57px 14px 0 36px;
    border-radius: 25px 0 0 25px;
    overflow: hidden;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 210px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.actus-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 4px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    clip-path: path("M29.9435 0.383301H442.565V155.178C442.565 161.328 437.867 167.075 430.026 170.583L429.258 170.916L349.086 204.422C344.317 206.414 338.745 207.476 333.048 207.476H29.9435C13.7369 207.476 0.598877 199.063 0.598877 188.684V19.175C0.598881 8.79663 13.7369 0.383301 29.9435 0.383301Z");
    background-color: #fff;
}

.actus-date {
    color: #81A71B;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75em;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 83px;
    height: 97px;
    padding: 9px 0 10px 0;
    border-radius: 50px 0 0 0;
    background: #FFF;
    position: relative;
    margin-top: -40px;
    z-index: 1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    bottom: -57px;
    left: 36px;
    z-index: 3;
}

.actus-item:hover .actus-date {
    color: #fff;
}

.actus-date:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    transform: scale(0.8);
    border-radius: 50px 0 0 0;
    opacity: 0;
    background: #81A71B;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: -1;
}

.actus-item:hover .actus-date:before {
    transform: scale(1);
    opacity: 1;
}

.actus-date .day {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
}

.actus-title {
    border-top: 1px solid rgba(129, 167, 27, 0.20);
    padding-top: 19px;
    color: #1D1D1B;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.actus-title a:hover {
    color: #81A71B;
}

.actus-item .actus-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.actus-item .actus-more a {
    color: #5BC5F2;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.53125em;
}

.actus-item .actus-more .line {
    background: linear-gradient(90deg, #5BC5F2 -0.01%, #8DC04D 99.99%);
    flex: 1;
    height: 2px;
    margin: 0 22px 0 32px;
}

.actus-item .actus-more .line+a {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 2px solid #81A71B;
    position: relative;
    z-index: 1;
}

.actus-item .actus-more .line+a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    transform: scale(0.8);
    opacity: 0;
    border-radius: 50%;
    background: #81A71B;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: -1;
}

.actus-item:hover .actus-more .line+a:before {
    transform: scale(1);
    opacity: 1;
}

.actus-item:hover .actus-more .line+a svg path {
    fill: #fff !important;
}


/** Contact info **/

.blk-contact-infos {
    position: relative;
    max-width: 424px;
    padding: 60px 40px;
    border-radius: 70px;
    overflow: hidden;
    height: 100%;
    margin-left: auto;
    background: linear-gradient(90deg, #5BC5F2 -0.01%, #8DC04D 99.99%);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.blk-contact-infos ul {
    display: flex;
    flex-direction: column;
}

.blk-contact-infos ul li {
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6em;
    display: flex;
    flex-direction: column;
}

.blk-contact-infos ul li .contact-title {
    font-size: 1.125rem;
    line-height: 1.388888em;
}

.blk-contact-infos ul li:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #fff;
}


/** Map **/

.blk-map {
    position: relative;
    border-radius: 70px;
    overflow: hidden;
    height: 486px;
    width: 100%;
}

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


/** Footer contacts **/

.footer-contacts__inner {
    border-radius: 30px;
    padding: 30px;
    background: linear-gradient(90deg, #5BC5F2 -0.01%, #8DC04D 99.99%);
}

.footer-contacts ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-contacts ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6666666em;
}

.footer-contacts ul li .contact-title {
    font-size: 0.875rem;
    font-size: 14px;
    font-weight: 800;
    line-height: 2.0833333em;
    margin-bottom: -4px;
    display: block;
}

.footer-contacts ul li .contact-ico {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: 0.3px solid #FFF;
}

.footer-contacts ul li .contact-ico span {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #FFF;
}


/** Footer- column **/

.footer-column {
    padding: 80px 0;
}

.footer-column__item {
    position: relative;
}

.footer-logo {
    margin-bottom: 50px;
    max-width: 370px;
}


/** Footer newsletter **/

.footer-newsletter {
    max-width: 370px;
}

.footer-newsletter .newsletter__form {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
}

.footer-newsletter .newsletter__form form {
    position: relative;
    width: 100%;
}

.footer-newsletter .newsletter__form-note {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.36364em;
    position: relative;
    padding-left: 26px;
}

.footer-newsletter .newsletter__form-note:before {
    content: '';
    display: flex;
    width: 15px;
    height: 15px;
    min-width: 15px;
    padding: 1.47px 2.462px 2.459px 1.467px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 7.5px;
    border: 2px solid #FFF;
    position: absolute;
    top: 2px;
    left: 0;
}

.footer-newsletter .newsletter__form-note:after {
    content: '';
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    width: 4px;
    height: 6px;
    transform: rotate(45deg);
    flex-shrink: 0;
    position: absolute;
    top: 6px;
    left: 5px;
}

.footer-newsletter .newsletter__form .form-group {
    margin-bottom: 0;
    width: 100%;
}

.footer-newsletter .newsletter__form .form-group .form-control {
    font-family: "Inter", sans-serif;
    color: #1D1D1B;
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 56px;
    padding: 19px 45px 19px 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #FFF;
    box-shadow: none;
    text-transform: none;
}

.footer-newsletter .newsletter__form .form-group button {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
    margin: 0;
    padding: 0;
}

.footer-newsletter .newsletter__form .form-group button:hover svg path {
    fill: #1D1D1B !important;
}

.footer-newsletter .newsletter__form .newsletter__form-submit {
    position: absolute;
    width: auto;
    right: 13px;
    top: 14px;
    z-index: 1;
}

.footer-newsletter .newsletter__form input:focus {
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #FFF;
    color: rgb(29, 29, 27);
    box-shadow: none;
}

.footer-newsletter .newsletter__form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(29, 29, 27, 0.40) !important;
}

.footer-newsletter .newsletter__form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(29, 29, 27, 0.40) !important;
    opacity: 1;
    /* Firefox */
}

.footer-newsletter .newsletter__form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(29, 29, 27, 0.40) !important;
}


/** Footer services  **/

.footer-services .footer-title {
    margin-bottom: 40px;
}

.footer-services ul {
    display: flex;
    flex-direction: column;
}

.footer-services ul li {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Inter", sans-serif;
    font-size: 0.925rem;
    font-size: 14.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2973em;
}

.footer-services ul li a {
    background-image: linear-gradient(90deg, #81A71B 0%, #81A71B 100%);
    background-repeat: no-repeat;
    background-size: 0% 1px;
    background-position: 0px 100%;
}

.footer-services ul li a:hover {
    color: #81A71B;
    background-size: 100% 1px;
}


/** Footer certification and insurances **/

.footer-certification-insurance ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-certification-insurance ul li {
    border-radius: 16px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 235px;
    min-height: 246px;
    padding: 27px;
}


/** Footer bottom **/

.footer-bottom {
    padding: 16px 0;
    background: rgba(129, 167, 27, 0.10);
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-text {
    color: #FFF;
    font-size: 13.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5942em;
}

.copyright-text b {
    font-weight: 900;
}

.footer-copyright ul li {
    color: #FFF;
    font-size: 13.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5942em;
    position: relative;
}

.footer-copyright ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-copyright ul li a:hover {
    color: #81A71B;
}

.copyright-arobiz img {
    margin: -2px 0 0;
}

/******************************************************************************
* Intern Page
*******************************************************************************/

/** Banner **/

.intern .banner-content {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
    padding-top: 215px;
}

.intern .banner-text {
    position: relative;
    z-index: 2;
}

.banner-section .banner-inner {
    padding-bottom: 20px;
}

.banner-section .banner-inner:before {
    content: '';
    background: linear-gradient(90deg, #5BC5F2 -0.01%, #8DC04D 99.99%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 218px;
}

/******************************************************************************
* Contact Page
*******************************************************************************/

.contact-us-section {
    padding: 100px 0 80px;
}