/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/parent/components/text-with-media/src/text-with-media.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap);
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/parent/components/text-with-media/src/text-with-media.scss (1) ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.twz-text-with-media--right .twz-text-with-media__media .twz-image,
.twz-text-with-media--right .twz-text-with-media__media .twz-video {
  --corner-offset: calc(var(--tangent) * var(--height, 0));
  clip-path: polygon(calc(var(--corner-offset)) 0, 100% 0, 100% 100%, 0 100%);
}

.twz-text-with-media__media .twz-image,
.twz-text-with-media__media .twz-video {
  --corner-offset: calc(var(--tangent) * var(--height, 0));
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--corner-offset)) 100%, 0 100%);
}

.twz-text-with-media__subtitle .slash:before {
  clip-path: polygon(0 0, 100% 0, calc(100% - 100% / 11.4300523028) 100%, 0 100%);
}

@media (max-width: 767px) {
  .row:has(.twz-text-with-media) {
    --backgroundColor: var(--white);
    --text-color: var(--white);
  }
  .row:has(.twz-text-with-media) h2,
  .row:has(.twz-text-with-media) h3,
  .row:has(.twz-text-with-media) h4,
  .row:has(.twz-text-with-media) h5,
  .row:has(.twz-text-with-media) h6 {
    color: var(--cyan-500);
  }
  .row:has(.twz-text-with-media):before {
    content: "";
  }
}
@media (max-width: 767px) {
  .row:has(.twz-text-with-media) + .row:has(.twz-text-with-media) {
    padding-top: 0;
  }
}

.row:has(.twz-text-with-media__subtitle) {
  --text-with-media-margin-top: var(--margin-large);
  margin-top: var(--text-with-media-margin-top);
}

.twz-text-with-media {
  width: 100%;
  container-type: inline-size;
  container-name: text_with_media;
}
.twz-text-with-media__subtitle {
  --text-color: var(--text-color-dark);
  background-color: var(--text-with-media-subtitle-bg, var(--cyan-500));
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  translate: 0 -50%;
}
.twz-text-with-media__subtitle .slash {
  padding: 2rem 3rem 2rem 0;
  position: relative;
  display: block;
}
.twz-text-with-media__subtitle .slash:before {
  --slash-offset: 1.9em;
  left: calc(var(--space-to-screen) * -1);
  width: calc(100% + var(--space-to-screen) + 4rem);
}
.twz-text-with-media__wrapper {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .twz-text-with-media__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.twz-text-with-media__media {
  margin-top: calc(var(--paddingTop, var(--padding-default)) * -1);
  margin-bottom: calc(var(--paddingBottom, var(--padding-default)) * -1);
  height: calc(100% + var(--paddingTop, var(--padding-default)) + var(--paddingBottom, var(--padding-default)));
  position: relative;
  margin-left: calc(var(--space-to-screen) * -1);
}
@media (max-width: 767px) {
  .twz-text-with-media__media:before {
    content: "";
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--text-with-media-bg, var(--cyan-900));
  }
  .twz-text-with-media__media.twz-text-with-media__media {
    height: 22rem;
    margin: 0;
    width: 100%;
  }
  .twz-text-with-media__media.twz-text-with-media__media:has(.twz-video) {
    height: auto;
  }
  .twz-text-with-media__media.twz-text-with-media__media:has(.twz-video) .twz-video {
    position: static;
  }
}
.twz-text-with-media__media .twz-image,
.twz-text-with-media__media .twz-video {
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .twz-text-with-media__media .twz-image.twz-image, .twz-text-with-media__media .twz-image.twz-video,
  .twz-text-with-media__media .twz-video.twz-image,
  .twz-text-with-media__media .twz-video.twz-video {
    --corner-offset: calc(var(--tangent) * var(--height, 0));
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--corner-offset)) 100%, 0 100%);
  }
}
.twz-text-with-media__media .twz-image {
  text-align: center;
  height: 100%;
  width: 100%;
}
.twz-text-with-media__media .twz-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  overflow: hidden;
}
@media (max-width: 549px) {
  .twz-text-with-media__media .twz-image img {
    height: auto;
  }
}
.twz-text-with-media__content {
  position: relative;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .twz-text-with-media__content {
    background-color: var(--text-with-media-bg, var(--cyan-900));
    padding: 2rem;
  }
}
.twz-text-with-media__content .twz-text {
  --padding-top: 4rem;
  max-width: 80rem;
  margin-left: auto;
  height: 100%;
  padding: var(--padding-top) 0 var(--padding-top) 0;
}
@container text_with_media (max-width: 1024px) {
  .twz-text-with-media__content .twz-text {
    margin-right: auto;
  }
}
@container text_with_media (max-width: 700px) {
  .twz-text-with-media__content .twz-text {
    --padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .twz-text-with-media--right .twz-text-with-media__wrapper {
    grid-template-columns: 55% 45%;
  }
}
.twz-text-with-media--right .twz-text {
  margin-left: unset;
  margin-right: auto;
  padding-left: unset;
  padding-right: var(--space-l);
}
.twz-text-with-media--right .twz-text-with-media__content {
  padding-right: 2rem;
}
.twz-text-with-media--right .twz-text-with-media__media {
  margin-left: 0;
  margin-right: calc(var(--space-to-screen) * -1);
  order: 1;
}
.twz-text-with-media--right .twz-text-with-media__media .twz-image,
.twz-text-with-media--right .twz-text-with-media__media .twz-video {
  overflow: clip;
}
@media (max-width: 767px) {
  .twz-text-with-media--right .twz-text-with-media__media {
    order: 0;
  }
}
.twz-text-with-media--video .twz-text-with-media__media {
  align-items: center;
}
.twz-text-with-media--video .twz-video {
  max-width: 100%;
}
.twz-text-with-media--video .twz-video__ext,
.twz-text-with-media--video .twz-video .plyr {
  width: 100%;
  height: 100%;
}
.twz-text-with-media--video .twz-video .plyr {
  overflow: hidden;
}
