h1{
	font-size: 4rem;
}


.sp-block-teal{
	background-color: #0096A4;
	color: white;
}

.sp-block-light-teal{
	background-color: rgba(0,139,149, 0.5);
}

.sp-block-red{
	background-color: #8A1A25;
	color: white;
}

.has-black-background-color{
	background-color: #8A1A25;
}

.has-green-background-color{
	background-color: #8A1A25;
}

.unique-feature .image-wrapper .image-box .inner-box::before{
	background-color: rgba(0,139,149, 0.7);
}

.unique-feature .image-wrapper .image-box .inner-box::after{
	background-color: rgba(0,139,149, 0.7);
}

.black-bar{
	background-color: #0096A4;
}

video{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -100;
  object-fit: cover;
}

@media (min-width: 1024px){
.sp-illustration{
    display: inline-block;
    margin-right: -50%;
}
}