.marquee-flower {
    position: absolute;
    background-image: url(/includes/public/assets/shared/decorations/marquee-tulip.svg);
    background-repeat: no-repeat;
    background-position: -107px 22px;
    background-size: cover;
    width: 130px;
    height: 200px;
}

.marquee .slides::before,
.marquee::after {
    content: '';
    pointer-events: none;
    position: absolute;
    height: calc(100% * 500 / 1100);
    background: var(--cream-e3);
    z-index: -1;
}

.marquee .slides::before {
    left: 0;
    top: -75px;
    width: calc(100% * 245 / 375);
}

.marquee::after {
    bottom: -60px;
    right: 0;
    width: calc(100% * 259 / 375);
}

.marquee .slides {
    position: relative;
    max-width: 100%;
    padding: 0 var(--space-5);
}

.marquee .slide .img-cont::after {
	background: transparent linear-gradient(180deg, #00000000 0%, #000000E6 100%) 0% 0% no-repeat padding-box;
}

.marquee .widget-header-inner {
	border: none;
}

.marquee .widget-title {
    margin: 0;
    font-size: 3.125rem;
    font-weight: 500;
    text-transform: lowercase;
    line-height: 1.1;
}

.marquee .widget-header {
    margin: 0 auto;
    padding: 0 0 0 var(--space-16);
}

.marquee .slides > .slide:not(:first-child) .content-section {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: var(--space-4);
    width: 100%;
    pointer-events: none;
}

.marquee .slide a.read-more:not(p *), 
.marquee .slide .slide-footer a,
.marquee .slide .slide-footer {
    display: none;
}

.marquee .slide .slide-title {
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0 5px;
    font-weight: 100;
	color: var(--gray-100);
}

.marquee .slide .slide-title::before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 20px;
    top: -10px;
    display: block;
    width: 52px;
    height: 19px;
    background-image: url(/includes/public/assets/shared/decorations/curlycue.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.marquee .slide p {
    margin-bottom: 0;
    font-size: var(--text-sm);
    line-height: 1.8;
}

.marquee .slide.overlap-image:not(:first-child) .content-section p {
	color: var(--gray-100);
}

.marquee .widget-header-inner .widget-view-all {
    display: none;
}

.marquee + .widget-view-all {
    color: var(--gray-600);
    font-family: var(--font-display);
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    font-size: 0.875rem;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    padding: 0 20px;
    margin: 0 0 40px;
    align-items: center;
}


.marquee + .widget-view-all::after {
	content: "";
	pointer-events: none;
	background-image: url(/includes/public/assets/shared/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	height: 16px;
	width: 16px;
}

.marquee {
    margin-bottom: 20px;
}

.marquee .slide img {
    transform-origin: center;
    transition: transform 300ms ease;
}

@media (hover:hover) {
	.marquee + .widget-view-all:hover::after {
	    background-image: url(/includes/public/assets/shared/arrow-right-brown.svg);
	}

	.marquee + .widget-view-all:hover {
	    color: var(--brown-81);
	    text-decoration: none;
	}

	.marquee .slide.overlap-image .slide-title > a:hover {
	    text-decoration: none;
	}
	
	.marquee .slide:hover img {
	    transform: scale(1.2);
	}	

	.marquee .slide:hover .img-cont::after {
	    background: #7EA570;
	    opacity: 70%;
		height: 100%;
	}
}

@media (min-width: 40em) {
	.marquee-flower {
	    width: 290px;
	    height: 451px;
	    background-position: top;
	}

	.marquee .slide .content-section,
	.marquee .slides > .slide:not(:first-child) .content-section {
		padding: 25px var(--space-6);
	}
}

@media screen and (min-width: 64em) {
    .marquee .slides::before,
	.marquee::after {
        display: none;
    }

	.marquee-flower {
	    width: 489px;
	    height: 765px;
	    top: -135px;
	    background-image: url(/includes/public/assets/shared/decorations/marquee-tulip-desktop.svg);
	}

	.marquee .widget-header-inner {
	    justify-content: flex-end;
	    padding-bottom: 25px;
	}

	.marquee-outer {
		position: relative;
		margin: 0 0 160px;
	}
	
    .marquee-outer::before {
		content: '';
		pointer-events: none;
		position: absolute;
		height: calc(100% * 478 / 1100);
		background: var(--cream-e3);
		z-index: -1;
		left: 0;
		width: calc(100vw * 823 / 1440);
		top: -50px;
	}
    
    .marquee-outer::after {
		content: '';
		pointer-events: none;
		position: absolute;
		bottom: -35px;
		right: 0;
		width: calc(100% * 617 / 1440);
		background: var(--cream-e3);
		z-index: -1;
		height: 45%;
	}
	
	.marquee {
	    padding: 0 60px;
	    max-width: var(--width-feature);
	    margin: 110px auto 0;
	}

	.marquee .slides {
	    padding: 0;
	}

	
	.marquee .widget-title {
	    font-size: 6.25rem;
	    text-align: right;
	}
	
	.marquee .slide.overlap-image:first-child p {
		max-width: 35%;
	}

	.marquee .widget-header {
	    padding: 0 0 0 ;
	    max-width: 1200px;
	}

	.marquee + .widget-view-all::after {
		height: 25px;
		width: 29px;
	}

    .marquee[data-layout="vertical"] .slide:first-child .slide-title, 
	.marquee[data-layout="horizontal"] .slide:first-child .slide-title {
        font-size: 40px;
    }
	
	.marquee .slide .slide-title {
	    font-size: 32px;
	}
	
    .marquee + .widget-view-all {
        font-size: 1.375rem;
        max-width: 1400px;
        gap: 9px;
        margin: 35px auto 0;
        padding: 0 60px;
    }

    .marquee .slide .slide-title::before {
        width: 52px;
        height: 19px;
        top: 5px;
        left: 25px;
    }
	.marquee + .widget-view-all::after {
		height: 20px;
		width: 22px;
	}
}


@media screen and (min-width: 90em) {
	.marquee .slide .slide-title {
	    font-size: 32px;
	    line-height: 1.1;
	    margin: 0 0 5px;
	}

    .marquee .slide p {
        font-size: var(--text-sm);
    }
}
