/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* No mobile hover
*
* how to use:
    @include hover() {
        opacity: 0.5;
    }
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.handwritten, .handwritten * {
  font-family: "Nothing You Could Do";
}

.block-text-image {
  position: relative;
  background-color: #184e51;
  color: white;
  overflow: hidden;
  min-height: 25vw;
  padding-top: clamp(6rem, 53.4258456201px + 0.0555073721 * 100vw, 10rem);
  padding-bottom: clamp(6rem, 53.4258456201px + 0.0555073721 * 100vw, 10rem);
  margin-top: -1px;
  /* -- color variants -- */
  /* -- variants -- */
}
.block-text-image img, .block-text-image video {
  width: 100%;
}
.block-text-image--dark-green {
  background-color: #184e51;
  color: white;
}
.block-text-image--dark-green .block-text-image__title {
  color: #D9FFE5;
}
.block-text-image--dark-green .block-text-image__title span {
  color: white;
}
.block-text-image--darker-green {
  background-color: #17383A;
  color: white;
}
.block-text-image--darker-green .block-text-image__title {
  color: #D9FFE5;
}
.block-text-image--darker-green .block-text-image__title span {
  color: white;
}
.block-text-image--light-green {
  background-color: #D3FFDF;
  color: #184e51;
}
.block-text-image--yellow {
  background-color: #EFFF5F;
  color: #184e51;
}
.block-text-image--white {
  background-color: white;
  color: #184e51;
}
.block-text-image--light-gray {
  background-color: #F5F5F5;
  color: #184e51;
}
.block-text-image--blue {
  background-color: #81F3EE;
  color: #184e51;
}
.block-text-image--default .block-text-image__image-wrapper {
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .block-text-image--default .block-text-image__image-wrapper {
    border-radius: 1.5rem;
  }
}
.block-text-image--large-image {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .block-text-image--large-image {
    padding: 0;
  }
  .block-text-image--large-image .block-text-image__img-column {
    padding: 0;
  }
  .block-text-image--large-image .block-text-image__text-column {
    padding-top: clamp(6rem, 53.4258456201px + 0.0555073721 * 100vw, 10rem);
    padding-bottom: clamp(6rem, 53.4258456201px + 0.0555073721 * 100vw, 10rem);
  }
  .block-text-image--large-image .block-text-image__image-wrapper {
    margin-right: calc((50vw - 50%) * -1);
    width: 50vw;
    height: 100%;
  }
  .block-text-image--large-image .block-text-image__image-wrapper .block-text-image__image--desktop {
    width: 100%;
    height: 100%;
  }
  .block-text-image--large-image .block-text-image__image-wrapper--desktop-top .block-text-image__image--desktop {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
  .block-text-image--large-image .block-text-image__image-wrapper--desktop-center .block-text-image__image--desktop {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .block-text-image--large-image .block-text-image__image-wrapper--desktop-bottom .block-text-image__image--desktop {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .block-text-image--large-image .block-text-image__image-wrapper--desktop-cover .block-text-image__image--desktop {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .block-text-image--large-image .block-text-image__image-wrapper {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.block-text-image--image-left .row {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .block-text-image--image-left.block-text-image--large-image .block-text-image__image-wrapper {
    margin-left: calc((50vw - 100%) * -1);
    margin-right: 0;
  }
}
.block-text-image--title-medium .block-text-image__title {
  font-size: clamp(30px, 16.6955767563px + 0.0173460538 * 100vw, 50px) !important;
}
.block-text-image__text-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-bottom: 2rem;
}
.block-text-image__title {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.1;
  font-size: clamp(36px, 12.0520381613px + 0.0312228968 * 100vw, 72px);
}
.block-text-image__title span {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  font-size: calc(18px + (24 - 18) * (100vw - 767px) / (1920 - 767));
  line-height: 28.8px;
  line-height: calc(22px + (28.8 - 22) * (100vw - 767px) / (1920 - 767));
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .block-text-image__title span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .block-text-image__title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .block-text-image__title span {
    line-height: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .block-text-image__title span {
    line-height: 28.8px;
  }
}
@media (max-width: 767.98px) {
  .block-text-image__title span {
    font-weight: 400;
  }
}
.block-text-image__content {
  font-weight: 400;
  font-size: 18px;
  font-size: calc(16px + (18 - 16) * (100vw - 767px) / (1920 - 767));
  line-height: 26px;
  line-height: calc(24px + (26 - 24) * (100vw - 767px) / (1920 - 767));
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .block-text-image__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .block-text-image__content {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .block-text-image__content {
    line-height: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .block-text-image__content {
    line-height: 26px;
  }
}
.block-text-image__image {
  display: block;
}
.block-text-image__image--mobile {
  display: block;
}
@media (min-width: 768px) {
  .block-text-image__image--mobile {
    display: none;
  }
}
.block-text-image__image--desktop {
  display: block;
}
@media (max-width: 767.98px) {
  .block-text-image__image--desktop {
    display: none;
  }
}
.block-text-image .fz-button-rounded {
  margin-top: 40px;
}

/*# sourceMappingURL=block_text-image.css.map*/