/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/image-text-bg/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.image-text-bg {
  color: #FFFFFF;
  display: flex;
  padding-left: calc((100vw - 144rem) / 2);
  padding-right: calc((100vw - 144rem) / 2);
  -moz-column-gap: 9.2rem;
       column-gap: 9.2rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 55.2rem;
  align-items: center;
}
.image-text-bg > div {
  margin-left: 12.8rem;
  min-width: 36.7rem;
}
.image-text-bg > div .cta2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.image-text-bg > div .cta2:hover {
  background-color: rgba(254, 243, 235, 0.2470588235);
}
.image-text-bg h2 {
  margin-bottom: 3.2rem;
  position: relative;
  max-width: 100rem;
}
.image-text-bg h2 svg {
  position: absolute;
  right: -3.2rem;
  bottom: -4.3rem;
  z-index: -1;
}
.image-text-bg .rich-text {
  max-width: 53rem;
  margin-bottom: 3.2rem;
}
.image-text-bg .lux-script {
  font-size: 2.4rem;
  color: #8AAEB8;
  margin-bottom: 1.4rem;
}
.image-text-bg .image-phone {
  display: none;
}
.image-text-bg img:first-of-type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex: 0 3 auto;
  min-width: 0;
  max-height: 46.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.image-text-bg img.image-phone, .image-text-bg img.image-desktop {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(20%);
}
.image-text-bg.left-flow > div {
  margin-right: 9.1rem;
  margin-left: 0;
}
.image-text-bg > svg {
  position: absolute;
  left: 0;
  top: -1px;
  width: 200rem;
  height: auto;
}

@media only screen and (max-width: 900px) {
  .image-text-bg {
    display: flex;
    flex-direction: column-reverse;
    padding: 10.4rem 2.4rem 6.4rem 2.4rem;
    height: auto;
  }
  .image-text-bg .text-container {
    margin-left: 0;
    min-width: auto;
  }
  .image-text-bg .text-container h2 {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
    margin-top: 3.2rem;
  }
  .image-text-bg .text-container p {
    font-size: 1.8rem;
  }
  .image-text-bg img:first-of-type {
    max-width: calc(100vw - 10rem);
  }
  .image-text-bg .image-phone {
    display: block;
  }
  .image-text-bg .image-desktop {
    display: none;
  }
}

/*# sourceMappingURL=style-image-text-bg.css.map*/