.slider-with-animation-and-kv-module {
     overflow: hidden;
 }
.slider-with-animation-and-kv-module-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.slider-with-animation-and-kv-module-content {
    align-items: flex-start;
    align-self: center;
    display: flex;
    flex-direction: column;
    width: calc(100% - 96px);
    padding: 5px 0;
}
.slider-with-animation-and-kv-module-mobile-link {
    display: none;
}
.slider-with-animation-and-kv-module-items {
    width: 100%}
.slider-with-animation-and-kv-module-item {
    position: relative;
    padding: 16px 16px 24px;
    transition: border-color .6s linear;
    border: 1px solid transparent;
    border-radius: 8px;
}
.slider-with-animation-and-kv-module-item:not(:last-child) {
    margin-bottom: 8px;
}
.slider-with-animation-and-kv-module-item-top {
    display: flex;
    column-gap: 8px;
    cursor: pointer;
    border-radius: 9px;
    text-align: initial;
}
.slider-with-animation-and-kv-module-item-top:hover .slider-with-animation-and-kv-module-item-top-icon svg {
    color: #111417;
}
.slider-with-animation-and-kv-module-item-top:hover .slider-with-animation-and-kv-module-item-top-title {
    color: #111417;
}
.slider-with-animation-and-kv-module-item-top-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.slider-with-animation-and-kv-module-item-top-icon svg {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    color: #131825a8;
}
.slider-with-animation-and-kv-module-item-top-bar {
    display: none;
}
.slider-with-animation-and-kv-module-item-top-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #131825a8;
    margin: 0;
    align-self: center;
    grid-row: 1/3;
    grid-column: 2;
}
.slider-with-animation-and-kv-module-item-bottom .slider-with-animation-and-kv-module-btn {
    display: none;
}
.slider-with-animation-and-kv-module-item-bottom-text {
    height: auto;
    max-height: 0;
    opacity: 0;
    transition: max-height .6s, opacity .6s;
    margin: 0;
    padding: 8px 0 0 32px;
}
.slider-with-animation-and-kv-module-item-bottom-text p {
    margin: 0;
}
.slider-with-animation-and-kv-module-button-mobile {
    display: none;
}
.slider-with-animation-and-kv-module-button-desktop {
    margin-top: 8px;
}
.slider-with-animation-and-kv-module-kv {
    place-self: center;
    position: relative;
    width: 100%;
    height: 100%}
.slider-with-animation-and-kv-module-item-img {
    opacity: 0;
    max-width: 100%;
    max-height: 100%;
    height: 534px;
    aspect-ratio: auto 949/534;
    object-fit: contain;
    transition: .8s;
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.slider-with-animation-and-kv-module-item-img.active {
    opacity: 1;
    left: 50%}
.slider-with-animation-and-kv-module-item-img.hidden {
    opacity: 0;
    left: 30%}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-wrapper {
    background-color: #1c2026;
    border-radius: 16px;
    column-gap: 70px;
    overflow: hidden;
}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-heading {
    grid-column: span 2;
    max-width: 644px;
    margin: 0 auto;
    padding: 65px 0 40px;
}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-content {
    width: 100%;
    padding: 0 0 0 64px;
    z-index: 0;
}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-items {
    margin: 40px 0;
}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top {
    opacity: .5;
}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top:hover {
    opacity: 1;
}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top:hover .slider-with-animation-and-kv-module-item-top-icon svg {
    color: #f6f7f8;
}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top:hover .slider-with-animation-and-kv-module-item-top-title {
    color: #f6f7f8;
}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top-icon svg {
    color: #f6f7f8;
}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top-title {
    color: #f6f7f8;
}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-bottom-text {
    color: #c7c9cc;
}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-img {
    z-index: 0;
    pointer-events: none;
    left: initial;
    top: initial;
    right: -20%;
    bottom: 0;
    transform: none;
    object-position: center right;
    width: 100%;
    height: 100%}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-img.active {
    left: initial;
    right: 0;
}
.slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-img.hidden {
    left: initial;
    right: 20%}
@media all and (min-width: 992px) {
    .slider-with-animation-and-kv-module-item.active {
        border: 1px solid rgba(78, 91, 126, .13);
    }
    .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top {
        padding-left: 0;
    }
    .slider-with-animation-and-kv-module-item.active .animation-wrapper {
        width: calc(100% - 10px);
        position: absolute;
        background: transparent;
        height: 20px;
        display: flex;
        align-items: center;
        left: 5px;
        right: 5px;
        bottom: -10.5px;
    }
    .slider-with-animation-and-kv-module-item.active .animation-progress-bar {
        display: block;
        background: linear-gradient(to left, #08aa54, transparent);
        animation: progressBar 8s linear;
        animation-fill-mode: both;
        box-shadow: 0 0 9px 4px #08aa542b;
        height: 1px;
    }
    .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top-icon svg {
        color: #111417;
    }
    .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top-bar {
        display: block;
    }
    .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top-title {
        color: #111417;
    }
    .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-bottom-text {
        max-height: 500px;
        opacity: 1;
        height: auto;
        transition: max-height .6s, opacity .6s;
    }
    .slider-with-animation-and-kv-module-item img {
        pointer-events: none;
    }
    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item.active {
        background-color: #e7ecf112;
        border: none;
    }
    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top {
        opacity: 1;
    }
    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item.active .animation-wrapper {
        bottom: -9.5px;
    }
    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top-icon svg {
        color: #f6f7f8;
    }
    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item.active .slider-with-animation-and-kv-module-item-top-title {
        color: #f6f7f8;
    }
    .slider-with-animation-and-kv-module-slider.swiper-container {
        overflow: visible;
    }
    .slider-with-animation-and-kv-module-slider-wrapper.swiper-wrapper {
        display: block;
    }
}
@media all and (max-width: 991px) {
    .slider-with-animation-and-kv-module-wrapper {
        display: block;
        overflow: visible;
    }
    .slider-with-animation-and-kv-module-content {
        width: 100%;
        padding: 0;
    }
    .slider-with-animation-and-kv-module-button-desktop {
        display: none;
    }
    .slider-with-animation-and-kv-module-items {
        width: 100%}
    .slider-with-animation-and-kv-module-mobile-link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
    }
    .slider-with-animation-and-kv-module-mobile-link:hover~.slider-with-animation-and-kv-module-item-bottom .component-button-compact-paddings {
        color: #0d7d46;
    }
    .slider-with-animation-and-kv-module-item-top {
        display: block;
        cursor: default;
        padding: 32px 32px 0;
    }
    .slider-with-animation-and-kv-module-item-top:hover {
        cursor: default;
    }
    .slider-with-animation-and-kv-module-item-top:hover .slider-with-animation-and-kv-module-item-top-icon svg {
        color: #08aa54;
    }
    .slider-with-animation-and-kv-module-item-top-icon {
        display: none;
    }
    .slider-with-animation-and-kv-module-item-top-title {
        color: #111417;
        font-size: 24px;
        line-height: 32px;
        padding: 0;
    }
    .slider-with-animation-and-kv-module-item-bottom {
        margin: 8px 32px 24px;
    }
    .slider-with-animation-and-kv-module-item-img-wrapper {
        flex-grow: 1;
        overflow: hidden;
    }
    .slider-with-animation-and-kv-module-item-img {
        height: 100%;
        object-position: bottom right;
        opacity: 1;
        position: static;
        transform: none;
        width: 100%}
    .slider-with-animation-and-kv-module-item-bottom-text {
        opacity: 1;
        max-height: unset;
        padding: 0;
        margin-bottom: 10px;
        display: block;
    }
    .slider-with-animation-and-kv-module-button-mobile {
        display: block;
        width: fit-content;
    }
    .slider-with-animation-and-kv-module-kv {
        display: none;
    }
    .slider-with-animation-and-kv-module-slider.swiper-container {
        display: block;
        height: 485px;
        overflow: visible;
        margin-bottom: 30px;
    }
    .slider-with-animation-and-kv-module-item.swiper-slide {
        display: flex;
        flex-direction: column;
        padding: 0;
        border-radius: 16px;
        text-align: left;
        overflow: hidden;
        position: relative;
        transition: height .6s, margin-top .6s;
    }
    .slider-with-animation-and-kv-module-item.swiper-slide:not(.swiper-slide-active) {
        opacity: 1;
    }
    .slider-with-animation-and-kv-module-item.swiper-slide:not(:last-child) {
        margin-bottom: 16px;
    }
    .swiper-container-initialized .slider-with-animation-and-kv-module-item.swiper-slide {
        height: 457px;
        margin-top: 14px;
    }
    .slider-with-animation-and-kv-module-item.swiper-slide.swiper-slide-active {
        height: 100%;
        margin-top: 0;
    }
    .slider-with-animation-and-kv-module-pagination-wrapper .swiper-pagination {
        display: flex;
        column-gap: 8px;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
    }
    .slider-with-animation-and-kv-module .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
        background: #4e5b7e21;
        border-radius: 100%;
        transition: height .3s, width .3s;
    }
    .slider-with-animation-and-kv-module .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #111417;
    }
    .slider-with-animation-and-kv-module-dark {
        background-color: #1c2026;
    }
    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-wrapper {
        padding: 48px 0;
        overflow: visible;
    }
    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-heading {
        max-width: none;
        padding: 0 0 48px;
    }
    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-content {
        padding: 0;
    }
    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-items {
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item {
        margin: 0;
        border: none;
        background-color: #e7ecf112;
    }
    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-top {
        opacity: 1;
    }
    .slider-with-animation-and-kv-module-dark .slider-with-animation-and-kv-module-item-img {
        height: auto;
    }
    .slider-with-animation-and-kv-module-dark .swiper-pagination-bullet {
        background: #d7e1eb59;
    }
    .slider-with-animation-and-kv-module-dark .swiper-pagination-bullet-active {
        background: #f6f7f8;
    }
}
@media all and (max-width: 767px) {
    .slider-with-animation-and-kv-module-description, .slider-with-animation-and-kv-module-item-bottom-text {
        font-size: 14px;
        letter-spacing: .1px;
        line-height: 20px;
    }
    .slider-with-animation-and-kv-module-item-img {
        object-position: bottom center;
    }
    .slider-with-animation-and-kv-module-slider.swiper-container {
        width: calc(100% - 64px);
        overflow: visible;
        height: 450px;
    }
    .slider-1 .slider-with-animation-and-kv-module-slider.swiper-container {
        height: 480px;
    }
    .swiper-container-initialized .slider-with-animation-and-kv-module-item.swiper-slide {
        margin-top: 16px;
    }
    .slider-with-animation-and-kv-module-item.swiper-slide.swiper-slide-active {
        margin-top: 0;
    }
    .slider-with-animation-and-kv-module-slide {
        width: 314px;
    }
}


.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-container-pointer-events {
    touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}
