/* Slideshow */


.slide--current {
	opacity: 1;
	pointer-events: auto;
	z-index: 0;
}



.slide__bg--1 {
	background: var(--color-bg-slide-1);
}


/* Word + SVG styles */
.word {
    color: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    grid-area: title;
}

@media only screen and (max-width:421px) {
.word--1 {
    display: none;
}
.slide {
    position: absolute;
    width: 100%;
    height: 50vh;
    left: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    pointer-events: none;
    opacity: 100;
    z-index: 0;
}
}

@media only screen and (min-width:420px) and (max-width:650px){
.word--1 {
    display: none;
}
.slide {
    position: absolute;
    width: 100%;
    height: 50vh;
    left: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    pointer-events: none;
    opacity: 100;
    z-index: 0;
}
}

@media only screen and (min-width:651px) and (max-width:850px){
.word--1 {
    font-weight: 900;
    font-size: 250%;
    color: #555555;
}
.slide {
    position: absolute;
    width: 100%;
    height: 60vh;
    top: 120px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 100;
    z-index: 0;
}
}


@media only screen and (min-width:851px) and (max-width:1150px){
.word--1 {
    font-weight: 900;
    font-size: 330%;
    color: #555555;
}
.slide {
    position: absolute;
    width: 100%;
    height: 60vh;
    top: 120px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 100;
    z-index: 0;
}
}

@media only screen and (min-width:1151px) {
.word--1 {
    font-weight: 900;
    font-size: 400%;
    line-height: 80px;
    color: #555555;
    padding-top: 50px;
}
.slide {
    position: absolute;
    width: 100%;
    height: 50vh;
    top: 120px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 100;
    z-index: 0;
    max-height: 800px;
    margin-top: 20px;
}
}


.shapes {
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
}
