.site-footer #first-footer,
.site-footer #first-footer h1,
.site-footer #first-footer h2,
.site-footer #first-footer h3,
.site-footer #first-footer h4,
.site-footer #first-footer h5,
.site-footer #first-footer h6,
.site-footer #first-footer p,
.site-footer #first-footer span,
.site-footer #first-footer a,
.site-footer #first-footer .tm-custom-heading,
.site-footer #first-footer .tm-cta3-description,
.site-footer #first-footer .tm-cta3-content-wrapper {
  color: #fff !important;
}

#site-navigation.toggled-on #menu-main-menu {
  display: block;
}

#menu-toggle {
  cursor: pointer;
}

.static-hero-wrapper {
  background: #f5faff;
}

.static-home-hero {
  position: relative;
  min-height: 730px;
  overflow: hidden;
  background: #f5faff;
}

.static-home-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.static-home-hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, 1240px);
  min-height: 730px;
  margin: 0 auto;
  padding: 190px 50px 90px;
  color: #05062b;
}

.static-home-hero__content::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 189px;
  width: 10px;
  height: 173px;
  background: #f71735;
}

.static-home-hero__eyebrow {
  margin: 0 0 10px 40px;
  color: #f71735;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.static-home-hero__content h2 {
  margin: 0 0 15px 40px;
  color: #05062b;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
}

.static-home-hero__text {
  margin: 0 0 40px;
  color: #2e3236;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.static-home-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.static-home-hero__button,
.static-home-hero__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  color: #05062b;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-decoration: none;
}

.static-home-hero__button {
  border: 1px solid #05062b;
  padding: 15px 35px;
}

.static-home-hero__button:hover {
  border-color: #0b0c26;
  background: #0b0c26;
  color: #fff;
}

.static-home-hero__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f71735;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.static-home-hero__play:hover {
  background: #0b0c26;
  color: #fff;
}

.static-home-hero__link {
  padding-left: 0;
}

.static-home-hero__link:hover {
  color: #f71735;
}

@media (max-width: 1024px) {
  .static-home-hero {
    min-height: 450px;
  }

  .static-home-hero__image {
    filter: brightness(0.78);
  }

  .static-home-hero__content {
    min-height: 450px;
    padding: 92px 30px 60px;
    text-align: center;
  }

  .static-home-hero__content::before,
  .static-home-hero__eyebrow,
  .static-home-hero__text,
  .static-home-hero__link {
    display: none;
  }

  .static-home-hero__content h2 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    line-height: 75px;
  }

  .static-home-hero__actions {
    justify-content: center;
    margin-top: 25px;
    gap: 20px;
  }

  .static-home-hero__button {
    color: #fff;
    border-color: #fff;
  }
}

@media (max-width: 600px) {
  .static-home-hero {
    min-height: 350px;
  }

  .static-home-hero__content {
    min-height: 350px;
    padding: 76px 20px 45px;
  }

  .static-home-hero__content h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .static-home-hero__button {
    min-height: 39px;
    padding: 12px 25px;
    font-size: 11px;
    line-height: 11px;
  }

  .static-home-hero__play {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}
