:root {
    --bs-body-font-family: "Mulish", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
}

html {
    color-scheme: light;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    background: #E4F0FD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (hover: none) and (pointer: coarse) {
    a,
    button,
    .btn,
    .nav-link,
    .navbar-toggler,
    summary {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
    }
}

#main {
    padding-top: 68px;
    @media (min-width: 375px) {
        padding-top: 68px;
    }
    @media (min-width: 768px) {
        padding-top: 68px;
    }
    @media (min-width: 1440px) {
        padding-top: 76px;
    }
}

.navbar-header {
    border-radius: 0px 0px 12px 12px;
    max-width: 1440px;
    margin: 0 auto;
    @media (min-width: 375px) {
        border-radius: 0px 0px 12px 12px;
    }
    @media (min-width: 1440px) {
        border-radius: 0px 0px 20px 20px;
    }
}

.navbar-header .navbar-toggler.navbar-menu-toggler {
    --bs-navbar-toggler-padding-y: 0;
    --bs-navbar-toggler-padding-x: 0;
    --bs-navbar-toggler-border-color: transparent;
    --bs-navbar-toggler-border-radius: 0;
    --bs-navbar-toggler-focus-width: 0;
    --bs-navbar-toggler-transition: none;
}
@media screen and (max-width: 1440px) {
    .navbar-header .navbar > .container {
        align-items: center;
    }
    .navbar-header .navbar-toggler.navbar-menu-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: 0;
        width: 32px;
        height: 32px;
        padding: 0;
        box-sizing: border-box;
        font-size: inherit;
        line-height: 0;
        color: inherit;
        appearance: none;
        -webkit-appearance: none;
        background: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
        border: none;
        border-radius: 0;
        box-shadow: none;
        transition: none;
    }
    .navbar-header .navbar-toggler.navbar-menu-toggler:hover {
        opacity: 1;
        text-decoration: none;
    }
    .navbar-header .navbar-toggler.navbar-menu-toggler:focus,
    .navbar-header .navbar-toggler.navbar-menu-toggler:focus-visible {
        outline: none;
        box-shadow: none;
        text-decoration: none;
    }
}

/* Гамбургер → крестик (синхронизация с Bootstrap: меню открыто = :not(.collapsed)) */
.navbar-header .navbar-toggler.navbar-menu-toggler .icon-menu {
    --gap: 5px;
    --height-bar: 2.5px;
    --pos-y-bar-one: 0;
    --pos-y-bar-three: 0;
    --scale-bar: 1;
    --rotate-bar-one: 0;
    --rotate-bar-three: 0;
    display: flex;
    flex-shrink: 0;
    width: 25px;
    flex-direction: column;
    gap: var(--gap);
    position: relative;
    pointer-events: none;
}

.navbar-header .navbar-toggler.navbar-menu-toggler .icon-menu .bar {
    position: relative;
    height: var(--height-bar);
    width: 100%;
    border-radius: 0.5rem;
    background-color: currentColor;
}

.navbar-header .navbar-toggler.navbar-menu-toggler .icon-menu .bar--1 {
    top: var(--pos-y-bar-one);
    transform: rotate(var(--rotate-bar-one));
    transition: top 200ms 100ms, transform 100ms;
}

.navbar-header .navbar-toggler.navbar-menu-toggler .icon-menu .bar--2 {
    transform: scaleX(var(--scale-bar));
    transition: transform 150ms 100ms;
}

.navbar-header .navbar-toggler.navbar-menu-toggler .icon-menu .bar--3 {
    bottom: var(--pos-y-bar-three);
    transform: rotate(var(--rotate-bar-three));
    transition: bottom 200ms 100ms, transform 100ms;
}

/* Открыто: Bootstrap выставляет aria-expanded="true" и снимает .collapsed */
.navbar-header .navbar-toggler.navbar-menu-toggler[aria-expanded="true"] .icon-menu {
    --pos-y-bar-one: calc(var(--gap) + var(--height-bar));
    --pos-y-bar-three: calc(var(--gap) + var(--height-bar));
    --scale-bar: 0;
    --rotate-bar-one: 45deg;
    --rotate-bar-three: -45deg;
}

.navbar-header .navbar-toggler.navbar-menu-toggler[aria-expanded="true"] .icon-menu .bar--1 {
    transition: top 200ms, transform 200ms 100ms;
}

.navbar-header .navbar-toggler.navbar-menu-toggler[aria-expanded="true"] .icon-menu .bar--3 {
    transition: bottom 200ms, transform 200ms 100ms;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-header .navbar-toggler.navbar-menu-toggler .icon-menu .bar--1,
    .navbar-header .navbar-toggler.navbar-menu-toggler .icon-menu .bar--2,
    .navbar-header .navbar-toggler.navbar-menu-toggler .icon-menu .bar--3 {
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }
}
@media screen and (min-width: 1440px) {
    .navbar-header .navbar-toggler.navbar-menu-toggler {
        display: none !important;
    }

    .navbar-header .navbar-collapse-inner {
        display: contents;
    }
}

/* Мобильное меню: панель на всю высоту окна (тот же Bootstrap collapse) */
@media screen and (max-width: 1439.98px) {
    .navbar-header .navbar > .container {
        position: relative;
    }

    .navbar-header .navbar-brand,
    .navbar-header .navbar-toggler.navbar-menu-toggler {
        position: relative;
        z-index: 1032;
    }

    /* Мобильная панель: fixed + overflow; открытие/закрытие без анимации height (Bootstrap collapse) */
    .navbar-header .navbar-collapse.collapsing,
    .navbar-header .navbar-collapse.collapse.show {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1031;
        width: 100vw !important;
        max-width: none;
        margin: 0 !important;
        box-sizing: border-box;
        padding: 68px 0 max(1.5rem, env(safe-area-inset-bottom, 0px));
        background-color: #f8f9fa;
        overflow-x: hidden;
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: flex-start;
        flex-basis: auto;
        gap: 0;
        box-shadow: 0 8px 32px rgba(32, 33, 36, 0.12);
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        transform: translate3d(0, 0, 0);
    }

    .navbar-header .navbar-collapse.collapsing {
        overflow-y: hidden;
        overflow: hidden;
        transition: none !important;
    }

    .navbar-header .navbar-collapse.collapse.show {
        min-height: 100vh;
        min-height: -webkit-fill-available;
        min-height: 100dvh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain;
    }

    .navbar-header .navbar-collapse .navbar-collapse-inner {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        width: 100%;
        gap: 1.25rem;
    }

    /* Заполнение экрана по высоте только когда меню открыто / открывается (не при закрытии) */
    .navbar-header .navbar-collapse:not(.navbar-menu-is-closing) .navbar-collapse-inner {
        min-height: calc(100vh - 68px - max(1.5rem, env(safe-area-inset-bottom, 0px)));
        min-height: calc(-webkit-fill-available - 68px - max(1.5rem, env(safe-area-inset-bottom, 0px)));
        min-height: calc(100dvh - 68px - max(1.5rem, env(safe-area-inset-bottom, 0px)));
    }

    .navbar-header .navbar-collapse.navbar-menu-is-closing .navbar-collapse-inner {
        min-height: 0 !important;
        flex: 0 1 auto;
    }

    .navbar-header .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
        flex-shrink: 0;
    }

    .navbar-header .navbar-collapse .navbar-nav .nav-link {
        padding: 0.65rem 0;
    }

    .navbar-header .navbar-collapse:not(.navbar-menu-is-closing) .btn-container {
        margin-top: auto;
    }

    .navbar-header .navbar-collapse.navbar-menu-is-closing .btn-container {
        margin-top: 0 !important;
    }

    .navbar-header .navbar-collapse .btn-container {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
        gap: 12px;
        flex-shrink: 0;
    }

    .navbar-header .navbar-collapse .btn-container .btn {
        width: 100%;
        justify-content: center;
    }
}

/* index */

.jumbotron-section {
    margin-top: -64px;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    background: -webkit-linear-gradient(top, #429CDE 52.83%, #5586E1 100%);
    background: -moz-linear-gradient(top, #429CDE 52.83%, #5586E1 100%);
    background: -ms-linear-gradient(top, #429CDE 52.83%, #5586E1 100%);
    background: linear-gradient(180deg, #429CDE 52.83%, #5586E1 100%);
    background: linear-gradient(180deg in srgb, #429CDE 52.83%, #5586E1 100%);
    padding-bottom: 40px;

    @media screen and (min-width: 375px) {
        margin-top: -64px;
        padding-top: 64px;
        padding-bottom: 40px;
        flex-direction: column;
        justify-content: flex-end;
        height: auto;
        background: -webkit-linear-gradient(top, #429CDE 52.83%, #5586E1 100%);
        background: -moz-linear-gradient(top, #429CDE 52.83%, #5586E1 100%);
        background: -ms-linear-gradient(top, #429CDE 52.83%, #5586E1 100%);
        background: linear-gradient(180deg, #429CDE 52.83%, #5586E1 100%);
        background: linear-gradient(180deg in srgb, #429CDE 52.83%, #5586E1 100%);
    }
    @media screen and (min-width: 768px) {
        margin-top: -72px;
        padding-top: 72px;
        justify-content: center;
        padding-bottom: 0px;
        height: 712px;
        background: -webkit-linear-gradient(270deg, #429CDE 52.83%, #5586E1 100%);
        background: -moz-linear-gradient(270deg, #429CDE 52.83%, #5586E1 100%);
        background: -ms-linear-gradient(270deg, #429CDE 52.83%, #5586E1 100%);
        background: linear-gradient(270deg, #429CDE 52.83%, #5586E1 100%);
        background: linear-gradient(270deg in srgb, #429CDE 52.83%, #5586E1 100%);
    }
    @media screen and (min-width: 1440px) {
        margin-top: -76px;
        padding-top: 76px;
        justify-content: center;
        padding-bottom: 0px;
        height: 844px;
        background: -webkit-linear-gradient(270deg, #429CDE 52%, #5586E1 100%);
        background: -moz-linear-gradient(270deg, #429CDE 52%, #5586E1 100%);
        background: -ms-linear-gradient(270deg, #429CDE 52%, #5586E1 100%);
        background: linear-gradient(270deg, #429CDE 52%, #5586E1 100%);
        background: linear-gradient(270deg in srgb, #429CDE 52%, #5586E1 100%);
    }
}

.jumbotron-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    @media screen and (min-width: 375px) {
        flex-direction: column;
    }
    @media screen and (min-width: 768px) {
        flex-direction: row;
    }
}

.jumbotron-video {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    order: 1;
    max-width: 335px;
    width: 100%;
    background-color: #429cde;
    background-image: var(--jumbotron-video-poster);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    .jumbotron-video__media {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        background: transparent;
    }
    @media not all and (min-resolution:.001dpcm) { /* Safari-only */
        .jumbotron-video__media {
            filter: brightness(0.9); /* Примерное затемнение */
        }
    }
    @media screen and (min-width: 375px) {
        order: 1;
        max-width: 335px;
    }
    @media screen and (min-width: 768px) {
        order: 2;
        max-width: 462px;
    }
    @media screen and (min-width: 1440px) {
        order: 2;
        max-width: 640px;
    }
}

.jumbotron-content {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    @media screen and (min-width: 375px) {
        order: 2;
        gap: 20px;
        width: 100%;
    }
    @media screen and (min-width: 768px) {
        order: 1;
        gap: 40px;
        max-width: 600px;
    }
    @media screen and (min-width: 1440px) {
        order: 1;
        gap: 40px;
        max-width: 720px;
    }
}

.jumbotron-title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #EDF7FF;
    margin: 0;
    text-shadow: 0px 0px 8px #0D4B93;
    @media screen and (min-width: 375px) {
        font-size: 24px;
        line-height: 32px;
        text-shadow: 0px 0px 8px #0D4B93;
    }
    @media screen and (min-width: 768px) {
        font-size: 40px;
        line-height: 48px;
        text-shadow: 0px 0px 8px #0D4B93;
    }
    @media screen and (min-width: 1440px) {
        font-size: 56px;
        line-height: 64px;
        text-shadow: none;
    }
}

.jumbotron-subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #EDF7FF;
    margin: 0;
    text-shadow: 0px 0px 8px #0D4B93;
    @media screen and (min-width: 375px) {
        font-size: 17px;
        line-height: 24px;
        text-shadow: 0px 0px 8px #0D4B93;
    }
    @media screen and (min-width: 768px) {
        font-size: 24px;
        line-height: 32px;
        text-shadow: 0px 0px 8px #0D4B93;
    }
    @media screen and (min-width: 1440px) {
        font-size: 26px;
        line-height: 34px;
        text-shadow: none;
    }
}

.jumbotron-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    margin: 0;
    gap: 12px;
    list-style: none;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #F2F2F5;
    text-shadow: 0px 0px 8px #0D4B93;
    @media screen and (min-width: 375px) {
        font-size: 15px;
        line-height: 24px;
        gap: 12px;
        text-shadow: 0px 0px 8px #0D4B93;
    }
    @media screen and (min-width: 768px) {
        font-size: 18px;
        line-height: 24px;
        gap: 16px;
        text-shadow: 0px 0px 8px #0D4B93;
    }
    @media screen and (min-width: 1440px) {
        font-size: 20px;
        line-height: 32px;
        gap: 20px;
        text-shadow: none;
    }
    li {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 12px;
    }
}

.jumbotron-section .btn.btn-light.jumbotron-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    gap: 12px;
    height: 56px;
    background: #FBFBFB;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    text-decoration: none;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #2675D0;
}
.jumbotron-section .btn.btn-light.jumbotron-btn:hover,
.jumbotron-section .btn.btn-light.jumbotron-btn:active {
    background: #CBDBFC;
    color: #2675D0;
}
.jumbotron-section .btn.btn-light.jumbotron-btn:focus-visible {
    outline: 0;
    background: #CBDBFC;
    color: #2675D0;
    box-shadow: 0 0 0 0.25rem rgba(203, 219, 252, 0.7);
}
.jumbotron-section .btn.btn-light.jumbotron-btn.disabled,
.jumbotron-section .btn.btn-light.jumbotron-btn[aria-disabled="true"],
.jumbotron-section .btn.btn-light.jumbotron-btn:disabled {
    background: #AEB9CC;
    color: #F2F2F2;
    pointer-events: none;
}
@media screen and (max-width: 767.98px) {
    .jumbotron-section .btn.btn-light.jumbotron-btn {
        padding: 8px 20px;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        height: 40px;
        font-size: 16px;
        line-height: 20px;
    }
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
    max-width: 572px;
    h2 {
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #195B91;
        margin: 0;
        @media screen and (min-width: 375px) {
            font-size: 24px;
            line-height: 32px;
        }
        @media screen and (min-width: 768px) {
            font-size: 40px;
            line-height: 48px;
        }
        @media screen and (min-width: 1440px) {
            font-size: 40px;
            line-height: 48px;
        }
    }
    p {
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 24px;
        text-align: center;
        color: #202124;
        @media screen and (min-width: 375px) {
            font-size: 17px;
            line-height: 24px;
        }
        @media screen and (min-width: 768px) {
            font-size: 20px;
            line-height: 32px;
        }
        @media screen and (min-width: 1440px) {
            font-size: 20px;
            line-height: 32px;
        }
    }
}
.section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    @media screen and (min-width: 375px) {
        gap: 48px;
    }
    @media screen and (min-width: 768px) {
        gap: 64px;
    }
    @media screen and (min-width: 1440px) {
        gap: 64px;
    }
}
.section--about {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: -webkit-linear-gradient(top, #EDF4FF 0%, #FEFEFE 100%);
    background: -moz-linear-gradient(top, #EDF4FF 0%, #FEFEFE 100%);
    background: -ms-linear-gradient(top, #EDF4FF 0%, #FEFEFE 100%);
    background: linear-gradient(180deg, #EDF4FF 0%, #FEFEFE 100%);
    background: linear-gradient(180deg in srgb, #EDF4FF 0%, #FEFEFE 100%);
    overflow: hidden;
    padding: 60px 0px;
    @media (min-width: 375px) {
        padding: 60px 0px;
    }
    @media (min-width: 768px) {
        padding: 120px 0px;
    }
    @media (min-width: 1440px) {
        padding: 120px 0px;
    }
}
.section--sol-adv {
    background: #f0f4fc;
    background: -webkit-linear-gradient(top, rgba(239, 207, 254, 0) 79.3%, #F6FAFF 100%);
    background: -moz-linear-gradient(top, rgba(239, 207, 254, 0) 79.3%, #F6FAFF 100%);
    background: -ms-linear-gradient(top, rgba(239, 207, 254, 0) 79.3%, #F6FAFF 100%);
    background: linear-gradient(180deg, rgba(239, 207, 254, 0) 79.3%, #F6FAFF 100%), radial-gradient(89.71% 27.45% at 50% 38.33%, rgba(81, 229, 255, 0.2) 0%, rgba(34, 69, 245, 0) 100%), radial-gradient(83.06% 34.2% at 50% 62.9%, rgba(17, 66, 226, 0.2) 0%, rgba(114, 173, 244, 0) 100%);
    background: linear-gradient(180deg in srgb, rgba(239, 207, 254, 0) 79.3%, #F6FAFF 100%), radial-gradient(89.71% 27.45% at 50% 38.33% in srgb, rgba(81, 229, 255, 0.2) 0%, rgba(34, 69, 245, 0) 100%), radial-gradient(83.06% 34.2% at 50% 62.9% in srgb, rgba(17, 66, 226, 0.2) 0%, rgba(114, 173, 244, 0) 100%);
    border-radius: 0px 0px 20px 20px;
    @media (min-width: 375px) {
        border-radius: 0px 0px 20px 20px;
    }
    @media (min-width: 768px) {
        border-radius: 0px 0px 32px 32px;
    }
    @media (min-width: 1440px) {
        border-radius: 0px 0px 120px 120px;
    }
}
.section-sol2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 60px 0px;
    @media (min-width: 375px) {
        padding: 60px 0px;
    }
    @media (min-width: 768px) {
        padding: 120px 0px;
    }
    @media (min-width: 1440px) {
        padding: 120px 0px;
    }
}
.section--sol {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 60px 0px;
    @media (min-width: 375px) {
        padding: 60px 0px;
    }
    @media (min-width: 768px) {
        padding: 120px 0px;
    }
    @media (min-width: 1440px) {
        padding: 120px 0px;
    }
}
.section--faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 60px 0px 0px;
    @media (min-width: 375px) {
        padding: 60px 0px 0px;
    }
    @media (min-width: 768px) {
        padding: 120px 0px 0px;
    }
    @media (min-width: 1440px) {
        padding: 120px 0px 0px;
    }
}
.section--form {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 100px 0px 100px;
    @media (min-width: 375px) {
        padding: 100px 0px 100px;
    }
    @media (min-width: 768px) {
        padding: 200px 0px 200px;
    }
    @media (min-width: 1440px) {
        padding: 160px 0px 160px;
    }
}
.swiper-about .swiper-slide {
    width: 320px;
    height: auto;
    @media (min-width: 375px) {
        width: 320px;
    }
    @media (min-width: 768px) {
        width: 364px;
    }
    @media (min-width: 1440px) {
        width: auto;
    }
}

.swiper-about .swiper-slide:nth-child(2n) {
    width: 312px;
    @media (min-width: 375px) {
        width: 312px;
    }
    @media (min-width: 768px) {
        width: 440px;
    }
    @media (min-width: 1440px) {
        width: auto;
    }
}

.swiper-about .swiper-slide:nth-child(3n) {
    width: 312px;
    @media (min-width: 375px) {
        width: 312px;
    }
    @media (min-width: 768px) {
        width: 364px;
    }
    @media (min-width: 1440px) {
        width: auto;
    }
}

.about-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px 24px;
    gap: 24px;
    isolation: isolate;
    height: 100%;
    background: #EDF5FF;
    border: 2px solid #9FCAFF;
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #555A65;
    @media (min-width: 375px) {
        padding: 20px 24px 24px;
        gap: 24px;
        height: 100%;
        border-radius: 12px;
        font-size: 16px;
        line-height: 24px;
    }
    @media (min-width: 768px) {
        padding: 32px 40px 40px;
        gap: 24px;
        height: 100%;
        border-radius: 20px;
        font-size: 18px;
        line-height: 28px;
    }
    @media (min-width: 1440px) {
        padding: 24px 40px 40px;
        gap: 32px;
        height: 100%;
        border-radius: 20px;
        font-size: 20px;
        line-height: 32px;
    }
}

.about-card-icon {
    width: 64px;
    height: 64px;
    img { width: 100%; height: 100%; object-fit: contain; }
    @media (min-width: 375px) {
        width: 64px;
        height: 64px;
    }
    @media (min-width: 768px) {
        width: 80px;
        height: 80px;
    }
    @media (min-width: 1440px) {
        width: 160px;
        height: 160px;
    }
}

.about-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
}
.about-card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #555A65;

    @media (min-width: 375px) {
        font-size: 16px;
        line-height: 20px;
    }
    @media (min-width: 768px) {
        font-size: 18px;
        line-height: 24px;
    }
    @media (min-width: 1440px) {
        font-size: 20px;
        line-height: 28px;
    }
}
.about-card-line {
    width: 84px;
    height: 1px;
    background: #AEAEAE;
}

.swiper-adv .swiper-slide{
    width: 320px;
    @media (min-width: 375px) {
        width: 320px;
    }
    @media (min-width: 768px) {
        width: 420px;
    }
    @media (min-width: 1440px) {
        width: auto;
    }
}

.adv--card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 32px;
    isolation: isolate;
    height: 212px;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #9FCAFF;
    border-radius: 12px;
    position: relative;
    @media (min-width: 375px) {
        padding: 24px;
        height: 212px;
        border-radius: 12px;
    }
    @media (min-width: 768px) {
        padding: 40px;
        height: 257px;
        border-radius: 20px;
    }
}
.adv--card-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    z-index: -1;
    img { width: 100%; height: 100%; object-fit: contain; }
    @media (min-width: 375px) {
        width: 80px;
        height: 80px;
    }
    @media (min-width: 768px) {
        width: 108px;
        height: 108px;
    }
}
.adv--card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 100%;
    @media (min-width: 375px) {
        gap: 16px;
    }
    @media (min-width: 768px) {
        gap: 16px;
    }
}
.adv--card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #555A65;
    @media (min-width: 375px) {
        font-size: 18px;
        line-height: 24px;
    }
    @media (min-width: 768px) {
        font-size: 20px;
        line-height: 28px;
    }
}
.adv--card-line {
    width: 84px;
    height: 1px;
    background: #AEAEAE;
}
.adv--card-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #555A65;
    @media (min-width: 375px) {
        font-size: 16px;
        line-height: 24px;
    }
    @media (min-width: 768px) {
        font-size: 18px;
        line-height: 28px;
    }
}

.sol-card-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
    @media (min-width: 375px) {
        gap: 20px;
    }
    @media (min-width: 768px) {
        gap: 20px;
    }
    @media (min-width: 1440px) {
        gap: 32px;
    }
}
.sol-card-grid .sol-card:nth-child(2n) {
    padding: 16px 24px 32px 24px;
    @media screen and (min-width: 375px) {
        .sol-card-icon {
            order: 1;
        }
        .sol-card-content {
            order: 2;
        }
        padding: 16px 24px 32px 24px;
    }
    @media screen and (min-width: 768px) {
        .sol-card-icon {
            order: 1;
        }
        .sol-card-content {
            order: 2;
        }
        padding: 40px 40px 40px 0px;
    }
    @media screen and (min-width: 1440px) {
        .sol-card-icon {
            order: 1;
        }
        .sol-card-content {
            order: 2;
        }
        padding: 0px 100px 20px 40px;
    }
}

.sol-card-icon {
    order: 1;
    padding: 8px;
    img { width: 120px; height: 120px;}
    @media screen and (min-width: 375px) {
        img { width: 120px; height: 120px;}
        padding: 8px;
        order: 1;
    }
    @media screen and (min-width: 768px) {
        img { width: 160px; height: 160px;}
        padding: 40px;
        order: 2;
    }
    @media screen and (min-width: 1440px) {
        img { width: 360px; height: 360px;}
        padding: 40px;
        order: 2;
    }
}
.sol-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    order: 2;
    @media screen and (min-width: 375px) {
        gap: 16px;
        order: 2;
    }
    @media screen and (min-width: 768px) {
        gap: 20px;
        order: 2;
    }
    @media screen and (min-width: 1440px) {
        gap: 32px;
        order: 1;
    }
}
.sol-card-content-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
}
.sol-card-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #202124;
    @media screen and (min-width: 375px) {
        font-size: 14px;
        line-height: 16px;
    }
    @media screen and (min-width: 768px) {
        font-size: 15px;
        line-height: 16px;
    }
    @media screen and (min-width: 1440px) {
        font-size: 16px;
        line-height: 20px;
    }
}
.sol-card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #202124;
    @media screen and (min-width: 375px) {
        font-size: 18px;
        line-height: 24px;
    }
    @media screen and (min-width: 768px) {
        font-size: 20px;
        line-height: 28px;
    }
    @media screen and (min-width: 1440px) {
        font-size: 32px;
        line-height: 40px;
    }
}
.sol-card-line {
    width: 84px;
    height: 1px;
    background: #AEAEAE;
}
.sol-card-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    @media screen and (min-width: 375px) {
        font-size: 16px;
        line-height: 24px;
    }
    @media screen and (min-width: 768px) {
        font-size: 18px;
        line-height: 28px;
    }
    @media screen and (min-width: 1440px) {
        font-size: 20px;
        line-height: 32px;
    }
}
.sol-card {
    display: flex;
    flex-direction: column;
    padding: 16px 24px 32px 24px;
    gap: 20px;
    height: auto;
    background: rgba(255, 255, 255, 0.64);
    border: 2px solid #9FCAFF;
    box-shadow: 0px 1px 16px rgba(41, 41, 192, 0.05);
    border-radius: 12px;
    width: 100%;
    @media screen and (min-width: 375px) {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        padding: 16px 24px 32px 24px;
        border-radius: 12px;
        height: auto;
    }
    @media screen and (min-width: 768px) {
        align-items: center;
        flex-direction: row;
        gap: 0px;
        padding: 40px 0px 40px 40px;
        border-radius: 20px;
        min-height: 300px;
    }
    @media screen and (min-width: 1440px) {
        align-items: center;
        flex-direction: row;
        gap: 40px;
        padding: 0px 40px 20px 100px;
        min-height: 460px;
    }
}
.section-header-faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
    max-width: 796px;
}
.section-header-icon {
    width: 64px;
    height: 64px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    @media screen and (min-width: 375px) {
        width: 64px;
        height: 64px;
    }
    @media screen and (min-width: 768px) {
        width: 120px;
        height: 120px;
    }
    @media screen and (min-width: 1440px) {
        width: 120px;
        height: 120px;
    }
}

.form-container {
    padding-left: 0px;
    padding-right: 0px;
}

.accordion-faq {
    display: flex;
    flex-direction: column;
    max-width: 720px;
    width: 100%;
    gap: 12px;
    @media screen and (min-width: 375px) {
        gap: 12px;
    }
    @media screen and (min-width: 768px) {
        gap: 20px;
    }
}
.accordion-faq .accordion-item {
    border-radius: 12px;
    border: none;
    overflow: hidden;
    @media screen and (min-width: 375px) {
        border-radius: 12px;
    }
    @media screen and (min-width: 768px) {
        border-radius: 20px;
    }
    @media screen and (min-width: 1440px) {
        border-radius: 20px;
    }
}
.accordion-faq .accordion-button {
    outline: none;
    box-shadow: none;
    padding: 16px 20px 16px 20px;
    background: #F8F8F8;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #555A65;
    @media screen and (min-width: 375px) {
        padding: 16px 20px 16px 20px;
        font-size: 16px;
        line-height: 24px;
    }
    @media screen and (min-width: 768px) {
        padding: 32px 32px 32px 32px;
        font-size: 24px;
        line-height: 32px;
    }
    @media screen and (min-width: 1440px) {
        padding: 32px 32px 32px 32px;
        font-size: 24px;
        line-height: 32px;
    }
}
.accordion-faq .accordion-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 20px 16px 20px;
    background: #F8F8F8;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #555A65;
    @media screen and (min-width: 375px) {
        padding: 0px 20px 16px 20px;
        font-size: 15px;
        line-height: 24px;
    }
    @media screen and (min-width: 768px) {
        padding: 0px 32px 32px 32px;
        font-size: 20px;
        line-height: 32px;
    }
    @media screen and (min-width: 1440px) {
        padding: 0px 32px 32px 32px;
        font-size: 20px;
        line-height: 32px;
    }
}
.accordion-faq .accordion-button:not(.collapsed) {
    background: #F8F8F8;
}

.form-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 40px;
    max-width: 720px;
    background: #CDE3FF;
    border-radius: 16px;
    @media screen and (min-width: 375px) {
        padding: 40px 20px;
        gap: 40px;
        border-radius: 16px;
    }
    @media screen and (min-width: 768px) {
        padding: 40px 40px;
        gap: 40px;
        border-radius: 24px;
    }
    @media screen and (min-width: 1440px) {
        padding: 40px 40px;
        gap: 40px;
        border-radius: 24px;
    }
}
.form-contact .btn.btn-primary,
.form-contact .btn.btn-outline-primary.form-contact-btn-ok {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    box-sizing: border-box;
    min-height: 56px;
    padding: 16px 20px;
    gap: 12px;
    border-radius: 8px;
    box-shadow: none;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.form-contact .btn.btn-primary {
    background: #5792FF;
    border: none;
    color: #FBFBFB;
}
.form-contact .btn.btn-primary:hover {
    background: #4a85f0;
    color: #FBFBFB;
}
.form-contact .btn.btn-primary:focus-visible {
    background: #5792FF;
    color: #FBFBFB;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(87, 146, 255, 0.45);
}
.form-contact .btn.btn-primary:active {
    background: #4371C4;
    color: #FBFBFB;
}
.form-contact .btn.btn-primary:disabled,
.form-contact .btn.btn-primary.disabled {
    background: rgba(87, 146, 255, 0.48);
    color: #FBFBFB;
    opacity: 1;
    cursor: not-allowed;
    pointer-events: none;
}
.form-contact .btn.btn-primary:disabled:hover,
.form-contact .btn.btn-primary.disabled:hover {
    background: rgba(87, 146, 255, 0.48);
    color: #FBFBFB;
}
.form-contact .btn.btn-primary.is-loading {
    background: #5792FF;
    color: #FBFBFB;
    opacity: 1;
    cursor: wait;
    pointer-events: none;
}
.form-contact-submit-loading-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.form-contact-submit-spinner {
    flex-shrink: 0;
    transform-origin: center;
    animation: form-contact-spin 0.85s linear infinite;
}
@keyframes form-contact-spin {
    to {
        transform: rotate(360deg);
    }
}
.form-contact-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    align-self: stretch;
}
.form-contact-main,
.form-contact-success {
    grid-column: 1;
    grid-row: 1;
}
.form-contact-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.form-contact-main[hidden],
.form-contact-success[hidden] {
    display: flex !important;
    visibility: hidden !important;
    pointer-events: none !important;
    user-select: none;
}
.form-contact-main:not([hidden]),
.form-contact-success:not([hidden]) {
    visibility: visible;
    pointer-events: auto;
    user-select: auto;
}
.form-contact-success {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    align-self: stretch;
}
.form-contact-success-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    padding: 0;
}
.form-contact-success-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 16px;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}
.form-contact-success-body > svg {
    flex-shrink: 0;
}
.form-contact-success-title {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #202124;
    margin: 0;
}
.form-contact-success-msg {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #202124;
    margin: 0;
}
.form-contact .btn.btn-outline-primary.form-contact-btn-ok {
    flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 2px solid #5792FF;
    background: transparent;
    color: #5792FF;
    cursor: pointer;
}
.form-contact .btn.btn-outline-primary.form-contact-btn-ok:hover {
    background: rgba(87, 146, 255, 0.08);
    border-color: #5792FF;
    color: #5792FF;
}
.form-contact .btn.btn-outline-primary.form-contact-btn-ok:focus-visible {
    outline: 0;
    background: transparent;
    border-color: #5792FF;
    color: #5792FF;
    box-shadow: 0 0 0 0.25rem rgba(87, 146, 255, 0.45);
}
.form-contact .btn.btn-outline-primary.form-contact-btn-ok:active {
    background: rgba(67, 113, 196, 0.12);
    border-color: #4371C4;
    color: #4371C4;
}

@media screen and (max-width: 767.98px) {
    .form-contact .form-group-row {
        flex-direction: column;
        align-items: stretch;
    }
    .form-contact .form-group-row .form-group {
        flex: 0 0 auto;
        width: 100%;
    }
    /* Button / M */
    .form-contact .btn.btn-primary,
    .form-contact .btn.btn-outline-primary.form-contact-btn-ok {
        padding: 8px 20px;
        gap: 12px;
        min-height: 0;
        height: 40px;
        border-radius: 8px;
        font-size: 16px;
        line-height: 20px;
    }
    .form-contact-submit-loading-inner {
        gap: 12px;
    }
}
.form-contact-title h2{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #195B91;
    max-width: 450px;
    margin-bottom: 0px;
    @media screen and (min-width: 375px) {
        font-size: 24px;
        line-height: 32px;
    }
    @media screen and (min-width: 768px) {
        font-size: 32px;
        line-height: 40px;
    }
    @media screen and (min-width: 1440px) {
        font-size: 32px;
        line-height: 40px;
    }
}
.form-group-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
}
.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    margin: 0px;
}
.form-group-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
}
.form-group-row .form-group {
    flex: 1 1 0;
    min-width: 0;
}
.form-group-checkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
}
.form-contact .form-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
}
.form-contact .form-checkbox__hit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    gap: 10px;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
}
.form-contact .form-checkbox__input {
    position: absolute;
    inset: 0;
    width: 32px;
    height: 32px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.form-contact .form-checkbox__box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 2px solid #146CB3;
    background: transparent;
    pointer-events: none;
    flex-shrink: 0;
}
.form-contact .form-checkbox__input:checked + .form-checkbox__box {
    background: #146CB3;
    border: 2px solid #146CB3;
}
.form-contact .form-checkbox__box .form-checkbox__check {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 9px;
    flex-shrink: 0;
}
.form-contact .form-checkbox__input:checked + .form-checkbox__box .form-checkbox__check {
    display: block;
}
.form-contact .form-checkbox__input:focus-visible + .form-checkbox__box {
    outline: 2px solid #146CB3;
    outline-offset: 2px;
}
.form-contact .form-checkbox__text {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1E1E1E;
    flex: 1 1 auto;
    min-width: 0;
    @media screen and (min-width: 375px) {
        font-size: 14px;
        line-height: 20px;
    }
    @media screen and (min-width: 768px) {
        font-size: 16px;
        line-height: 20px;
    }
}
.form-contact .form-checkbox__text a {
    color: inherit;
    text-decoration: underline;
}
.form-contact .form-control {
    padding: 12px 16px;
    background: #FFFFFF;
    border: 1px solid #D7DAE2;
    border-radius: 8px;
}

@media screen and (max-width: 767.98px) {
    .form-contact .form-control,
    .form-contact textarea.form-control,
    .form-contact .input-with-icon .form-control {
        font-size: 16px;
    }
}
.form-contact .input-with-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    background: #FFFFFF;
    border: 1px solid #D7DAE2;
    border-radius: 8px;
    box-sizing: border-box;
}
.form-contact .input-with-icon:focus-within {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-contact .input-with-icon .form-control {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.form-contact .input-with-icon .form-control:focus {
    box-shadow: none;
}
.form-contact .input-with-icon__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    pointer-events: none;
}
.form-contact .input-with-icon__icon svg {
    display: block;
}

/* footer */

footer {
    padding: 64px 120px;
    background: #33649F;
    border-radius: 40px 40px 0px 0px;

    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FBFBFB;
    @media (min-width: 375px) {
        padding: 40px 20px;
        border-radius: 20px 20px 0px 0px;
    }
    @media (min-width: 768px) {
        padding: 64px 40px;
    }
    @media (min-width: 1440px) {
        padding: 64px 120px;
    }
    .footer-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "brand"
            "links"
            "copy";
        gap: 20px;
        align-items: start;
    }
    .footer-brand {
        grid-area: brand;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0;
        gap: 20px;
    }
    .footer-brand-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 8px;
    }
    .footer-links {
        grid-area: links;
        margin: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 20px;
        a {
            color: #FBFBFB;
            text-decoration: none;
        }
        a:hover {
            color: #FBFBFB;
            text-decoration: underline;
        }
    }
    .footer-copyright {
        grid-area: copy;
        margin: 0;
    }
    @media screen and (min-width: 992px) {
        .footer-container {
            grid-template-columns: 1fr auto;
            grid-template-rows: auto auto;
            grid-template-areas:
                "brand links"
                "copy links";
            align-items: end;
            justify-content: space-between;
            column-gap: 40px;
        }
        .footer-links {
            align-items: flex-end;
        }
    }
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 0rem;
}

.swiper {
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@media (min-width: 1440px) {
    .swiper-adv {
        max-width: 100%;
        overflow: hidden;
    }

    .swiper-adv.swiper-grid > .swiper-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        gap: 20px;
    }

    .swiper-adv.swiper-grid .swiper-slide {
        box-sizing: border-box;
        min-width: 0;
        margin: 0 !important;
    }

    .swiper-adv.swiper-grid .swiper-slide:nth-child(-n + 3) {
        width: calc((100% - 40px) / 3) !important;
        flex-shrink: 0;
    }

    .swiper-adv.swiper-grid .swiper-slide:nth-child(n + 4) {
        width: calc((100% - 20px) / 2) !important;
        flex-shrink: 0;
    }
}

/* error */
.error-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 0px;
}
.error-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 480px;
    width: auto;
    border-radius: 0px;
    width: 100%;
    @media screen and (min-width: 375px) {
        height: 480px;
    }
    @media screen and (min-width: 768px) {
        height: 608px;
    }
}
.error-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
    @media screen and (min-width: 375px) {
        gap: 20px;
    }
    @media screen and (min-width: 768px) {
        gap: 40px;
    }
    @media screen and (min-width: 1440px) {
        gap: 64px;
    }
}
.error-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
    @media screen and (min-width: 375px) {
        gap: 20px;
    }
    @media screen and (min-width: 768px) {
        gap: 40px;
    }
}
.error-title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #202124;
    @media screen and (min-width: 375px) {
        font-size: 24px;
        line-height: 28px;
    }
    @media screen and (min-width: 768px) {
        font-size: 42px;
        line-height: 48px;
    }
    @media screen and (min-width: 1440px) {
        font-size: 64px;
        line-height: 64px;
    }
}
.error-message {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #555A65;
    @media screen and (min-width: 375px) {
        font-size: 20px;
        line-height: 24px;
    }
    @media screen and (min-width: 768px) {
        font-size: 28px;
        line-height: 32px;
    }
    @media screen and (min-width: 1440px) {
        font-size: 32px;
        line-height: 40px;
    }
}
.btn.btn-outline-error {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 20px;
    gap: 12px;
    height: 40px;
    border: 2px solid #5792FF;
    border-radius: 8px;
    box-shadow: none;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #5792FF;
    background: transparent;
}
.btn.btn-outline-error:hover,
.btn.btn-outline-error:active {
    background: rgba(87, 146, 255, 0.16);
    color: #5792FF;
    border-color: #5792FF;
}
.btn.btn-outline-error:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(87, 146, 255, 0.35);
}

.btn.btn-demo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 20px;
    gap: 12px;
    height: 40px;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    text-decoration: none;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FBFBFB;
    background: #5792FF;
}
.btn.btn-demo:hover,
.btn.btn-demo:active {
    background: #4371C4;
    color: #FBFBFB;
}
.btn.btn-demo:disabled,
.btn.btn-demo.disabled,
.btn.btn-demo[aria-disabled="true"] {
    background: rgba(87, 146, 255, 0.48);
    color: #F2F2F2;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}
.btn.btn-demo:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(87, 146, 255, 0.45);
}

.btn.btn-outline-demo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 20px;
    gap: 12px;
    height: 40px;
    border: 2px solid #5792FF;
    border-radius: 8px;
    box-shadow: none;
    text-decoration: none;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #5792FF;
    background: transparent;
}
.btn.btn-outline-demo svg {
    flex-shrink: 0;
    display: block;
}
.btn.btn-outline-demo:hover,
.btn.btn-outline-demo:active {
    background: rgba(87, 146, 255, 0.16);
    color: #5792FF;
    border-color: #5792FF;
}
.btn.btn-outline-demo:disabled,
.btn.btn-outline-demo.disabled,
.btn.btn-outline-demo[aria-disabled="true"] {
    border: 2px solid #A0AFCF;
    color: #A0AFCF;
    background: transparent;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}
.btn.btn-outline-demo:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(87, 146, 255, 0.35);
}

.btn-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
}

/* agreement */
.agreement-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0px;
    @media screen and (min-width: 375px) {
        padding: 60px 0px;
    }
    @media screen and (min-width: 768px) {
        padding: 60px 0px;
    }
    @media screen and (min-width: 1440px) {
        padding: 100px 120px;
    }
}
.agreement-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 100%;
    @media screen and (min-width: 375px) {
        gap: 20px;
    }
    @media screen and (min-width: 768px) {
        gap: 40px;
    }
}
.agreement-content-title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #202124;
    margin: 0;
    @media screen and (min-width: 375px) {
        font-size: 24px;
        line-height: 28px;
    }
    @media screen and (min-width: 768px) {
        font-size: 38px;
        line-height: 42px;
    }
    @media screen and (min-width: 1440px) {
        font-size: 38px;
        line-height: 42px;
    }
}
.agreement-content-inner {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #555A65;
    text-align: justify;
    @media screen and (min-width: 375px) {
        font-size: 15px;
        line-height: 20px;
    }
    @media screen and (min-width: 768px) {
        font-size: 16px;
        line-height: 20px;
    }
    @media screen and (min-width: 1440px) {
        font-size: 18px;
        line-height: 28px;
    }
}
.agreement-content-inner h2 {
    margin: 32px 0 16px;
    font-size: 1.25em;
    line-height: 1.4;
    font-weight: 800;
    color: #202124;
}
.agreement-content-inner p {
    margin: 0 0 16px;
}
.agreement-content-inner ul {
    margin: 0 0 16px 1.25em;
    padding: 0;
}
.agreement-content-inner li + li {
    margin-top: 8px;
}

/* Появление карточек при скролле (Intersection Observer + класс .scroll-reveal--visible) */
@media (prefers-reduced-motion: no-preference) {
    .scroll-reveal {
        opacity: 0;
        transform: translateY(28px);
        transition:
            opacity 0.6s ease,
            transform 0.6s ease;
    }
    .scroll-reveal.scroll-reveal--visible {
        opacity: 1;
        transform: translateY(0);
    }
    .sol-card-grid .scroll-reveal:nth-child(1) {
        transition-delay: 0s;
    }
    .sol-card-grid .scroll-reveal:nth-child(2) {
        transition-delay: 0.1s;
    }
    .swiper-about .swiper-slide:nth-child(1) .scroll-reveal {
        transition-delay: 0s;
    }
    .swiper-about .swiper-slide:nth-child(2) .scroll-reveal {
        transition-delay: 0.08s;
    }
    .swiper-about .swiper-slide:nth-child(3) .scroll-reveal {
        transition-delay: 0.16s;
    }
    .swiper-adv .swiper-slide:nth-child(1) .scroll-reveal {
        transition-delay: 0s;
    }
    .swiper-adv .swiper-slide:nth-child(2) .scroll-reveal {
        transition-delay: 0.06s;
    }
    .swiper-adv .swiper-slide:nth-child(3) .scroll-reveal {
        transition-delay: 0.12s;
    }
    .swiper-adv .swiper-slide:nth-child(4) .scroll-reveal {
        transition-delay: 0.18s;
    }
    .swiper-adv .swiper-slide:nth-child(5) .scroll-reveal {
        transition-delay: 0.24s;
    }
}
@media (prefers-reduced-motion: reduce) {
    .scroll-reveal {
        opacity: 1;
        transform: none;
    }
}

