.paragraph--textual-with-image .paragraph-content {
  padding: clamp(var(--spacing--6), 8vw, var(--spacing--7)) 0;
}
.paragraph--textual-with-image picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius--3);
}
.paragraph--textual-with-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph--textual-with-image .content {
  display: flex;
  gap: clamp(var(--spacing--5), 8vw, var(--spacing--6));
  align-items: center;
}
.paragraph--textual-with-image .content > * {
  flex: 1;
}
.paragraph--textual-with-image .content .col-text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing--4);
}
.paragraph--textual-with-image .content .col-text .col-text--inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing--2);
}
.paragraph--textual-with-image .content.left {
  flex-direction: row-reverse;
}
.paragraph--textual-with-image .content.bottom {
  flex-direction: column;
  align-items: stretch;
}
.paragraph--textual-with-image .content.top {
  flex-direction: column-reverse;
  align-items: stretch;
}
@media (max-width: 767px) {
  .paragraph--textual-with-image .content {
    flex-direction: column-reverse;
    align-items: normal;
  }
  .paragraph--textual-with-image .content.left, .paragraph--textual-with-image .content.bottom {
    flex-direction: column-reverse;
  }
}
.paragraph--textual-with-image.layout--image_background {
  background: var(--background) no-repeat center center;
  background-size: cover;
  padding: clamp(var(--spacing--7), 8vw, var(--spacing--8)) var(--spacing--3);
  overflow: hidden;
}
.paragraph--textual-with-image.layout--image_background .paragraph-content {
  border-top-right-radius: var(--radius--6);
  border-bottom-left-radius: var(--radius--6);
  padding: var(--spacing--5) clamp(var(--spacing--3), 8vw, var(--spacing--6)) var(--spacing--6);
  max-width: 86.4rem;
  margin: 0 auto;
}
.paragraph--textual-with-image.layout--image_background .paragraph-content .content {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing--3);
}
.paragraph--textual-with-image[class*=layout--boxed] {
  background-color: var(--c--white);
}
.paragraph--textual-with-image[class*=layout--boxed][class*=bg--ext--] .paragraph-content {
  background-color: var(--bg-ext-color);
}
.paragraph--textual-with-image[class*=layout--boxed] .paragraph-content {
  background-color: inherit;
}
.paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content {
  align-items: stretch;
  gap: 0;
}
@media (max-width: 767px) {
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.left .col-text {
    border-top-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.left .col-text {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) {
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.left picture {
    margin-bottom: calc(var(--spacing--3) * -1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.left picture .col-text {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.left picture {
    width: calc(100% + var(--spacing--3));
    margin-right: calc(var(--spacing--3) * -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.left picture .col-text {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) {
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.right .col-text {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.right .col-text {
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.right picture {
    margin-bottom: calc(var(--spacing--3) * -1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.right picture {
    width: calc(100% + var(--spacing--3));
    margin-left: calc(var(--spacing--3) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.bottom .col-text {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.bottom .col-text {
    border-top-left-radius: 0;
    border-top-right-radius: var(--radius--3);
  }
}
.paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.bottom .col-image picture {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 767px) {
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.bottom .col-image picture {
    border-top-right-radius: var(--radius--3);
    border-top-left-radius: var(--radius--3);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: calc(var(--spacing--3) * -1);
  }
}
.paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.top .col-image picture {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.top .col-image picture {
    margin-bottom: calc(var(--spacing--3) * -1);
  }
}
.paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.top .col-text {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 767px) {
  .paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .content.top .col-text {
    border-top-left-radius: 0;
    border-top-right-radius: var(--radius--3);
  }
}
.paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .col-image {
  position: relative;
  z-index: 1;
}
.paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .col-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph--textual-with-image[class*=layout--boxed] .paragraph-content .col-text {
  background-color: var(--bg-color);
  border-radius: var(--radius--3);
  overflow: hidden;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: var(--spacing--5) var(--spacing--6);
}
@media (min-width: 768px) {
  .paragraph--textual-with-image[class*=layout--boxed].layout--boxed_40_60 .content.left > div:last-child {
    min-width: 40%;
  }
  .paragraph--textual-with-image[class*=layout--boxed].layout--boxed_40_60 .content.left > div:first-child {
    min-width: 60%;
  }
  .paragraph--textual-with-image[class*=layout--boxed].layout--boxed_40_60 .content.right > div:first-child {
    min-width: 40%;
  }
  .paragraph--textual-with-image[class*=layout--boxed].layout--boxed_40_60 .content.right > div:last-child {
    min-width: 60%;
  }
}
@media (min-width: 768px) {
  .paragraph--textual-with-image[class*=layout--boxed].layout--boxed_50_50 .content .col-image {
    min-width: calc(50% - var(--spacing--2) / 2);
  }
  .paragraph--textual-with-image[class*=layout--boxed].layout--boxed_50_50 .content .col-text {
    min-width: calc(50% + var(--spacing--2) / 2);
  }
}
@media (max-width: 767px) {
  .paragraph--textual-with-image[class*=layout--boxed] .content .col-text {
    padding: var(--spacing--4);
    gap: var(--spacing--3);
  }
  .paragraph--textual-with-image[class*=layout--boxed] .content.left, .paragraph--textual-with-image[class*=layout--boxed] .content.right, .paragraph--textual-with-image[class*=layout--boxed] .content.bottom {
    flex-direction: column-reverse;
  }
}
/*# sourceMappingURL=paragraph--textual-with-image.css.map */
