@media (min-width: 768px) {
  [data-type=header] {
    height: 6.45rem;
  }
}

.hero-fip {
  --padding-for-image: 23rem;
  padding: 5.25rem 0 var(--padding-for-image);
  color: var(--overlay-txt-color);
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-fip {
    margin-top: 6.45rem;
  }
}
@media (min-width: 1024px) {
  .hero-fip {
    --padding-for-image: 5rem;
    padding: 4rem 0 var(--padding-for-image);
    min-height: 460px;
    display: flex;
    align-items: center;
  }
}
.hero-fip-back-overlay .hero-fip-back-overlay-1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--overlay-color);
  background-image: var(--overlay-img-back);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .hero-fip-back-overlay .hero-fip-back-overlay-1 {
    top: 0;
    bottom: 0;
    left: 0;
    width: 45%;
    right: unset;
  }
}
.hero-fip-back-overlay .hero-fip-back-overlay-2 {
  position: absolute;
  height: var(--padding-for-image);
  bottom: 0;
  left: 0;
  right: 0;
  background-image: var(--overlay-img-main);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .hero-fip-back-overlay .hero-fip-back-overlay-2 {
    top: 0;
    bottom: 0;
    right: 0;
    left: unset;
    width: 55%;
    height: unset;
  }
}
.hero-fip-back-overlay .hero-fip-back-overlay-2:before {
  content: "";
  position: absolute;
  height: 4rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--overlay-img-middle-mobile);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .hero-fip-back-overlay .hero-fip-back-overlay-2:before {
    top: 0;
    width: 6.25rem;
    height: unset;
    right: unset;
    background-image: var(--overlay-img-middle);
  }
}
.hero-fip-back-overlay.overlay-reversed .hero-fip-back-overlay-1 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .hero-fip-back-overlay.overlay-reversed .hero-fip-back-overlay-1 {
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    left: unset;
  }
}
.hero-fip-back-overlay.overlay-reversed .hero-fip-back-overlay-2 {
  height: var(--padding-for-image);
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .hero-fip-back-overlay.overlay-reversed .hero-fip-back-overlay-2 {
    top: 0;
    bottom: 0;
    left: 0;
    right: unset;
    width: 50%;
    height: unset;
  }
}
@media (min-width: 1024px) {
  .hero-fip-back-overlay.overlay-reversed .hero-fip-back-overlay-2:before {
    top: 0;
    bottom: 0;
    width: 6.25rem;
    height: unset;
    left: unset;
    right: 0;
    background-image: var(--overlay-img-middle);
  }
}
.hero-fip__content {
  position: relative;
  z-index: 1;
  padding-bottom: 1.65rem;
}
@media (min-width: 1024px) {
  .hero-fip__content {
    max-width: 50%;
    padding: 0 5rem 0 0;
  }
}
@media (min-width: 1024px) {
  .hero-fip__content.overlay-reversed {
    max-width: 50%;
    text-align: left;
    padding: 0 0 0 5rem;
    margin-left: auto;
  }
}
.hero-fip__content .hero-fip__title {
  font-family: var(--headline-font);
  margin: 0 0 1.25rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: inherit;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .hero-fip__content .hero-fip__title {
    font-size: 4rem;
    margin: 0 0 1rem;
    line-height: 1.1;
  }
}
.hero-fip__content .hero-fip__sub-headline {
  font-size: 1.3rem;
  font-family: var(--headline-font);
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .hero-fip__content .hero-fip__sub-headline {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.hero-fip__content .hero-fip__text {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .hero-fip__content .hero-fip__text {
    max-width: 470px;
  }
}
.hero-fip__content .hero-fip__text p {
  font-size: 1rem;
  font-family: var(--regular-font);
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .hero-fip__content .hero-fip__text p {
    line-height: 1.6;
    font-size: 1.25rem;
  }
}
.hero-fip__content .hero-fip__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .hero-fip__content .hero-fip__btns {
    align-items: center;
    justify-content: flex-start;
  }
}
.hero-fip__content .hero-fip__btns .brand-btn {
  --primary-color: #fff;
  font-size: 1rem;
  padding: 0.25rem 1rem;
}
.hero-fip__content .hero-fip__btns .brand-btn:hover, .hero-fip__content .hero-fip__btns .brand-btn:focus {
  opacity: 0.8;
}
.hero-fip__content .hero-fip__btns .brand-btn.reversed {
  background: #fff;
  color: #246EFF;
}
@media (min-width: 1024px) {
  .hero-fip__content .hero-fip__btns .brand-btn {
    font-size: 0.93rem;
    font-weight: bold;
    padding: 0.45rem 1.5rem;
  }
}/*# sourceMappingURL=styles.css.map */