
.static-home-hero {
  min-height: 650px;
  display: grid;
  place-items: center;
  background: url("/wp-content/uploads/2021/03/AdobeStock_-2.webp") center center / cover no-repeat;
}
.static-home-hero__panel {
  width: min(616px, calc(100% - 40px));
  min-height: 325px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(28, 177, 75, 0.6);
  text-align: center;
  padding: 42px 28px;
}
.static-home-hero__panel h1 {
  margin: 0 0 24px;
  color: #fff;
  font-family: Mukta, Arial, sans-serif;
  font-size: 56px;
  font-weight: 200;
  line-height: 0.96;
}
.static-home-hero__button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 20px;
  border-radius: 50px;
  background: #fff;
  color: #1cb14b !important;
  font-family: Mukta, Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
}
.static-home-hero__phone {
  margin-top: 26px;
  color: #fff !important;
  font-family: Mukta, Arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
}
.static-home-hero__phone span {
  color: #2d4e83;
}
.static-home-cta {
  min-height: 410px;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(45, 78, 131, 0.78), rgba(45, 78, 131, 0.78)),
    url("/wp-content/uploads/2021/03/AdobeStock_-2.webp") center center / cover no-repeat;
  text-align: center;
}
.static-home-cta__content p {
  margin: 0 0 8px;
  color: #fff;
  font-family: Mukta, Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}
.static-home-cta__content h2 {
  margin: 0 0 30px;
  color: #fff;
  font-family: Mukta, Arial, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 0.97;
}
.static-home-cta__content a {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  padding: 0 40px;
  border-radius: 50px;
  background: #1cb14b;
  color: #fff !important;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.static-site-links,
.static-site-links a,
.static-site-credit,
.static-site-credit a {
  color: #fff !important;
  font-size: 12px;
}
.static-site-links {
  margin-right: 12px;
}
.static-site-links a,
.static-site-credit a {
  text-decoration: underline;
}
.static-team-profile {
  max-width: 548px;
  margin: 0 auto;
  padding: 82px 20px 88px;
  text-align: left;
}
.static-team-profile h2 {
  margin: 0 0 36px;
  color: #2d4e83;
  font-family: Mukta, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}
.static-team-profile h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin-top: 16px;
  background: #2d4e83;
}
.static-team-profile p {
  margin: 0;
  color: #85868c;
  font-family: Mukta, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
.static-team-profile a {
  color: #1cb14b;
  text-decoration: underline;
}
.static-privacy-policy {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 20px;
  color: #2d4e83;
  font-family: Mukta, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}
.static-privacy-policy h2 {
  margin: 0 0 18px;
  color: #1cb14b;
  font-size: 42px;
  font-weight: 400;
}
.static-privacy-policy__updated {
  margin: 0 0 8px;
  color: #85868c;
  font-size: 15px;
}
@media (max-width: 778px) {
  .static-home-hero {
    min-height: 560px;
  }
  .static-home-hero__panel {
    width: min(616px, calc(100% - 72px));
    min-height: 250px;
    padding: 30px 20px;
  }
  .static-home-hero__panel h1 {
    font-size: 46px;
  }
  .static-home-cta {
    min-height: 300px;
  }
  .static-home-cta__content h2 {
    font-size: 46px;
  }
}
@media (max-width: 480px) {
  .static-home-hero {
    min-height: 480px;
  }
  .static-home-hero__panel h1 {
    font-size: 34px;
    line-height: 1.02;
  }
  .static-home-hero__button {
    font-size: 16px;
  }
  .static-home-hero__phone {
    margin-top: 18px;
    font-size: 16px;
  }
  .static-home-cta {
    min-height: 310px;
  }
  .static-home-cta__content p {
    font-size: 17px;
  }
  .static-home-cta__content h2 {
    font-size: 40px;
  }
}
