.split-hero {
    position: relative;
    margin-bottom: 80px
}

@media only screen and (min-width: 48em) {
    .split-hero {
        margin-bottom:100px
    }
}

.split-hero::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 2px;
    background-color: #fec32f;
    transform: translateX(-50%) rotate(90deg);
    z-index: 2
}

.split-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../../iwov-resources/images/common/split_hero_bg_mobile.svg");
    height: 90%;
    width: 90%;
    background-size: cover
}

@media only screen and (min-width: 48em) {
    .split-hero::after {
        background-image:url("../../iwov-resources/images/common/split_hero_bg.svg");
        height: 85%
    }
}

.split-hero .main-image {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin-left: auto;
    z-index: 1;
    padding-top: 70px;
    max-height: 400px
}

@media only screen and (min-width: 48em) {
    .split-hero .main-image {
        width:80%
    }
}

.split-hero .main-image .img-wrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative
}

.split-hero .main-image .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.split-hero .main-image .img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to left,rgba(254,196,46,.2),rgba(0,0,0,.6))
}

.split-hero .hero-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%);
    width: 100%;
    text-align: center
}

@media only screen and (min-width: 48em) {
    .split-hero .hero-content {
        top:55%;
        left: 50%;
        transform: translateX(-50%)
    }
}

.split-hero .back-navigation {
    position: absolute;
    display: flex;
    top: 20px;
    left: 20px;
    z-index: 1
}

@media only screen and (min-width: 67.5em) {
    .split-hero .back-navigation {
        top:25px;
        left: 40px
    }
}

@media only screen and (min-width: 48em) {
    .split-hero .back-navigation .btn-back {
        display:none
    }
}

.split-hero .back-navigation .breadcrumb-container {
    padding: 0
}

.breadcrumb-container {
    margin-left: -10px
}

.paragraph-quote {
    text-align: center
}

@media only screen and (min-width: 67.5em) {
    .paragraph-quote {
        max-width:75ch;
        margin: 80px auto!important
    }
}

.lokal-story-section .carousel-lokal-wrapper {
    position: relative;
    overflow: hidden
}

.lokal-story-section .carousel-lokal-wrapper .carousel-controls {
    display: grid;
    grid-template-columns: 40px 40px;
    justify-content: flex-end;
    grid-gap: 20px
}

@media only screen and (min-width: 48em) {
    .lokal-story-section .carousel-lokal-wrapper .carousel-controls {
        display:none
    }
}

.lokal-story-section .carousel-lokal-wrapper .swiper-pagination {
    display: flex
}

.lokal-story-section .carousel-lokal-wrapper .swiper-pagination-bullet {
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: #f7f7f7;
    margin-right: 10px;
    opacity: .3
}

.lokal-story-section .carousel-lokal-wrapper .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    position: relative;
    overflow: hidden
}

.lokal-story-section .carousel-lokal-wrapper .swiper-pagination-bullet-active::after {
    content: "";
    position: relative;
    top: 0;
    bottom: 0;
    width: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 3px;
    border-radius: 999px;
    background-color: #fec32f;
    animation: progress 5s ease-in-out
}

.lokal-story-section .carousel-lokal-wrapper .slide .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lokal-story-section .carousel-lokal-wrapper .slide .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lokal-story-section .carousel-lokal-wrapper .slide .slide-image img {
    object-position: top
}

@keyframes progress {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

.lokal-story-section .carousel-lokal-wrapper .swiper-pagination {
    bottom: 75px!important
}

@media only screen and (min-width: 48em) {
    .lokal-story-section .carousel-lokal-wrapper .swiper-pagination {
        display:none
    }
}

.lokal-story-section .carousel-lokal-wrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1!important
}

.lokal-story-section .carousel-lokal-wrapper .swiper-pagination .swiper-pagination-bullet {
    background-color: #dddedf!important
}

.lokal-story-section .carousel-lokal-wrapper .carousel-slider {
    padding: 15px 0
}

.lokal-story-section .carousel-lokal-wrapper .carousel-slider .slide {
    transition: transform .2s linear
}

.lokal-story-section .carousel-lokal-wrapper .carousel-slider .slide:hover {
    transform: translateY(-15px)
}

@media only screen and (min-width: 48em) {
    .lokal-story-section .carousel-lokal-wrapper .carousel-slider .slide {
        display:grid;
        grid-template-columns: 40% 60%;
        align-items: stretch;
        max-width: 500px
    }
}

.lokal-story-section .carousel-lokal-wrapper .carousel-slider .slide .img-wrapper {
    max-height: 200px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lokal-story-section .carousel-lokal-wrapper .carousel-slider .slide .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (min-width: 48em) {
    .lokal-story-section .carousel-lokal-wrapper .carousel-slider .slide .img-wrapper {
        max-height:unset
    }
}

.lokal-story-section .carousel-lokal-wrapper .carousel-slider .slide .content {
    background-color: #dddedf
}

.lokal-story-section .carousel-lokal-wrapper .carousel-slider .slide .story-quote p:first-child {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

.lokal-story-section .carousel-lokal-wrapper .carousel-slider .slide .read-story {
    border-top: 1px solid #121212;
    display: flex;
    justify-content: space-between
}

.centered-content .left-content .img-wrapper img {
    margin: 0 auto
}

@media only screen and (min-width: 48em) {
    .centered-content {
        display:grid
    }
}

@media only screen and (min-width: 48em) and (min-width:67.5em) {
    .centered-content {
        justify-content:center;
        grid-template-columns: repeat(2,minmax(38vw,500px))
    }
}

@media only screen and (min-width: 48em) and (min-width:67.5em) {
    .centered-content .left-content {
        height:38vw
    }
}

@media only screen and (min-width: 48em) {
    .centered-content .left-content .img-wrapper,.centered-content .left-content img {
        width:100%;
        max-height: 500px
    }
}

@media only screen and (min-width: 48em) and (min-width:48em) {
    .centered-content .left-content .img-wrapper,.centered-content .left-content img {
        height:100%;
        object-fit: cover
    }
}

@media only screen and (min-width: 48em) and (min-width:67.5em) {
    .centered-content .left-content .img-wrapper,.centered-content .left-content img {
        max-height:unset
    }
}

@media only screen and (min-width: 48em) and (min-width:67.5em) {
    .centered-content .right-content {
        padding-left:20px
    }
}

.business .left-content .img-wrapper img {
    margin: 0 auto
}

@media only screen and (min-width: 48em) {
    .business {
        display:grid
    }
}

@media only screen and (min-width: 48em) and (min-width:67.5em) {
    .business {
        justify-content:center;
        grid-template-columns: repeat(2,minmax(38vw,500px))
    }
}

@media only screen and (min-width: 48em) and (min-width:67.5em) {
    .business .left-content {
        order:1;
        height: 38vw
    }
}

@media only screen and (min-width: 48em) {
    .business .left-content .img-wrapper,.business .left-content img {
        width:100%;
        max-height: 500px
    }
}

@media only screen and (min-width: 48em) and (min-width:48em) {
    .business .left-content .img-wrapper,.business .left-content img {
        height:100%;
        object-fit: cover
    }
}

@media only screen and (min-width: 48em) and (min-width:67.5em) {
    .business .left-content .img-wrapper,.business .left-content img {
        max-height:unset
    }
}

@media only screen and (min-width: 48em) and (min-width:67.5em) {
    .business .right-content {
        padding-left:20px;
        padding-right: 20px
    }
}
