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

.text-image {
  --padding-for-image: 18rem;
  padding: 3.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) {
  .text-image {
    --padding-for-image: 23rem;
  }
}
@media (min-width: 1024px) {
  .text-image {
    --padding-for-image: 5rem;
    padding: 4rem 0 var(--padding-for-image);
    min-height: 460px;
    display: flex;
    align-items: center;
  }
}
.text-image-back-overlay .text-image-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) {
  .text-image-back-overlay .text-image-back-overlay-1 {
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    right: unset;
  }
}
.text-image-back-overlay .text-image-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) {
  .text-image-back-overlay .text-image-back-overlay-2 {
    top: 0;
    bottom: 0;
    right: 0;
    left: unset;
    width: 50%;
    height: unset;
  }
}
.text-image-back-overlay .text-image-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) {
  .text-image-back-overlay .text-image-back-overlay-2:before {
    top: 0;
    width: 6.25rem;
    left: -6.25rem;
    height: unset;
    right: unset;
    background-image: var(--overlay-img-middle);
  }
}
.text-image-back-overlay.overlay-reversed .text-image-back-overlay-1 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .text-image-back-overlay.overlay-reversed .text-image-back-overlay-1 {
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    left: unset;
  }
}
.text-image-back-overlay.overlay-reversed .text-image-back-overlay-2 {
  height: var(--padding-for-image);
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .text-image-back-overlay.overlay-reversed .text-image-back-overlay-2 {
    top: 0;
    bottom: 0;
    left: 0;
    right: unset;
    width: 50%;
    height: unset;
  }
}
@media (min-width: 1024px) {
  .text-image-back-overlay.overlay-reversed .text-image-back-overlay-2:before {
    top: 0;
    bottom: 0;
    width: 6.25rem;
    height: unset;
    left: unset;
    right: 0;
    background-image: var(--overlay-img-middle);
  }
}
.text-image__content {
  position: relative;
  z-index: 1;
  padding-bottom: 2.65rem;
}
@media (min-width: 1024px) {
  .text-image__content {
    max-width: 50%;
    padding: 0 5rem 0 0;
  }
}
@media (min-width: 1024px) {
  .text-image__content.overlay-reversed {
    max-width: 50%;
    text-align: left;
    padding: 0 0 0 5rem;
    margin-left: auto;
  }
}
.text-image__content .text-image__title {
  font-family: var(--headline-font);
  margin: 0 0 1.25rem;
  font-weight: 500;
  color: inherit;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .text-image__content .text-image__title {
    margin: 0 0 1rem;
    line-height: 1.1;
  }
}
.text-image__content .text-image__sub-headline {
  font-size: 1.3rem;
  font-family: var(--headline-font);
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .text-image__content .text-image__sub-headline {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.text-image__content .text-image__text {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .text-image__content .text-image__text {
    max-width: 470px;
  }
}
.text-image__content .text-image__text p {
  font-size: 0.75rem;
  font-family: var(--regular-font);
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .text-image__content .text-image__text p {
    line-height: 1.6;
    font-size: 1.125rem;
  }
}
.text-image__content .text-image__text--bigger p {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .text-image__content .text-image__text--bigger p {
    font-size: 1.25rem;
  }
}
.text-image__content .text-image__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.text-image__content .text-image__btns .brand-btn {
  --primary-color: #fff;
  font-size: 1rem;
}
.text-image__content .text-image__btns .brand-btn:hover, .text-image__content .text-image__btns .brand-btn:focus {
  opacity: 0.8;
}
.text-image__content .text-image__btns .brand-btn.brand-btn--light {
  background: #fff;
  color: #246EFF;
}
@media (min-width: 1024px) {
  .text-image__content .text-image__btns .brand-btn {
    font-size: 0.93rem;
  }
}
.text-image__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=styles.css.map */