.bg-circles {
    position: relative;
    overflow: hidden;
}

.bg-circles .circles {
    position: absolute;
    left: 50%;
    bottom: -176px;
    z-index: 2;
    width: auto;
    height: auto;
    object-fit: contain;
    transform: translateX(-50%);
}

.atf-about {
    padding: 77px 0px 89px;
    position: relative;
}

.atf-about h1 {
    font-weight: 300 !important;
}

.atf-about .atf-img {
    margin-top: 40px;
    height: 356px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.atf-about .circle {
    position: absolute;
    top: -259px;
    left: calc(100vw - 21.3vw);
    z-index: 10;
    transition: all 0.2s ease-in-out;
}

.atf-about .numbers-container {
    height: 139px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 114px;
    background-color: white;
    padding: 26px 68px;
    max-width: 829px;
    width: 80%;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 15px;
    z-index: 3;
    box-shadow: 0px 4px 14px rgba(22, 51, 93, 0.06);
}

.atf-about .numbers-container .number {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-transform: uppercase;
    text-align: center;
}

.atf-about .numbers-container .number p {
    margin: 0px;
    line-height: 100%;
    font-size: 14px;
}

.atf-about .numbers-container .number .t-primary {
    font-size: 70px;
    line-height: 60px;
    font-weight: 600;
    color: transparent !important;
    -webkit-text-stroke: 1px var(--primary);
}

.atf-about .numbers-container .number span {
    opacity: 0.5;
    line-height: 60px;
    margin-right: 5px;
    font-weight: 300;
    color: var(--primary);
}

.section-text-images {
    position: relative;
    padding: 192px 0px 204px;
}

.section-text-images .images-container {
    width: 1006px;
    height: 677px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-text-images .images-container.mobile {
    display: none;
}

.section-text-images .images-container .title {
    max-width: 604px;
    width: 90%;
    text-align: center;
    color: var(--primary);
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    word-wrap: break-word;
    margin-bottom: 32px;
}

.section-text-images .images-container .subtitle {
    max-width: 424px;
    width: 90%;
    text-align: center;
    color: var(--secondary);
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word;
}

.section-text-images .images-container img {
    position: absolute;
    object-fit: cover;
    border-radius: 10px;
}

.section-text-images .images-container img.one {
    width: 126px;
    height: 167px;
    left: 139px;
    top: 41px;
}

.section-text-images .images-container img.two {
    width: 347px;
    height: 165px;
    left: 465px;
    top: 0px;
}

.section-text-images .images-container img.three {
    width: 136px;
    height: 209px;
    left: 870px;
    top: 103px;
}

.section-text-images .images-container img.four {
    width: 110px;
    height: 149px;
    left: 812px;
    top: 416px;
}

.section-text-images .images-container img.five {
    width: 226px;
    height: 173px;
    left: 661px;
    top: 504px;
}

.section-text-images .images-container img.six {
    width: 320px;
    height: 162px;
    left: 149px;
    top: 515px;
}

.section-text-images .images-container img.seven {
    width: 214px;
    height: 258px;
    left: 0px;
    top: 336px;
}

.section-group {
    padding: 149px 0px 210px;
    background-color: var(--light-grey);
    background-image: url('/assets/img/group-map.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50% 100%;
}

.section-group h2 {
    margin-bottom: 32px;
}

.section-group .btn {
    margin-top: 39px;
}

.section-group .images-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.section-group .images-wrapper img {
    object-fit: cover;
    border-radius: 10px;
}

.section-group .images-wrapper img:nth-of-type(1) {
    width: 100%;
    height: 387px;
}

.section-group .images-wrapper img:nth-of-type(2) {
    width: 321px;
    height: 227px;
    position: absolute;
    bottom: -58px;
    left: -58px;
}

.section-corporate {
    padding: 96px 0px 103px;
}

.section-corporate h2 {
    margin-bottom: 32px;
}

.section-corporate .col-img {
    position: relative;
    top: -70px;
    width: 100%;
}

.section-corporate .quote {
    margin-top: 48px;
    background-color: var(--cream);
    border-radius: 10px;
    padding: 23px 10px 28px 103px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.section-corporate .quote img {
    position: absolute;
    left: 0px;
    top: -10px;
    object-fit: contain;
}

.bg-map {
    position: relative;
    overflow: hidden;
}

.bg-map .logo-overlay {
    position: absolute;
    top: 83px;
    left: calc(100vw - 20.83vw);
    z-index: 1;
    width: auto;
    height: 1025px;
    object-fit: contain;
}

.section-team {
    padding: 89px 0px 73px;
    background-color: var(--cream);
}

.section-team .team-slider {
    margin-top: 96px;
    width: 100%;
    height: 500px;
    position: relative;
}

.section-team .team-slider .slide {
    width: 267px;
    height: 392px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    position: relative;
}

.section-team .team-slider .slide:nth-child(odd) {
    top: -44px;
}

.section-team .team-slider .slide img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: 6px 4px 14px 0px rgba(233, 220, 210, 0.25);
}

.section-team .team-slider .slide p {
    margin: 0px;
    line-height: 100%;
}

.section-team .team-slider .slick-list {
    overflow: visible;
}

.section-team .team-slider .slick-track {
    display: flex;
    gap: 27px;
}

.section-team .arrows-wrapper {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40;
}

.section-team .arrows-wrapper button {
    background-color: transparent;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-team .arrows-wrapper .prev img {
    transform: rotate(225deg);
}

.section-team .arrows-wrapper .next img {
    transform: rotate(45deg);
    top: 8px;
}

.section-innovation {
    padding: 86px 0px 116px;
    background-image: url('/assets/img/bg-ellipses.svg');
    background-repeat: no-repeat;
    background-position: -373px 503px;
}

.section-innovation .container {
    position: relative;
}

.section-innovation h2 {
    margin-bottom: 32px;
}

.section-innovation .btn {
    margin-top: 39px;
}

.innovations-slider {
    height: 100%;
    width: 100%;
}

.innovations-slider .slider-inner {
    width: 100vw;
}

.innovations-slider .slide {
    width: 267px;
    /* min-height: 670px; */
    height: inherit;
    display: flex;
    flex-direction: column;
    padding: 36px 30px;
    background: var(--light-grey);
    position: relative;
    border-radius: 10px;
}

.innovations-slider .slide img {
    width: 100%;
    height: 352px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    margin-bottom: 52px;
}

.innovations-slider .slide .title {
    color: var(--secondary) !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
    word-break: break-word;
}

.innovations-slider .slide .text {
    margin: 0px;
    font-weight: 300;
    color: var(--secondary) !important;
}

.innovations-slider .slick-track {
    display: flex;
    gap: 24px;
}

.innovations-slider .arrows-wrapper {
    position: absolute;
    left: 12px;
    bottom: 5px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40;
}

.innovations-slider .arrows-wrapper button {
    background-color: transparent;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innovations-slider .arrows-wrapper .prev img {
    transform: rotate(225deg);
}

.innovations-slider .arrows-wrapper .next img {
    transform: rotate(45deg);
    top: 8px;
}



@media screen and (min-width: 1441px) {
    .atf-about .circle {
        top: -236px;
        left: calc(100vw - 27.5vw);
        transition: all 0.2s ease-in-out;
    }

    .section-innovation {
        padding: 86px 0px 116px;
        background-position: -73px 483px;
    }
}

@media screen and (max-width: 1200px) {
    .section-text-images {
        position: relative;
        padding: 42px 0px 74px;
        background: url('/assets/img/bg-circles.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-text-images .images-container {
        width: 100%;
        height: 677px;
        position: relative;
        z-index: 3;
        margin: 0 auto;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .section-text-images .images-container.mobile {
        display: flex;
    }

    .section-text-images .images-container .title {
        width: 80%;
        font-size: 26px;
        line-height: 35px;
    }

    .section-text-images .images-container .subtitle {
        width: 80%;
    }

    .section-text-images .images-container img {
        position: absolute;
        object-fit: cover;
        border-radius: 10px;
    }

    .section-text-images .images-container img.one {
        width: 68px;
        height: 90px;
        left: -10px;
        top: 66px
    }

    .section-text-images .images-container img.two {
        width: 123px;
        height: 95px;
        left: 0px;
        top: 507px;
    }

    .section-text-images .images-container img.three {
        width: 149px;
        height: 75px;
        left: auto;
        right: -53px;
        top: 518px;
    }

    .section-text-images .images-container img.four {
        width: 93px;
        height: 126px;
        left: 27px;
        top: 0px;
    }

    .section-text-images .images-container img.five {
        width: 124px;
        height: 80px;
        left: auto;
        right: 0px;
        top: 564px;
    }

    .section-text-images .images-container img.six {
        width: 124px;
        height: 80px;
        left: auto;
        right: -58px;
        top: 21px;
    }

    .section-text-images .images-container img.seven {
        width: 83px;
        height: 127px;
        left: 86px;
        top: 540px;
    }

    .section-text-images .images-container img.eight {
        width: 124px;
        height: 75px;
        left: auto;
        right: 0px;
        top: 41px;
    }

    .section-corporate .col-img {
        width: 85%;
        top: 0px;
    }
}


@media screen and (max-width: 992px) {
    .bg-circles .circles {
        display: none;
    }

    .atf-about {
        padding: 39px 0px;
    }

    .atf-about h1 {
        font-size: 26px !important;
        line-height: 35px !important;
        position: relative;
        z-index: 3;
    }

    .atf-about .atf-img {
        height: 238px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .atf-about .circle {
        position: absolute;
        height: 340px;
        width: 340px;
        top: -227px;
        left: calc(100vw - 52vw);
        z-index: 2;
    }

    .atf-about .numbers-container {
        min-height: 139px;
        height: fit-content;
        justify-content: flex-start;
        gap: 40px;
        background-color: white;
        padding: 26px 60px 26px 23px;
        max-width: 100vw;
        width: 100vw;
        border-radius: 0px;
        border-bottom-left-radius: 10px;
        overflow: scroll;
        position: static;
        transform: none;
        z-index: 3;
        display: none;
    }

    .atf-about .numbers-container.mobile {
        display: flex;
    }

    .atf-about .numbers-container::-webkit-scrollbar {
        display: none;
    }

    .atf-about .numbers-container .number {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        text-transform: uppercase;
        text-align: center;
    }

    .atf-about .numbers-container .number p {
        margin: 0px;
        line-height: 100%;
        white-space: nowrap;
    }

    .atf-about .numbers-container .number .t-primary {
        font-size: 70px;
        line-height: 60px;
        font-weight: 600;
        color: transparent !important;
        -webkit-text-stroke: 1px var(--primary);
    }

    .atf-about .numbers-container .number span {
        opacity: 0.5;
        line-height: 60px;
        margin-right: 5px;
        font-weight: 300;
        color: var(--primary);
    }

    .section-group {
        padding: 54px 0px 68px;
        background-color: var(--light-grey);
        background-image: none;
    }
    
    .section-group h2 {
        margin-bottom: 30px;
    }
    
    .section-group .images-wrapper {
        margin-bottom: 64px;
    }
    
    .section-group .images-wrapper img {
        object-fit: cover;
        border-radius: 10px;
    }
    
    .section-group .images-wrapper img:nth-of-type(1) {
        width: calc(100% - 32px);
        margin-left: 32px;
        height: 214px;
        object-position: top;
    }
    
    .section-group .images-wrapper img:nth-of-type(2) {
        width: 177px;
        height: 124px;
        bottom: -24px;
        left: 0px;
    }

    .section-corporate {
        padding: 55px 0px 67px;
    }
    
    .section-corporate h2 {
        margin-bottom: 0px;
    }
    
    .section-corporate .col-img {
        width: auto;
        max-width: 100%;
        top: 0px;
        max-height: 550px;
        margin-bottom: 40px;
    }
    
    .section-corporate .quote {
        margin-top: 53px;
        padding: 80px 25px 44px;
        text-align: start;
    }
    
    .section-corporate .quote img {
        position: absolute;
        left: 0px;
        top: -10px;
        object-fit: contain;
    }

    .section-corporate .quote p:first-of-type {
        font-size: 20px;
        line-height: 30px;
    }
    
    .bg-map .logo-overlay {
        position: absolute;
        top: 560px;
        left: calc(100vw - 33.25vw);
        height: 406px;
    }

    .section-team {
        padding: 55px 0px 60px;
    }
    
    .section-team .team-slider {
        margin-top: 64px;
        height: 440px;
    }
    
    .section-team .team-slider .slide:nth-child(odd) {
        top: -24px;
    }
    
    .section-team .team-slider .slick-track {
        gap: 24px;
    }

    .section-innovation {
        padding: 68px 0px 59px;
        background-image: url('/assets/img/bg-ellipses.svg');
        background-repeat: no-repeat;
        background-size: 528px 528px;
        background-position: -287px calc(100vh - 20px);
    }
    
    .section-innovation .container {
        position: relative;
    }
    
    .section-innovation h2 {
        margin-bottom: 32px;
    }
    
    .section-innovation .btn {
        margin: 30px 0px 57px;
    }
    
    .innovations-slider .slide {
        width: 267px;
        /* min-height: 542px; */
        padding: 49px 33px 25px 26px;
        box-shadow: 2px 1px 14px -4px rgba(22, 51, 93, 0.20);
        border-radius: 10px;
    }
    
    .innovations-slider .slide img {
        height: 249px;
        margin-bottom: 25px;
    }
    
    .innovations-slider .slide .title {
        margin-bottom: 0px;
    }

    .innovations-slider .arrows-wrapper {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .section-team .arrows-wrapper {
        display: none;
    }

    .section-team .team-slider .slick-dots {
        bottom: -55px;
    }

    .section-team .team-slider .slick-dots li {
        margin: 0px;
    }

    .section-team .team-slider .slick-dots button::before {
        color: var(--primary) !important;
        opacity: 0.2;
        font-size: 9px;
        transition: all 0.2s ease-in-out;
    }

    .section-team .team-slider .slick-dots .slick-active button::before {
        opacity: 1;
        transition: all 0.2s ease-in-out;
    }
}