/* MARQUEE
/////////////////////////////////////////////////////// */

.marquee { 
	width: 100%;
	height: auto;
    margin: var(--margin) auto;
	position: relative;
    z-index: 8; }

.marquee__inner {
    display: flex;
    white-space: nowrap; }

.marquee__content {
    font-family: "Style Script", cursive;
    font-weight: 400;
    font-size: 2vw;
    line-height: 2; 
    letter-spacing: -0.0125em;
    color: var(--orange); }

.marquee.marque__home {
    top: 1em;
    margin: 0 auto;
    position: absolute; }

.marquee.marque__home .marquee__content {
    font-size: 1.5vw;
    line-height: 1;
    color: var(--orange); }

/* STYLE
/////////////////////////////////////////////////////// */