:root {
    --distance-2side: 7rem;
    --distance-top: 7rem;
    --distance-2side-small: 2rem;
}

.collage-image {
    overflow-x: hidden !important;
}

header {
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}


.header-container {
    width: 100%;
    max-width: 1276px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.header-container a.link-logo {
    cursor: pointer;
    height: 96px;
    width: 189px;
    display: block;
}

.header-container a.link-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.nav-link {
    text-decoration: none;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #343e49;
    padding: 1rem 0.5rem;
}

button.btn-platform {
    border: 2px solid transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    background: var(--Gradient,
            linear-gradient(135deg, #aaca4c 0.62%, #71c7db 100.62%));
    display: flex !important;
    color: #fff !important;
    height: 52px !important;
    padding: 0 20px;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
}

body {
    width: 100%;
}

section.hero {
    margin-top: 128px;
}

section.hero .hero-image {
    width: 100%;
}

section.hero h1 {
    padding-left: var(--distance-2side);
    padding-right: var(--distance-2side);
}




section.content p {
    font-size: 20px;
}


section.content .content-right {
    width: 45%;
    display: flex;
    align-items: end;
    margin-top: 220px !important;
}

.content-right .content-right-item {
    height: 80%;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
}

section.solutions {
    margin-top: var(--distance-top);
}

section.solutions h2 {
    margin-bottom: 5rem;
    font-size: 48px;
    max-width: 835px;
    margin: auto;
}

section.solutions .icon-block {
    margin-top: 5rem !important;
}

.icon-block .icon-block-left {
    width: 70%;
}

.icon-block .icon-block-left img {
    margin: 0 0.4rem;
}

.icon-block .icon-block-right {
    width: 10%;
}

section.cta {
    margin-top: var(--distance-top);
}

section.image-collage {
    padding-left: calc(var(--distance-2side) + 5rem);
    padding-right: calc(var(--distance-2side) + 5rem);
    margin-top: var(--distance-top);
}

.collage-container {
    position: relative;
    display: grid;
    grid-template-areas:
        "img1 img2 img3"
        "img4 img5 img6"
        "img7 img7 img8";
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    height: 1500px;
}

.collage-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.img1 {
    grid-area: img1;
}

.img2 {
    grid-area: img2;
}

.img3 {
    grid-area: img3;
}

.img4 {
    grid-area: img4;
}

.img5 {
    grid-area: img5;
}

.img6 {
    grid-area: img6;
}

.img7 {
    grid-area: img7;
}

.img8 {
    grid-area: img8;
}



button.solution {
    background: var(--Gradient,
            linear-gradient(135deg, #aaca4c 0.62%, #71c7db 100.62%));
}

a.solution {
    background: var(--Gradient,
            linear-gradient(135deg, #aaca4c 0.62%, #71c7db 100.62%));
}

.arrow-down {
    position: absolute;
    left: 0%;
    transform: translate(-50%, 50%);
    width: 15%;
    max-width: 100%;
    height: auto;
}

.swiper-container {
    position: relative;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-container .img-title {
    height: 15rem;
}

.swiper-button-prev {
    left: -3rem !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 22px;
    color: #bae0cd;
}

.swiper-button-next {
    right: -3rem !important;
}

.view-all .line {
    height: 3px;
    background-color: rgb(52, 62, 73);
    width: 400px;
}

.view-all {
    margin: 0px;
    font: inherit;
    letter-spacing: inherit;
    --Link-underlineColor: rgba(25, 118, 210, 0.4);
    color: rgb(52, 62, 73);
    text-decoration: none;
    display: flex;
    gap: 30px;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    cursor: pointer;
    width: 100%;
}

.view-all .text {
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    max-width: fit-content;
}

.cta .title-left {
    font-size: 48px;
}

.cta .cta-left {
    width: 40%;
}

.cta .cta-right {
    width: 50%;
}

.cta .circles-icon {
    top: -7rem;
}

.btn-join-platform {
    background: var(--Gradient,
            linear-gradient(135deg, #aaca4c 0.62%, #71c7db 100.62%));
}

section .line-hr {
    height: 1px;
    margin-top: 300px;
    background-color: gray;
}

section.expert-layout {
    margin-top: var(--distance-top);
}

section.expert {
    padding: 0 !important;
}

section.expert .expert-left {
    width: 40%;
}

section.expert .expert-right {
    width: 20%;
}

section.expert .expert-content {
    font-weight: 300;
    line-height: 130%;
    font-size: 20px;
    margin-top: 20px;
}

.mySwiper img {
    width: 300px;
    height: 500px;
}

.css-18blunb {
    padding: 16px;
    height: 20%;
    background-color: white;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.css-hwbdeb {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 4px;
}

.css-6x7ux6 {
    margin: 0px 8px 0px 0px;
    font-size: 1.125rem;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    font-weight: 700;
}

.css-1504d2m {
    margin: 0px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    color: rgba(0, 0, 0, 0.6);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.css-pu8dfw {
    margin: 0px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    color: rgba(0, 0, 0, 0.6);
}

section.the-world {
    margin-top: var(--distance-top);
}

.world-left {
    width: 50%;
}

.world-right {
    width: 40%;
}

section.the-world .the-world-content {
    font-weight: 300;
    line-height: 2rem;

    font-size: 20px;
    margin-top: 20px;
}

.css-1kgt5jc {
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.css-19u02wi {
    margin: 0px;
    font-size: 16px;
    color: rgb(141, 152, 164);
    font-weight: 300;
    line-height: 1.6;
}

.world-right h2 {
    font-size: 87px;
    margin: 0px;
    font-weight: 700;
    line-height: 0.9;
    text-align: center;
    z-index: 9;
}

.global-icon {
    width: 200px;
    height: 200px;
    right: -4%;
    z-index: 8;
    bottom: 30%;
}

.global-icon img {
    width: 100%;
    height: 100%;
}

section.we-are {
    margin-top: var(--distance-top);
}

.we-are-content {
    width: 60%;
    padding: 40px 110px;
}

.css-62wrpk {
    font-size: 96px;
    text-align: right;
    line-height: 7rem;
    font-weight: bold;
    margin-right: 1rem;
}

.css-i8hee3 {
    max-width: 220px;
}

.css-rnd58v {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: 0px -20rem;
}

section.we-are .the-world-content {
    font-weight: 300;
    line-height: 2rem;

    font-size: 20px;
    margin-top: 2rem;
}

.about-right {
    width: 35%;
    margin-top: 100px !important;
}

.about-left {
    position: relative;
    width: 55%;
    padding-right: 2rem;
}

.about-right .arrow-down {
    top: -10rem;
}

.cards-left {
    width: 30%;
}

.cards-right {
    width: 60%;
}

.cards {
    margin-top: var(--distance-top);
}

section.people-say {}

.css-islpjr {
    display: flex;
    flex-direction: column;
    gap: 110px;
    max-width: 1276px;
    margin: 0px auto;
}

.css-3fim88 {
    position: relative;
    width: fit-content;
}

.css-py449f {
    position: relative;
    width: 66vw;
    max-width: 544px;
    height: 85vw;
    max-height: 696px;
    object-fit: cover;
}

.css-lmzi58 {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    outline: none;
    position: absolute;
}

.css-trnn6d {
    height: auto;
    object-fit: cover;
    outline: none;
    position: absolute;
}

.css-aa0a8v {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    outline: none;
    position: absolute;
    top: 77%;
}

.css-1v4sunw {
    width: 65%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    outline: none;
    position: absolute;
}

.css-1edo1xk {
    position: relative;
    width: fit-content;
    align-self: flex-end;
}

.css-1hki803 {
    max-width: 305px;
    max-height: 389px;
    object-fit: cover;
}

.css-15x9lyu {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    outline: none;
    position: absolute;
}

.css-baosmq {
    height: auto;
    aspect-ratio: 8 / 9.75;
    object-fit: cover;
    outline: none;
    position: absolute;
}

.css-1fdmumh {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    outline: none;
    position: absolute;
}

.css-tgcsqi {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    outline: none;
    position: absolute;
}

.css-937mp7 {
    height: auto;
    object-fit: cover;
    outline: none;
    position: absolute;
}

.css-7msyyl {
    height: auto;
    object-fit: cover;
    outline: none;
    position: absolute;
}

.collage-image {
    margin-top: var(--distance-top);
}



.main-content {
    margin: auto;
    max-width: 1276px;
}


.slide-block {
    position: relative;
}

.slideshow {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    perspective: 1000px;
    padding-left: 2rem;
}

.slides-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 55%;
    height: 350px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transform-origin: center center;
    transform: translateY(-50%) translateX(-100%) scale(0.8);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide.position-1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0) scale(1);
    left: 0;
    z-index: 4;
}

.slide.position-2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(20%) scale(0.95);
    left: 10%;
    z-index: 3;
}

.slide.position-3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(30%) scale(0.8);
    left: 20%;
    z-index: 2;
}

.slide.position-4 {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(40%) scale(0.65);
    left: 30%;
    z-index: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.info {
    position: absolute;
    bottom: 0rem;
    left: 2rem;
    text-align: left;
    color: #333;
    z-index: 5;
    max-width: 300px;
    margin-top: 30px;
}

.info h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.info p {
    font-size: 18px;
    opacity: 0.9;
}



.padding-all {
    padding-left: var(--distance-2side);
    padding-right: var(--distance-2side);
}

/* Responsive adjustments using min-width */
@media (min-width: 576px) {
    :root {
        --distance-2side: 0rem;
        /* Increase padding for screens 576px and above */
    }
}

@media (min-width: 768px) {
    :root {
        --distance-2side: 2rem;
        /* Increase padding for screens 768px and above */
    }
}

@media (min-width: 992px) {
    :root {
        --distance-2side: 2rem;
        /* Increase padding for screens 992px and above */
    }
}

@media (min-width: 1200px) {
    :root {
        --distance-2side: 2rem;
        /* Largest padding for screens 1200px and above */
    }
}

@media (min-width: 1400px) {
    :root {
        --distance-2side: 2rem;
        /* Largest padding for screens 1200px and above */
    }
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
}

.back-to-top:hover {
    background-color: #555;
}

.back-to-top.show {
    display: block;
}


@media (max-width: 400px) {
    .font-16 {
        font-size: 26px !important;
    }
}

@media (max-width: 599px) {
    .font-28 {
        font-size: 28px !important;
    }
}


.swiper-slide-custom {
    height: auto !important;
    border: none !important;
    box-shadow: none !important;
    pointer-events: none;
}

.swiper-container-custom {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}