@import url(__reboot.css);
@import url(fonts.css?v=1.2);

@import url(header.css?v=1.9);
@import url(info-link.css?v=1.7);
@import url(rs.css?v=1.1);
@import url(other-headers.css?v=0.1);

body {
    overflow-x: hidden;
}

.about {
    background-color: #FFF;
    padding-left: 4.38vw;
    height: 38.52vw;
}

.banner .title {
    margin-left: 20.31vw;
}

.info-block {
    margin-left: 8.2vw;
}

.about .title h2 {
    font-family: Inter Arial, Helvetica, sans-serif;
    font-size: 3.13vw;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    line-height: normal;
    letter-spacing: 0.6px;
    display: flex;
    gap: 0.63vw;
    margin-top: 7.73vw;
    margin-bottom: 1.56vw;
    color: #043E66;
    display: flex;
    align-items: center;
}

.about .text {
    margin-bottom: 0.78vw;
}

.about .text p {
    color: #043E66;
    font-family: 'Outfit', 'Nunito', 'Arial', sans-serif;
    font-size: 1.56vw;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    line-height: 2.03vw;
    letter-spacing: 0.6px;
}

.about .text strong {
    font-family: 'Outfit', 'Nunito', 'Arial', sans-serif;
    font-size: 1.56vw;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    line-height: 2.03vw;
    letter-spacing: 0.6px;
    max-width: 52.03vw;
    flex-shrink: 0;
    padding-top: 1.56vw;
    padding-bottom: 0.78vw;
    color: #043E66;
}

.about .title svg {
    width: 2.81vw;
    height: 2.81vw;
    aspect-ratio: 1/1;
}

.about-img-block {
    padding-right: 4.92vw;
    display: flex;
    justify-content: end;
}

.about-img {
    width: 37.66vw;
    height: 23.44vw;
    flex-shrink: 0;
    aspect-ratio: 545.78/307.00;
    border-radius: 0.78vw;
    border: 1px solid #F3DE2B;
    box-shadow: -1.17vw -3px 18.7px 0px rgba(0, 0, 0, 0.25);
}

.about .info-block {
    margin-left: inherit;
}

.row-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overlay-wrapper {
    -webkit-mask-image: url(../images/3438685.png);
    mask-image: url(../images/3438685.png);
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: 85% -30%;

    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 1.17vw 5px rgba(255, 255, 255, 0.6);
    border-radius: 0.94vw;
    background-color: transparent;
}

.overlay-wrapper img.bg-gif {
    width: 109%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 1px solid #000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.overlay-wrapper img.overlay-png {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.row-2 .title {
    display: none;
}

@media (max-width: 768px) {
    .row-1 {
        display: none;
    }

    .row-2 {
        flex-direction: column-reverse;
    }

    .col-md-6.col-sm-12.about-img-block {
        justify-content: start;
    }

    .about .text p {
        color: #043E66;
        font-family: Outfit Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.42px;
    }

    .about .text strong {
        color: #043E66;
        font-family: Outfit Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        /* 185.714% */
        letter-spacing: 0.42px;
    }

    .about-img {
        width: 100%;
        height: 220px;
        flex-shrink: 0;
        aspect-ratio: 391.11/220.00;
        border: none;
        border-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .about,
    .about-img-block {
        padding: 0;
    }

    .row-2 .text {
        padding: 0 20px;
        margin-bottom: 68px;
    }

    .row-2 .title {
        display: block;
    }

    .about .title h2 {
        font-size: 24px;
    }

    .about .title svg {
        width: 26px;
        height: 26px;
        aspect-ratio: 1/1;
    }

    .about{
        height: auto !important;
    }
}