section.home-banner {
  padding: 25rem 0 19rem;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.home-banner .hero__bg {
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home-banner .hero__bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.home-banner .hero__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  padding: 0 15px;
}
.home-banner .hero__row .hero__content {
  max-width: 39rem;
}
.home-banner .hero__row .hero__video-embed {
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
  width: 100% !important;
  max-width: 50rem;
}
.home-banner .hero__row .hero__video-embed .wistia_responsive_padding {
  padding: 56.25% 0 0 0;
  position: relative;
}
.home-banner .hero__row .hero__video-embed .wistia_responsive_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home-banner .hero__row .hero__video-embed .wistia_embed {
  border: 0px;
  display: block;
  height: 0px;
  margin: 0px;
  padding: 0px;
  position: static;
  visibility: hidden;
  width: auto;
}
.home-banner .hero__row .wistia_swatch {
  height: 100%;
  left: 0px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0px;
  transition: opacity 200ms ease 0s;
  width: 100%;
  border-radius: 0px;
}
section.home-banner h1 {
  font-size: 4.8rem;
  margin-bottom: 2.2rem;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 400;
}
section.home-banner h1 em {
  letter-spacing: 0.04rem;
}
section.home-banner p {
  font-size: 1.4rem;
  line-height: 1.71429;
  margin: 0 0 2.7rem;
}
section.home-banner .btn a {
  color: #000A3C;
  min-width: 150px;
  padding: 1.1rem;
  font-size: 1.4rem;
  line-height: 1;
  border: 2px solid #8AE0C9;
  border-radius: 3px;
  background: #8AE0C9;
  font-weight: 500;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  font-family: "TT Norms Pro", sans-serif;
  letter-spacing: -0.56px;
}	
.home-banner .hero__row .hero__content>.btn {
  margin-bottom: 0;
  gap: 2.6rem;
  margin-top: 4.4rem;
}
section.home-banner .btn a:hover {
  color: #FFFFFF;
  background: transparent;
  text-decoration: underline;
}
section.home-banner.banner_wrap .btn {
  display: flex;
}
section.home-banner.banner_wrap .btn .watch_video_btn {
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: inline-block;
  margin: 0;
}
section.home-banner.banner_wrap .btn .watch_video_btn a {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: -0.04em;
  color: #FFFFFF !important;
  background: transparent;
  padding: 0;
  border: none;
  min-width: auto;
  border-radius: 3px;
  box-shadow: none;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
}
.home-banner .hero__row .hero__content>.btn {
  align-items: center;
}
section.home-banner.banner_wrap .btn .watch_video_btn a:hover {
  text-decoration: underline;
}
section.home-banner.banner_wrap .btn .watch_video_btn a:after {
  margin-left: 1.2rem;
  position: relative;
  top: 1px;
}
section.home-banner.banner_wrap .btn .btn {
  justify-content: center;
}
@media(max-width: 767px){
  .home-banner .hero__row {
    flex-direction: column;
  }
  section.home-banner h1 {
    font-size: 4rem;
  }
  section.home-banner {
    padding: 17.6rem 0 21.8rem;
  }
  .home-banner .hero__row .hero__video-embed {
    margin-top: 2rem;
  }
  .home-banner .hero__row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}










