/* =========================================================
   MAIN BANNER — HOME PAGE
   Optimized version
   ========================================================= */

/* -------------------------
   Base
   ------------------------- */

.home .main-banner,
.home .main-banner .tns-outer,
.home .main-banner .tns-ovh,
.home .main-banner .tns-inner,
.home .main-banner .tns-slider,
.home .main-banner .tns-item,
.home .main-banner__slide,
.home .main-banner__slide_solutions,
.home .main-banner__slide_news{
    height: 700px !important;
    min-height: 700px !important;
}

.home .main-banner{
    position: relative;
    overflow: hidden;
}

.home .main-banner__slide,
.home .main-banner__slide_solutions,
.home .main-banner__slide_news{
    overflow: hidden;
}

.home .main-banner:after,
.home .main-banner__slide_solutions:after,
.home .main-banner__slide_solutions .main-banner__img,
.home .main-banner__slide_solutions .col-lg-5:after,
.home .main-banner__slide_news .col-lg-5:after{
    display: none !important;
    content: none !important;
}

.home .main-banner__text{
    padding-left: 80px;
}

.home .main-banner .slider__arrows{
    display: none !important;
}

/* Slider dots */
.home .main-banner .tns-nav{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.9rem;
    z-index: 5;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.home .main-banner .tns-nav button{
    position: relative;
    width: 5rem;
    height: 2.4rem;
    min-height: 2.4rem;
    margin: 0 .7rem;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.home .main-banner .tns-nav button::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,.28);
    transform: translateY(-50%);
    transition: background-color .2s ease-in-out;
}

.home .main-banner .tns-nav button:hover::before,
.home .main-banner .tns-nav button.tns-nav-active::before{
    background: #fff;
}

/* -------------------------
   General hero typography and animation
   ------------------------- */

.home .main-banner__title{
    margin-bottom: 18px;
    color: #fff;
    font-size: 3rem;
    line-height: 1.15;
    white-space: nowrap;
}

.home .main-banner__lead{
    margin-top: 22px;
    font-size: 1.8rem;
    line-height: 1.55;
    font-weight: 500;
}

.home .main-banner__lead p{
    margin-bottom: 10px;
}

/* Common animation for standard banner content */
.home .main-banner__slide:not(.main-banner__slide_solutions) .main-banner__title,
.home .main-banner__slide:not(.main-banner__slide_solutions) .main-banner__lead,
.home .main-banner__slide:not(.main-banner__slide_solutions) .btn{
    opacity: 0;
    transform: translateY(20px);
}

.home .tns-slide-active .main-banner__slide:not(.main-banner__slide_solutions) .main-banner__title{
    animation: mainBannerFadeUp .9s ease forwards;
}

.home .tns-slide-active .main-banner__slide:not(.main-banner__slide_solutions) .main-banner__lead{
    animation: mainBannerFadeUp .9s ease .5s forwards;
}

.home .tns-slide-active .main-banner__slide:not(.main-banner__slide_solutions) .btn{
    animation: mainBannerFadeUp .9s ease .7s forwards;
}

@keyframes mainBannerFadeUp{
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================================
   SOLUTIONS / FIRST SLIDE
   ========================================================= */

.home .main-banner__slide_solutions{
    position: relative;
    padding-top: 9rem !important;
    padding-bottom: 13rem !important;
    color: #fff;
    background:
        radial-gradient(circle at 28% 78%, rgba(0,172,236,.35) 0, transparent 28%),
        radial-gradient(circle at 72% 38%, rgba(0,125,197,.22) 0, transparent 30%),
        linear-gradient(135deg, #06122d 0%, #071b45 45%, #0a2b68 100%) !important;
}

.home .main-banner__slide_solutions::before{
    content: "";
    position: absolute;
    inset: 0;
    opacity: .55;
    pointer-events: none;
    background:
        linear-gradient(120deg, transparent 0 56%, rgba(0,172,236,.08) 56% 100%),
        linear-gradient(30deg, transparent 0 74%, rgba(0,125,197,.18) 74% 100%);
}

.home .main-banner__slide_solutions .container{
    position: relative;
    z-index: 2;
}

.home .main-banner__slide_solutions .main-banner__title{
    margin: 0 0 4rem;
    color: #fff;
    text-shadow: 0 0 20px rgba(0,172,236,.15);
}

.home .main-banner__kicker{
    margin-bottom: 2rem;
    color: #00acec !important;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .05em;
}

.home .main-banner-solutions-layout{
    display: grid;
    grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
    gap: 8rem;
    align-items: start;
    min-height: 58rem;
}

.home .main-banner-solutions-header{
    display: flex;
    grid-column: 1 / -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
}

.home .main-banner-solutions-header .main-banner__title{
    max-width: 120rem;
    margin: 0 auto;
    text-align: center;
    font-size: 5.4rem;
    line-height: 1.1;
    letter-spacing: -.03em;
    white-space: nowrap;
}

.home .main-banner-solutions-left{
    display: flex;
    flex-direction: column;
}

.home .main-banner-solutions-right{
    position: relative;
    height: 38rem;
    min-height: 34rem;
    padding-left: 7rem;
    padding-bottom: 7rem;
}

.home .main-banner-solutions-right::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,172,236,.8), transparent);
}

.home .main-banner-solutions-text{
    max-width: 66rem;
    max-height: 28rem;
    overflow: hidden;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.65;
    font-weight: 400;
    transition: opacity .2s ease;
}

.home .main-banner-solutions-text p{
    margin: 0 0 2rem;
    padding: 0;
}

.home .main-banner-solutions-text p:last-child{
    margin-bottom: 0;
}

/* Solutions list */
.home .main-solutions-list{
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: none;
    margin-left: auto;
}

.home .main-banner__slide_solutions .main-solutions-list{
    max-width: 48rem;
    margin: 0;
}

.home .main-solutions-list__item{
    position: relative;
    display: block;
    padding: .6rem 0 .6rem 2.6rem;
    color: #fff !important;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition:
        color .25s ease,
        opacity .25s ease,
        transform .25s ease,
        border-color .25s ease;
}

.home .main-solutions-list__item::before{
    position: absolute;
    left: 0;
    top: .4rem;
    color: #00acec;
    font-size: 1.6rem;
}

.home .main-solutions-list__item:hover{
    color: #00acec !important;
    opacity: .9;
    transform: translateX(6px);
    border-color: rgba(0,172,236,.4);
}

.home .main-solutions-list__item:last-child{
    border-bottom: 0;
}

/* Icon list variant */
.home .main-solutions-list_icons{
    max-width: 58rem;
    gap: 3.4rem;
    margin-top: 1rem;
}

.home .main-solutions-list_icons .main-solutions-list__item{
    display: grid;
    grid-template-columns: 5rem 1fr;
    align-items: center;
    padding: 0;
    border-bottom: 0;
    font-size: 2rem;
    font-weight: 700;
}

.home .main-solutions-list_icons .main-solutions-list__item::before{
    display: none !important;
}

.home .main-solutions-list_icons .main-solutions-list__item:hover{
    color: #fff !important;
    transform: translateX(8px);
}

/* First slide — active direction item */
.home .main-banner__slide_first-bg .main-solutions-list_icons .main-solutions-list__item.is-active{
    color: #00acec !important;
    opacity: 1 !important;
    transform: translateX(8px);
}

.home .main-solutions-list__icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    color: #6ee7ff;
    font-size: 2.8rem;
    line-height: 1;
    text-shadow: 0 0 14px rgba(0,172,236,.55);
}

.home .main-solutions-list__icon svg{
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home .main-banner__slide_first-bg .main-solutions-list_icons .main-solutions-list__item.is-active .main-solutions-list__icon,
.home .main-solutions-list_icons .main-solutions-list__item:hover .main-solutions-list__icon{
    color: #00acec;
}

/* First slide animation */
.home .main-banner__slide_solutions .main-banner__kicker,
.home .main-banner__slide_solutions .main-banner__title,
.home .main-banner__slide_solutions .main-solutions-list__item{
    opacity: 0;
    transform: translateY(18px);
}

.home .tns-slide-active .main-banner__slide_solutions .main-banner__kicker{
    animation: mainBannerFadeUp .7s ease forwards;
}

.home .tns-slide-active .main-banner__slide_solutions .main-banner__title{
    animation: mainBannerFadeUp .8s ease .15s forwards;
}

.home .tns-slide-active .main-banner__slide_solutions .main-solutions-list__item{
    animation: mainBannerFadeUp .55s ease forwards;
}

.home .tns-slide-active .main-banner__slide_solutions .main-solutions-list__item:nth-child(1){ animation-delay: .25s; }
.home .tns-slide-active .main-banner__slide_solutions .main-solutions-list__item:nth-child(2){ animation-delay: .32s; }
.home .tns-slide-active .main-banner__slide_solutions .main-solutions-list__item:nth-child(3){ animation-delay: .39s; }
.home .tns-slide-active .main-banner__slide_solutions .main-solutions-list__item:nth-child(4){ animation-delay: .46s; }
.home .tns-slide-active .main-banner__slide_solutions .main-solutions-list__item:nth-child(5){ animation-delay: .53s; }
.home .tns-slide-active .main-banner__slide_solutions .main-solutions-list__item:nth-child(6){ animation-delay: .60s; }
.home .tns-slide-active .main-banner__slide_solutions .main-solutions-list__item:nth-child(7){ animation-delay: .67s; }
.home .tns-slide-active .main-banner__slide_solutions .main-solutions-list__item:nth-child(8){ animation-delay: .74s; }
.home .tns-slide-active .main-banner__slide_solutions .main-solutions-list__item:nth-child(9){ animation-delay: .81s; }
.home .tns-slide-active .main-banner__slide_solutions .main-solutions-list__item:nth-child(10){ animation-delay: .88s; }

/* Hover text animation */
.home .js-main-banner-text,
.home .js-main-banner-text.is-changing{
    opacity: 0;
    transform: translateY(8px);
}

.home .js-main-banner-text{
    transition: opacity .45s ease, transform .45s ease;
}

.home .js-main-banner-text.is-visible{
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   PRODUCT SLIDES
   ========================================================= */

.home .main-banner__slide_news .row{
    position: relative;
    min-height: 100%;
}

.home .main-banner__slide_news .row::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 38%;
    width: 2px;
    height: 24rem;
    background: linear-gradient(to bottom, transparent, rgba(0,172,236,.8), transparent);
    transform: translate(-50%, -50%);
}

.home .main-banner__slide_news .main-banner__title{
    margin: 0;
    color: #fff;
    font: 700 4.4rem/5rem Roboto, sans-serif;
}

.home .main-banner__slide_news .main-banner-solutions-header{
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    width: auto !important;
    max-width: 104rem;
    margin: 0 0 4rem 1rem !important;
    text-align: left !important;
}

.home .main-banner__slide_news .main-banner-solutions-header .main-banner__title{
    margin: 0 !important;
    text-align: left !important;
}

.home .main-banner-product-layout,
.home .main-banner__slide_news .main-banner-product-layout{
    display: grid;
    grid-template-columns: 260px 1.3fr 1.45fr;
    align-items: center;
    gap: 6rem;
    width: calc(100vw - 12rem);
    margin-left: 2rem;
}

.home .main-banner-product-column_list,
.home .main-banner-product-column_image{
    min-width: 0;
}

.home .main-banner__slide_news .main-banner-product-column_list{
    margin-left: 0;
    transform: translateX(-1rem);
}

.home .main-banner__slide_news .main-news-list{
    max-width: 280px;
    margin-left: 0 !important;
}

.home .main-banner__slide_news .main-news-list .main-solutions-list__item{
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.8rem;
    width: 280px !important;
    margin: 0 0 2rem;
    padding-left: 0 !important;
    color: #fff;
    font: 700 1.9rem/2.5rem Roboto, sans-serif;
    white-space: normal !important;
    transition:
        color .25s ease,
        opacity .25s ease,
        transform .25s ease;
}

.home .main-banner__slide_news .main-news-list .main-solutions-list__item:hover,
.home .main-banner__slide_news .main-news-list .main-solutions-list__item.is-active{
    color: #00acec !important;
    opacity: 1;
    transform: translateX(.8rem);
}

.home .main-banner__slide_news .main-news-list .main-solutions-list__item.is-active::after{
    content: "";
    position: absolute;
    left: -2.2rem;
    top: 50%;
    width: 0;
    height: 0;
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    border-left: .8rem solid #00acec;
    transform: translateY(-50%);
}

.home .main-banner__slide_news .main-banner-product-column_text{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50rem;
    min-height: 34rem;
    max-height: 50rem;
    max-width: 58rem;
    padding-bottom: 7rem;
    color: #fff;
    transform: translateX(11rem);
}

.home .main-banner__slide_news .main-banner-product-column_text .main-banner-solutions-text{
    max-width: 52rem;
    max-height: 45rem;
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden;
    font-size: 2.4rem;
    line-height: 1.45;
}

.home .main-banner__slide_news .main-banner-product-column_image{
    position: relative;
    z-index: 3;
    min-width: 0;
    overflow: visible;
}

.home .main-news-screen,
.home .main-banner__slide_news .main-banner-product-column_image .main-news-screen{
    position: relative;
    left: 10rem;
    width: 76rem;
    height: 43rem;
    margin: 0;
    overflow: hidden;
    border-radius: 1.4rem 0 0 1.4rem;
    box-shadow:
        0 3.5rem 8rem rgba(0,0,0,.5),
        0 0 0 1px rgba(255,255,255,.14),
        0 0 4rem rgba(0,172,236,.15);
    transform: none !important;
}

.home .main-news-screen img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    filter: saturate(1.05) contrast(1.08);
    transform: none !important;
}

.home .main-news-screen::before{
    display: none;
}

.home .main-news-screen::after{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(to right, rgba(10,16,45,.28), transparent 22%),
        linear-gradient(to bottom, transparent 65%, rgba(5,10,35,.35));
}

/* =========================================================
   CTA BUTTONS
   ========================================================= */

.home .main-banner__actions{
    margin-top: 3rem;
}

.home .main-banner__slide_solutions .main-banner__actions{
    position: absolute;
    left: 7rem;
    bottom: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.home .main-banner__slide_news .main-banner-product-column_text .main-banner__actions{
    position: absolute;
    left: 0;
    bottom: 2rem;
    margin: 0 !important;
    padding: 0 !important;
}

.home .main-banner__actions .js-main-banner-btn,
.home .main-banner__actions .js-main-banner-details-btn{
    min-height: 4rem;
    width: auto;
    padding: .9rem 2.2rem;
    background: rgba(255,255,255,.06) !important;
    color: rgba(255,255,255,.86) !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    border-radius: .2rem;
    box-shadow: none !important;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
    backdrop-filter: blur(4px);
    transform: none !important;
    animation: none !important;
    transition:
        opacity .25s ease,
        visibility .25s ease,
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease !important;
}

.home .main-banner__actions .js-main-banner-btn{
    display: inline-flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.home .main-banner__actions .js-main-banner-btn.is-visible,
.home .main-banner__actions .js-main-banner-details-btn{
    opacity: .78;
    visibility: visible;
    pointer-events: auto;
}

.home .main-banner__actions .js-main-banner-details-btn{
    display: none;
}

.home .main-banner__actions .js-main-banner-btn:hover,
.home .main-banner__actions .js-main-banner-details-btn:hover{
    opacity: 1;
    background: rgba(0,172,236,.14) !important;
    color: #fff !important;
    border-color: rgba(0,172,236,.55) !important;
}

/* =========================================================
   CUSTOM BOTTOM ARROWS
   ========================================================= */

.home .main-banner-side-arrow{
    position: absolute;
    bottom: 2.3rem;
    z-index: 10;
    width: 2.8rem;
    height: 1.8rem;
    min-height: 1.8rem;
    padding: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent no-repeat center / contain !important;
    cursor: pointer;
    opacity: .9;
    transition:
        opacity .2s ease,
        transform .2s ease;
}

.home .main-banner-side-arrow_prev{
    left: calc(50% - 30rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 20' fill='none'%3E%3Cpath d='M2 10H30' stroke='white' stroke-width='2.8'/%3E%3Cpath d='M30 2L38 10L30 18V2Z' stroke='white' stroke-width='2.8' fill='none'/%3E%3C/svg%3E") !important;
    transform: rotate(180deg);
}

.home .main-banner-side-arrow_next{
    right: calc(50% - 30rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 20' fill='none'%3E%3Cpath d='M2 10H30' stroke='white' stroke-width='2.8'/%3E%3Cpath d='M30 2L38 10L30 18V2Z' stroke='white' stroke-width='2.8' fill='none'/%3E%3C/svg%3E") !important;
}

.home .main-banner-side-arrow svg{
    display: none !important;
}

.home .main-banner-side-arrow:hover{
    opacity: 1;
}

/* =========================
   First slide background: blue style + right photo
   ========================= */

.home .main-banner__slide_first-bg{
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 28% 78%, rgba(0,172,236,.35) 0, transparent 28%),
        radial-gradient(circle at 72% 38%, rgba(0,125,197,.22) 0, transparent 30%),
        linear-gradient(135deg, #06122d 0%, #071b45 45%, #0a2b68 100%) !important;
}

.home .main-banner__slide_first-bg::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: .55;
    pointer-events: none;
    background:
        linear-gradient(120deg, transparent 0 56%, rgba(0,172,236,.08) 56% 100%),
        linear-gradient(30deg, transparent 0 74%, rgba(0,125,197,.18) 74% 100%);
}

.home .main-banner__first-bg{
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.home .main-banner__first-bg img{
    position: absolute;
    top: 0;
    right: -25%;
    left: auto;
    width: 70%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.05) contrast(1.05);
    transform: none;
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        transparent 18%,
        rgba(0,0,0,.18) 32%,
        rgba(0,0,0,.65) 48%,
        #000 64%,
        #000 100%
    );
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        transparent 18%,
        rgba(0,0,0,.18) 32%,
        rgba(0,0,0,.65) 48%,
        #000 64%,
        #000 100%
    );
}

/* First slide photo overlay */
.home .main-banner__first-bg::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(6,18,45,0) 0%,
            rgba(6,18,45,0) 34%,
            rgba(6,18,45,.26) 48%,
            rgba(6,12,38,.46) 62%,
            rgba(6,12,38,.34) 78%,
            rgba(6,12,38,.12) 100%
        ),
        linear-gradient(
            180deg,
            rgba(6,12,38,.10) 0%,
            rgba(6,12,38,.03) 45%,
            rgba(6,12,38,.28) 100%
        );
}

/* First slide content */
.home .main-banner__slide_first-bg .container{
    position: relative;
    z-index: 5;
}

.home .main-banner__slide_first-bg .main-banner-solutions-layout{
    max-width: 118rem;
    margin-left: 0;
    margin-right: auto;
}

.home .main-banner__slide_first-bg .main-banner-solutions-header{
    max-width: 118rem;
    margin-left: 0;
    margin-right: auto;
    transform: translateX(-24rem);
}

.home .main-banner__slide_first-bg .main-banner__title{
    text-align: left;
}

.home .main-banner__slide_first-bg .main-banner-solutions-left{
    transform: translateX(-12rem);
}

.home .main-banner__slide_first-bg .main-banner-solutions-right{
    transform: translateX(-24rem);
}

.home .main-banner__slide_first-bg .main-banner-solutions-text{
    max-width: 54rem;
    max-height: 34rem;
}

/* =========================
   Product slides background image
   ========================= */

.home .main-banner__slide_product-bg{
    position: relative;
    overflow: hidden;
}

.home .main-banner__product-bg{
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.home .main-banner__product-bg img{
    position: absolute;
    top: 50%;
    right: -15%;
    left: auto;
    width: 70%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.05) contrast(1.05);
    transform: translateY(-50%);
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        transparent 18%,
        rgba(0,0,0,.18) 32%,
        rgba(0,0,0,.65) 48%,
        #000 64%,
        #000 100%
    );
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        transparent 18%,
        rgba(0,0,0,.18) 32%,
        rgba(0,0,0,.65) 48%,
        #000 64%,
        #000 100%
    );
}

.home .main-banner__product-bg::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(6,18,45,0) 0%,
            rgba(6,18,45,0) 34%,
            rgba(6,18,45,.26) 48%,
            rgba(6,12,38,.46) 62%,
            rgba(6,12,38,.34) 78%,
            rgba(6,12,38,.12) 100%
        ),
        linear-gradient(
            180deg,
            rgba(6,12,38,.10) 0%,
            rgba(6,12,38,.03) 45%,
            rgba(6,12,38,.28) 100%
        );
}

.home .main-banner__slide_product-bg .container{
    position: relative;
    z-index: 5;
}

/* Product slide hover image */
.home .main-banner__slide_news .main-banner-product-hover-image{
    position: relative;
    z-index: 7;
    width: 70rem;
    height: 45rem;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    transform: translateX(14rem);
    transition:
        opacity .35s ease,
        transform .35s ease,
        visibility 0s linear .35s;
}

.home .main-banner__slide_news .main-banner-product-hover-image.is-visible{
    opacity: 1;
    visibility: visible;
    transform: translateX(10rem);
    transition-delay: 0s;
}

.home .main-banner__slide_news .main-banner-product-hover-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center right;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    filter: drop-shadow(0 2.4rem 4.5rem rgba(0,0,0,.35));
}

.home .main-banner__slide_news .main-banner-product-hover-image img[src=""],
.home .main-banner__slide_news .main-banner-product-hover-image img:not([src]){
    display: none !important;
}

/* Darken product slide background when hover product image is visible */
.home .main-banner__slide_solutions.main-banner__slide_news.has-hover-product-image::after{
    content: "" !important;
    position: absolute;
    inset: 0;
    z-index: 4;
    display: block !important;
    pointer-events: none;
    opacity: 1;
    background:
        linear-gradient(
            90deg,
            rgba(4,8,30,0) 0%,
            rgba(4,8,30,.12) 36%,
            rgba(4,8,30,.52) 62%,
            rgba(4,8,30,.82) 100%
        );
    transition: opacity .3s ease;
}

.home .main-banner__slide_news .container{
    position: relative;
    z-index: 6;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

/* Ultra-wide screens */
@media screen and (min-width: 2100px){
    .home .main-banner__first-bg img{
        top: 50% !important;
        right: 0 !important;
        left: auto !important;
        width: auto !important;
        height: 100% !important;
        max-width: none !important;
        object-fit: contain !important;
        object-position: right center !important;
        transform: translateY(-50%) !important;
    }
}

/* Large desktop */
@media screen and (min-width: 1800px){
    .home .main-banner__title{
        font-size: 5.2rem;
        line-height: 5.8rem;
    }

    .home .main-banner__lead{
        max-width: 68rem;
        font-size: 2rem;
        line-height: 3rem;
    }

    .home .main-news-screen,
    .home .main-banner__slide_news .main-banner-product-column_image .main-news-screen{
        width: 60rem;
        height: 34.6rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1559px){
    .home .main-banner__slide{
        position: relative;
    }

    .home .main-banner__img{
        position: absolute !important;
        top: 0 !important;
        right: -18rem !important;
        left: auto !important;
        width: 48% !important;
        height: 100% !important;
        transform: none !important;
    }

    .home .main-banner__img img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: left center !important;
    }

    .home .main-banner__title{
        font-size: 3.4rem;
        line-height: 4rem;
    }

    .home .main-banner__lead{
        font-size: 1.6rem;
        line-height: 2.3rem;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-layout{
        max-width: 112rem;
        margin-left: auto;
        margin-right: auto;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-header{
        transform: translateX(-30rem);
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-left{
        transform: translateX(-9rem);
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-right{
        transform: translateX(-18rem);
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-header .main-banner__title{
        font-size: 4rem;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px){

    /* =========================
       Banner shell / 1025–1199
       ========================= */

    .home .main-banner,
    .home .main-banner .tns-outer,
    .home .main-banner .tns-ovh,
    .home .main-banner .tns-inner,
    .home .main-banner .tns-slider,
    .home .main-banner .tns-item,
    .home .main-banner__slide,
    .home .main-banner__slide_solutions,
    .home .main-banner__slide_news{
        height: 56rem !important;
        min-height: 56rem !important;
        max-height: 56rem !important;
        overflow: hidden !important;
    }

    .home .main-banner__slide{
        position: relative !important;
        display: block !important;
        padding: 0 !important;
    }

    .home .main-banner__slide > .container{
        height: 100% !important;
        max-width: none !important;
        padding-left: 5.6rem !important;
        padding-right: 5.6rem !important;
    }

    .home .main-banner__title,
    .home .main-banner__slide-title{
        font-size: 3.8rem !important;
        line-height: 4.2rem !important;
    }

    .home .main-banner__title br{
        display: none !important;
    }

    .home .main-banner__lead{
        max-width: 34rem !important;
        font-size: 1.6rem !important;
        line-height: 2.25rem !important;
    }

    /* =========================
       First slide / 1025–1199
       ========================= */

    .home .main-banner__slide_first-bg .main-banner-solutions-layout{
        display: grid !important;
        grid-template-columns: 40rem minmax(0,1fr) !important;
        grid-template-rows: auto 1fr !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding-top: 3.6rem !important;
        padding-bottom: 7.2rem !important;
        column-gap: 4rem !important;
        row-gap: 6.2rem !important;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-header{
        grid-column: 1 / -1 !important;
        justify-content: flex-start !important;
        max-width: none !important;
        margin: 0 !important;
        transform: none !important;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-header .main-banner__title{
        max-width: 72rem !important;
        margin: 0 !important;
        text-align: left !important;
        white-space: normal !important;
        font-size: 3.8rem !important;
        line-height: 4.2rem !important;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-left{
        min-width: 0 !important;
        transform: none !important;
    }

    .home .main-banner__slide_first-bg .main-solutions-list,
    .home .main-banner__slide_solutions .main-solutions-list{
        max-width: 40rem !important;
        gap: 1.6rem !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .home .main-banner__slide_first-bg .main-solutions-list_icons .main-solutions-list__item{
        grid-template-columns: 3rem 1fr !important;
        gap: 1rem !important;
        font-size: 2rem !important;
        line-height: 3.5rem !important;
    }

    .home .main-banner__slide_first-bg .main-solutions-list__icon{
        width: 2.4rem !important;
        height: 2.4rem !important;
        font-size: 2rem !important;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-right{
        position: relative !important;
        height: 34rem !important;
        min-height: 34rem !important;
        max-height: 34rem !important;
        padding-left: 5rem !important;
        padding-bottom: 6.4rem !important;
        transform: translateX(5rem) !important;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-right::before{
        height: 100% !important;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-text{
        max-width: 40rem !important;
        max-height: 22.5rem !important;
        font-size: 1.95rem !important;
        line-height: 2.65rem !important;
    }

    .home .main-banner__slide_first-bg .main-banner__actions{
        position: absolute !important;
        left: 5rem !important;
        bottom: 1.4rem !important;
        z-index: 8 !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    .home .main-banner__first-bg img{
        right: -15% !important;
        width: 88% !important;
        opacity: .75 !important;
    }

    /* =========================
       Product slides / 1025–1199
       ========================= */

    .home .main-banner__slide_news .main-banner-solutions-header{
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 2.4rem !important;
        padding-top: 3.4rem !important;
        transform: none !important;
    }

    .home .main-banner__slide_news .main-banner-solutions-header .main-banner__title,
    .home .main-banner__slide_product-bg .main-banner-solutions-header .main-banner__title{
        max-width: 72rem !important;
        margin: 0 !important;
        text-align: left !important;
        white-space: normal !important;
        font-size: 3.8rem !important;
        line-height: 4.2rem !important;
    }

    .home .main-banner__slide_news .main-banner-product-layout{
        display: grid !important;
        grid-template-columns: 22rem minmax(0, 1fr) 30rem !important;
        gap: 3.6rem !important;
        align-items: center !important;
        width: 100% !important;
        height: calc(100% - 10.4rem) !important;
        margin: 0 !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_list{
        margin: 0 !important;
        transform: none !important;
    }

    .home .main-banner__slide_news .main-news-list{
        max-width: 22rem !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .home .main-banner__slide_news .main-news-list .main-solutions-list__item{
        width: auto !important;
        gap: 1rem !important;
        margin: 0 0 1rem !important;
        padding-left: 0 !important;
        font-size: 2rem !important;
        line-height: 3rem !important;
        text-align: left !important;
    }

    .home .main-banner__slide_news .main-news-list .main-solutions-list__item.is-active::after{
        left: -1.5rem !important;
        border-top-width: .4rem !important;
        border-bottom-width: .4rem !important;
        border-left-width: .7rem !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_text{
        position: relative !important;
        height: 38rem !important;
        min-height: 38rem !important;
        max-height: 38rem !important;
        padding-bottom: 5.4rem !important;
        transform: translateX(3.2rem) !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_text .main-banner-solutions-text{
        max-width: 100% !important;
        max-height: 27rem !important;
        font-size: 1.95rem !important;
        line-height: 2.65rem !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_text .main-banner__actions{
        bottom: 3.6rem !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_image{
        transform: translateX(4.8rem) !important;
    }

    .home .main-news-screen,
    .home .main-banner__slide_news .main-banner-product-column_image .main-news-screen{
        left: 0 !important;
        width: 34rem !important;
        height: 20.5rem !important;
        margin-right: -17rem !important;
    }

    .home .main-banner__slide_news .main-banner-product-hover-image{
        width: 34rem !important;
        height: 25rem !important;
        transform: translateX(2rem) !important;
    }

    .home .main-banner__slide_news .main-banner-product-hover-image.is-visible{
        transform: translateX(0) !important;
    }

    .home .main-banner__slide_news .row::after{
        display: none !important;
        content: none !important;
    }

    /* =========================
       Dots / home dot / 1025–1199
       ========================= */

    .home .main-banner .tns-nav button.main-banner__home-dot{
        width: 3.8rem !important;
        min-width: 3.8rem !important;
        max-width: 3.8rem !important;
        height: 2rem !important;
        min-height: 2rem !important;
        max-height: 2rem !important;
        margin: 0 .45rem !important;
        padding: 0 !important;
    }

    .home .main-banner .tns-nav button.main-banner__home-dot::before{
        left: 0 !important;
        top: 50% !important;
        width: 100% !important;
        height: 2px !important;
        transform: translateY(-50%) !important;
    }

    .home .main-banner .tns-nav button.main-banner__home-dot::after{
        top: -1.9rem !important;
        width: 4rem !important;
        height: 2.2rem !important;
    }

    .home .main-banner__actions .js-main-banner-btn,
    .home .main-banner__actions .js-main-banner-details-btn{
        min-height: 3.4rem !important;
        padding: .7rem 1.7rem !important;
        font-size: 1.2rem !important;
        line-height: 1.5rem !important;
    }
}

@media screen and (max-width: 767px){

    .home .main-banner,
    .home .main-banner .tns-outer,
    .home .main-banner .tns-inner,
    .home .main-banner .tns-slider,
    .home .main-banner .tns-item,
    .home .main-banner__slide{
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    .home .main-banner .tns-ovh{
        height: auto;
        min-height: 0 !important;
        max-height: none !important;
        overflow: hidden !important;
        transition: height .25s ease;
    }

    .home .main-banner__slide{
    	position: relative !important;
    	display: block !important;
    	padding: 0 !important;
	}

    .home .main-banner__slide > .container{
        position: relative !important;
        z-index: 20 !important;
        height: auto !important;
        min-height: 0 !important;
        max-width: none !important;
        padding-left: 2.4rem !important;
        padding-right: 2.4rem !important;
    }

    /* Hide old desktop image on mobile */
	.home .main-banner__img{
    	display: none !important;
	}

    .home .main-banner__slide_first-bg::before,
	.home .main-banner__slide_first-bg::after{
    	display: none !important;
    	content: none !important;
	}
	
    .home .main-banner__title{
        max-width: 100% !important;
        margin: 0 !important;
        color: #fff !important;
        font-size: 2.4rem !important;
        line-height: 2.8rem !important;
        letter-spacing: -.02em;
        text-align: left !important;
        white-space: normal !important;
    }

    .home .main-banner__title br{
        display: none !important;
    }

    .home .main-banner__lead{
        max-width: 100% !important;
        margin: 0 !important;
        color: #fff !important;
        font-size: 1.45rem !important;
        line-height: 2.1rem !important;
        text-align: left !important;
    }

	.home .main-solutions-list{
    	position: relative !important;
    	z-index: 30 !important;
	}

	.home .main-solutions-list__item{
    	position: relative !important;
    	z-index: 31 !important;
    	cursor: pointer !important;
    	pointer-events: auto !important;
	}
	
        /* =========================
       FIRST SLIDE / MOBILE
       ========================= */

    .home .main-banner__slide_first-bg .main-banner-solutions-layout{
        display: grid !important;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-width: none !important;
        gap: 2rem;
        margin: 0 !important;
        padding-top: 2.8rem;
        padding-bottom: 2.8rem;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-header{
        display: block !important;
        grid-column: auto !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        transform: none !important;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-left{
        width: 100% !important;
        min-width: 0 !important;
        transform: none !important;
    }

	.home .main-solutions-list,
	.home .main-solutions-list_icons{
    	display: flex !important;
    	flex-direction: column !important;
    	align-items: flex-start !important;
    	width: 100% !important;
    	max-width: none !important;
    	gap: 1.15rem !important;
    	margin: 0 !important;
    	padding: 0 !important;
    	text-align: left !important;
	}

    .home .main-solutions-list__item{
        display: grid !important;
        grid-template-columns: 2.4rem 1fr !important;
        align-items: center !important;
        width: 100% !important;
        max-width: none !important;
        gap: .9rem !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #fff !important;
        font-size: 1.25rem !important;
        line-height: 1.45rem !important;
        font-weight: 700 !important;
        text-align: left !important;
        white-space: normal !important;
        border: 0 !important;
        transform: none !important;
    }

    .home .main-solutions-list__icon{
        display: flex !important;
        width: 2rem !important;
        height: 2rem !important;
        font-size: 1.8rem !important;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-right{
        display: none !important;
    }

    .home .main-banner__slide_first-bg .main-banner-mobile-inline-text{
        display: block !important;
        box-sizing: border-box !important;
        width: calc(100% - 3.3rem) !important;
        max-height: none !important;
        margin: .8rem 0 .8rem 3.3rem !important;
        padding: 0 0 .4rem !important;
        overflow: visible !important;
        color: rgba(255,255,255,.92) !important;
        font-size: 1.35rem !important;
        line-height: 1.85rem !important;
        font-weight: 500 !important;
    }

    .home .main-banner__slide_first-bg .main-banner-mobile-inline-text p{
        margin: 0 !important;
    }

    .home .main-banner__slide_first-bg .main-banner-mobile-inline-text p + p{
        margin-top: .8rem !important;
    }

        .home .main-banner__slide_first-bg .main-banner-mobile-inline-btn{
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-height: 3.4rem;
        margin-top: 1.4rem;
        padding: .7rem 1.6rem;
        color: rgba(255,255,255,.9) !important;
        background: rgba(255,255,255,.07) !important;
        border: 1px solid rgba(255,255,255,.28) !important;
        border-radius: .2rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
        font-weight: 500;
        text-decoration: none !important;
        opacity: .85;
        cursor: pointer;
        pointer-events: auto !important;
    }

    .home .main-banner__slide_first-bg .main-banner-mobile-inline-btn:hover,
    .home .main-banner__slide_first-bg .main-banner-mobile-inline-btn:focus{
        opacity: 1;
        color: #fff !important;
        background: rgba(0,172,236,.14) !important;
        border-color: rgba(0,172,236,.55) !important;
    }

    .home .main-banner__slide_first-bg .main-banner__actions{
        display: none !important;
    }
}

    /* =========================
       Touch devices adaptation
       ========================= */

    body.is-touch-device .home .main-solutions-list__item{
        -webkit-tap-highlight-color: transparent;
    }

    /* Disable accidental hover states on touch */
    body.is-touch-device .home .main-solutions-list__item:hover{
        transform: none;
    }

    /* Active item after tap */
    body.is-touch-device .home .main-solutions-list__item.is-active{
        color: #00acec !important;
        opacity: 1;
        transform: none;
    }

    /* Active item marker after tap */
    body.is-touch-device .home .main-solutions-list__item.is-active::after{
        content: "";
        position: absolute;
        left: -2.2rem;
        top: 50%;
        width: 0;
        height: 0;
        border-top: .45rem solid transparent;
        border-bottom: .45rem solid transparent;
        border-left: .75rem solid #00acec;
        transform: translateY(-50%);
    }

    /* Remove sticky hover on touch */
    body.is-touch-device .home .main-solutions-list__item:not(.is-active){
        color: inherit;
    }

/* First slide hover images from product slides */
.home .main-banner__first-hover-images{
    position: absolute;
    inset: 0;
    z-index: 3;
    overflow: hidden;
    pointer-events: none;
}

.home .main-banner__first-hover-img{
    position: absolute;
    top: 0;
    right: -11%;
    left: auto;
    width: 70%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    filter: saturate(1.05) contrast(1.05);
    transform: none;
    transition: opacity .35s ease-in-out;

    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        transparent 18%,
        rgba(0,0,0,.18) 32%,
        rgba(0,0,0,.65) 48%,
        #000 64%,
        #000 100%
    );

    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        transparent 18%,
        rgba(0,0,0,.18) 32%,
        rgba(0,0,0,.65) 48%,
        #000 64%,
        #000 100%
    );
}

.home .main-banner__first-hover-img.is-active{
    opacity: 1;
}

/* Hide default first-slide image when hover background is active */
.home .main-banner__first-bg {
    transition: opacity .15s ease-in-out;
}

.home .main-banner__slide_first-bg:has(.main-banner__first-hover-img.is-active) .main-banner__first-bg {
    opacity: 0;
}

/* same dark gradient as default first-slide photo */
.home .main-banner__first-hover-images::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;

    opacity: 0;
    transition: opacity .35s ease-in-out;

    background:
        linear-gradient(90deg,
            rgba(6, 18, 45, 0) 0%,
            rgba(6, 18, 45, 0) 34%,
            rgba(6, 18, 45, .26) 48%,
            rgba(6, 12, 38, .46) 62%,
            rgba(6, 12, 38, .34) 78%,
            rgba(6, 12, 38, .12) 100%
        ),
        linear-gradient(180deg,
            rgba(6, 12, 38, .10) 0%,
            rgba(6, 12, 38, .03) 45%,
            rgba(6, 12, 38, .28) 100%
        );
}

.home .main-banner__first-hover-images:has(.main-banner__first-hover-img.is-active)::after {
    opacity: 1;
}

/* Home button in main banner nav */
.home .main-banner .tns-nav button.main-banner__home-dot{
    position: relative;
    display: block !important;
    width: 5rem !important;
    min-width: 5rem !important;
    max-width: 5rem !important;
    height: 2rem !important;
    min-height: 2.4rem !important;
    max-height: 2.4rem !important;
    margin: 0 .7rem !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 0;
    line-height: 0;
    text-indent: 0 !important;
}

/* Restore first-slide line */
.home .main-banner .tns-nav button.main-banner__home-dot::before{
    content: "" !important;
    position: absolute;
    left: 0;
    top: 50%;
    display: block !important;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,.28) !important;
    transform: translateY(-50%);
    transition: background-color .2s ease-in-out;
}

/* Hide old SVG from HTML */
.home .main-banner .tns-nav button.main-banner__home-dot svg{
    display: none !important;
}

/* New home icon above the line */
.home .main-banner .tns-nav button.main-banner__home-dot::after{
    content: "";
    position: absolute;
    left: 50%;
    top: -2rem;
    width: 5.2rem;
    height: 2.5rem;
    background-color: rgba(255,255,255,.28);
    transform: translateX(-50%);
    transition: background-color .2s ease-in-out, opacity .2s ease-in-out;

    -webkit-mask: url("data:image/svg+xml,%3Csvg width='480' height='280' viewBox='0 0 480 280' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='black'%3E%3Cpath d='M48 217 L240 24 L432 217 L432 246 L240 70 L48 246 Z'/%3E%3Cpath d='M296 36 H318 V112 H296 Z'/%3E%3Cpath d='M240 98 L394 253 H86 Z'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='480' height='280' viewBox='0 0 480 280' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='black'%3E%3Cpath d='M48 217 L240 24 L432 217 L432 246 L240 70 L48 246 Z'/%3E%3Cpath d='M296 36 H318 V112 H296 Z'/%3E%3Cpath d='M240 98 L394 253 H86 Z'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

/* Inactive: same as regular inactive lines */
.home .main-banner .tns-nav button.main-banner__home-dot::before,
.home .main-banner .tns-nav button.main-banner__home-dot::after{
    background-color: rgba(255,255,255,.28);
}

/* Hover */
.home .main-banner .tns-nav button.main-banner__home-dot:hover::before,
.home .main-banner .tns-nav button.main-banner__home-dot:hover::after{
    background-color: rgba(255,255,255,.55) !important;
}

/* Active: white, same as active line */
.home .main-banner .tns-nav button.main-banner__home-dot.tns-nav-active::before,
.home .main-banner .tns-nav button.main-banner__home-dot.tns-nav-active::after,
.home .main-banner .tns-nav button.main-banner__home-dot.tns-nav-active:hover::before,
.home .main-banner .tns-nav button.main-banner__home-dot.tns-nav-active:hover::after{
    background-color: #fff !important;
}

/* Keep home button clickable even on the first slide */
.home .main-banner .tns-nav button.main-banner__home-dot.tns-nav-active{
    pointer-events: auto !important;
}



@media screen and (min-width: 768px) and (max-width: 1024px){

    /* Banner height */
    .home .main-banner,
    .home .main-banner .tns-outer,
    .home .main-banner .tns-ovh,
    .home .main-banner .tns-inner,
    .home .main-banner .tns-slider,
    .home .main-banner .tns-item,
    .home .main-banner__slide{
        height: 50rem !important;
        min-height: 50rem !important;
        max-height: 50rem !important;
        overflow: hidden !important;
    }

    .home .main-banner__slide{
        padding-top: 0 !important;
    }

    .home .main-banner__slide > .container{
        height: 100% !important;
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    /* First slide layout */
    .home .main-banner__slide_first-bg .main-banner-solutions-layout{
        display: grid !important;
        grid-template-columns: 36rem minmax(0,1fr) !important;
        grid-template-rows: auto auto !important;
        align-content: start !important;
        align-items: start !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-width: none !important;
        column-gap: 3rem !important;
        row-gap: 2.4rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-top: 2.8rem !important;
        padding-bottom: 8.5rem !important;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-left,
    .home .main-banner__slide_first-bg .main-banner-solutions-right{
        align-self: start !important;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-header,
    .home .main-banner__slide_first-bg .main-banner-solutions-left,
    .home .main-banner__slide_first-bg .main-banner-solutions-right{
        transform: none !important;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-header{
        grid-column: 1 / -1 !important;
        justify-content: flex-start !important;
        margin: 0 !important;
    }

    /* First slide left list */
    .home .main-banner__slide_first-bg .main-banner-solutions-left{
        min-width: 0 !important;
        margin-top: 2rem !important;
    }

    .home .main-banner__slide_first-bg .main-solutions-list{
        max-width: 36rem !important;
        gap: 1.8rem !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .home .main-banner__slide_first-bg .main-solutions-list_icons .main-solutions-list__item{
        grid-template-columns: 3.1rem 1fr !important;
        gap: 1rem !important;
        padding: 0 !important;
        font-size: 1.35rem !important;
        line-height: 1.65rem !important;
        white-space: normal !important;
    }

    .home .main-banner__slide_first-bg .main-solutions-list__icon{
        width: 2.5rem !important;
        height: 2.5rem !important;
        font-size: 2rem !important;
    }

    /* First slide right text */
    .home .main-banner__slide_first-bg .main-banner-solutions-right{
        position: relative !important;
        display: block !important;
        align-self: center !important;
        height: auto !important;
        min-height: 18rem !important;
        max-height: none !important;
        padding-left: 3rem !important;
        padding-bottom: 5.2rem !important;
        transform: translateX(-8rem) !important;
    }

    .home .main-banner__slide_first-bg .main-banner-solutions-text{
        max-width: 33rem !important;
        max-height: 14rem !important;
        font-size: 1.55rem !important;
        line-height: 2.1rem !important;
    }

    /* Fixed button under text */
    .home .main-banner__slide_first-bg .main-banner__actions{
        position: absolute !important;
        left: 3rem !important;
        bottom: 0 !important;
        z-index: 8 !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    /* First slide default background image */
    .home .main-banner__first-bg img{
        right: -10% !important;
        width: 78% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        opacity: .82 !important;
    }

    /* First slide hover images hidden by default */
    .home .main-banner__first-hover-img{
        right: -10% !important;
        width: 78% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        opacity: 0 !important;
    }

    /* Show hover image for active item */
    .home .main-banner__first-hover-img.is-active{
        opacity: .82 !important;
    }

    /* Tablet dots, arrows and home dot */
    .home .main-banner > .tns-nav,
    .home .main-banner .tns-nav{
        top: auto !important;
        bottom: 3.4rem !important;
        z-index: 20 !important;
    }

    .home .main-banner .tns-nav button{
        width: 3.2rem !important;
        min-width: 3.2rem !important;
        max-width: 3.2rem !important;
        height: 1.6rem !important;
        min-height: 1.6rem !important;
        max-height: 1.6rem !important;
        margin: 0 .42rem !important;
        padding: 0 !important;
    }

    .home .main-banner .tns-nav button::before{
        height: 1.5px !important;
    }

    .home .main-banner .tns-nav button.main-banner__home-dot{
        width: 3.2rem !important;
        min-width: 3.2rem !important;
        max-width: 3.2rem !important;
        height: 1.6rem !important;
        min-height: 1.6rem !important;
        max-height: 1.6rem !important;
        margin: 0 .42rem !important;
    }

    .home .main-banner .tns-nav button.main-banner__home-dot::after{
        top: -1.55rem !important;
        width: 3.1rem !important;
        height: 1.65rem !important;
    }

    .home .main-banner-side-arrow{
        bottom: 3.5rem !important;
        width: 2.2rem !important;
        height: 1.4rem !important;
        min-height: 1.4rem !important;
        background-size: contain !important;
        z-index: 21 !important;
    }

    .home .main-banner-side-arrow_prev{
        left: calc(50% - 25rem) !important;
    }

    .home .main-banner-side-arrow_next{
        right: calc(50% - 25rem) !important;
    }
	
    /* =========================
       PRODUCT SLIDES / 768–1024
       synced with first slide structure
       ========================= */

    .home .main-banner__slide_news .main-banner-solutions-header{
        grid-column: 1 / -1 !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 2.8rem 0 0 !important;
        transform: none !important;
    }

    /* Synced titles / 768–1024 */
    .home .main-banner__slide_first-bg .main-banner-solutions-header .main-banner__title,
    .home .main-banner__slide_news .main-banner-solutions-header .main-banner__title{
        max-width: 100% !important;
        margin: 0 !important;
        font-size: 3rem !important;
        line-height: 3.35rem !important;
        text-align: left !important;
        white-space: normal !important;
    }

    /* Synced left lists / 768–1024 */
    .home .main-banner__slide_first-bg .main-banner-solutions-left,
    .home .main-banner__slide_news .main-banner-product-column_list{
        align-self: start !important;
        margin-top: 3rem !important;
        transform: none !important;
    }

    .home .main-banner__slide_first-bg .main-solutions-list,
    .home .main-banner__slide_solutions .main-solutions-list{
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1.8rem !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .home .main-banner__slide_first-bg .main-solutions-list_icons .main-solutions-list__item{
        margin: 0 !important;
        font-size: 1.35rem !important;
        line-height: 1.65rem !important;
        font-weight: 700 !important;
        text-align: left !important;
        white-space: normal !important;
        transform: none !important;
    }
	
    .home .main-banner__slide_news .main-banner-product-layout{
        display: grid !important;
        grid-template-rows: auto !important;
        width: 100% !important;
        height: calc(100% - 6.2rem) !important;
        row-gap: 0 !important;
        margin: 0 !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_list{
        min-width: 0 !important;
        margin: 4.5rem 0 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    .home .main-banner__slide_news .main-news-list{
        margin: 0 !important;
        padding: 0 !important;
    }

    .home .main-banner__slide_news .main-news-list .main-solutions-list__item{
        width: auto !important;
        max-width: 22rem !important;
        margin: 0 0 1.8rem !important;
        padding: 0 !important;
        font-size: 1.35rem !important;
        line-height: 1.65rem !important;
        font-weight: 700 !important;
        text-align: left !important;
        white-space: normal !important;
        transform: none !important;
    }

    .home .main-banner__slide_news .main-news-list .main-solutions-list__item:last-child{
        margin-bottom: 0 !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_text{
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-self: center !important;
        height: 30rem !important;
        min-height: 30rem !important;
        max-height: 30rem !important;
        padding-left: 3rem !important;
        padding-bottom: 0 !important;
        color: #fff !important;
    }

    /* Full-height vertical line */
    .home .main-banner__slide_news .main-banner-product-column_text::before{
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 1px !important;
        height: 100% !important;
        background: linear-gradient(
            to bottom,
            transparent,
            rgba(0,172,236,.8),
            transparent
        ) !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_text .main-banner-solutions-text{
        margin: 0 !important;
        overflow: hidden !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_text .main-banner__actions{
        position: absolute !important;
        left: 3rem !important;
        bottom: -2rem !important;
        z-index: 8 !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    /* =========================
       PRODUCT SLIDES / 768–1024
       restore right-side images
       ========================= */

    .home .main-banner__slide_news .main-banner-product-layout{
        grid-template-columns: 22rem 36rem minmax(0,1fr) !important;
        align-items: center !important;
        column-gap: 2.4rem !important;
    }

    /* Compact left list to leave space for image */
    .home .main-banner__slide_news .main-news-list{
        max-width: 22rem !important;
    }

    /* Move text block closer to center */
    .home .main-banner__slide_news .main-banner-product-column_text{
        max-width: 36rem !important;
        transform: translateX(-5rem) !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_text .main-banner-solutions-text{
        max-width: 36rem !important;
        max-height: 25rem !important;
        font-size: 1.45rem !important;
        line-height: 1.95rem !important;
    }

    /* Right image column */
    .home .main-banner__slide_news .main-banner-product-column_image{
        position: relative !important;
        z-index: 8 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 100% !important;
        overflow: visible !important;
        transform: translateX(8rem) !important;
    }
	
    /* Standard product image on the right */
    .home .main-banner__slide_news .main-news-screen,
    .home .main-banner__slide_news .main-banner-product-column_image .main-news-screen{
        position: relative !important;
        left: auto !important;
        display: block !important;
        width: 34rem !important;
        height: 20rem !important;
        margin: 0 !important;
        margin-right: -10rem !important;
        overflow: hidden !important;
        border-radius: 1rem 0 0 1rem;
        box-shadow:
            0 2rem 5rem rgba(0,0,0,.42),
            0 0 0 1px rgba(255,255,255,.14) !important;
    }

    .home .main-banner__slide_news .main-news-screen img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: left center !important;
    }

    /* Product hover image */
    .home .main-banner__slide_news .main-banner-product-hover-image{
        position: absolute !important;
        right: -15rem !important;
        top: 50% !important;
        display: block !important;
        width: 34rem !important;
        height: 24rem !important;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-50%) translateX(2rem) !important;
        transition: opacity .35s ease, transform .35s ease !important;
    }

    .home .main-banner__slide_news .main-banner-product-hover-image.is-visible{
        opacity: 1 !important;
        transform: translateY(-50%) translateX(0) !important;
    }

    .home .main-banner__slide_news .main-banner-product-hover-image img{
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center right !important;
        filter: drop-shadow(0 1.8rem 3.5rem rgba(0,0,0,.4)) !important;
    }

    .home .main-banner__product-bg img{
        right: -15% !important;
        width: 78% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        opacity: .82 !important;
    }

    .home .main-banner__slide_news .row::after{
        display: none !important;
        content: none !important;
    }

    .home .main-banner-side-arrow{
        bottom: 1.5rem !important;
    }

    .home .main-banner > .tns-nav,
    .home .main-banner .tns-nav{
        top: auto !important;
        bottom: 1.45rem !important;
    }

    .home .main-banner-side-arrow_prev{
        left: calc(50% - 20rem) !important;
    }

    .home .main-banner-side-arrow_next{
        right: calc(50% - 20rem) !important;
    }
}

/* =========================================================
   DESKTOP BASE OVERRIDES — text width + product slide sync
   These rules are refined by breakpoint-specific blocks below.
   ========================================================= */

@media screen and (min-width: 1560px){

    /* Wider text column on the first main banner slide */
    .home .main-banner__first-text,
    .home .main-banner__first-description,
    .home .main-banner__first-hover-text,
    .home .main-banner__first-hover-description{
        width: 100%;
        max-width: 72rem;
    }

	.home .main-banner__slide_news .main-banner-solutions-header{
    	position: relative !important;
    	z-index: 25 !important;
    	display: flex !important;
    	align-items: center !important;
    	justify-content: flex-start !important;
    	width: 100% !important;
    	max-width: 118rem !important;
    	margin: 0 0 2rem !important;
    	padding: 0 !important;
    	text-align: left !important;
    	transform: translateX(-11rem) !important;
	}

    .home .main-banner__slide_news .main-banner-solutions-header .main-banner__title{
        max-width: 120rem !important;
        margin: 0 !important;
        color: #fff !important;
        font-family: Roboto, "Segoe UI", "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif !important;
        font-size: 5.4rem !important;
        line-height: 1.1 !important;
        font-weight: 700 !important;
        letter-spacing: -.03em !important;
        text-align: left !important;
        white-space: nowrap !important;
        text-shadow: 0 0 2rem rgba(0,172,236,.15);
    }

    .home .main-banner__slide_news .main-banner-product-layout{
        box-sizing: border-box !important;
        padding-top: 0 !important;
    }

    /* Product slides list — synced with first slide list */
    .home .main-banner__slide_news .main-banner-product-column_list{
        margin: 0 !important;
        padding: 0 !important;
		transform: translateX(-13rem) !important;
    }

    .home .main-banner__slide_news .main-news-list{
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
        max-width: 48rem !important;
        gap: 3.4rem !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .home .main-banner__slide_news .main-news-list .main-solutions-list__item{
        display: block !important;
        width: 100% !important;
        max-width: 33rem !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #fff !important;
        font-family: Roboto, "Segoe UI", "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif !important;
        font-size: 2rem !important;
        line-height: 1.3 !important;
        font-weight: 700 !important;
        text-align: left !important;
        white-space: normal !important;
        border: 0 !important;
        transform: none !important;
        transition: color .25s ease, opacity .25s ease, transform .25s ease;
    }

    .home .main-banner__slide_news .main-news-list .main-solutions-list__item:hover,
    .home .main-banner__slide_news .main-news-list .main-solutions-list__item.is-active{
        color: #00acec !important;
        opacity: 1 !important;
        transform: translateX(.8rem) !important;
    }

    .home .main-banner__slide_news .main-news-list .main-solutions-list__item.is-active::after{
        left: -2.2rem !important;
    }

    /* Product slides text column — moved left and widened */
    .home .main-banner__slide_news .main-banner-product-column_text{
        max-width: 70rem !important;
        transform: translateX(4rem) !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_text .main-banner-solutions-text{
        width: 66rem !important;
        max-width: 66rem !important;
        font-size: 2.4rem !important;
        line-height: 1.45 !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_text .main-banner__actions{
        left: 0 !important;
    }
}

/* =========================================================
   PRODUCT SLIDES / 1200–1559
   fix left clipping of title and list
   ========================================================= */

@media screen and (min-width: 1200px) and (max-width: 1559px){

    .home .main-banner__slide_news > .container{
        max-width: none !important;
        padding-left: clamp(4rem, 5vw, 7rem) !important;
        padding-right: clamp(4rem, 5vw, 7rem) !important;
    }

    /* Title: remove desktop left shift that clips it */
    .home .main-banner__slide_news .main-banner-solutions-header{
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 2rem !important;
        transform: none !important;
    }

    .home .main-banner__slide_news .main-banner-solutions-header .main-banner__title{
        max-width: 100% !important;
        font-size: clamp(3.6rem, 3.1vw, 4.6rem) !important;
        line-height: 1.1 !important;
        white-space: normal !important;
    }

    /* Product slide layout */
    .home .main-banner__slide_news .main-banner-product-layout{
        align-items: center !important;
        width: 100% !important;
        grid-template-columns:
            clamp(24rem, 21vw, 30rem)
            minmax(42rem, 58rem)
            minmax(0,1fr) !important;
        column-gap: clamp(2.4rem, 3vw, 4rem) !important;
        margin-left: 0 !important;
    }

    /* Left list: remove -13rem shift */
    .home .main-banner__slide_news .main-banner-product-column_list{
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        transform: none !important;
    }

    .home .main-banner__slide_news .main-news-list{
        width: 100% !important;
        max-width: clamp(24rem, 21vw, 30rem) !important;
        gap: 2.4rem !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .home .main-banner__slide_news .main-news-list .main-solutions-list__item{
        width: 100% !important;
        max-width: clamp(24rem, 21vw, 30rem) !important;
        font-size: 1.75rem !important;
        line-height: 1.25 !important;
    }

    .home .main-banner__slide_news .main-news-list .main-solutions-list__item.is-active::after{
        left: -1.5rem !important;
    }

    /* Text column: keep it inside the corrected grid */
    .home .main-banner__slide_news .main-banner-product-column_text{
        max-width: 58rem !important;
        transform: none !important;
    }

    .home .main-banner__slide_news .main-banner-product-column_text .main-banner-solutions-text{
        width: auto !important;
        max-width: 58rem !important;
        font-size: 2rem !important;
        line-height: 1.4 !important;
    }
}

/* =========================
   Mobile: main banner without slider
   ========================= */
@media screen and (max-width: 767px){

    .home .main-banner{
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        background: #06122d !important;
    }

    .home .carousel__main{
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    .home .carousel__main > li{
        display: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .home .carousel__main > li:first-child{
        display: block !important;
    }

    .home .carousel__main > li::before{
        display: none !important;
        content: none !important;
    }

    .home .main-banner .tns-outer,
    .home .main-banner .tns-ovh,
    .home .main-banner .tns-inner,
    .home .main-banner .tns-slider,
    .home .main-banner .tns-item{
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        transform: none !important;
    }

    .home .main-banner .tns-nav,
    .home .main-banner .slider__arrows,
    .home .main-banner-side-arrow,
    .home .main-banner .main_prev,
    .home .main-banner .main_next{
        display: none !important;
    }

    .home .main-banner__slide_first-bg{
        padding-bottom: 3.2rem !important;
    }

    .home .main-banner__slide_first-bg .main-banner__title,
    .home .main-banner__slide_first-bg .main-banner__lead,
    .home .main-banner__slide_first-bg .main-banner__kicker,
    .home .main-banner__slide_first-bg .main-solutions-list__item,
    .home .main-banner__slide_first-bg .main-banner__actions .js-main-banner-btn,
    .home .main-banner__slide_first-bg .js-main-banner-text{
        opacity: 1 !important;
        visibility: visible !important;
        animation: none !important;
        transform: none !important;
    }
	
    .home .main-banner-mobile-products-toggle{
        appearance: none;
        -webkit-appearance: none;
    }

    .home .main-banner-mobile-products-list{
        display: flex !important;
        flex-direction: column !important;
        gap: .9rem !important;
        margin: 1.4rem 0 0 !important;
        padding: 1.2rem 0 0 !important;
        border-top: 1px solid rgba(255,255,255,.16);
    }

    .home .main-banner-mobile-products-list__item{
        position: relative;
        display: block !important;
        padding-left: 1.4rem !important;
        color: rgba(255,255,255,.92) !important;
        font-size: 1.2rem !important;
        line-height: 1.55rem !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }

    .home .main-banner-mobile-products-list__item::before{
        content: "";
        position: absolute;
        left: 0;
        top: .55rem;
        width: .45rem;
        height: .45rem;
        border-radius: 50%;
        background: #00acec;
    }

    .home .main-banner-mobile-products-list__item:hover,
    .home .main-banner-mobile-products-list__item:focus{
        color: #00acec !important;
    }
	
    .home .main-banner__slide_first-bg{
        position: relative !important;
        overflow: hidden !important;
        background:
            radial-gradient(circle at 20% 80%, rgba(0,172,236,.28) 0, transparent 34%),
            linear-gradient(135deg, #06122d 0%, #071b45 55%, #0a2b68 100%) !important;
    }

    /* Restore default first-slide image on mobile */
    .home .main-banner__slide_first-bg .main-banner__first-bg{
        position: absolute !important;
        inset: 0 !important;
        z-index: 2 !important;
        display: block !important;
        overflow: hidden !important;
        opacity: 1 !important;
        pointer-events: none !important;
    }

    .home .main-banner__slide_first-bg .main-banner__first-bg img{
        position: absolute !important;
        top: 0 !important;
        right: -23% !important;
        left: auto !important;
        display: block !important;
        width: 108% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        opacity: .52 !important;
        filter: saturate(1.05) contrast(1.05) !important;
        transform: none !important;

        -webkit-mask-image: linear-gradient(
            90deg,
            transparent 0%,
            rgba(0,0,0,.18) 16%,
            rgba(0,0,0,.62) 38%,
            #000 68%,
            #000 100%
        ) !important;

        mask-image: linear-gradient(
            90deg,
            transparent 0%,
            rgba(0,0,0,.18) 16%,
            rgba(0,0,0,.62) 38%,
            #000 68%,
            #000 100%
        ) !important;
    }

    /* Dark overlay above default image for text readability */
    .home .main-banner__slide_first-bg .main-banner__first-bg::after{
        content: "";
        position: absolute;
        inset: 0;
        z-index: 3;
        pointer-events: none;
        background:
            linear-gradient(
                90deg,
                rgba(6,18,45,.88) 0%,
                rgba(6,18,45,.72) 34%,
                rgba(6,12,38,.42) 62%,
                rgba(6,12,38,.24) 100%
            ),
            linear-gradient(
                180deg,
                rgba(6,12,38,.18) 0%,
                rgba(6,12,38,.05) 45%,
                rgba(6,12,38,.42) 100%
            );
    }

    /* Keep hover/tap images above default image */
    .home .main-banner__slide_first-bg .main-banner__first-hover-images{
        display: block !important;
        z-index: 4 !important;
    }

    .home .main-banner__slide_first-bg .main-banner__first-hover-img{
        right: -34% !important;
        width: 108% !important;
        height: 100% !important;
    }

    /* Content above all background layers */
    .home .main-banner__slide_first-bg > .container{
        position: relative !important;
        z-index: 20 !important;
    }
}