.marquee-fullwidth {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    margin-right: auto;
}

.marquee-fullwidth::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 10px;
    width: calc(100% - 18px);
    height: calc(100% + 4px);
    background-color: #d3cfcd;
    clip-path: polygon(0% 100%, 100% 100%, 100% 30px, calc(100% - 30px) 0%, 0% 0%);
    z-index: -3;
}

.marquee-fullwidth::after {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: calc(100% - 22px);
    height: 100%;
    background-color: white;
    clip-path: polygon(0% 100%, 100% 100%, 100% 30px, calc(100% - 30px) 0%, 0% 0%);
    z-index: -2;
}

.marquee-fullwidth .title-cont {
    padding: 0 0 20px 30px;
}

.marquee-fullwidth .title-cont.desktop {
    display: none;
}

@media (min-width: 64em) {
    .marquee-fullwidth .title-cont.desktop {
        display: block;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 90px;
    }

    .marquee-fullwidth .title-cont.mobile {
        display: none;
    }
}

.marquee-fullwidth .see-all-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #338dbd;
    text-transform: uppercase;
    font-family: balboa,sans-serif;
    margin-top: 18px;
    letter-spacing: 1.5px;
}

.marquee-fullwidth .see-all-link img {
    margin-left: 5px;
}

.marquee-fullwidth .title-cont .primary-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #918681;
    letter-spacing: 3px;
    padding-bottom: 15px;
}

.marquee-fullwidth .title-cont .primary-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    min-width: 55px;
    height: 4px;
    background-color: #f58a78;
}

.marquee-fullwidth .slides {
    position: relative;
    padding: 35px 25px 30px 0;
}

.marquee-fullwidth .slides .slide {
    position: relative;
    z-index: 1;
}

.marquee-fullwidth .slides .slide:nth-child(1) {
    width: calc(100% - 30px);
    margin-right: auto;
}

.marquee-fullwidth .slides .slide .content-section {
    pointer-events: all;
}

.marquee-fullwidth .slides .slide .content-section a:hover {
    color: #68717a;
}

.marquee-fullwidth .slides .slide:nth-child(1) .content-section {
    padding: 15px 25px 20px;
}

.marquee-fullwidth .slides .slide .content-section {
    position: relative;
}

.marquee-fullwidth .slides .slide .content-section .title,
.marquee-fullwidth .slides .slide .content-section .desc {
    color: #68717a;
}

.marquee-fullwidth .slides .slide .content-section .title {
    font-family: kepler-std,serif;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
}

.marquee-fullwidth .slides .slide.alternate .content-section .title {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

.marquee-fullwidth .slides .slide.alternate .content-section {
    padding: 0 20px;
}

.marquee-fullwidth .slides .slide .content-section .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

.marquee-fullwidth .slides .slide .content-section .read-more {
    position: relative;
    text-transform: uppercase;
    color: #68717a;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.marquee-fullwidth .slides .slide .content-section .read-more::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #e7e7ea;
}

.marquee-fullwidth .slides .slide.alternate .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.marquee-fullwidth .slides .slide.alternate .img-cont {
    position: relative;
    flex: 0 1 35%;
    overflow: visible;
    aspect-ratio: 162 / 110;
}

.marquee-fullwidth .slides .slide .img-cont.promoted {
    aspect-ratio: 600 / 660;
}

.marquee-fullwidth .slides .slide.alternate .img-cont::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 20px;
    width: 100%;
    background-color: white;
    z-index: 1;
}

.marquee-fullwidth .slides > div:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    height: 20px;
    width: 100%;
    background-color: white;
    z-index: 1;
}

@media (max-width: 64em) {
    .marquee-fullwidth .slides > div:nth-child(2)::before {
        display: none;
    }
}

.marquee-fullwidth .slides .slide.alternate .content-section {
    flex: 0 1 65%;
}

.marquee-fullwidth .slide .img-cont::after {
    display: none;
}

@media (min-width: 40em) {
    .marquee-fullwidth .slides .slide .img-cont.promoted {
        aspect-ratio: 725 / 795;
    }
    .marquee-fullwidth .slides .slide.alternate .img-cont {
        aspect-ratio: 320 / 207;
    }
}

@media (min-width: 46.875em) {
    .marquee-fullwidth .slides .slide:nth-child(1) {
        width: 75%;
    }
}

@media (min-width: 64em) {
    .marquee-fullwidth {
        margin-bottom: 120px;
    }

    .marquee-fullwidth .slides .slide:nth-child(1) .inner {
        display: flex;
        align-items: center;
    }

    .marquee-fullwidth .slides .slide:nth-child(1) .img-cont {
        width: 46%;
    }

    .marquee-fullwidth .slides .slide:nth-child(1) .content-section {
        padding: 30px 70px 30px 40px;
        max-width: 500px;
        margin-right: auto;
    }

    .marquee-fullwidth .slides .slide:nth-child(1) .content-section .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .marquee-fullwidth .slides .slide:nth-child(1) .content-section .desc {
        font-size: 18px;
        line-height: 30px;
    }

    .marquee-fullwidth::before {
        left: 13%;
        width: 62%;
        top: 113px;
        height: calc(100% - 86px);
    }

    .marquee-fullwidth::after {
        left: calc(13% + 2px);
        width: calc(62% - 4px);
        top: 115px;
        height: calc(100% - 90px);
    }

    .marquee-fullwidth .slides .slide.alternate {
        width: 34%;
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 1;
    }

    .marquee-fullwidth .slides > div:nth-child(2) {
        transform: translateY(-107%);
    }

    .marquee-fullwidth .slides > div:nth-child(4) {
        transform: translateY(107%);
    }

    .marquee-fullwidth .see-all-link {
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 25%;
        justify-content: flex-start;
        padding-left: 20px;
        font-size: 19px;
    }

    .marquee-fullwidth .slides .slide.alternate .content-section .title {
        font-size: 20px;
    }

    .marquee-fullwidth .slides .slide.alternate .img-cont {
        flex: 0 1 35%;
        aspect-ratio: 226 / 146;
    }

    .marquee-fullwidth .slides .slide .img-cont.promoted {
        aspect-ratio: 470 / 520;
    }

    .marquee-fullwidth .slides .slide.alternate .content-section {
        flex: 0 1 50%;
        padding: 0 15px;
    }
}

@media (min-width: 90.625em) {
    .marquee-fullwidth .slides .slide .img-cont.promoted {
        aspect-ratio: 657 / 725;
    }
}