<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://pro.fontawesome.com/releases/v5.2.0/css/all.css');

.video-underlay-container {
  height: calc(100vh - 300px);
  min-height: 565px;
  width: 100%;
  display: flex !important;
  position: relative;
  flex-direction: column;
  margin: 0px !important;
}

.video-underlay-container .video-underlay-slide-container {
  position: relative;
  height: 100%;
  width: 100%;
}

.video-underlay-container .video-underlay-block {
  height: 100% !important;
  width: 100%;
  outline: none;
}

.video-underlay-container &gt; video {
  position: absolute;
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100vw;
}


.video-underlay-container &gt; .image-background {
    pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-underlay-video {
  width: 600px;
}

.video-underlay-container &gt; .gradient-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background-image: linear-gradient(0deg, #160624 -15%, #3e1c5a);
}

.video-underlay-container .cta-block {
  position: relative;
  bottom: 0px;
  margin: 35px 0px 0px;
}

.video-underlay-container .cta-block .button {
  padding: 10px 20px;
  background-color: #d56b27;
  border-radius: 25px;
  font-display: swap;
  font-family: "Calibri", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

.video-underlay-container .cta-block .button:hover {
  background-color: #c55b17;
}

.video-underlay-container .cta-block form {
  display: flex;
  flex-direction: row;
}



.video-underlay-container .cta-block form input[type=email] {
  position: relative;
  max-width: 300px;
  border-radius: 25px 0px 0px 25px;
  padding: 10px 35px 10px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  border: none;
}

.video-underlay-container .cta-block form input[type=email]:focus {
  color: #ffffff;
}

.video-underlay-container .cta-block form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.video-underlay-container .cta-block form input[type=submit] {
  position: relative;
  left: -20px;
  max-width: 155px;
  border-radius: 25px;
  padding: 10px 20px;
  white-space: nowrap;
  background-color: rgb(213, 107, 39);
  border: none;
  transition: background-color 0.25s ease-in-out;
}

.video-underlay-container .cta-block div &gt; div {
  font-display: swap;
  font-family: "Calibri", sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  background-color: rgb(213, 107, 39);
  padding: 10px 20px;
  color: #ffffff;
  outline: none;
  display: inline;
  height: unset !important;
  width: unset !important;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
}

.video-underlay-container .cta-block div &gt; div:hover,
.video-underlay-container .cta-block form input[type=submit]:hover {
  background-color: rgb(197, 91, 23);
}

.video-underlay-container .cta-block div &gt; div::after {
  content: "\f178";
  display: inline;
  position: relative;
  font-display: swap;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 10px;
  top: 1px;
  left: -5px;
  transition: left 0.25s ease-in-out;
}

.video-underlay-container .cta-block div &gt; div:hover::after {
  left: 0px;
}


.video-underlay-container .video-underlay-block .hero-copy-wrapper {
  margin: 100px 0px;
  width: 100%;
  display: flex !important;
  padding: 40px 0px;
  align-items: center;
  justify-content: center;
}

.video-underlay-container .video-underlay-block .hero-copy-block {
  display: flex;
  flex-direction: row-reverse;
  flex: 1;
/*   flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
}


.video-title-image {
  margin-bottom: 20px;
}

.video-underlay-container .video-underlay-block .hero-copy-wrapper .hero-copy-block .hero-left-wrapper {
  margin-left: 40px;
}

.video-underlay-container .video-underlay-block .hero-copy-wrapper .hero-copy-block .hero-left-wrapper + .hero-right-wrapper {
  margin-right: 40px;
}

.video-underlay-container .video-underlay-block .hero-copy-wrapper .flip .hero-left-wrapper {
  margin-right: 40px;
}

.video-underlay-container .video-underlay-block .hero-copy-wrapper .flip .hero-left-wrapper + .hero-right-wrapper {
  margin-left: 40px;
}


.video-underlay-container .video-underlay-block .flip {
  flex-direction: row;
}

.video-underlay-container .video-underlay-block .hero-copy-block .hero-right-wrapper {
  position: relative;
  margin: 30px 0px 40px;
  border-radius: 0px 15px 15px 0px;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  animation: 1s ease 0s 1 slideInFromLeft;
  animation-fill-mode: forwards;
}

.video-underlay-container .video-underlay-block .hero-copy-block .hero-right-wrapper .quote {
  padding: 40px;
  background-color: rgba(63,41,80,0.7);
}

.video-underlay-container .video-underlay-block .hero-copy-block .hero-left-copy {
  position: relative;
  max-width: 600px;
/*   padding: 20px; */
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-underlay-container .video-underlay-block .hero-copy-block .hero-left-copy h1 {
  color: #ffffff !important;
  font-display: swap;
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  line-height: 1.25;
}

.video-underlay-container .video-underlay-block .hero-copy-block .hero-left-copy p {
  color: #ffffff !important;
  font-display: swap;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 0px;
}

.video-underlay-container .video-underlay-block .hero-copy-block .hero-right-copy {
  position: relative;
  max-width: 600px;
/*   padding: 0px 40px; */
  border-radius: 25px;
  font-display: swap;
  font-family: "Raleway", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: scaleY(0);
  transform-origin: bottom;
  opacity: 0;
  animation: 1s ease 1s 1 scaleUpFromBottom;
  animation-fill-mode: forwards;
}

.video-underlay-container .video-underlay-block .hero-copy-block .hero-right-image {
  position: relative;
/*   padding: 0px 40px; */
  border-radius: 25px;
  font-display: swap;
  font-family: "Raleway", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: scaleY(0);
  transform-origin: bottom;
  opacity: 0;
  animation: 1s ease 1s 1 scaleUpFromBottom;
  animation-fill-mode: forwards;
}



.video-underlay-container .video-underlay-block .hero-copy-block .hero-right-copy img.wistia {
  position: relative;
/*   max-width: 550px; */
  margin-top: 20px;
  cursor: pointer;
}

.video-underlay-container .video-underlay-block .hero-copy-block .hero-right-image img.wistia {
  position: relative;
/*   max-width: 550px; */
  margin-top: 20px;
  cursor: pointer;
}

/* .video-underlay-container .video-underlay-block:nth-child(2) .hero-copy-block .hero-right-copy img {
  margin-top: 100px;
} */

.video-underlay-container .video-underlay-block .hero-copy-block .hero-right-copy img.image {
  max-height: 400px;
  margin-top: 80px;
  height: 100%;
}

.video-underlay-container .video-underlay-block:nth-child(4) .hero-copy-block .hero-right-copy {
  padding: 0px;
}

.video-underlay-container .video-underlay-block .hero-copy-block .hero-right-copy h1 {
  color: #ffffff !important;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 40px;
}

.video-underlay-container .video-underlay-block .hero-copy-block .hero-right-copy p {
  color: #ffffff !important;
  font-size: 20px;
  line-height: 1.25;
  text-align: right;
  margin-bottom: 0px;
}

.video-underlay-container .slick-initialized .slick-slide {
  display: flex !important;
}

.video-underlay-container .slick-dots {
  display: block;
  bottom: 50px;
}

.video-underlay-container .slick-dots li button:before {
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid white;
  color: transparent;
  background-color: white;
  width: 15px;
  height: 15px;
}

.video-underlay-container .slick-dots li.slick-active button:before {
  background-color: #512f77;
  color: transparent;
}

.video-underlay-container .slick-list,
.video-underlay-container .slick-track{
  height: 100% !important;
}

.video-underlay-container .slick-dotted {
  margin-bottom: 0px;
}


@keyframes scaleUpFromBottom {
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}


/* Responsiveness Section */


@media only screen and (max-width: 1200px) {
  .hero-right-image {
    display: none !important;
  }
  
  .hero-right-wrapper{
    display: none; 
  }
}

@media (max-width: 1070x) {  
  .video-underlay-container .video-underlay-block .hero-copy-block {
    justify-content: flex-end;
  }
  
  .video-underlay-container .video-underlay-block .flip {
    justify-content: flex-start;
  }
  
  .video-underlay-container .video-underlay-block .hero-copy-block .hero-left-wrapper,
  .video-underlay-container .video-underlay-block .hero-copy-block .hero-right-wrapper,
  .video-underlay-container .video-underlay-block .hero-copy-block .hero-left-copy,
  .video-underlay-container .video-underlay-block .hero-copy-block .hero-right-copy {
/*     max-width: 100vw;
    border-radius: 0px;
    margin: 0px !important;
    padding: 20px 10px; */
    background-color: transparent !important;
  }
  
  .video-underlay-container {
    height: 100%;
  }
  
  .video-underlay-container .slick-dots {
    top: unset;
    bottom: 10px;
  }
  
  .video-underlay-container .video-underlay-block .hero-copy-block .hero-right-copy img.image {
    margin-top: 0px;
  }
}

/* @media (max-width: 500px) {
  .video-underlay-container .video-underlay-block .hero-copy-block .hero-right-copy img {
    max-width: calc(100vw - 20px) !important;
  } 
} */

@media (max-width: 910px) {
  .video-underlay-container .video-underlay-block .hero-copy-block {
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .video-underlay-container .video-underlay-block .hero-copy-block .hero-right-copy img {
   display: none;
  }
  
/*     .video-underlay-container {
    height: 60%;
  } */
  
  .video-underlay-container .video-underlay-block .hero-copy-block .hero-right-copy {
    display: none; 
  }
  
  .video-underlay-container .video-underlay-block .hero-copy-block .video-underlay-video {
    display: none;
  } 
  
  .hero-left-wrapper{
    margin: auto !important;
    padding: 4%;
  }
  
  .hero-left-copy{
    align-items: center; 
  }
  
  .hero-left-copy &gt; p {
    text-align: center; 
  }
}
</pre></body></html>