.page-pdp {
    line-height: 1.3;
}

.image-banner {
    max-width: 2560px;
    margin: 0 auto
}

.image-banner .logo {
    width: auto;
    height: 30px
}

.image-banner .heading {
    font-size: var(--heading-font-size)
}

.image-banner .heading-extra-large {
    --heading-font-size: var(--se-fs-2)
}

.image-banner .heading-large {
    --heading-font-size: var(--se-fs-3)
}

.image-banner .heading-medium {
    --heading-font-size: var(--se-fs-4)
}

.image-banner .subline .enlarge, .image-banner .description .enlarge {
    font-size: var(--se-fs-4)
}

.image-banner .subline .colored-text, .image-banner .description .colored-text {
    color: rgba(var(--se-brand-primary-rgb), var(--se-text-opacity))
}

.image-banner .subline .richtext-link, .image-banner .description .richtext-link {
    color: currentColor;
    text-decoration: underline
}

.image-banner .subline .richtext-link .colored-text, .image-banner .description .richtext-link .colored-text {
    text-decoration: underline;
    color: var(--se-link-primary-color)
}

.image-banner .subline .richtext-link:hover .colored-text, .image-banner .description .richtext-link:hover .colored-text {
    color: var(--se-link-primary-hover-color)
}

.image-banner .fixed-height-large {
    --image-height: 40rem;
    --image-tablet-height: 40rem;
    --image-mob-height: 40rem
}

.image-banner .fixed-height-medium {
    --image-height: 35rem;
    --image-tablet-height: 35rem;
    --image-mob-height: 35rem
}

.image-banner .fixed-height-small {
    --image-height: 30rem;
    --image-tablet-height: 30rem;
    --image-mob-height: 30rem
}

.image-banner .img-container {
    max-width: calc(var(--desktop-img-aspect-ratio)*var(--image-height));
    margin: 0 auto
}

@media(max-width: 1024.98px) {
    .image-banner .img-container {
        max-width: calc(var(--tablet-img-aspect-ratio, var(--desktop-img-aspect-ratio))*var(--image-tablet-height, var(--image-height)))
    }
}

@media(max-width: 767.98px) {
    .image-banner .img-container {
        max-width: calc(var(--mobile-img-aspect-ratio)*var(--image-mob-height))
    }
}

.image-banner .content-min-height {
    min-height: var(--image-height)
}

@media(max-width: 1024.98px) {
    .image-banner .content-min-height {
        min-height: var(--image-tablet-height, var(--image-height))
    }
}

@media(max-width: 767.98px) {
    .image-banner .content-min-height {
        min-height: var(--image-mob-height)
    }
}

@media(min-width: 768px) {
    .image-banner .proportional-scaling {
        min-height: calc(1280px / var(--desktop-img-aspect-ratio))
    }
}

.image-banner .proportional-scaling::before {
    --se-aspect-ratio: var(--desktop-img-aspect-ratio-percentage);
    content: "";
    display: block;
    width: 1px;
    margin-left: -1px;
    padding-bottom: var(--se-aspect-ratio)
}

@media(max-width: 1024.98px) {
    .image-banner .proportional-scaling::before {
        --se-aspect-ratio: var(--tablet-img-aspect-ratio-percentage, var(--desktop-img-aspect-ratio-percentage))
    }
}

@media(max-width: 767.98px) {
    .image-banner .proportional-scaling::before {
        --se-aspect-ratio: var(--mobile-img-aspect-ratio-percentage)
    }
}

.image-banner .progress-line .heading {
    margin-bottom: 2rem !important
}

@media(max-width: 767.98px) {
    .image-banner .progress-line .heading {
        margin-bottom: 1.5rem !important
    }
}

.image-banner .progress-line .line {
    width: 0%;
    height: .625rem;
    border-radius: 1.0625rem;
    transition: all .8s ease-in-out
}

@media(max-width: 767.98px) {
    .image-banner .progress-line .line {
        height: .5rem
    }
}

[rm-common-animation]:not([rm-disabled]) [rm-slide-bottom-up] {
    opacity: 0;
    transition: opacity 600ms cubic-bezier(0.4, 0, 0.2, 1), transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(10%);
    will-change: opacity, transform;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up] {
    opacity: 1;
    transform: translateY(0);
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-1] {
    transition-delay: 0.15s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-2] {
    transition-delay: 0.25s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-3] {
    transition-delay: 0.35s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-4] {
    transition-delay: 0.45s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-5] {
    transition-delay: 0.55s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-6] {
    transition-delay: 0.65s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-7] {
    transition-delay: 0.75s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-8] {
    transition-delay: 0.85s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-9] {
    transition-delay: 0.95s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-10] {
    transition-delay: 1.05s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-11] {
    transition-delay: 1.15s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-12] {
    transition-delay: 1.25s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-13] {
    transition-delay: 1.35s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-14] {
    transition-delay: 1.45s;
}

[rm-common-animation]:not([rm-disabled]).in [rm-slide-bottom-up-15] {
    transition-delay: 1.55s;
}

.container-topic {
    max-width: 2560px;
}

main {
    --sticky-bar-height: 50px;
}

@media screen and (max-width: 768px) {
    main {
        --sticky-bar-height: 90px;
    }
}

.video-banner .description h3 {
    margin-bottom: 0;
    font-weight: 700;
}

.video-banner .subline {
    margin-top: 4px;
    line-height: 24px;
    font-size: 18px;
}

.video-banner .popup-video-button-wrap {
    text-align: end;
}

.video-banner .popup-video-button-wrap .btn {
    --se-btn-border-color: transparent;
    --se-btn-hover-border-color: transparent;
    --se-btn-active-border-color: transparent;
    --se-btn-color: inherit;
    --se-btn-hover-color: var(--se-primary);
    --se-btn-active-color: var(--se-primary);
    --se-btn-bg: transparent;
    --se-btn-hover-bg: transparent;
    --se-btn-active-bg: transparent;
    position: relative;
}

.video-banner .popup-video-button-wrap .btn:focus {
    color: inherit;
}

.video-banner .popup-video-button-wrap .btn:hover {
    color: var(--se-btn-hover-color);
}

.video-banner .popup-video-button-wrap .btn::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 14px) 0%, calc(100% - 10px) 0%, 100% 0%, 100% 10px, calc(100% - 1px) 10px, calc(100% - 1px) 1px, calc(100% - 10px) 1px, calc(100% - 10px) 0%, calc(100% - 14px) 0%, 100% 14px, 100% 100%, 6px 100%, 0% calc(100% - 6px), 0% 1px, 1px 1px, 1px calc(100% - 6.414px), 6.414px calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 14.414px, calc(100% - 14.414px) 1px, 0% 1px);
    clip-path: polygon(0% 0%, calc(100% - 14px) 0%, calc(100% - 10px) 0%, 100% 0%, 100% 10px, calc(100% - 1px) 10px, calc(100% - 1px) 1px, calc(100% - 10px) 1px, calc(100% - 10px) 0%, calc(100% - 14px) 0%, 100% 14px, 100% 100%, 6px 100%, 0% calc(100% - 6px), 0% 1px, 1px 1px, 1px calc(100% - 6.414px), 6.414px calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 14.414px, calc(100% - 14.414px) 1px, 0% 1px);
}

@media (max-width: 767.98px) {
    .video-banner .description h3 {
        margin-bottom: 4px;
        line-height: 41px;
        font-size: 36px;
        font-family: Helvetica;
    }
}

@media (min-width: 768px) {
    .video-banner .description {
        display: flex;
        justify-content: space-between;
    }

    .video-banner .subline {
        text-align: end;
        line-height: 1.3;
        font-size: var(--se-fs-5) !important;
        font-weight: 700;
    }
}

@media (min-width: 1025px) {
    .video-banner .col-md-12 {
        width: 83.33333%;
    }
}

@media (min-width: 1440px) {
    .video-banner .subline {
        font-size: var(--se-fs-4) !important;
    }
}

.compare-video .colored-text, .section-specs .colored-text {
    color: #ff003d
}

.compare-video .specs-item, .section-specs .specs-item {
    position: relative;
    height: 100%
}

@media(min-width: 1280px) {
    .compare-video .specs-item, .section-specs .specs-item {
        width: var(--percentage-of-length)
    }
}

.compare-video .specs-item::before, .section-specs .specs-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(var(--se-on-inverse-rgb), 1) 0%, rgba(var(--se-on-inverse-rgb), 0.15) 96%)
}

.image-tab-v2 .colored-text {
    color: #ff003d
}

.image-tab-v2 .specs-item {
    position: relative
}

@media(min-width: 1280px) {
    .image-tab-v2 .specs-item {
        width: var(--percentage-of-length)
    }
}

.image-tab-v2 .specs-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(var(--se-on-inverse-rgb), 1) 0%, rgba(var(--se-on-inverse-rgb), 0.15) 96%)
}

.title-with-tab .bg-linear-light,
.stacked-image-text:nth-child(13),
.pin-spacer:nth-child(10) .stacked-image-text,
.stacked-image-text:nth-child(10) {
    background-image: url('../mm/page.rm11pro-pdp.bg.jpg') !important;
}

.video-banner-11pro {
    margin-bottom: calc(var(--offset-y, 0)*-1 + var(--se-spacer-8))
}

@media(max-width: 767.98px) {
    .video-banner-11pro {
        margin-bottom: calc(var(--offset-y, 0)*-1 + 48px)
    }
}

@media(max-width: 767.98px) {
    .video-banner-11pro .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

.video-banner-11pro .video-shadow-outer .video-shadow {
    --se-aspect-ratio: 150%;
    opacity: 0;
    background-size: calc(1vw*var(--calculate-x, 0));
    background-position: center;
    background-repeat: no-repeat
}

@media(min-width: 768px)and (max-width: 1024.98px)and (max-aspect-ratio: 1/1) {
    .video-banner-11pro .video-shadow-outer .video-shadow {
        --se-aspect-ratio: 300%;
        background-size: calc(2vw*var(--calculate-x, 0))
    }
}

@media(max-width: 767.98px) {
    .video-banner-11pro .video-shadow-outer .video-shadow {
        --se-aspect-ratio: 300%;
        background-size: calc(2vw*var(--calculate-x, 0))
    }
}

.video-banner-11pro .video-outer {
    opacity: 0;
    -webkit-clip-path: circle(5%);
    clip-path: circle(5%);
    max-height: min(100vh - 160px, 560px) !important
}

.video-banner-11pro .video-outer video {
    border-radius: 4px
}

@media(min-width: 768px) {
    .video-banner-11pro .video-outer video {
        border-radius: 10px
    }
}

.video-banner-11pro .button-full-video {
    cursor: pointer
}

@media(max-width: 767.98px) {
    .video-banner-11pro .button-full-video svg {
        height: auto;
        width: 100px
    }
}

@media(max-width: 767.98px) {
    .video-banner-11pro .phone-container {
        margin-top: 5rem;
        margin-bottom: 7.5rem
    }
}

.video-banner-11pro .phone-container .phone-lower {
    position: absolute;
    top: 9rem;
    left: 28.125%
        /* rtl:ignore */
    ;
    width: 39.06%
}

@media(min-width: 768px)and (max-width: 1024.98px)and (max-aspect-ratio: 1/1) {
    .video-banner-11pro .phone-container .phone-lower {
        top: 10vh;
        left: 8vw;
        width: unset
    }

    .video-banner-11pro .phone-container .phone-lower .ratio {
        --se-aspect-ratio: unset !important;
        width: 80vw;
        height: 64vh
    }

    .video-banner-11pro .phone-container .phone-lower .ratio img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media(max-width: 767.98px) {
    .video-banner-11pro .phone-container .phone-lower {
        top: 56%;
        left: 6.6%
            /* rtl:ignore */
        ;
        transform: translateY(-50%);
        width: 86%
    }
}

.video-banner-11pro .phone-container .phone-upper {
    position: absolute;
    top: 3.75rem;
    left: 35.21%
        /* rtl:ignore */
    ;
    width: 15.72%
}

@media(min-width: 768px)and (max-width: 1024.98px)and (max-aspect-ratio: 1/1) {
    .video-banner-11pro .phone-container .phone-upper {
        top: 4vh;
        left: 16vw;
        width: unset
    }

    .video-banner-11pro .phone-container .phone-upper .ratio {
        --se-aspect-ratio: unset !important;
        width: 44vw;
        height: 56vh
    }

    .video-banner-11pro .phone-container .phone-upper .ratio img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media(max-width: 767.98px) {
    .video-banner-11pro .phone-container .phone-upper {
        top: 38%;
        left: 18%
            /* rtl:ignore */
        ;
        transform: translateY(-50%);
        width: 35.2%
    }
}

.video-banner-11pro .text-container {
    padding-bottom: calc(var(--se-spacer-9))
}

@media(max-width: 767.98px) {
    .video-banner-11pro .text-container {
        padding-top: var(--se-spacer-5);
        padding-bottom: var(--se-spacer-5)
    }
}

.video-banner-11pro .text-container h3 {
    margin-bottom: 1rem
}

@media(min-width: 1025px)and (max-width: 1919.98px) {
    .video-banner-11pro .text-container h3 {
        font-size: var(--se-fs-4)
    }
}

@media(min-width: 1025px)and (max-width: 1919.98px) {
    .video-banner-11pro .text-container h4 {
        font-size: var(--se-fs-5)
    }
}

@media(max-width: 767.98px) {
    .video-banner-11pro .text-container .text-area-1 {
        color: #000
    }
}

.video-banner-11pro .text-container .text-area-outer {
    transform: translateY(calc(-1 * var(--calculate-y, 0) * var(--offset-y, 0px)));
    padding: 0 calc(var(--calculate-x, 0)*var(--offset-x, 0px))
}

.features-slideshow-v2-liquid-glass {
    --se-container-max-width: 2560px;
    max-width: var(--se-container-max-width);
    margin: 0 auto
}

.features-slideshow-v2-liquid-glass .bg-background {
    padding-top: 0 !important
}

@media(max-width: 767.98px) {
    .features-slideshow-v2-liquid-glass .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

.features-slideshow-v2-liquid-glass .custom-cursor {
    position: fixed;
    top: var(--top);
    inset-inline-start: var(--left);
    opacity: var(--opacity, 0);
    pointer-events: none;
    width: 72px;
    height: 72px;
    transition: all var(--transition-time, 350ms) ease;
    transform: translate(-50%, -50%);
    z-index: 1
}

.features-slideshow-v2-liquid-glass .video-btn .pause-btn {
    display: none
}

.features-slideshow-v2-liquid-glass .video-btn .play-btn {
    display: block
}

.features-slideshow-v2-liquid-glass .video-btn.playing .pause-btn {
    display: block
}

.features-slideshow-v2-liquid-glass .video-btn.playing .play-btn {
    display: none
}

.features-slideshow-v2-liquid-glass .snap-arrow-btn stop {
    stop-color: #fff
}

.features-slideshow-v2-liquid-glass .snap-arrow-btn[disabled] {
    opacity: .4
}

.features-slideshow-v2-liquid-glass .snap-arrow-btn-left {
    transform: scaleX(-1)
}

.features-slideshow-v2-liquid-glass .scroll-snap-container {
    --pdp-safe-area-width: calc((var(--screen-width, 100vw) - 1rem) - 1rem);
    --se-container-inner-width: var(--pdp-safe-area-width);
    --se-container-outer-width: calc((var(--screen-width, 100vw) - var(--pdp-safe-area-width)) / 2)
}

@media(min-width: 576px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container {
        --pdp-safe-area-width: calc((var(--screen-width, 100vw) - 1rem) - 1rem);
        --se-container-inner-width: var(--pdp-safe-area-width);
        --se-container-outer-width: calc((var(--screen-width, 100vw) - var(--pdp-safe-area-width)) / 2)
    }
}

@media(min-width: 768px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container {
        --pdp-safe-area-width: calc((var(--screen-width, 100vw) - 2rem) - 1rem);
        --se-container-inner-width: var(--pdp-safe-area-width);
        --se-container-outer-width: calc((var(--screen-width, 100vw) - var(--pdp-safe-area-width)) / 2)
    }
}

@media(min-width: 1025px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container {
        --pdp-safe-area-width: calc((var(--screen-width, 100vw) - 4.5rem) / 12 * 10 - 1.5rem);
        --se-container-inner-width: var(--pdp-safe-area-width);
        --se-container-outer-width: calc((var(--screen-width, 100vw) - var(--pdp-safe-area-width)) / 2)
    }
}

@media(min-width: 1280px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container {
        --pdp-safe-area-width: calc((var(--screen-width, 100vw) - 4.5rem) / 12 * 10 - 1.5rem);
        --se-container-inner-width: var(--pdp-safe-area-width);
        --se-container-outer-width: calc((var(--screen-width, 100vw) - var(--pdp-safe-area-width)) / 2)
    }
}

@media(min-width: 1440px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container {
        --pdp-safe-area-width: calc((var(--screen-width, 100vw) - 7.5rem) / 12 * 10 - 1.5rem);
        --se-container-inner-width: var(--pdp-safe-area-width);
        --se-container-outer-width: calc((var(--screen-width, 100vw) - var(--pdp-safe-area-width)) / 2)
    }
}

@media(max-width: 767.98px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container {
        --pdp-safe-area-width: calc((var(--screen-width, 100vw) - 1.5rem) - 1.5rem) !important
    }
}

.features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    --carousel-items-per-row: 3;
    --carousel-column-gap: var(--se-spacer-4);
    --carousel-item-width: calc(var(--se-container-inner-width) / var(--carousel-items-per-row) - var(--carousel-column-gap) / 3 * calc(var(--carousel-items-per-row) - 1))
}

@media(min-width: 768px)and (max-width: 1024.98px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row.contain-video {
        --carousel-items-per-row: 2
    }
}

@media(max-width: 1024.98px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row {
        --carousel-column-gap: var(--se-spacer-3)
    }
}

@media(max-width: 767.98px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row {
        --carousel-item-width: calc(calc(var(--se-container-inner-width) / var(--carousel-items-per-row) - var(--carousel-column-gap) / 3 * calc(var(--carousel-items-per-row) - 1)) * .74395);
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory
    }
}

@media(max-width: 575.98px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row {
        --carousel-items-per-row: 1
    }
}

.features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row::-webkit-scrollbar {
    display: none
}

.features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item {
    padding-left: 0;
    padding-right: 0;
    margin-right: var(--carousel-column-gap)
}

.features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item:last-child {
    width: calc(var(--carousel-item-width) + var(--se-container-outer-width))
}

.features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item .card-container {
    width: var(--carousel-item-width);
    transition: opacity .3s;
    opacity: 1
}

@media(min-width: 576px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item .card-container.video-container {
        width: calc(var(--carousel-item-width)*2 + var(--carousel-column-gap))
    }
}

@media(min-width: 768px)and (max-width: 1024.98px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item .card-container.video-container {
        width: calc(var(--carousel-item-width)*1.5 + var(--carousel-column-gap))
    }
}

@media(min-width: 1025px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item .card-container.video-container {
        width: calc(var(--carousel-item-width)*2 + var(--carousel-column-gap))
    }
}

@media(min-width: 768px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item:nth-child(3n+1) {
        scroll-snap-align: start
    }
}

@media(max-width: 767.98px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item {
        scroll-snap-align: start
    }
}

.features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item .scroll-snap-item-content {
    transform: translateX(var(--se-container-outer-width));
    box-sizing: content-box;
    cursor: pointer
}

@media(min-width: 768px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item .scroll-snap-item-content .stretched-link {
        cursor: none
    }

    .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item .scroll-snap-item-content.cursor-none {
        cursor: initial
    }
}

.features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item .picture {
    --se-aspect-ratio: var(--mob-ratio)
}

@media(min-width: 768px) {
    .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item .picture {
        --se-aspect-ratio: var(--desktop-ratio)
    }
}

.features-slideshow-v2-liquid-glass .picture img {
    border-radius: 10px
}

.features-slideshow-v2-liquid-glass .block-description {
    margin-top: var(--se-spacer-4);
    line-height: 1;
    font-size: 18px !important;
    color: rgba(255, 255, 255, .45)
}

.features-slideshow-v2-liquid-glass .block-description .colored-text {
    line-height: 1 !important;
    font-size: var(--se-fs-5) !important;
    color: #fff
}

html[dir=rtl] .features-slideshow-v2-liquid-glass .scroll-snap-container .scroll-snap-row .scroll-snap-item .scroll-snap-item-content {
    transform: translateX(calc(1 * var(--se-container-outer-width)))
}

.features-slideshow-v2-video-modal {
    --se-aspect-ratio: var(--mob-ratio)
}

@media(min-width: 768px) {
    .features-slideshow-v2-video-modal {
        --se-aspect-ratio: var(--desktop-ratio)
    }
}

.footnotes-sec .footnotes {
    padding-top: 48px !important;
    padding-bottom: var(--se-spacer-8) !important
}

@media(max-width: 767.98px) {
    .footnotes-sec .footnotes {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }
}

.footnotes-sec .container {
    max-width: 2560px
}

@media(min-width: 1440px) {
    .footnotes-sec .container {
        --se-container-padding-x: 72px
    }
}

@media(max-width: 767.98px) {
    .footnotes-sec .container {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

@media(min-width: 1025px) {
    .footnotes-sec .container>div {
        margin-left: auto;
        margin-right: auto;
        width: calc((100% + 24px)/12*10 - 24px)
    }
}

.footnotes-sec p {
    line-height: 1.2 !important
}

.footnotes-sec p:not(:last-child) {
    margin-bottom: 8px !important
}

.media-grid-v2:nth-child(6) .container-fluid {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(6) .container-fluid {
        padding-top: 48px !important;
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

.media-grid-v2:nth-child(6) .grid-template {
    gap: 48px !important
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(6) .grid-template {
        row-gap: var(--se-spacer-7) !important
    }
}

.media-grid-v2:nth-child(6) .card-content {
    z-index: 1;
    position: relative
}

.media-grid-v2:nth-child(6) .card-content .text-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(6) .card-content .text-wrapper {
        padding-bottom: var(--se-spacer-6) !important
    }
}

.media-grid-v2:nth-child(6) .card-content .block-wrapper {
    justify-content: flex-start !important
}

.media-grid-v2:nth-child(6) .card-content .block-description {
    line-height: 1.2 !important;
    font-size: var(--se-fs-6);
    color: rgba(255, 255, 255, .45)
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(6) .card-content .block-description {
        margin-top: var(--se-spacer-4) !important
    }
}

.media-grid-v2:nth-child(6) .card-content .block-specs-wrapper {
    margin-top: var(--se-spacer-8) !important;
    padding-bottom: var(--se-spacer-4)
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(6) .card-content .block-specs-wrapper {
        margin-top: calc(var(--se-spacer-3) + var(--se-spacer-4)) !important;
        margin-left: -12px !important;
        margin-right: -12px !important;
        width: calc(100% + 24px) !important
    }
}

.media-grid-v2:nth-child(6) .card-content .block-specs-wrapper .block-specs {
    align-items: flex-end
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(6) .card-content .block-specs-wrapper .block-specs {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
}

.media-grid-v2:nth-child(6) .card-content .block-specs-wrapper .block-specs-img {
    order: 1;
    flex-shrink: 0;
    margin: 0 !important;
    margin-left: .75rem !important;
    width: 18px;
    max-width: unset
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(6) .card-content .block-specs-wrapper .block-specs-img {
        width: 13px
    }
}

.media-grid-v2:nth-child(6) .card-content .block-specs-wrapper .block-specs-description {
    opacity: 1 !important;
    margin-bottom: .75rem;
    line-height: 1 !important;
    font-size: 1rem !important
}

.media-grid-v2:nth-child(6) .card-content .block-specs-wrapper .block-specs-heading {
    line-height: 1 !important;
    font-size: var(--se-fs-4) !important;
    white-space: nowrap
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(6) .image-wrapper {
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px) !important
    }
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(6) .image-wrapper {
        position: static
    }
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(6) .image-wrapper::before {
        content: unset
    }
}

.media-grid-v2:nth-child(6) .image-wrapper .image-picture img {
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(6) .grid-1 .image-wrapper {
        margin-top: -48px;
        margin-bottom: -32px
    }
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(6) .grid-2 .image-wrapper {
        margin-top: -24px
    }
}

.media-grid-v2:nth-child(6) .block-note {
    opacity: .4
}

.media-grid-v2:nth-child(6) .note-wrapper {
    padding: 0 !important;
    margin-top: 16px
}

.media-grid-v2:nth-child(12) {
    overflow: hidden;
    z-index: 2;
    position: relative;
    padding-top: 48px !important;
    padding-bottom: var(--se-spacer-7) !important
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(12) {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

.media-grid-v2:nth-child(12) .media-grid-content-bg {
    background: rgba(0, 0, 0, 0) !important
}

.media-grid-v2:nth-child(12) .container-fluid {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(12) .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(12) .grid-1 .card-content {
        z-index: 1;
        position: absolute
    }
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(12) .grid-1 .card-content .mw-text-5 {
        margin-left: 0 !important;
        width: 50% !important
    }
}

@media(min-width: 1680px) {
    .media-grid-v2:nth-child(12) .grid-1 .card-content .mw-text-5 {
        width: 40% !important
    }
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(12) .grid-1 .image-wrapper {
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px)
    }
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(12) .grid-1 .image-wrapper {
        transform: scale(0.85);
        transform-origin: bottom right
    }
}

.media-grid-v2:nth-child(12) .grid-2 .card-content {
    z-index: 1
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(12) .grid-2 .image-wrapper {
        margin-top: -12.5%
    }

    .media-grid-v2:nth-child(12) .grid-2 .image-wrapper img {
        transform: scale(1.25)
    }
}

@media(min-width: 1440px) {
    .media-grid-v2:nth-child(12) .grid-2 .image-wrapper img {
        transform: scale(1.75)
    }
}

@media(min-width: 1920px) {
    .media-grid-v2:nth-child(12) .grid-2 .image-wrapper img {
        transform: scale(1.5)
    }
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(12) .grid-2 .image-wrapper {
        margin-top: -36%;
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px)
    }
}

.media-grid-v2:nth-child(12) .grid-3 .card-content {
    z-index: 1
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(12) .grid-3 .image-wrapper {
        margin-top: -12.5%
    }

    .media-grid-v2:nth-child(12) .grid-3 .image-wrapper img {
        transform: scale(1.25)
    }
}

@media(min-width: 1440px) {
    .media-grid-v2:nth-child(12) .grid-3 .image-wrapper img {
        transform: scale(1.75)
    }
}

@media(min-width: 1920px) {
    .media-grid-v2:nth-child(12) .grid-3 .image-wrapper img {
        transform: scale(1.5)
    }
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(12) .grid-3 .image-wrapper {
        margin-top: -32%;
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px)
    }
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(12) .content-text {
        margin-bottom: 36px !important
    }
}

.media-grid-v2:nth-child(12) .heading {
    margin-bottom: var(--se-spacer-4) !important
}

.media-grid-v2:nth-child(12) .grid-columns-heading {
    margin-top: calc(var(--se-spacer-7) - 24px) !important;
    margin-bottom: calc(var(--se-spacer-6) - 24px) !important
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(12) .grid-columns-heading {
        margin-top: 36px !important;
        margin-bottom: 24px !important
    }
}

.media-grid-v2:nth-child(12) .grid-columns-heading .heading {
    margin-bottom: 0 !important
}

.media-grid-v2:nth-child(12) .description {
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important;
    color: rgba(255, 255, 255, .45)
}

.media-grid-v2:nth-child(12) .grid-template {
    gap: 48px !important
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(12) .grid-template {
        row-gap: var(--se-spacer-7) !important
    }
}

.media-grid-v2:nth-child(12) .card-content-container {
    background-color: rgba(0, 0, 0, 0)
}

.media-grid-v2:nth-child(12) .text-wrapper {
    padding-top: 0 !important;
    padding-bottom: 24px !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(12) .text-wrapper {
        padding-bottom: var(--se-spacer-5) !important
    }
}

.media-grid-v2:nth-child(12) .block-description {
    margin-top: var(--se-spacer-4) !important;
    line-height: 1.2 !important;
    font-size: var(--se-fs-6);
    color: rgba(255, 255, 255, .45)
}

.media-grid-v2:nth-child(12) .image-wrapper img {
    border-radius: 10px
}

@media(min-width: 1025px)and (max-width: 1919.98px) {
    .media-grid-v2:nth-child(18) {
        margin-top: -80px
    }
}

.media-grid-v2:nth-child(18) .media-grid-content-bg {
    background: rgba(0, 0, 0, 0) !important
}

.media-grid-v2:nth-child(18) .container-fluid {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(18) .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(18) .content-text {
        margin-bottom: 36px !important
    }
}

.media-grid-v2:nth-child(18) .heading {
    margin-bottom: var(--se-spacer-4) !important
}

.media-grid-v2:nth-child(18) .grid-columns-heading {
    margin-top: calc(var(--se-spacer-7) - 24px) !important;
    margin-bottom: calc(var(--se-spacer-6) - 24px) !important
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(18) .grid-columns-heading {
        margin-top: 36px !important;
        margin-bottom: 24px !important
    }
}

.media-grid-v2:nth-child(18) .grid-columns-heading .heading {
    margin-bottom: 0 !important
}

.media-grid-v2:nth-child(18) .description {
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important;
    color: rgba(255, 255, 255, .45)
}

.media-grid-v2:nth-child(18) .grid-template {
    gap: 48px !important;
    row-gap: var(--se-spacer-7) !important
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(18) .grid-template {
        gap: 48px !important
    }
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(18) .grid-1 .card-content-container {
        margin-left: -24px;
        margin-right: -24px
    }

    .media-grid-v2:nth-child(18) .grid-1 .card-content {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(18) .grid-1 .card-content {
        width: 50%
    }

    .media-grid-v2:nth-child(18) .grid-1 .image-wrapper {
        margin-top: -80px
    }
}

.media-grid-v2:nth-child(18) .card-content-container {
    overflow: hidden;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0)
}

.media-grid-v2:nth-child(18) .text-wrapper {
    padding-top: 0 !important;
    padding-bottom: 24px !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(18) .text-wrapper {
        padding-bottom: var(--se-spacer-5) !important
    }
}

.media-grid-v2:nth-child(18) .block-description {
    margin-top: var(--se-spacer-4) !important;
    line-height: 1.2 !important;
    font-size: var(--se-fs-6);
    color: rgba(255, 255, 255, .45)
}

.media-grid-v2:nth-child(18) .image-wrapper img {
    border-radius: 10px
}

.media-grid-v2:nth-child(22) .media-grid-content-bg {
    background: linear-gradient(180deg, #1B1D21 0%, #000 100%) !important;
    background-size: 100% 320px !important;
    background-repeat: no-repeat !important
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(22) .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

.media-grid-v2:nth-child(22) .pt-section {
    padding-top: calc(var(--se-spacer-8) + var(--se-spacer-4)) !important;
    padding-bottom: var(--se-spacer-7) !important
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(22) .pt-section {
        padding-top: 48px !important;
        padding-bottom: 0 !important
    }
}

@media(max-width: 1024.98px) {
    .media-grid-v2:nth-child(22) .content-text {
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important
    }
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(22) .content-text {
        margin-bottom: 36px !important
    }
}

.media-grid-v2:nth-child(22) .heading {
    margin-bottom: var(--se-spacer-4) !important
}

.media-grid-v2:nth-child(22) .grid-columns-heading {
    margin-top: calc(var(--se-spacer-7) - 24px) !important;
    margin-bottom: calc(var(--se-spacer-6) - 24px) !important
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(22) .grid-columns-heading {
        margin-top: 36px !important;
        margin-bottom: 24px !important
    }
}

.media-grid-v2:nth-child(22) .grid-columns-heading .heading {
    margin-bottom: 0 !important
}

.media-grid-v2:nth-child(22) .description {
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important;
    color: rgba(255, 255, 255, .45)
}

@media(min-width: 768px) {
    .media-grid-v2:nth-child(22) .grid-template {
        grid-template-columns: repeat(10, 1fr)
    }

    .media-grid-v2:nth-child(22) .grid-template .grid-columns-md-12 {
        grid-column-start: span 10
    }
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(22) .grid-template {
        gap: 12px !important
    }
}

@media(min-width: 768px)and (max-width: 1024.98px) {
    .media-grid-v2:nth-child(22) .grid-template {
        gap: 12px !important
    }
}

.media-grid-v2:nth-child(22) .card-content-container {
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(54, 56, 64, 0.5) 0%, rgba(22, 23, 27, 0.5) 100%)
}

@media(max-width: 1024.98px) {
    .media-grid-v2:nth-child(22) .card-content-container {
        border-radius: 4px
    }
}

@media(min-width: 1025px)and (max-width: 1439.98px) {
    .media-grid-v2:nth-child(22) .text-wrapper {
        padding: 24px !important
    }
}

@media(min-width: 1440px)and (max-width: 1919.98px) {
    .media-grid-v2:nth-child(22) .text-wrapper {
        padding: 36px !important
    }
}

@media(min-width: 1025px)and (max-width: 1439.98px) {
    .media-grid-v2:nth-child(22) .block-heading {
        font-size: 16px
    }
}

@media(min-width: 1440px)and (max-width: 1919.98px) {
    .media-grid-v2:nth-child(22) .block-heading {
        font-size: var(--se-fs-6)
    }
}

.media-grid-v2:nth-child(22) .block-description {
    margin-top: var(--se-spacer-4) !important;
    line-height: 1.2 !important;
    font-size: var(--se-fs-6);
    color: rgba(255, 255, 255, .45)
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(22) .block-description {
        margin-top: 12px !important
    }
}

@media(min-width: 1025px)and (max-width: 1439.98px) {
    .media-grid-v2:nth-child(22) .block-description {
        font-size: 14px
    }
}

@media(min-width: 1440px)and (max-width: 1919.98px) {
    .media-grid-v2:nth-child(22) .block-description {
        font-size: 16px
    }
}

.media-grid-v2:nth-child(22) .grid-1 .card-content {
    z-index: 1;
    position: absolute
}

.media-grid-v2:nth-child(22) .grid-1 .card-content .block-wrapper {
    height: 100%
}

.media-grid-v2:nth-child(22) .grid-1 .card-content .block-wrapper .block-content-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: auto
        /* rtl:ignore */
    ;
    width: 50% !important;
    height: 100%
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(22) .grid-1 .card-content .block-wrapper .block-content-wrapper {
        width: 100% !important
    }
}

.media-grid-v2:nth-child(22) .grid-1 .card-content .block-wrapper .block-content-wrapper .block-heading {
    margin-bottom: auto !important;
    color: #000 !important
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(22) .grid-1 .card-content .block-wrapper .block-content-wrapper .block-heading {
        margin-bottom: 0 !important
    }
}

.media-grid-v2:nth-child(22) .grid-1 .card-content .block-wrapper .block-content-wrapper .block-heading * {
    color: inherit
}

.media-grid-v2:nth-child(22) .grid-1 .card-content .block-wrapper .block-content-wrapper .block-description {
    line-height: 1.2 !important;
    font-size: 12px !important;
    color: rgba(0, 0, 0, .4)
}

@media(min-width: 768px)and (max-width: 1024.98px) {
    .media-grid-v2:nth-child(22) .grid-1 {
        grid-column-start: span 10
    }

    .media-grid-v2:nth-child(22) .grid-1 .card-content .block-wrapper .block-content-wrapper {
        width: 100% !important
    }

    .media-grid-v2:nth-child(22) .grid-1 .card-content .block-wrapper .block-content-wrapper .block-heading {
        margin-bottom: unset !important;
        font-size: 20px
    }

    .media-grid-v2:nth-child(22) .grid-1 .card-content .block-wrapper .block-content-wrapper .block-description {
        margin-top: 16px !important
    }

    .media-grid-v2:nth-child(22) .grid-1 .image-wrapper::before {
        --se-aspect-ratio: 452px
    }
}

.media-grid-v2:nth-child(22) .grid-2 .card-content {
    z-index: 1;
    position: absolute
}

@media(min-width: 768px)and (max-width: 1024.98px) {
    .media-grid-v2:nth-child(22) .grid-2 {
        grid-column-start: span 5
    }

    .media-grid-v2:nth-child(22) .grid-2 .card-content .block-wrapper .block-content-wrapper {
        width: 100% !important
    }

    .media-grid-v2:nth-child(22) .grid-2 .card-content .block-wrapper .block-content-wrapper .block-heading {
        margin-bottom: unset !important;
        font-size: 20px
    }

    .media-grid-v2:nth-child(22) .grid-2 .card-content .block-wrapper .block-content-wrapper .block-description {
        margin-top: 16px !important;
        font-size: 16px !important
    }

    .media-grid-v2:nth-child(22) .grid-2 .image-wrapper::before {
        --se-aspect-ratio: 340px
    }
}

.media-grid-v2:nth-child(22) .grid-3 .card-content {
    z-index: 1;
    position: absolute
}

@media(min-width: 768px)and (max-width: 1024.98px) {
    .media-grid-v2:nth-child(22) .grid-3 {
        grid-column-start: span 5
    }

    .media-grid-v2:nth-child(22) .grid-3 .card-content .block-wrapper .block-content-wrapper {
        width: 100% !important
    }

    .media-grid-v2:nth-child(22) .grid-3 .card-content .block-wrapper .block-content-wrapper .block-heading {
        margin-bottom: unset !important;
        font-size: 20px
    }

    .media-grid-v2:nth-child(22) .grid-3 .card-content .block-wrapper .block-content-wrapper .block-description {
        margin-top: 16px !important;
        font-size: 16px !important
    }

    .media-grid-v2:nth-child(22) .grid-3 .image-wrapper::before {
        --se-aspect-ratio: 340px
    }
}

.media-grid-v2:nth-child(22) .grid-4 .card-content {
    z-index: 1;
    position: absolute
}

@media(min-width: 768px)and (max-width: 1024.98px) {
    .media-grid-v2:nth-child(22) .grid-4 {
        grid-column-start: span 5
    }

    .media-grid-v2:nth-child(22) .grid-4 .card-content .block-wrapper .block-content-wrapper {
        width: 100% !important
    }

    .media-grid-v2:nth-child(22) .grid-4 .card-content .block-wrapper .block-content-wrapper .block-heading {
        margin-bottom: unset !important;
        font-size: 20px
    }

    .media-grid-v2:nth-child(22) .grid-4 .card-content .block-wrapper .block-content-wrapper .block-description {
        margin-top: 16px !important;
        font-size: 16px !important
    }

    .media-grid-v2:nth-child(22) .grid-4 .image-wrapper::before {
        --se-aspect-ratio: 300px
    }
}

.media-grid-v2:nth-child(22) .grid-5 .card-content {
    z-index: 1;
    position: absolute
}

@media(min-width: 768px)and (max-width: 1024.98px) {
    .media-grid-v2:nth-child(22) .grid-5 {
        grid-column-start: span 5
    }

    .media-grid-v2:nth-child(22) .grid-5 .card-content .block-wrapper .block-content-wrapper {
        width: 100% !important
    }

    .media-grid-v2:nth-child(22) .grid-5 .card-content .block-wrapper .block-content-wrapper .block-heading {
        margin-bottom: unset !important;
        font-size: 20px
    }

    .media-grid-v2:nth-child(22) .grid-5 .card-content .block-wrapper .block-content-wrapper .block-description {
        margin-top: 16px !important;
        font-size: 16px !important
    }

    .media-grid-v2:nth-child(22) .grid-5 .image-wrapper::before {
        --se-aspect-ratio: 300px
    }
}

.media-grid-v2:nth-child(22) .grid-6 .card-content {
    z-index: 1;
    position: absolute
}

@media(min-width: 768px)and (max-width: 1024.98px) {
    .media-grid-v2:nth-child(22) .grid-6 {
        grid-column-start: span 10
    }

    .media-grid-v2:nth-child(22) .grid-6 .card-content .block-wrapper .block-content-wrapper {
        width: 100% !important
    }

    .media-grid-v2:nth-child(22) .grid-6 .card-content .block-wrapper .block-content-wrapper .block-heading {
        margin-bottom: unset !important;
        font-size: 20px
    }

    .media-grid-v2:nth-child(22) .grid-6 .card-content .block-wrapper .block-content-wrapper .block-description {
        margin-top: 16px !important;
        font-size: 16px !important
    }

    .media-grid-v2:nth-child(22) .grid-6 .image-wrapper::before {
        --se-aspect-ratio: 320px
    }
}

.media-grid-v2:nth-child(22) .grid-7 .card-content {
    z-index: 1;
    position: absolute
}

.media-grid-v2:nth-child(22) .grid-7 .card-content .block-wrapper {
    height: 100%
}

.media-grid-v2:nth-child(22) .grid-7 .card-content .block-wrapper .block-content-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: auto
        /* rtl:ignore */
    ;
    width: 50% !important;
    height: 100%
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(22) .grid-7 .card-content .block-wrapper .block-content-wrapper {
        width: 100% !important
    }
}

.media-grid-v2:nth-child(22) .grid-7 .card-content .block-wrapper .block-content-wrapper .block-heading {
    margin-bottom: auto !important;
    color: #000 !important
}

@media(max-width: 767.98px) {
    .media-grid-v2:nth-child(22) .grid-7 .card-content .block-wrapper .block-content-wrapper .block-heading {
        margin-bottom: 0 !important
    }
}

.media-grid-v2:nth-child(22) .grid-7 .card-content .block-wrapper .block-content-wrapper .block-heading * {
    color: inherit
}

.media-grid-v2:nth-child(22) .grid-7 .card-content .block-wrapper .block-content-wrapper .block-description {
    color: rgba(0, 0, 0, .45)
}

@media(min-width: 768px)and (max-width: 1024.98px) {
    .media-grid-v2:nth-child(22) .grid-7 {
        grid-column-start: span 10
    }

    .media-grid-v2:nth-child(22) .grid-7 .card-content .block-wrapper .block-content-wrapper {
        width: 100% !important
    }

    .media-grid-v2:nth-child(22) .grid-7 .card-content .block-wrapper .block-content-wrapper .block-heading {
        margin-bottom: unset !important;
        font-size: 20px
    }

    .media-grid-v2:nth-child(22) .grid-7 .card-content .block-wrapper .block-content-wrapper .block-description {
        margin-top: 16px !important;
        font-size: 16px !important
    }

    .media-grid-v2:nth-child(22) .grid-7 .image-wrapper::before {
        --se-aspect-ratio: 360px
    }
}

.media-grid-v2:nth-child(22) .grid-9 .card-content {
    z-index: 1;
    position: absolute
}

@media(min-width: 768px)and (max-width: 1024.98px) {
    .media-grid-v2:nth-child(22) .grid-9 {
        grid-column-start: span 10
    }

    .media-grid-v2:nth-child(22) .grid-9 .card-content .block-wrapper .block-content-wrapper {
        width: 100% !important
    }

    .media-grid-v2:nth-child(22) .grid-9 .card-content .block-wrapper .block-content-wrapper .block-heading {
        margin-bottom: unset !important;
        font-size: 20px
    }

    .media-grid-v2:nth-child(22) .grid-9 .card-content .block-wrapper .block-content-wrapper .block-description {
        margin-top: 16px !important;
        font-size: 16px !important
    }

    .media-grid-v2:nth-child(22) .grid-9 .image-wrapper::before {
        --se-aspect-ratio: 460px
    }
}

@media(max-width: 767.98px) {
    .image-with-text-v2:nth-child(23) .image-with-text__container {
        padding-bottom: 48px !important
    }
}

@media(max-width: 767.98px) {
    .image-with-text-v2:nth-child(23) .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

@media(min-width: 768px) {
    .image-with-text-v2:nth-child(23) .desktop-layout {
        --se-gutter-x: 24px
    }
}

@media(max-width: 767.98px) {
    .image-with-text-v2:nth-child(23) .split-image__content {
        order: -1;
        margin-top: 0 !important
    }
}

@media(min-width: 768px) {
    .image-with-text-v2:nth-child(23) .split-image__content .content-detail {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        padding-left: 0 !important
    }
}

@media(max-width: 767.98px) {
    .image-with-text-v2:nth-child(23) .split-image__image {
        margin-top: 24px !important
    }
}

.title-with-tab .bg-linear-light {
    background-color: #fff !important;
    background-size: 100% 180px !important;
    background-repeat: no-repeat !important
}

@media(min-width: 768px) {
    .title-with-tab .bg-linear-light {
        background-size: 100% 560px !important
    }
}

.title-with-tab .image-tab-wrapper {
    padding-top: 96px !important
}

@media(min-width: 768px) {
    .title-with-tab .image-tab-wrapper {
        padding-top: calc(var(--se-spacer-8)*3) !important
    }
}

@media(max-width: 767.98px) {
    .title-with-tab .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

.title-with-tab .row-inner {
    padding-bottom: 48px !important
}

@media(min-width: 768px) {
    .title-with-tab .row-inner {
        padding-bottom: var(--se-spacer-7) !important
    }
}

@media(max-width: 1024.98px) {
    .title-with-tab .col-content {
        order: 1
    }
}

@media(max-width: 1024.98px) {
    .title-with-tab .col-swiper-image {
        order: 3
    }
}

@media(min-width: 1025px) {
    .title-with-tab .col-swiper-image {
        align-self: unset !important;
        margin-top: var(--se-spacer-8) !important
    }
}

@media(max-width: 1024.98px) {
    .title-with-tab .col-tab {
        order: 2
    }
}

@media(max-width: 1024.98px) {
    .title-with-tab .col-swiper-desc {
        order: 4
    }
}

@media(min-width: 1025px) {
    .title-with-tab .heading {
        margin-right: -90%
    }
}

.title-with-tab .text {
    margin-top: 48px !important;
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important;
    color: gray
}

@media(min-width: 1025px) {
    .title-with-tab .text {
        margin-top: var(--se-spacer-7) !important
    }
}

.title-with-tab .text strong {
    display: block;
    margin-bottom: 24px !important;
    color: #000;
    font-weight: inherit;
    line-height: 1;
    font-size: var(--se-fs-4) !important;
}

.title-with-tab .tab-list-mob {
    padding-bottom: 8px !important
}

.title-with-tab .tab-list-mob .mob-tab-heading {
    margin-top: 44px !important;
    color: gray
}

.title-with-tab .tab-list-mob .swiper-indicator-active .mob-tab-heading {
    color: #000
}

.title-with-tab .tab-list-mob .swiper-indicator-active .mob-tab-heading::before {
    bottom: -8px;
    background: #e60d38 !important
}

.title-with-tab .swiper-desc {
    text-align: left;
    line-height: 1.2
}

@media(min-width: 1025px) {
    .title-with-tab .swiper-desc {
        margin-top: -8px
    }
}

@media(max-width: 1024.98px) {
    .title-with-tab .swiper-desc .highlight-richtext {
        margin-top: 0 !important
    }
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.image-cards-rm11pro .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.image-cards-rm11pro .swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.image-cards-rm11pro .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.image-cards-rm11pro .swiper-android .swiper-slide, .image-cards-rm11pro .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.image-cards-rm11pro .swiper-pointer-events {
    touch-action: pan-y
}

.image-cards-rm11pro .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.image-cards-rm11pro .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.image-cards-rm11pro .swiper-slide-invisible-blank {
    visibility: hidden
}

.image-cards-rm11pro .swiper-autoheight, .image-cards-rm11pro .swiper-autoheight .swiper-slide {
    height: auto
}

.image-cards-rm11pro .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.image-cards-rm11pro .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.image-cards-rm11pro .swiper-3d, .image-cards-rm11pro .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.image-cards-rm11pro .swiper-3d .swiper-wrapper, .image-cards-rm11pro .swiper-3d .swiper-slide, .image-cards-rm11pro .swiper-3d .swiper-slide-shadow, .image-cards-rm11pro .swiper-3d .swiper-slide-shadow-left, .image-cards-rm11pro .swiper-3d .swiper-slide-shadow-right, .image-cards-rm11pro .swiper-3d .swiper-slide-shadow-top, .image-cards-rm11pro .swiper-3d .swiper-slide-shadow-bottom, .image-cards-rm11pro .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.image-cards-rm11pro .swiper-3d .swiper-slide-shadow, .image-cards-rm11pro .swiper-3d .swiper-slide-shadow-left, .image-cards-rm11pro .swiper-3d .swiper-slide-shadow-right, .image-cards-rm11pro .swiper-3d .swiper-slide-shadow-top, .image-cards-rm11pro .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.image-cards-rm11pro .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.image-cards-rm11pro .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.image-cards-rm11pro .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.image-cards-rm11pro .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.image-cards-rm11pro .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.image-cards-rm11pro .swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.image-cards-rm11pro .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.image-cards-rm11pro .swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.image-cards-rm11pro .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.image-cards-rm11pro .swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.image-cards-rm11pro .swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.image-cards-rm11pro .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.image-cards-rm11pro .swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.image-cards-rm11pro .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.image-cards-rm11pro .swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.image-cards-rm11pro .swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.image-cards-rm11pro .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.image-cards-rm11pro .swiper-scrollbar, .image-cards-rm11pro .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.image-cards-rm11pro .swiper-scrollbar, .image-cards-rm11pro .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.image-cards-rm11pro .swiper-scrollbar, .image-cards-rm11pro .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.image-cards-rm11pro .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.image-cards-rm11pro .swiper-scrollbar-cursor-drag {
    cursor: move
}

.image-cards-rm11pro .swiper-scrollbar-lock {
    display: none
}

.image-cards-rm11pro .bg-background {
    position: relative
}

.image-cards-rm11pro .content-container {
    max-width: 726px
}

.image-cards-rm11pro .heading {
    margin-bottom: 16px !important;
    width: 100%;
    color: #fff;
    font-size: var(--se-fs-4)
}

@media(max-width: 767.98px) {
    .image-cards-rm11pro .heading {
        margin-bottom: 24px !important
    }
}

.image-cards-rm11pro .text {
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important;
    width: 100%;
    color: rgba(255, 255, 255, .45)
}

.image-cards-rm11pro .text strong {
    font-weight: inherit;
    color: #fff
}

.image-cards-rm11pro .swiper .swiper-wrapper {
    margin-bottom: 48px !important;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media(max-width: 767.98px) {
    .image-cards-rm11pro .swiper .swiper-wrapper {
        margin-bottom: 24px !important
    }
}

.image-cards-rm11pro .swiper .swiper-slide {
    margin-right: .75rem;
    width: 94.8% !important;
    height: auto
}

.image-cards-rm11pro .swiper .swiper-slide:last-child {
    margin-right: 0 !important
}

@media(min-width: 768px) {
    .image-cards-rm11pro .swiper .swiper-slide {
        width: 44% !important
    }

    .image-cards-rm11pro .swiper .swiper-slide.enlarge {
        width: 60% !important
    }
}

@media(min-width: 1025px) {
    .image-cards-rm11pro .swiper .swiper-slide {
        width: 40% !important
    }

    .image-cards-rm11pro .swiper .swiper-slide.enlarge {
        width: 52% !important
    }
}

@media(min-width: 1440px) {
    .image-cards-rm11pro .swiper .swiper-slide {
        margin-right: 1rem;
        width: 32% !important
    }

    .image-cards-rm11pro .swiper .swiper-slide.enlarge {
        width: 46% !important
    }
}

@media(min-width: 1920px) {
    .image-cards-rm11pro .swiper .swiper-slide {
        margin-right: 1.5rem;
        width: 25.8% !important
    }

    .image-cards-rm11pro .swiper .swiper-slide.enlarge {
        width: 40.6% !important
    }
}

.image-cards-rm11pro .swiper-scrollbar {
    --radius: 0;
    --height: .0625rem;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    margin-top: 0 !important;
    width: 100%;
    height: var(--height) !important;
    background-color: rgba(255, 255, 255, .4)
}

@media(min-width: 1025px) {
    .image-cards-rm11pro .swiper-scrollbar {
        width: 85% !important
    }
}

@media(min-width: 768px)and (max-width: 1024.98px) {
    .image-cards-rm11pro .swiper-scrollbar {
        width: 80% !important
    }
}

@media(max-width: 767.98px) {
    .image-cards-rm11pro .swiper-scrollbar {
        width: 100% !important
    }
}

.image-cards-rm11pro .swiper-scrollbar::before {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    opacity: .4;
    height: calc(var(--height) + 32px);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

.image-cards-rm11pro .swiper-scrollbar .swiper-scrollbar-drag {
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    height: 3px;
    background-color: #fff;
    margin-top: -1px;
    border-radius: 0px
}

.image-cards-rm11pro .img-wrapper {
    border-radius: 4px;
    padding: 24px;
    max-width: unset !important;
    height: 100%;
    color: #fff;
    background-color: #1a1a1a
}

@media(min-width: 1920px) {
    .image-cards-rm11pro .img-wrapper {
        border-radius: 10px;
        padding: 32px
    }
}

.image-cards-rm11pro .ratio-svg {
    width: 27.5rem
}

@media(max-width: 767.98px) {
    .image-cards-rm11pro .ratio-svg {
        width: 15rem
    }
}

.image-cards-rm11pro .block-heading {
    margin-top: 48px !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important
}

.image-cards-rm11pro .block-description {
    opacity: 1;
    font-size: 1rem !important;
    color: gray
}

.image-cards-rm11pro .border-x {
    border-left: 1px solid var(--global-line-color-dark);
    border-right: 1px solid var(--global-line-color-dark);
    padding-top: 0 !important
}

@media(max-width: 767.98px) {
    .image-cards-rm11pro .mage-cards-container {
        margin-top: 24px !important
    }
}

.image-cards-rm11pro picture {
    border-radius: .75rem !important
}

.image-cards-rm11pro .swiper-arrow>div {
    gap: 24px
}

.image-cards-rm11pro .swiper-arrow .swiper-arrow-prev {
    transform: scaleX(-1)
}

.image-cards-rm11pro .swiper-arrow .swiper-arrow-prev, .image-cards-rm11pro .swiper-arrow .swiper-arrow-next {
    cursor: pointer
}

.image-cards-rm11pro .swiper-arrow linearGradient stop {
    stop-color: #fff
}

.image-cards-rm11pro .swiper-button-disabled {
    pointer-events: none;
    opacity: .4
}

@media(max-width: 767.98px) {
    .image-cards-rm11pro .container-fluid {
        --se-container-padding-x: 24px
    }
}

.image-banner:nth-child(4) .chapter-title {
    padding-bottom: calc(1*var(--se-spacer-8)) !important
}

@media(min-width: 1920px) {
    .image-banner:nth-child(4) .chapter-title {
        padding-bottom: calc(2*var(--se-spacer-8)) !important
    }
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(4) .chapter-title {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

.image-banner:nth-child(4) .chapter-title *::before {
    content: "";
    display: block;
    margin: 0 auto 48px;
    border-radius: 4px;
    width: 127px;
    height: 8px;
    background-color: #203ca4
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(4) .chapter-title *::before {
        margin-bottom: 24px
    }
}

.image-banner:nth-child(4) .container-fluid.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(4) .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

@media(min-width: 768px) {
    .image-banner:nth-child(4) .text-col {
        width: 66.666%
    }
}

@media(min-width: 1025px) {
    .image-banner:nth-child(4) .text-col {
        width: 50%
    }
}

.image-banner:nth-child(4) .anim {
    padding-top: var(--se-spacer-8) !important
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(4) .anim {
        padding-top: 48px !important
    }
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(4) .block-space {
        margin-bottom: 24px !important
    }
}

.image-banner:nth-child(4) .description {
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important;
    color: rgba(255, 255, 255, .45)
}

.image-banner:nth-child(4) .description .colored-text {
    font-weight: inherit;
    color: #fff
}

.image-banner:nth-child(11) {
    z-index: 2;
    position: relative;
    margin-top: -100vh;
    height: 200vh;
    background-color: rgba(0, 0, 0, 0)
}

.image-banner:nth-child(11) .bg-background {
    position: -webkit-sticky;
    position: sticky;
    top: var(--sticky-bar-height, 0);
    margin-bottom: calc(24px - var(--offset-y)) !important;
    height: calc(100% - var(--sticky-bar-height, 0));
    background-color: #000
}

@media(min-width: 768px) {
    .image-banner:nth-child(11) .bg-background {
        margin-bottom: calc(var(--se-spacer-8) - var(--offset-y)) !important
    }
}

.image-banner:nth-child(11) .define-bg-container {
    background-size: 1080px 720px !important;
    background-position: center -480px !important;
    background-repeat: no-repeat !important
}

@media(min-width: 1440px) {
    .image-banner:nth-child(11) .define-bg-container {
        background-size: 1200px 800px !important;
        background-position: center -440px !important
    }
}

@media(min-width: 1920px) {
    .image-banner:nth-child(11) .define-bg-container {
        background-size: 1680px 1080px !important;
        background-position: center -600px !important
    }
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(11) .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

@media(min-width: 768px) {
    .image-banner:nth-child(11) .text-col {
        width: 66.666%
    }
}

@media(min-width: 1025px) {
    .image-banner:nth-child(11) .text-col {
        width: 50%
    }
}

.image-banner:nth-child(11) .img-wrapper {
    display: none !important
}

.image-banner:nth-child(11) .icon-image-list {
    overflow: hidden;
    position: relative;
    margin-bottom: -56px
}

@media(min-width: 1440px) {
    .image-banner:nth-child(11) .icon-image-list {
        margin-bottom: -96px
    }
}

@media(min-width: 1920px) {
    .image-banner:nth-child(11) .icon-image-list {
        margin-bottom: -120px
    }
}

.image-banner:nth-child(11) .icon-image-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%)
}

@media(min-width: 1440px) {
    .image-banner:nth-child(11) .icon-image-list::after {
        height: 120px
    }
}

@media(min-width: 1920px) {
    .image-banner:nth-child(11) .icon-image-list::after {
        height: 160px
    }
}

.image-banner:nth-child(11) .icon-image-list .icon-image-item {
    position: relative;
    margin-top: -56px;
    margin-left: auto;
    margin-right: auto;
    width: 250px
}

@media(min-width: 1440px) {
    .image-banner:nth-child(11) .icon-image-list .icon-image-item {
        margin-top: -90px;
        width: 400px
    }
}

@media(min-width: 1920px) {
    .image-banner:nth-child(11) .icon-image-list .icon-image-item {
        margin-top: -120px;
        width: 520px
    }
}

.image-banner:nth-child(11) .icon-image-list .icon-image-item::before {
    content: "";
    display: block;
    padding-bottom: 168.846%
}

.image-banner:nth-child(11) .icon-image-list .icon-image-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.image-banner:nth-child(11) .heading, .image-banner:nth-child(11) .description {
    position: relative
}

.image-banner:nth-child(11) .heading>*, .image-banner:nth-child(11) .description>* {
    display: block
}

.image-banner:nth-child(11) .description {
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important;
    color: rgba(255, 255, 255, .45)
}

.image-banner:nth-child(11) .description .colored-text {
    color: #fff;
    font-weight: inherit
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(11) .block-space {
        margin-bottom: 24px !important
    }
}

.image-banner:nth-child(15) div.wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.image-banner:nth-child(15) .chapter-title {
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: calc(2*var(--se-spacer-8)) !important;
    width: 100%;
    color: #000
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(15) .chapter-title {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

.image-banner:nth-child(15) .chapter-title *::before {
    content: "";
    display: block;
    margin: 0 auto 48px;
    border-radius: 4px;
    width: 127px;
    height: 8px;
    background-color: #203ca4
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(15) .chapter-title *::before {
        margin-bottom: 24px
    }
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(15) .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

@media(min-width: 768px) {
    .image-banner:nth-child(15) .text-col {
        width: 66.666%
    }
}

@media(min-width: 1025px) {
    .image-banner:nth-child(15) .text-col {
        width: 50%
    }
}

.image-banner:nth-child(15) .anim {
    padding-bottom: var(--se-spacer-8) !important
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(15) .anim {
        padding-bottom: 48px !important;
        text-align: left !important
    }
}

.image-banner:nth-child(15) .description {
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important;
    color: rgba(255, 255, 255, .45)
}

.image-banner:nth-child(15) .description .colored-text {
    font-weight: inherit;
    color: #fff
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(15) .block-space {
        text-align: left
    }
}

.image-banner:nth-child(17) .container-topic {
    max-width: unset
}

.image-banner:nth-child(17) div.wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.image-banner:nth-child(17) .chapter-title {
    padding-bottom: calc(2*var(--se-spacer-8)) !important
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(17) .chapter-title {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

.image-banner:nth-child(17) .chapter-title *::before {
    content: "";
    display: block;
    margin: 0 auto 48px;
    border-radius: 4px;
    width: 127px;
    height: 8px;
    background-color: #203ca4
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(17) .chapter-title *::before {
        margin-bottom: 24px
    }
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(17) .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

@media(max-width: 1024.98px) {
    .image-banner:nth-child(17) .text-col {
        width: 100%
    }
}

.image-banner:nth-child(17) .anim {
    padding-top: var(--se-spacer-8) !important
}

@media(min-width: 768px) {
    .image-banner:nth-child(17) .text-content {
        width: 66.666%
    }
}

@media(min-width: 1025px) {
    .image-banner:nth-child(17) .text-content {
        width: 50%
    }
}

.image-banner:nth-child(17) .description {
    line-height: 1.2 !important;
    font-size: 20px !important;
    color: rgba(255, 255, 255, .45)
}

.image-banner:nth-child(17) .description .colored-text {
    font-weight: inherit;
    color: #fff
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(17) .block-space {
        margin-bottom: 24px !important
    }
}

.image-banner:nth-child(19) .container-topic {
    max-width: unset
}

.image-banner:nth-child(19) div.wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.image-banner:nth-child(19) .chapter-title {
    padding-bottom: calc(2*var(--se-spacer-8)) !important
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(19) .chapter-title {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

.image-banner:nth-child(19) .chapter-title *::before {
    content: "";
    display: block;
    margin: 0 auto 48px;
    border-radius: 4px;
    width: 127px;
    height: 8px;
    background-color: #203ca4
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(19) .chapter-title *::before {
        margin-bottom: 24px
    }
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(19) .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

.image-banner:nth-child(19) .anim {
    padding-top: var(--se-spacer-8) !important
}

.image-banner:nth-child(19) .description {
    line-height: 1.2 !important;
    font-size: 20px !important;
    color: rgba(255, 255, 255, .45)
}

.image-banner:nth-child(19) .description .colored-text {
    font-weight: inherit;
    color: #fff
}

@media(max-width: 767.98px) {
    .image-banner:nth-child(19) .block-space {
        margin-bottom: 24px !important
    }
}

html[dir=rtl] .image-banner:nth-child(17) .text-content {
    margin-left: auto
}

.variant-cards-rm11pro {
    position: relative
}

@font-face {
    .variant-cards-rm11pro {
        font-family: "swiper-icons";
        src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
        font-weight: 400;
        font-style: normal
    }
}

.variant-cards-rm11pro :root {
    --swiper-theme-color: #007aff
}

.variant-cards-rm11pro .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.variant-cards-rm11pro .swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.variant-cards-rm11pro .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.variant-cards-rm11pro .swiper-android .swiper-slide, .variant-cards-rm11pro .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.variant-cards-rm11pro .swiper-pointer-events {
    touch-action: pan-y
}

.variant-cards-rm11pro .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.variant-cards-rm11pro .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.variant-cards-rm11pro .swiper-slide-invisible-blank {
    visibility: hidden
}

.variant-cards-rm11pro .swiper-autoheight, .variant-cards-rm11pro .swiper-autoheight .swiper-slide {
    height: auto
}

.variant-cards-rm11pro .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.variant-cards-rm11pro .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.variant-cards-rm11pro .swiper-3d, .variant-cards-rm11pro .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.variant-cards-rm11pro .swiper-3d .swiper-wrapper, .variant-cards-rm11pro .swiper-3d .swiper-slide, .variant-cards-rm11pro .swiper-3d .swiper-slide-shadow, .variant-cards-rm11pro .swiper-3d .swiper-slide-shadow-left, .variant-cards-rm11pro .swiper-3d .swiper-slide-shadow-right, .variant-cards-rm11pro .swiper-3d .swiper-slide-shadow-top, .variant-cards-rm11pro .swiper-3d .swiper-slide-shadow-bottom, .variant-cards-rm11pro .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.variant-cards-rm11pro .swiper-3d .swiper-slide-shadow, .variant-cards-rm11pro .swiper-3d .swiper-slide-shadow-left, .variant-cards-rm11pro .swiper-3d .swiper-slide-shadow-right, .variant-cards-rm11pro .swiper-3d .swiper-slide-shadow-top, .variant-cards-rm11pro .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.variant-cards-rm11pro .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

.variant-cards-rm11pro .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.variant-cards-rm11pro .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.variant-cards-rm11pro .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.variant-cards-rm11pro .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.variant-cards-rm11pro .swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.variant-cards-rm11pro .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.variant-cards-rm11pro .swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.variant-cards-rm11pro .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.variant-cards-rm11pro .swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.variant-cards-rm11pro .swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.variant-cards-rm11pro .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.variant-cards-rm11pro .swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.variant-cards-rm11pro .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.variant-cards-rm11pro .swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.variant-cards-rm11pro .swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.variant-cards-rm11pro .swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.variant-cards-rm11pro .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.variant-cards-rm11pro .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.variant-cards-rm11pro .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

.variant-cards-rm11pro :root {
    --swiper-navigation-size: 44px
}

.variant-cards-rm11pro .swiper-button-prev, .variant-cards-rm11pro .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.variant-cards-rm11pro .swiper-button-prev.swiper-button-disabled, .variant-cards-rm11pro .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.variant-cards-rm11pro .swiper-button-prev.swiper-button-hidden, .variant-cards-rm11pro .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.variant-cards-rm11pro .swiper-navigation-disabled .swiper-button-prev, .variant-cards-rm11pro .swiper-navigation-disabled .swiper-button-next {
    display: none !important
}

.variant-cards-rm11pro .swiper-button-prev:after, .variant-cards-rm11pro .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.variant-cards-rm11pro .swiper-button-prev, .variant-cards-rm11pro .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.variant-cards-rm11pro .swiper-button-prev:after, .variant-cards-rm11pro .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.variant-cards-rm11pro .swiper-button-next, .variant-cards-rm11pro .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.variant-cards-rm11pro .swiper-button-next:after, .variant-cards-rm11pro .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.variant-cards-rm11pro .swiper-button-lock {
    display: none
}

.variant-cards-rm11pro .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.variant-cards-rm11pro .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.variant-cards-rm11pro .swiper-pagination-disabled>.swiper-pagination, .variant-cards-rm11pro .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.variant-cards-rm11pro .swiper-pagination-fraction, .variant-cards-rm11pro .swiper-pagination-custom, .variant-cards-rm11pro .swiper-horizontal>.swiper-pagination-bullets, .variant-cards-rm11pro .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%
}

.variant-cards-rm11pro .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.variant-cards-rm11pro .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.variant-cards-rm11pro .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.variant-cards-rm11pro .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.variant-cards-rm11pro .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.variant-cards-rm11pro .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.variant-cards-rm11pro .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.variant-cards-rm11pro .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.variant-cards-rm11pro .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

.variant-cards-rm11pro button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.variant-cards-rm11pro .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.variant-cards-rm11pro .swiper-pagination-bullet:only-child {
    display: none !important
}

.variant-cards-rm11pro .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.variant-cards-rm11pro .swiper-vertical>.swiper-pagination-bullets, .variant-cards-rm11pro .swiper-pagination-vertical.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.variant-cards-rm11pro .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet, .variant-cards-rm11pro .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.variant-cards-rm11pro .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .variant-cards-rm11pro .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.variant-cards-rm11pro .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .variant-cards-rm11pro .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top
}

.variant-cards-rm11pro .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .variant-cards-rm11pro .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.variant-cards-rm11pro .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .variant-cards-rm11pro .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.variant-cards-rm11pro .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .variant-cards-rm11pro .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left
}

.variant-cards-rm11pro .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right
}

.variant-cards-rm11pro .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.variant-cards-rm11pro .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.variant-cards-rm11pro .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.variant-cards-rm11pro .swiper-horizontal>.swiper-pagination-progressbar, .variant-cards-rm11pro .swiper-pagination-progressbar.swiper-pagination-horizontal, .variant-cards-rm11pro .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .variant-cards-rm11pro .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.variant-cards-rm11pro .swiper-vertical>.swiper-pagination-progressbar, .variant-cards-rm11pro .swiper-pagination-progressbar.swiper-pagination-vertical, .variant-cards-rm11pro .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .variant-cards-rm11pro .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.variant-cards-rm11pro .swiper-pagination-lock {
    display: none
}

.variant-cards-rm11pro .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.variant-cards-rm11pro .swiper-scrollbar-disabled>.swiper-scrollbar, .variant-cards-rm11pro .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.variant-cards-rm11pro .swiper-horizontal>.swiper-scrollbar, .variant-cards-rm11pro .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.variant-cards-rm11pro .swiper-vertical>.swiper-scrollbar, .variant-cards-rm11pro .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.variant-cards-rm11pro .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.variant-cards-rm11pro .swiper-scrollbar-cursor-drag {
    cursor: move
}

.variant-cards-rm11pro .swiper-scrollbar-lock {
    display: none
}

.variant-cards-rm11pro .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.variant-cards-rm11pro .swiper-zoom-container>img, .variant-cards-rm11pro .swiper-zoom-container>svg, .variant-cards-rm11pro .swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.variant-cards-rm11pro .swiper-slide-zoomed {
    cursor: move
}

.variant-cards-rm11pro .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.variant-cards-rm11pro .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .variant-cards-rm11pro .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.variant-cards-rm11pro .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.variant-cards-rm11pro .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.variant-cards-rm11pro .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.variant-cards-rm11pro .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.variant-cards-rm11pro .swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.variant-cards-rm11pro .swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.variant-cards-rm11pro .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.variant-cards-rm11pro .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.variant-cards-rm11pro .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.variant-cards-rm11pro .swiper-fade .swiper-slide-active, .variant-cards-rm11pro .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.variant-cards-rm11pro .swiper-cube {
    overflow: visible
}

.variant-cards-rm11pro .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.variant-cards-rm11pro .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.variant-cards-rm11pro .swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.variant-cards-rm11pro .swiper-cube .swiper-slide-active, .variant-cards-rm11pro .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.variant-cards-rm11pro .swiper-cube .swiper-slide-active, .variant-cards-rm11pro .swiper-cube .swiper-slide-next, .variant-cards-rm11pro .swiper-cube .swiper-slide-prev, .variant-cards-rm11pro .swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.variant-cards-rm11pro .swiper-cube .swiper-slide-shadow-top, .variant-cards-rm11pro .swiper-cube .swiper-slide-shadow-bottom, .variant-cards-rm11pro .swiper-cube .swiper-slide-shadow-left, .variant-cards-rm11pro .swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.variant-cards-rm11pro .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.variant-cards-rm11pro .swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.variant-cards-rm11pro .swiper-flip {
    overflow: visible
}

.variant-cards-rm11pro .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.variant-cards-rm11pro .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.variant-cards-rm11pro .swiper-flip .swiper-slide-active, .variant-cards-rm11pro .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.variant-cards-rm11pro .swiper-flip .swiper-slide-shadow-top, .variant-cards-rm11pro .swiper-flip .swiper-slide-shadow-bottom, .variant-cards-rm11pro .swiper-flip .swiper-slide-shadow-left, .variant-cards-rm11pro .swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.variant-cards-rm11pro .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.variant-cards-rm11pro .swiper-cards {
    overflow: visible
}

.variant-cards-rm11pro .swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.variant-cards-rm11pro .bg-background {
    background-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767.98px) {
    .variant-cards-rm11pro .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

@media(min-width: 1025px) {
    .variant-cards-rm11pro .section-headline-outer .section-headline {
        flex: 1
    }
}

@media(min-width: 1025px) {
    .variant-cards-rm11pro .section-headline-outer .colors-container {
        flex-shrink: 0;
        margin-left: 24px;
        width: calc((100% + 24px)/10*6 - 24px)
    }
}

.variant-cards-rm11pro .section-headline-outer .colors-container .color-switcher {
    overflow: hidden;
    position: relative;
    border-radius: 9999px;
    width: 28px;
    height: 28px
}

.variant-cards-rm11pro .section-headline-outer .colors-container .color-switcher::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 9999px
}

.variant-cards-rm11pro .section-headline-outer .colors-container .color-switcher.active::before {
    border-width: 4px
}

.variant-cards-rm11pro .section-headline-outer .colors-container .color-switcher.active::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 9999px
}

.variant-cards-rm11pro .section-headline-outer .colors-container .ratio-container {
    overflow: hidden;
    border-radius: 9999px;
    width: 27px;
    height: 27px
}

.variant-cards-rm11pro .section-headline-outer .colors-container .color-switcher.active+.color-switcher-name {
    display: block !important
}

@media(min-width: 768px) {
    .variant-cards-rm11pro .swiper-container {
        display: flex;
        flex-direction: row-reverse;
        gap: 24px
    }
}

@media(min-width: 768px) {
    .variant-cards-rm11pro .swiper-container .swiper-media {
        flex-shrink: 0;
        width: calc((100% + 24px)/12*6 - 24px)
    }
}

@media(min-width: 1025px) {
    .variant-cards-rm11pro .swiper-container .swiper-media {
        width: calc((100% + 24px)/10*6 - 24px)
    }
}

.variant-cards-rm11pro .swiper-container .swiper-media .ratio img, .variant-cards-rm11pro .swiper-container .swiper-media .ratio video, .variant-cards-rm11pro .swiper-container .swiper-media .ratio svg {
    border-radius: 4px
}

@media(min-width: 768px) {
    .variant-cards-rm11pro .swiper-container .swiper-media .ratio img, .variant-cards-rm11pro .swiper-container .swiper-media .ratio video, .variant-cards-rm11pro .swiper-container .swiper-media .ratio svg {
        border-radius: 10px
    }
}

.variant-cards-rm11pro .swiper-container .swiper-media .ratio .video-button svg {
    border-radius: 0
}

.variant-cards-rm11pro .swiper-container .swiper-pagination {
    position: relative;
    bottom: unset;
    display: flex;
    gap: 6px;
    margin-top: 24px
}

.variant-cards-rm11pro .swiper-container .swiper-pagination .swiper-pagination-bullet {
    opacity: .3;
    position: relative;
    margin: 0;
    border-radius: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
    cursor: pointer
}

.variant-cards-rm11pro .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 24px
}

.variant-cards-rm11pro .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff
}

@media(max-width: 767.98px) {
    .variant-cards-rm11pro .swiper-container .swiper-content {
        margin-top: 24px
    }
}

@media(min-width: 768px) {
    .variant-cards-rm11pro .swiper-container .swiper-content {
        flex: 1
    }
}

@media(min-width: 768px) {
    .variant-cards-rm11pro .swiper-container .swiper-content .swiper-wrapper {
        transform: unset !important;
        flex-direction: column
    }
}

.variant-cards-rm11pro .swiper-container .swiper-content .swiper-slide {
    pointer-events: auto
}

@media(min-width: 768px) {
    .variant-cards-rm11pro .swiper-container .swiper-content .swiper-slide {
        opacity: .3;
        transition: opacity .3s ease-in-out;
        padding: 20px 24px;
        padding-left: 0 !important;
        height: unset !important;
        cursor: pointer
    }

    .variant-cards-rm11pro .swiper-container .swiper-content .swiper-slide:hover, .variant-cards-rm11pro .swiper-container .swiper-content .swiper-slide.active {
        opacity: 1
    }

    .variant-cards-rm11pro .swiper-container .swiper-content .swiper-slide.active::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-image: linear-gradient(269.73deg, rgba(105, 152, 255, 0) -0.8%, rgba(83, 138, 255, 0.5) 29.06%, #FFFFFF 78.83%)
    }
}

@media(min-width: 1440px) {
    .variant-cards-rm11pro .swiper-container .swiper-content .swiper-slide {
        padding: 32px 48px
    }
}

@media(max-width: 1439.98px) {
    .variant-cards-rm11pro .swiper-container .swiper-content .block-title {
        margin-bottom: 12px !important
    }
}

.variant-cards-rm11pro .swiper-container .swiper-content .block-description {
    line-height: 1;
    font-size: 18px;
    color: rgba(255, 255, 255, .45)
}

.variant-cards-rm11pro .swiper-fade .swiper-slide:not(.swiper-slide-active) {
    z-index: -1
}

.compare-11pro {
    --process: 20
}

.compare-11pro.active {
    --process: 100
}

@media(max-width: 767.98px) {
    .compare-11pro .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

.compare-11pro .compare-container {
    width: 75%;
    max-width: 936px
}

@media(max-width: 1279.98px) {
    .compare-11pro .compare-container {
        width: 57.5%
    }
}

@media(max-width: 767.98px) {
    .compare-11pro .compare-container {
        width: 100%
    }
}

.compare-11pro .compare-container .image-shadow {
    width: 172%
}

.compare-11pro .compare-container .image-line {
    transition: bottom 1.6s cubic-bezier(0.33, 0.86, 0.76, 0.97), opacity 1.6s ease-in;
    opacity: calc(1 - var(--process)*.01);
    bottom: calc(var(--process)*1%);
    height: 1px
}

.compare-11pro .compare-container .image-line img {
    width: auto
}

@media(max-width: 1024.98px) {
    .compare-11pro .compare-container .image-line img {
        height: 20vw
    }
}

@media(max-width: 767.98px) {
    .compare-11pro .compare-container .image-line img {
        height: 24vw
    }
}

.compare-11pro .compare-container .image-phone-outer {
    position: relative;
    box-shadow: 0px 0px 219.77px 87.91px rgba(0, 0, 0, .8), inset 0px 0px 0px 2px #000
}

@media(max-width: 767.98px) {
    .compare-11pro .compare-container .image-phone-outer {
        box-shadow: 0px 0px 77.72px 31.09px rgba(0, 0, 0, .8), inset 0px 0px 0px 2px #000
    }
}

.compare-11pro .compare-container .image-phone-outer .image-phone {
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image)
}

.compare-11pro .compare-container .image-phone-outer .image-phone .image-upper {
    transition: all 1.6s cubic-bezier(0.33, 0.86, 0.76, 0.97);
    -webkit-clip-path: polygon(0 calc(100% - var(--process) * 1%), 100% calc(100% - var(--process) * 1%), 100% 100%, 0% 100%);
    clip-path: polygon(0 calc(100% - var(--process) * 1%), 100% calc(100% - var(--process) * 1%), 100% 100%, 0% 100%)
}

.compare-11pro .compare-container .image-phone-outer .image-phone .image-divider {
    transition: all 1.6s cubic-bezier(0.33, 0.86, 0.76, 0.97);
    position: absolute;
    top: unset;
    bottom: calc(var(--process)*1%);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background: linear-gradient(transparent, white, transparent)
}

.compare-11pro .section-description {
    color: rgba(255, 255, 255, .45)
}

.compare-11pro .section-description strong {
    font-weight: inherit;
    color: #fff
}

@media(max-width: 767.98px) {
    .compare-11pro .row-specs {
        --se-gutter-y: 12px !important
    }
}

@media(max-width: 767.98px) {
    .compare-11pro .row-specs .col-specs.has-icon {
        width: 100%
    }
}

.compare-11pro .row-specs .specs-container {
    border-color: rgba(255, 255, 255, .3) !important
}

@media(max-width: 767.98px) {
    .compare-11pro .row-specs .specs-container {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }
}

@media(min-width: 768px) {
    .compare-11pro .row-specs .block-specs {
        margin-bottom: 12px !important
    }
}

.compare-11pro .row-specs .block-description {
    line-height: 1;
    color: rgba(255, 255, 255, .6)
}

@media(max-width: 767.98px) {
    .compare-11pro .row-specs .block-icon {
        margin-top: 20px !important
    }
}

@media(min-width: 1440px) {
    .compare-11pro .row-specs .has-icon .specs-container {
        display: flex;
        flex-wrap: wrap
    }

    .compare-11pro .row-specs .has-icon .specs-container .block-specs {
        width: 100%
    }

    .compare-11pro .row-specs .has-icon .block-description {
        margin-bottom: 8px;
        margin-right: auto;
        padding-right: 12px
    }

    .compare-11pro .row-specs .has-icon .block-icon {
        margin-top: 0 !important
    }
}

.section-specs:nth-child(5) {
    overflow: hidden
}

.section-specs:nth-child(5) .container-fluid {
    margin-bottom: calc(var(--se-spacer-7) - var(--se-spacer-3)) !important
}

@media(max-width: 767.98px) {
    .section-specs:nth-child(5) .container-fluid {
        margin-top: 48px !important;
        margin-bottom: 0px !important;
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

.section-specs:nth-child(5) .col-top {
    z-index: 1
}

@media(min-width: 768px) {
    .section-specs:nth-child(5) .col-top {
        flex-grow: 0 !important;
        width: calc((100% + 24px)/10*5 - 24px)
    }
}

@media(min-width: 1440px) {
    .section-specs:nth-child(5) .col-top {
        width: calc((100% + 24px)/10*4 - 24px)
    }
}

@media(min-width: 1920px) {
    .section-specs:nth-child(5) .col-top {
        width: calc((100% + 24px)/10*3 - 24px)
    }
}

@media(min-width: 768px) {
    .section-specs:nth-child(5) .col-bottom {
        margin-left: auto;
        width: calc((100% + 24px)/10*8 - 24px)
    }

    .section-specs:nth-child(5) .col-bottom .specs-row .col {
        width: 33.3333%
    }
}

@media(max-width: 767.98px) {
    .section-specs:nth-child(5) .icon-row {
        justify-content: center
    }

    .section-specs:nth-child(5) .icon-row .col {
        width: 100%
    }

    .section-specs:nth-child(5) .icon-row .col .icon-container {
        margin-top: -30%;
        margin-bottom: -52%;
        margin-left: -24px !important;
        margin-right: -24px !important;
        max-width: unset !important;
        width: calc(100% + 48px) !important
    }
}

@media(min-width: 768px) {
    .section-specs:nth-child(5) .icon-row .col {
        width: 500px;
        max-width: unset
    }
}

@media(min-width: 768px)and (min-width: 1280px) {
    .section-specs:nth-child(5) .icon-row .col {
        width: 640px
    }
}

@media(min-width: 768px)and (min-width: 1680px) {
    .section-specs:nth-child(5) .icon-row .col {
        width: 800px
    }
}

@media(min-width: 768px)and (min-width: 1920px) {
    .section-specs:nth-child(5) .icon-row .col {
        width: 1000px
    }
}

@media(min-width: 768px) {
    .section-specs:nth-child(5) .icon-row .col .icon-container {
        margin-top: -108px;
        margin-bottom: -80px
    }
}

@media(min-width: 768px)and (min-width: 1280px) {
    .section-specs:nth-child(5) .icon-row .col .icon-container {
        margin-left: 80px !important
    }
}

@media(min-width: 768px)and (min-width: 1680px) {
    .section-specs:nth-child(5) .icon-row .col .icon-container {
        margin-top: -200px;
        margin-left: 120px !important;
        margin-bottom: -120px !important
    }
}

@media(min-width: 768px)and (min-width: 1920px) {
    .section-specs:nth-child(5) .icon-row .col .icon-container {
        margin-left: 80px !important;
        margin-bottom: -160px !important
    }
}

.section-specs:nth-child(5) .section-info .h3 {
    font-size: var(--se-fs-4) !important
}

.section-specs:nth-child(5) .specs-row {
    --se-gutter-y: 24px !important;
    --se-gutter-x: 24px !important
}

@media(max-width: 767.98px) {
    .section-specs:nth-child(5) .specs-row {
        --se-gutter-y: 12px !important
    }
}

@media(min-width: 1025px) {
    .section-specs:nth-child(5) .specs-row {
        --se-gutter-x: 48px !important
    }
}

.section-specs:nth-child(5) .specs-row .specs-item {
    --percentage-of-length: 100% !important;
    padding-bottom: 24px !important
}

@media(max-width: 767.98px) {
    .section-specs:nth-child(5) .specs-row .specs-item {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }
}

.section-specs:nth-child(5) .specs-row .specs-item::before {
    opacity: .3;
    height: 1px;
    background-color: #fff
}

.section-specs:nth-child(5) .specs-row .specs-item-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
    color: #f60045
}

.section-specs:nth-child(5) .specs-row .specs-item-description {
    opacity: 1 !important;
    line-height: 1;
    color: rgba(255, 255, 255, .6)
}

@media(max-width: 767.98px) {
    .section-specs:nth-child(5) .specs-row .specs-item-description {
        padding-top: 0 !important
    }
}

.section-specs:nth-child(5) .specs-row .specs-item-description span {
    color: #fff
}

.section-specs:nth-child(8) {
    overflow: hidden
}

.section-specs:nth-child(8) .container-fluid {
    margin-top: var(--se-spacer-8) !important;
    margin-bottom: 32px !important
}

@media(max-width: 767.98px) {
    .section-specs:nth-child(8) .container-fluid {
        margin-top: 48px !important;
        margin-bottom: 0px !important;
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

.section-specs:nth-child(8) .col-top {
    z-index: 1
}

@media(min-width: 768px) {
    .section-specs:nth-child(8) .col-top {
        flex-grow: 0 !important;
        width: calc((100% + 24px)/10*5 - 24px)
    }
}

@media(min-width: 1440px) {
    .section-specs:nth-child(8) .col-top {
        width: calc((100% + 24px)/10*4 - 24px)
    }
}

@media(min-width: 1920px) {
    .section-specs:nth-child(8) .col-top {
        width: calc((100% + 24px)/10*3 - 24px)
    }
}

.section-specs:nth-child(8) .col-bottom .specs-row .col {
    width: 100%
}

@media(min-width: 768px) {
    .section-specs:nth-child(8) .col-bottom {
        margin-left: auto;
        width: calc((100% + 24px)/10*8 - 24px)
    }

    .section-specs:nth-child(8) .col-bottom .specs-row .col {
        width: 33.3333%
    }
}

@media(max-width: 767.98px) {
    .section-specs:nth-child(8) .icon-row {
        justify-content: center
    }

    .section-specs:nth-child(8) .icon-row .col {
        width: 100%;
        max-width: 440px
    }
}

@media(min-width: 768px) {
    .section-specs:nth-child(8) .icon-row .col {
        margin-top: 0px;
        width: 560px;
        max-width: unset
    }
}

@media(min-width: 768px)and (min-width: 1280px) {
    .section-specs:nth-child(8) .icon-row .col {
        width: 768px
    }
}

@media(min-width: 768px)and (min-width: 1440px) {
    .section-specs:nth-child(8) .icon-row .col {
        margin-top: -48px;
        width: 826px
    }
}

.section-specs:nth-child(8) .section-info .h3 {
    font-size: var(--se-fs-4) !important
}

.section-specs:nth-child(8) .specs-row-container {
    margin-top: 24px !important;
    padding-top: 0 !important
}

@media(min-width: 768px) {
    .section-specs:nth-child(8) .specs-row-container {
        margin-top: var(--se-spacer-5) !important
    }
}

.section-specs:nth-child(8) .specs-row {
    --se-gutter-y: 24px !important;
    --se-gutter-x: 24px !important
}

@media(max-width: 767.98px) {
    .section-specs:nth-child(8) .specs-row {
        --se-gutter-y: 12px !important
    }
}

@media(min-width: 1025px) {
    .section-specs:nth-child(8) .specs-row {
        --se-gutter-x: 48px !important
    }
}

.section-specs:nth-child(8) .specs-row .specs-item {
    --percentage-of-length: 100% !important;
    padding-bottom: 24px !important
}

@media(max-width: 767.98px) {
    .section-specs:nth-child(8) .specs-row .specs-item {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }
}

.section-specs:nth-child(8) .specs-row .specs-item::before {
    opacity: .3;
    height: 1px;
    background-color: #fff
}

.section-specs:nth-child(8) .specs-row .specs-item-content {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.section-specs:nth-child(8) .specs-row .specs-item-content .colored-text {
    color: #f60045 !important
}

.section-specs:nth-child(8) .specs-row .specs-item-description {
    opacity: 1 !important;
    line-height: 1;
    color: rgba(255, 255, 255, .6)
}

@media(max-width: 767.98px) {
    .section-specs:nth-child(8) .specs-row .specs-item-description {
        padding-top: 0 !important
    }
}

.section-specs:nth-child(8) .specs-row .specs-item-description span {
    color: #fff
}

.section-specs:nth-child(8) .specs-note-container {
    margin-top: 12px !important;
    padding-top: 0 !important;
    font-size: 12px !important
}

@media(min-width: 768px) {
    .section-specs:nth-child(8) .specs-note-container {
        margin-top: 24px !important
    }
}

.image-tab .bg-background {
    padding-top: var(--se-spacer-8) !important
}

@media(max-width: 767.98px) {
    .image-tab .bg-background {
        padding-top: 48px !important
    }
}

@media(max-width: 767.98px) {
    .image-tab .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

@media(min-width: 768px) {
    .image-tab .col-lg-10 {
        width: 83.333% !important
    }
}

@media(min-width: 1025px) {
    .image-tab .col-lg-10 {
        width: 66.666% !important
    }
}

@media(min-width: 768px) {
    .image-tab .heading {
        margin-bottom: var(--se-spacer-5) !important;
        text-align: center
    }
}

@media(min-width: 1025px) {
    .image-tab .heading {
        width: 100%
    }
}

.image-tab .text {
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important;
    color: rgba(255, 255, 255, .45)
}

.image-tab .text strong {
    color: #fff;
    font-weight: inherit
}

@media(min-width: 768px) {
    .image-tab .text {
        text-align: center
    }
}

@media(min-width: 1025px) {
    .image-tab .text {
        width: 100%
    }
}

.image-tab .swiper-container {
    gap: 48px !important
}

@media(max-width: 767.98px) {
    .image-tab .swiper-container {
        gap: 24px !important;
        margin-top: 48px !important
    }
}

.image-tab .swiper-container .swiper-indicators-container {
    margin-top: unset !important
}

.image-tab .swiper-container .swiper-indicators-container .swiper-indicators::after {
    content: unset !important
}

.image-tab .swiper-container .swiper-indicators-container .swiper-indicators .swiper-wrapper {
    justify-content: center
}

.image-tab .swiper-container .swiper-indicators-container .swiper-indicators .swiper-indicator {
    flex-grow: 0;
    margin-top: -8px;
    margin-right: 24px;
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

@media(min-width: 768px) {
    .image-tab .swiper-container .swiper-indicators-container .swiper-indicators .swiper-indicator {
        margin-right: 32px
    }
}

.image-tab .swiper-container .swiper-indicators-container .swiper-indicators .swiper-indicator:not(.swiper-indicator-active) {
    opacity: .45
}

.image-tab .swiper-container .swiper-indicators-container .swiper-indicators .swiper-indicator:nth-child(2) {
    margin-right: 0
}

.image-tab .swiper-container .swiper-indicators-container .swiper-indicators .swiper-indicator h3 {
    font-weight: inherit !important;
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1.2 !important
}

.image-tab .swiper-container>*:nth-child(3) {
    display: none !important
}

.auto-cards-scroller {
    margin-bottom: -220px !important
}

@media(max-width: 767.98px) {
    .auto-cards-scroller {
        margin-bottom: -72px !important
    }
}

.auto-cards-scroller .bg-background {
    padding-top: var(--se-spacer-8) !important;
    padding-bottom: var(--se-spacer-8) !important
}

@media(max-width: 767.98px) {
    .auto-cards-scroller .bg-background {
        padding-top: 48px !important;
        padding-bottom: var(--se-spacer-4) !important
    }
}

.auto-cards-scroller .description {
    z-index: 1;
    position: relative;
    margin-top: -230px;
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important
}

@media(max-width: 767.98px) {
    .auto-cards-scroller .description {
        margin-top: -96px
    }
}

.auto-cards-scroller .image-card-container {
    margin-bottom: 0px !important
}

.auto-cards-scroller .image-card-container::before {
    content: "";
    pointer-events: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 300px);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.auto-cards-scroller .image-card-container::after {
    content: "";
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #000000 100%)
}

@media(max-width: 767.98px) {
    .auto-cards-scroller .image-card-container::after {
        background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #000000 100%)
    }
}

.pin-spacer:nth-child(10) .stacked-image-text, .stacked-image-text:nth-child(10) {
    background-color: #fff;
    background-size: 100% 240px !important;
    background-repeat: no-repeat !important
}

@media(min-width: 768px) {
    .pin-spacer:nth-child(10) .stacked-image-text, .stacked-image-text:nth-child(10) {
        background-size: 100% 780px !important
    }
}

.pin-spacer:nth-child(10) .bg-background, .pin-spacer:nth-child(10) .bg-white, .stacked-image-text:nth-child(10) .bg-background, .stacked-image-text:nth-child(10) .bg-white {
    background: rgba(0, 0, 0, 0) !important
}

.pin-spacer:nth-child(10) .chapter-title, .stacked-image-text:nth-child(10) .chapter-title {
    padding-bottom: calc(2*var(--se-spacer-8)) !important
}

@media(max-width: 767.98px) {
    .pin-spacer:nth-child(10) .chapter-title, .stacked-image-text:nth-child(10) .chapter-title {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

.pin-spacer:nth-child(10) .chapter-title *::before, .stacked-image-text:nth-child(10) .chapter-title *::before {
    content: "";
    display: block;
    margin: 0 auto 48px;
    border-radius: 4px;
    width: 127px;
    height: 8px;
    background-color: #203ca4
}

@media(max-width: 767.98px) {
    .pin-spacer:nth-child(10) .chapter-title *::before, .stacked-image-text:nth-child(10) .chapter-title *::before {
        margin-bottom: 24px
    }
}

@media(max-width: 767.98px) {
    .pin-spacer:nth-child(10) .container-fluid, .stacked-image-text:nth-child(10) .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

.pin-spacer:nth-child(10) .heading, .stacked-image-text:nth-child(10) .heading {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.pin-spacer:nth-child(10) .heading .h2, .stacked-image-text:nth-child(10) .heading .h2 {
    font-size: var(--se-fs-3) !important
}

@media(max-width: 767.98px) {
    .pin-spacer:nth-child(10) .heading .h2, .stacked-image-text:nth-child(10) .heading .h2 {
        width: 100%;
        text-align: left
    }
}

.pin-spacer:nth-child(10) .description, .stacked-image-text:nth-child(10) .description {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.pin-spacer:nth-child(10) .description .desc, .stacked-image-text:nth-child(10) .description .desc {
    margin-top: 24px !important;
    line-height: 1.2;
    font-size: var(--se-fs-6) !important;
    color: rgba(0, 0, 0, .45)
}

@media(max-width: 767.98px) {
    .pin-spacer:nth-child(10) .description .desc, .stacked-image-text:nth-child(10) .description .desc {
        text-align: left
    }
}

@media(min-width: 1025px) {
    .pin-spacer:nth-child(10) .description .desc, .stacked-image-text:nth-child(10) .description .desc {
        margin-top: 48px !important;
        margin-left: auto
            /* rtl:ignore */
        ;
        width: 50%;
        text-align: left
    }
}

.pin-spacer:nth-child(10) .description .desc .colored-text, .stacked-image-text:nth-child(10) .description .desc .colored-text {
    color: #000 !important
}

.pin-spacer:nth-child(10) .content-block-container, .stacked-image-text:nth-child(10) .content-block-container {
    opacity: 1 !important;
    transform: unset !important;
    padding-bottom: var(--se-spacer-8)
}

@media(max-width: 767.98px) {
    .pin-spacer:nth-child(10) .content-block-container, .stacked-image-text:nth-child(10) .content-block-container {
        padding-bottom: var(--se-spacer-8)
    }
}

.pin-spacer:nth-child(10) .content-block-container li::before, .stacked-image-text:nth-child(10) .content-block-container li::before {
    background-color: rgba(229, 229, 229, .8) !important;
    color: #333 !important
}

@media(max-width: 767.98px) {
    .pin-spacer:nth-child(10) .content-block-container li, .stacked-image-text:nth-child(10) .content-block-container li {
        width: 100% !important
    }
}

@media(max-width: 767.98px) {
    .pin-spacer:nth-child(10) .image-block, .stacked-image-text:nth-child(10) .image-block {
        margin-left: -24px;
        margin-right: -24px
    }
}

.pin-spacer:nth-child(10) .image-block .container, .stacked-image-text:nth-child(10) .image-block .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: unset
}

.pin-spacer:nth-child(10) .image-block .img-wrapper, .stacked-image-text:nth-child(10) .image-block .img-wrapper {
    margin-bottom: -24px
}

@media(min-width: 768px) {
    .pin-spacer:nth-child(10) .image-block .img-wrapper, .stacked-image-text:nth-child(10) .image-block .img-wrapper {
        margin-top: -32px;
        margin-bottom: -96px
    }
}

@media(min-width: 1025px) {
    .pin-spacer:nth-child(10) .image-block .img-wrapper, .stacked-image-text:nth-child(10) .image-block .img-wrapper {
        margin-top: -108px;
        margin-bottom: -108px
    }
}

html[dir=rtl] .pin-spacer:nth-child(10) .content-block-container, html[dir=rtl] .stacked-image-text:nth-child(10) .content-block-container {
    justify-content: flex-end
}

.stacked-image-text:nth-child(13) {
    z-index: 2;
    position: relative;
    background-color: #fff;
    background-size: 100% 240px !important;
    background-repeat: no-repeat !important
}

@media(min-width: 768px) {
    .stacked-image-text:nth-child(13) {
        background-size: 100% 780px !important
    }
}

.stacked-image-text:nth-child(13) .bg-background, .stacked-image-text:nth-child(13) .bg-white {
    background: rgba(0, 0, 0, 0) !important
}

.stacked-image-text:nth-child(13) .chapter-title {
    padding-bottom: calc(2*var(--se-spacer-8)) !important
}

@media(max-width: 767.98px) {
    .stacked-image-text:nth-child(13) .chapter-title {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

.stacked-image-text:nth-child(13) .chapter-title *::before {
    content: "";
    display: block;
    margin: 0 auto 48px;
    border-radius: 4px;
    width: 127px;
    height: 8px;
    background-color: #203ca4
}

@media(max-width: 767.98px) {
    .stacked-image-text:nth-child(13) .chapter-title *::before {
        margin-bottom: 24px
    }
}

@media(max-width: 767.98px) {
    .stacked-image-text:nth-child(13) .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

.stacked-image-text:nth-child(13) .heading {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.stacked-image-text:nth-child(13) .heading .h2 {
    font-size: var(--se-fs-3) !important
}

@media(max-width: 767.98px) {
    .stacked-image-text:nth-child(13) .heading .h2 {
        width: 100%;
        text-align: left
    }
}

.stacked-image-text:nth-child(13) .description {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.stacked-image-text:nth-child(13) .description .desc {
    margin-top: 24px !important;
    line-height: 1.2;
    font-size: var(--se-fs-6) !important;
    color: rgba(0, 0, 0, .45)
}

@media(max-width: 767.98px) {
    .stacked-image-text:nth-child(13) .description .desc {
        text-align: left
    }
}

@media(min-width: 1025px) {
    .stacked-image-text:nth-child(13) .description .desc {
        margin-top: 48px !important;
        width: 50%
    }
}

.stacked-image-text:nth-child(13) .description .desc .colored-text {
    color: #000 !important
}

.stacked-image-text:nth-child(13) .image-block {
    margin-top: 0 !important
}

@media(max-width: 767.98px) {
    .stacked-image-text:nth-child(13) .image-block {
        margin-left: -24px;
        margin-right: -24px
    }
}

.stacked-image-text:nth-child(13) .image-block .container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media(max-width: 767.98px) {
    .image-tab-v2 .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
}

.image-tab-v2 .image-tab-v2-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #fff
}

@media(min-width: 768px) {
    .image-tab-v2 .image-tab-v2-container {
        padding-top: var(--se-spacer-8);
        padding-bottom: calc(var(--se-spacer-7) - var(--se-spacer-3))
    }
}

@media(min-width: 768px) {
    .image-tab-v2 .row-outer>* {
        width: 50%
    }
}

@media(min-width: 1440px) {
    .image-tab-v2 .row-outer {
        --se-gutter-x: 48px
    }
}

@media(min-width: 768px) {
    .image-tab-v2 .row-content {
        margin-bottom: var(--se-spacer-5) !important
    }
}

.image-tab-v2 .heading {
    margin-bottom: 16px !important;
    line-height: 1;
    font-size: var(--se-fs-4) !important
}

@media(min-width: 768px) {
    .image-tab-v2 .heading {
        margin-bottom: 24px !important
    }
}

.image-tab-v2 .description {
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important;
    color: rgba(0, 0, 0, .45)
}

.image-tab-v2 .description strong {
    color: #000;
    font-weight: inherit
}

.image-tab-v2 .specs-row {
    --se-gutter-y: 12px
}

@media(min-width: 768px) {
    .image-tab-v2 .specs-row {
        --se-gutter-y: 24px
    }
}

@media(min-width: 1440px) {
    .image-tab-v2 .specs-row {
        --se-gutter-x: 48px
    }
}

@media(min-width: 1440px) {
    .image-tab-v2 .specs-row>.col:nth-child(2), .image-tab-v2 .specs-row>.col:nth-child(3) {
        width: 50%
    }
}

.image-tab-v2 .specs-row .specs-item {
    --percentage-of-length: 100% !important;
    padding-top: 8px !important;
    padding-bottom: 12px !important
}

@media(min-width: 768px) {
    .image-tab-v2 .specs-row .specs-item {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

.image-tab-v2 .specs-row .specs-item::before {
    height: 1px;
    background: rgba(0, 0, 0, .3)
}

.image-tab-v2 .specs-row .specs-item-content {
    padding-top: 0 !important
}

.compare-video .py-section-lg {
    padding-top: var(--se-spacer-8) !important;
    padding-bottom: 0 !important
}

@media(max-width: 767.98px) {
    .compare-video .py-section-lg {
        padding-top: 48px !important
    }
}

.compare-video .section-heading {
    margin-bottom: var(--se-spacer-5) !important
}

@media(max-width: 767.98px) {
    .compare-video .section-heading {
        margin-bottom: 24px !important;
        text-align: left !important
    }
}

.compare-video .section-description {
    margin-bottom: var(--se-spacer-6) !important;
    line-height: 1.2 !important;
    font-size: var(--se-fs-6) !important;
    color: rgba(255, 255, 255, .45)
}

@media(max-width: 767.98px) {
    .compare-video .section-description {
        margin-bottom: 48px !important;
        text-align: left !important
    }
}

.compare-video .section-description .colored-text {
    color: #fff
}

@media(max-width: 767.98px) {
    .compare-video .compare-text-content {
        display: none !important
    }
}

.rm11pro-pdp .nav-entry-wrap {
    -webkit-margin-start: unset !important;
    margin-inline-start: unset !important
}

.main-content .nav-vertical-container {
    display: none !important
}

.media-grid-v2 .grid-template {
    grid-template-columns: repeat(2, 1fr)
}

@media(min-width: 768px) {
    .media-grid-v2 .grid-template {
        grid-template-columns: repeat(12, 1fr)
    }
}

.media-grid-v2 .grid-columns-1 {
    grid-column-start: span 1
}

.media-grid-v2 .grid-columns-2 {
    grid-column-start: span 2
}

.media-grid-v2 .grid-columns-3 {
    grid-column-start: span 3
}

.media-grid-v2 .grid-columns-4 {
    grid-column-start: span 4
}

.media-grid-v2 .grid-columns-5 {
    grid-column-start: span 5
}

.media-grid-v2 .grid-columns-6 {
    grid-column-start: span 6
}

.media-grid-v2 .grid-columns-7 {
    grid-column-start: span 7
}

.media-grid-v2 .grid-columns-8 {
    grid-column-start: span 8
}

.media-grid-v2 .grid-columns-9 {
    grid-column-start: span 9
}

.media-grid-v2 .grid-columns-10 {
    grid-column-start: span 10
}

.media-grid-v2 .grid-columns-11 {
    grid-column-start: span 11
}

.media-grid-v2 .grid-columns-12 {
    grid-column-start: span 12
}

@media(min-width: 768px) {
    .media-grid-v2 .grid-columns-md-1 {
        grid-column-start: span 1
    }

    .media-grid-v2 .grid-columns-md-2 {
        grid-column-start: span 2
    }

    .media-grid-v2 .grid-columns-md-3 {
        grid-column-start: span 3
    }

    .media-grid-v2 .grid-columns-md-4 {
        grid-column-start: span 4
    }

    .media-grid-v2 .grid-columns-md-5 {
        grid-column-start: span 5
    }

    .media-grid-v2 .grid-columns-md-6 {
        grid-column-start: span 6
    }

    .media-grid-v2 .grid-columns-md-7 {
        grid-column-start: span 7
    }

    .media-grid-v2 .grid-columns-md-8 {
        grid-column-start: span 8
    }

    .media-grid-v2 .grid-columns-md-9 {
        grid-column-start: span 9
    }

    .media-grid-v2 .grid-columns-md-10 {
        grid-column-start: span 10
    }

    .media-grid-v2 .grid-columns-md-11 {
        grid-column-start: span 11
    }

    .media-grid-v2 .grid-columns-md-12 {
        grid-column-start: span 12
    }
}

@media(min-width: 768px) {
    .media-grid-v2 .text-wrapper {
        width: 100%;
        height: 100%
    }
}

@media(min-width: 768px) {
    .media-grid-v2 .text-content {
        height: 100%
    }
}

.media-grid-v2 .block-specs-img {
    max-width: var(--max-width)
}

@media(max-width: 767.98px) {
    .media-grid-v2 .block-specs-img {
        max-width: calc(var(--max-width)*0.7118644068)
    }
}


.auto-cards-scroller .auto-cards-scroller-swiper {
    overflow: visible
}

.auto-cards-scroller .slide-animation-pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.auto-cards-scroller .slide-animation-wrap {
    will-change: transform
}

.auto-cards-scroller .slide-animation-image-wrap {
    margin-right: 1.25rem
}

@media(max-width: 767.98px) {
    .auto-cards-scroller .slide-animation-image-wrap {
        margin-right: .5rem
    }
}

.auto-cards-scroller .slide-animation-image-wrap .img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}


.pdp-stacked-image-text {
    max-width: 2560px;
    margin: 0 auto
}

.pdp-stacked-image-text .content-block-container .richtext-with-link strong {
    color: rgba(var(--se-on-background-1-rgb), var(--se-text-opacity));
    font-weight: normal
}

.pdp-stacked-image-text .content-block-container .richtext-with-link ol {
    --se-font-size: .75rem;
    font-size: var(--se-font-size);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    counter-reset: index;
    list-style-type: none;
    margin-bottom: calc(var(--se-spacer-2)*-1);
    margin-left: calc(var(--se-spacer-4)/-2);
    margin-right: calc(var(--se-spacer-4)/-2)
}

.pdp-stacked-image-text .content-block-container .richtext-with-link ol li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: var(--se-spacer-2);
    padding-left: calc(var(--se-spacer-4)/2);
    padding-right: calc(var(--se-spacer-4)/2)
}

@media(max-width: 767.98px) {
    .pdp-stacked-image-text .content-block-container .richtext-with-link ol li {
        align-items: flex-start;
        width: 50%
    }
}

.pdp-stacked-image-text .content-block-container .richtext-with-link ol li::before {
    flex-shrink: 0;
    counter-increment: index;
    content: counters(index, ".");
    display: block;
    width: 18px;
    height: 18px;
    font-size: 10px;
    -webkit-margin-end: var(--se-spacer-2);
    margin-inline-end: var(--se-spacer-2);
    border-radius: 50rem;
    text-align: center;
    color: #fff;
    line-height: 18px;
    background-color: rgba(var(--se-on-background-4-rgb), var(--se-text-opacity))
}

.pdp-stacked-image-text .bg-image-2 {
    opacity: 0
}

.pdp-stacked-image-text .content-block-container {
    opacity: 0;
    transform: translateY(50px)
}

@media(max-width: 767.98px) {
    .pdp-stacked-image-text .content-block-container {
        transform: translateY(12px)
    }
}

.pdp-stacked-image-text .pdp-split-image-sticky-distance {
    height: 20vh
}

.pdp-stacked-image-text .pdp-split-image-modal .modal-header, .pdp-stacked-image-text .pdp-split-image-modal .modal-body {
    flex: 0 0 auto;
    width: 100%
}

.pdp-stacked-image-text .pdp-split-image-modal .modal-header {
    position: absolute;
    top: 0
}

@media(max-width: 767.98px) {
    .pdp-stacked-image-text .pdp-split-image-modal .modal-header {
        position: relative
    }
}

.pdp-stacked-image-text .pdp-split-image-modal .btn-close {
    width: 4rem;
    height: 4rem;
    opacity: 1
}

.pdp-stacked-image-text .pdp-split-image-modal .btn-close:hover {
    color: rgba(var(--se-on-background-1-rgb), var(--se-text-opacity))
}

@media(max-width: 767.98px) {
    .pdp-stacked-image-text .pdp-split-image-modal .btn-close {
        width: 2rem;
        height: 2rem
    }
}

.pdp-stacked-image-text .pdp-split-image-modal .btn-close svg {
    width: 100%;
    height: auto
}


@font-face {
    .title-with-tab {
        font-family: "swiper-icons";
        src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
        font-weight: 400;
        font-style: normal
    }
}

.title-with-tab :root {
    --swiper-theme-color: #007aff
}

.title-with-tab .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.title-with-tab .swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.title-with-tab .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.title-with-tab .swiper-android .swiper-slide, .title-with-tab .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.title-with-tab .swiper-pointer-events {
    touch-action: pan-y
}

.title-with-tab .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.title-with-tab .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.title-with-tab .swiper-slide-invisible-blank {
    visibility: hidden
}

.title-with-tab .swiper-autoheight, .title-with-tab .swiper-autoheight .swiper-slide {
    height: auto
}

.title-with-tab .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.title-with-tab .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.title-with-tab .swiper-3d, .title-with-tab .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.title-with-tab .swiper-3d .swiper-wrapper, .title-with-tab .swiper-3d .swiper-slide, .title-with-tab .swiper-3d .swiper-slide-shadow, .title-with-tab .swiper-3d .swiper-slide-shadow-left, .title-with-tab .swiper-3d .swiper-slide-shadow-right, .title-with-tab .swiper-3d .swiper-slide-shadow-top, .title-with-tab .swiper-3d .swiper-slide-shadow-bottom, .title-with-tab .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.title-with-tab .swiper-3d .swiper-slide-shadow, .title-with-tab .swiper-3d .swiper-slide-shadow-left, .title-with-tab .swiper-3d .swiper-slide-shadow-right, .title-with-tab .swiper-3d .swiper-slide-shadow-top, .title-with-tab .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.title-with-tab .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

.title-with-tab .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.title-with-tab .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.title-with-tab .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.title-with-tab .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.title-with-tab .swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.title-with-tab .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.title-with-tab .swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.title-with-tab .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.title-with-tab .swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.title-with-tab .swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.title-with-tab .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.title-with-tab .swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.title-with-tab .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.title-with-tab .swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.title-with-tab .swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.title-with-tab .swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.title-with-tab .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.title-with-tab .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.title-with-tab .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

.title-with-tab :root {
    --swiper-navigation-size: 44px
}

.title-with-tab .swiper-button-prev, .title-with-tab .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.title-with-tab .swiper-button-prev.swiper-button-disabled, .title-with-tab .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.title-with-tab .swiper-button-prev.swiper-button-hidden, .title-with-tab .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.title-with-tab .swiper-navigation-disabled .swiper-button-prev, .title-with-tab .swiper-navigation-disabled .swiper-button-next {
    display: none !important
}

.title-with-tab .swiper-button-prev:after, .title-with-tab .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.title-with-tab .swiper-button-prev, .title-with-tab .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.title-with-tab .swiper-button-prev:after, .title-with-tab .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.title-with-tab .swiper-button-next, .title-with-tab .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.title-with-tab .swiper-button-next:after, .title-with-tab .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.title-with-tab .swiper-button-lock {
    display: none
}

.title-with-tab .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.title-with-tab .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.title-with-tab .swiper-pagination-disabled>.swiper-pagination, .title-with-tab .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.title-with-tab .swiper-pagination-fraction, .title-with-tab .swiper-pagination-custom, .title-with-tab .swiper-horizontal>.swiper-pagination-bullets, .title-with-tab .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%
}

.title-with-tab .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.title-with-tab .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.title-with-tab .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.title-with-tab .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.title-with-tab .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.title-with-tab .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.title-with-tab .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.title-with-tab .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.title-with-tab .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

.title-with-tab button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.title-with-tab .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.title-with-tab .swiper-pagination-bullet:only-child {
    display: none !important
}

.title-with-tab .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.title-with-tab .swiper-vertical>.swiper-pagination-bullets, .title-with-tab .swiper-pagination-vertical.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.title-with-tab .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet, .title-with-tab .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.title-with-tab .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .title-with-tab .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.title-with-tab .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .title-with-tab .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top
}

.title-with-tab .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .title-with-tab .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.title-with-tab .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .title-with-tab .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.title-with-tab .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .title-with-tab .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left
}

.title-with-tab .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right
}

.title-with-tab .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.title-with-tab .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.title-with-tab .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.title-with-tab .swiper-horizontal>.swiper-pagination-progressbar, .title-with-tab .swiper-pagination-progressbar.swiper-pagination-horizontal, .title-with-tab .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .title-with-tab .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.title-with-tab .swiper-vertical>.swiper-pagination-progressbar, .title-with-tab .swiper-pagination-progressbar.swiper-pagination-vertical, .title-with-tab .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .title-with-tab .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.title-with-tab .swiper-pagination-lock {
    display: none
}

.title-with-tab .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.title-with-tab .swiper-scrollbar-disabled>.swiper-scrollbar, .title-with-tab .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.title-with-tab .swiper-horizontal>.swiper-scrollbar, .title-with-tab .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.title-with-tab .swiper-vertical>.swiper-scrollbar, .title-with-tab .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.title-with-tab .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.title-with-tab .swiper-scrollbar-cursor-drag {
    cursor: move
}

.title-with-tab .swiper-scrollbar-lock {
    display: none
}

.title-with-tab .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.title-with-tab .swiper-zoom-container>img, .title-with-tab .swiper-zoom-container>svg, .title-with-tab .swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.title-with-tab .swiper-slide-zoomed {
    cursor: move
}

.title-with-tab .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.title-with-tab .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .title-with-tab .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.title-with-tab .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.title-with-tab .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.title-with-tab .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.title-with-tab .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.title-with-tab .swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.title-with-tab .swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.title-with-tab .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.title-with-tab .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.title-with-tab .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.title-with-tab .swiper-fade .swiper-slide-active, .title-with-tab .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.title-with-tab .swiper-cube {
    overflow: visible
}

.title-with-tab .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.title-with-tab .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.title-with-tab .swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.title-with-tab .swiper-cube .swiper-slide-active, .title-with-tab .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.title-with-tab .swiper-cube .swiper-slide-active, .title-with-tab .swiper-cube .swiper-slide-next, .title-with-tab .swiper-cube .swiper-slide-prev, .title-with-tab .swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.title-with-tab .swiper-cube .swiper-slide-shadow-top, .title-with-tab .swiper-cube .swiper-slide-shadow-bottom, .title-with-tab .swiper-cube .swiper-slide-shadow-left, .title-with-tab .swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.title-with-tab .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.title-with-tab .swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.title-with-tab .swiper-flip {
    overflow: visible
}

.title-with-tab .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.title-with-tab .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.title-with-tab .swiper-flip .swiper-slide-active, .title-with-tab .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.title-with-tab .swiper-flip .swiper-slide-shadow-top, .title-with-tab .swiper-flip .swiper-slide-shadow-bottom, .title-with-tab .swiper-flip .swiper-slide-shadow-left, .title-with-tab .swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.title-with-tab .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.title-with-tab .swiper-cards {
    overflow: visible
}

.title-with-tab .swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.title-with-tab .swiper-fade .swiper-slide:not(.swiper-slide-active) {
    z-index: -1
}

.title-with-tab .sticky-content {
    height: calc(100vh - var(--sticky-bar-height));
    top: var(--sticky-bar-height)
}

.title-with-tab .image-wrapper {
    width: 67%;
    height: 45vh;
    will-change: width, height
}

@media(min-width: 768px) {
    .title-with-tab .image-wrapper {
        width: 70%;
        height: 40vh
    }
}

@media(min-width: 1025px) {
    .title-with-tab .image-wrapper {
        width: 45%;
        height: 37vh
    }
}

.title-with-tab .image-tab-wrapper {
    will-change: all
}

.title-with-tab .image-tab-wrapper.vertical-position {
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(100%)
}

.title-with-tab .bg-linear-light {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F7 100%)
}

.title-with-tab .bg-linear-dark {
    background: linear-gradient(180deg, #000000 0%, #1C1C1E 100%)
}

.title-with-tab .bg-image-picture {
    opacity: 0
}

@media(max-width: 767.98px) {
    .title-with-tab .top-square {
        top: -0.5rem;
        right: -0.5rem
    }
}

@media(min-width: 768px) {
    .title-with-tab .top-square {
        top: -0.5rem;
        left: -0.5rem
    }
}

.title-with-tab .top-square::before {
    content: "";
    position: absolute;
    height: 2px;
    background: #ff003d
}

@media(max-width: 767.98px) {
    .title-with-tab .top-square::before {
        width: 1.25rem;
        top: 0;
        right: 0
    }
}

@media(min-width: 768px) {
    .title-with-tab .top-square::before {
        width: 2rem;
        top: 0;
        left: 0
    }
}

.title-with-tab .top-square::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #ff003d
}

@media(max-width: 767.98px) {
    .title-with-tab .top-square::after {
        height: 1.25rem;
        top: 0;
        right: 0
    }
}

@media(min-width: 768px) {
    .title-with-tab .top-square::after {
        height: 2rem;
        top: 0;
        left: 0
    }
}

@media(max-width: 767.98px) {
    .title-with-tab .bottom-square {
        bottom: -0.5rem;
        left: -0.5rem
    }
}

@media(min-width: 768px) {
    .title-with-tab .bottom-square {
        bottom: -0.5rem;
        right: -0.5rem
    }
}

.title-with-tab .bottom-square::before {
    content: "";
    position: absolute;
    height: 2px;
    background: #ff003d
}

@media(max-width: 767.98px) {
    .title-with-tab .bottom-square::before {
        width: 1.25rem;
        bottom: 0;
        left: 0
    }
}

@media(min-width: 768px) {
    .title-with-tab .bottom-square::before {
        width: 2rem;
        bottom: 0;
        right: 0
    }
}

.title-with-tab .bottom-square::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #ff003d
}

@media(max-width: 767.98px) {
    .title-with-tab .bottom-square::after {
        height: 1.25rem;
        bottom: 0;
        left: 0
    }
}

@media(min-width: 768px) {
    .title-with-tab .bottom-square::after {
        height: 2rem;
        bottom: 0;
        right: 0
    }
}

.title-with-tab .pc-tab-heading-wrapper {
    position: relative;
    padding-left: 1.5rem
}

.title-with-tab .pc-tab-heading-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: rgba(0, 0, 0, .5)
}

.title-with-tab .pc-tab-heading {
    position: relative;
    opacity: .5
}

.title-with-tab .pc-tab-heading.active {
    opacity: 1
}

.title-with-tab .pc-tab-heading.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.5rem;
    height: 100%;
    width: 2px;
    background-color: #ff003d
}

@media(max-width: 1024.98px) {
    .title-with-tab .main-swiper-slide {
        position: relative !important;
        opacity: 1 !important
    }
}

.title-with-tab .tab-image-width {
    width: 56%
}

@media(min-width: 768px) {
    .title-with-tab .tab-image-width {
        width: 40%
    }
}

.title-with-tab .tab-list-mob {
    padding-bottom: .75rem
}

@media(min-width: 1025px) {
    .title-with-tab .tab-list-mob {
        overflow-x: auto;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        scrollbar-width: none
    }

    .title-with-tab .tab-list-mob::-webkit-scrollbar {
        width: 0 !important;
        display: none
    }
}

.title-with-tab .mob-tab-heading-wrapper {
    position: relative
}

.title-with-tab .mob-tab-heading-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.title-with-tab .swiper-indicator {
    width: auto;
    white-space: nowrap
}

.title-with-tab .swiper-indicator .mob-tab-heading {
    position: relative;
    opacity: .5
}

.title-with-tab .swiper-indicator .mob-tab-heading::before {
    content: "";
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ff003d;
    opacity: 0
}

.title-with-tab .swiper-indicator.swiper-indicator-active .mob-tab-heading {
    opacity: 1
}

.title-with-tab .swiper-indicator.swiper-indicator-active .mob-tab-heading::before {
    opacity: 1
}

.title-with-tab .play-pause-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: auto
}

.title-with-tab .play-pause-icon .icon-play {
    opacity: 1
}

.title-with-tab .play-pause-icon .icon-pause {
    opacity: 0
}

.title-with-tab .play-pause-icon.is-playing .icon-play {
    opacity: 0
}

.title-with-tab .play-pause-icon.is-playing .icon-pause {
    opacity: 1
}