.jsn-homepage #jsn-promo,
.jsn-homepage #jsn-promo-inner,
.jsn-homepage #jsn-pos-promo,
.jsn-homepage #jsn-pos-promo > .jsn-modulecontainer,
.jsn-homepage #jsn-pos-promo > .jsn-modulecontainer > .jsn-modulecontainer_inner,
.jsn-homepage #jsn-pos-promo .jsn-modulecontent {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.jsn-homepage #jsn-promo {
    border-bottom: 0 !important;
}

.oi-static-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1057;
    min-height: 420px;
    overflow: hidden;
    background: #17252a url('/images/home2.jpg') center center / cover no-repeat;
    color: #fff;
}

.oi-hero-single {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: clamp(24px, 4vw, 72px);
}

.oi-hero-text {
    width: min(900px, 80%);
    box-sizing: border-box;
    padding: clamp(8px, 1.2vw, 20px);
    border: 2px solid rgba(255, 255, 255, .85);
    border-radius: 7px;
    background: rgba(35, 24, 16, .28);
    font-family: Cambay, Arial, sans-serif;
    font-size: clamp(19px, 1.85vw, 35px);
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 2px 2px #000;
}

#demo-tab-news.oi-static-tabs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 1100px;
    max-width: calc(100% - 40px);
    margin: 50px auto;
    padding: 50px 0;
    box-sizing: border-box;
}

#demo-tab-news .oi-tabs-content {
    min-width: 0;
    padding-top: 40px;
    color: #999;
    font-size: 20px;
    line-height: 2.1;
}

#demo-tab-news .oi-tabs-content > section {
    display: none !important;
    padding-right: 60px;
}

#demo-tab-news .oi-tabs-content > section.is-active {
    display: block !important;
}

#demo-tab-news .oi-tabs-content .news-title {
    margin: 0 0 30px;
    color: #000;
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}

#demo-tab-news .oi-tabs-content p {
    margin: 0;
}

#demo-tab-news .oi-tabs-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 20px 0;
    border-left: 1px solid #e1e1e1;
    list-style: none;
    box-sizing: border-box;
}

#demo-tab-news .oi-tabs-nav li {
    display: block;
    margin: 0;
    padding: 0;
}

#demo-tab-news .oi-tabs-nav button {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    padding: 20px 0 20px 90px;
    background: transparent;
    color: #aaa;
    font: inherit;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .2s ease-in-out;
}

#demo-tab-news .oi-tabs-nav button::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 9px;
    height: 9px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #ddd;
    transform: translateY(-50%);
    transition: transform .35s ease-in-out, background-color .35s ease-in-out;
    box-sizing: content-box;
}

#demo-tab-news .oi-tabs-nav button:hover,
#demo-tab-news .oi-tabs-nav button:focus-visible,
#demo-tab-news .oi-tabs-nav button.is-active {
    color: #000;
}

#demo-tab-news .oi-tabs-nav button.is-active::before {
    background: #222;
    transform: translateY(-50%) scale(1.5);
}

@media (max-width: 600px) {
    .oi-static-hero {
        aspect-ratio: auto;
        min-height: 520px;
    }

    .oi-hero-single {
        padding: 24px 15px;
    }

    .oi-hero-text {
        width: 100%;
        font-size: 18px;
        line-height: 1.45;
    }

    #demo-tab-news.oi-static-tabs {
        grid-template-columns: 1fr;
        max-width: calc(100% - 30px);
        margin: 20px auto;
        padding: 20px 0;
    }

    #demo-tab-news .oi-tabs-content {
        min-height: 360px;
        padding: 10px 0 30px;
        font-size: 17px;
        line-height: 1.7;
    }

    #demo-tab-news .oi-tabs-content > section {
        padding-right: 0;
    }

    #demo-tab-news .oi-tabs-content .news-title {
        font-size: 1.5em;
        letter-spacing: 3px;
    }

    #demo-tab-news .oi-tabs-nav {
        border-top: 1px solid #e1e1e1;
        border-left: 0;
        padding: 12px 0 0;
    }

    #demo-tab-news .oi-tabs-nav button {
        padding: 12px 10px 12px 32px;
        font-size: 15px;
        letter-spacing: 1.5px;
    }

    #demo-tab-news .oi-tabs-nav button::before {
        left: 4px;
    }
}
