.new3slide, .new3slide img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

    .new3slide img, .rekkklam img {
        aspect-ratio: 735/490
    }

.new3caption h2, .new3red-news-badge {
    font-family: "Barlow Condensed",serif;
    color: #fff
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('/mstatic/assets/fonts/BarlowCondensed-SemiBold.woff2') format('woff2'),url('/mstatic/assets/fonts/BarlowCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('/mstatic/assets/fonts/BarlowCondensed-Bold.woff2') format('woff2'),url('/mstatic/assets/fonts/BarlowCondensed-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.hbRow.hbMainSlider.loading {
    opacity: 0;
    transition: opacity .3s
}

.hbRow.hbMainSlider {
    opacity: 1
}

.new3slider-container {
    position: relative;
    max-width: 800px;
    overflow: hidden;
    font-weight: 700;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    contain: layout paint style
}

    .new3slider-container.loading {
        opacity: 0
    }

.new3slider {
    display: flex;
    will-change: transform;
    transition: transform .5s ease-in-out
}

.new3slide {
    position: relative;
    min-width: 100%;
    transition: opacity .2s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    contain: paint
}

    .new3slide img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover
    }

.new3container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 130px;
    margin-top: -130px
}

.new3caption {
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 1
}

.new3blur-background {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(5px);
    z-index: 0;
    clip-path: inset(0 0 0 0)
}

.new3bullet, .new3bullets {
    height: 32px;
    position: relative;
    width: 100%
}

.new3caption h2 {
    position: relative;
    font-size: 46px;
    line-height: 110% !important;
    letter-spacing: .23px;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 10px 24px;
    z-index: 2;
    min-height: 60px;
    height: auto;
    display: flex
}

.new3red-news-badge {
    display: flex;
    align-self: start;
    background: #ec0000;
    padding: 8px 24px;
    font-size: 26px;
    line-height: 110%;
    z-index: 10
}

new3btn-container {
    position: relative;
    width: 100%;
    max-width: 800px
}

.new3btn-container button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    will-change: transform,opacity;
    transition: .1s ease-out;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px
}

    .new3btn-container button:active {
        transform: translateY(-50%) scale(.9);
        opacity: .8
    }

    .new3btn-container button.next, .new3btn-container button.prev {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%
    }

    .new3btn-container button.prev {
        left: 10px;
        background-image: url(/mstatic/assets/img/prev.svg)
    }

    .new3btn-container button.next {
        right: 10px;
        background-image: url(/mstatic/assets/img/next.svg)
    }

    .new3btn-container button:focus {
        outline: 0
    }

.new3bullets {
    max-width: 800px;
    text-align: center;
    margin: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.new3bullet {
    flex: 1 1 auto;
    display: inline-block;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    cursor: pointer;
    padding: 8px 0
}

    .new3bullet:first-child {
        margin-left: 0
    }

    .new3bullet:last-child {
        margin-right: 0
    }

    .new3bullet.active {
        font-weight: 700;
        color: #fff;
        background: #fc0f1c
    }

        .new3bullet.active::after {
            content: "";
            width: 100%;
            position: absolute;
            background: #fc0f1c;
            left: 0
        }

        .new3bullet.active:first-child {
            border-bottom-left-radius: 4px
        }

        .new3bullet.active:last-child {
            border-bottom-right-radius: 4px
        }

    .new3bullet::before {
        content: "";
        width: 100%;
        position: absolute;
        left: 0
    }

@media (max-width:767px) {
    .new3bullets, .new3slide img {
        border-radius: 0
    }

    .new3slider-container {
        max-width: 100%
    }

    .new3btn-container button {
        width: 32px;
        height: 32px
    }

        .new3btn-container button.next {
            background-image: url(/mstatic/assets/img/prev-mobile.svg)
        }

        .new3btn-container button.prev {
            background-image: url(/mstatic/assets/img/next-mobile.svg)
        }

    .new3caption {
        font-size: 14px;
        line-height: 135%;
        min-height: 50px
    }

    .new3blur-background {
        background: rgba(15,15,15,.75);
        backdrop-filter: none;
        top: 0
    }

    .new3caption h2 {
        font-size: 24px;
        width: 100%;
        padding: 8px 16px !important;
        margin: 0 !important;
        min-height: unset
    }

    .new3bullets {
        width: 296px;
        margin: 0 auto;
        gap: 4px;
        height: 16px;
        background: 0 0;
        box-shadow: none;
        padding: 8px 0 0
    }

    .new3bullet {
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #d1d1d1;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
        will-change: transform,opacity;
        transition: transform 50ms,opacity 50ms;
        backface-visibility: hidden;
        contain: layout paint;
        padding: 0
    }

        .new3bullet span, .new3bullet.active::after, .new3bullet::before {
            display: none
        }

        .new3bullet.active {
            background-color: #1a1717
        }

    .new3red-news-badge {
        width: auto;
        font-size: 20px;
        letter-spacing: .5px;
        bottom: 3.7vh;
        left: 16px;
        padding: 6px 10px
    }
}

@media (max-width:360px) {
    .new3red-news-badge {
        font-size: 14px !important
    }

    .new3caption h2 {
        font-size: 16px !important
    }
}

@media (max-width:512px) {
    .new3red-news-badge {
        bottom: calc(100% + 10px);
        left: 16px;
        width: auto;
        padding: 6px 16px
    }
}

@media (min-width:810px) and (max-width:1050px) {
    .new3bullet::before {
        width: 33px
    }
}

@media (min-width:830px) and (max-width:990px) {
    .new3bullets, .new3slider-container {
        max-width: 1200px
    }

    .hbMainSlider {
        max-width: 1200px !important
    }

    .new3bullet::before {
        width: 37px
    }

    .new3bullet.active::after {
        left: 5px
    }
}

.new3slide .r2.sag_ust {
    position: absolute;
    top: 2px;
    right: 10px;
    height: 18px;
    width: 48px;
    background-color: #fff;
    opacity: .6;
    color: #000;
    font-size: 12px;
    padding: 2px
}
