<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Aldrich&amp;display=swap'); 

#strap {
    overflow: hidden;
    text-align: center;
    position: relative;
    height: calc(83vh);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 6;
    flex-direction: column;
    justify-content: center;
}
 
.slide {
	background-size: cover;
	background-position: top;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-flow: column wrap;
}
 
.slide  .strapline {
	opacity: 0;
	font-size: 60px;
	color: #ffffff;
	/* max-width: 41%; */
	/* height: 100%; */
	text-align: center;
	padding: 10px;
	/* background: #00000052; */
	display: flex;
	/* flex-direction: column; */
	flex-wrap: wrap;
	justify-content: center;
}

.slide  .intro {
    position: relative;
    opacity:0;
    color:white;
    font-size: 37px;
    box-sizing: border-box;
    /* margin: auto; */
    width: 100%;
    margin-top: 30px;
    max-width: 1200px;
    font-family: "Manrope", sans-serif;
    text-transform: none;
    margin: auto;
    /* margin-top: 30px; */
}

.strapline p {
    width: 100%;
    padding: 0;
    margin: 0;
}

.slide  .action a {
    padding: 15px 40px 15px 40px;
    color: white;background: green;
    border-radius: 50px;border: 3px solid white;
    -webkit-box-shadow: 0 2px 2px 2px #242424;
    box-shadow: 0 2px 7px 1px #242424c7;
}
.smallSlides {
    height: 45vh !important;
}

@media (max-width: 906px) 
{
    
    .smallSlides {height: 70vh !important;}
    
.slide {
	padding:0;
	}
.slide  .strapline {
	position: relative;
	top:-60px;
	opacity: 0;
	font-size: 40px;
	color: white;
	padding-bottom: 30px;
	box-sizing: border-box;
	max-width: 90%;
	margin: auto;
	font-weight: bold;
	font-size:32px;
}	
 
}</pre></body></html>