/** Shopify CDN: Minification failed

Line 17:10 Unexpected "{"
Line 17:19 Expected ":"
Line 18:14 Expected identifier but found whitespace
Line 18:16 Unexpected "{"
Line 18:25 Expected ":"
Line 18:76 Expected ":"
Line 19:17 Expected identifier but found whitespace
Line 19:19 Unexpected "{"
Line 19:28 Expected ":"
Line 19:82 Expected ":"
... and 39 more hidden warnings

**/
/* --- Begin rich-text.liquid static styles migrated here --- */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  {% if section.settings.bg_color != blank %}
    background-color: {{ section.settings.bg_color }};
  {% endif %}
  {% if section.settings.bg_image != blank %}
    background-image: url({{ section.settings.bg_image | image_url }});
    background-size: {{ section.settings.bg_image_size | default: 'cover' }};
    background-repeat: {{ section.settings.bg_image_repeat | default: 'no-repeat' }};
    background-position: {{ section.settings.bg_image_position | default: 'center center' }};
  {% endif %}
}
@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
  .section-{{ section.id }}-padding.center-bg {
    /* Remove flex, let .page-width handle centering */
  }
  .page-width.center-desktop {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 800px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .section-{{ section.id }}-padding {
    padding-bottom: 12px !important;
  }
  .image-focus__media {
    padding: 12px !important;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  .section-rt-mobile-fullwidth {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .section-rt-mobile-fullwidth .page-width {
    padding-left: 2px !important;
    padding-right: 2px !important;
    max-width: 100% !important;
  }
  .rich-text__description {
    max-width: 100% !important;
    padding-right: 0 !important;
    letter-spacing: 0 !important;
  }
}

.image-focus__media-container {
  margin-top: 1.5rem;
  width: 100%;
  overflow: hidden;
}

.image-focus__media {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-focus__media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.image-focus__media.animate--zoom-in img {
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-focus__media.animate--zoom-in:hover img {
  transform: scale(1.1);
}

.image-focus__media.animate--ambient img {
  animation: ambient-image 5s infinite alternate;
}

@keyframes ambient-image {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

/* Description styles */
.rich-text__description {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #414141;
  padding-right: 15%;
  max-width: 85%;
  letter-spacing: 0;
}

/* Button wrapper styles */
.rich-text__button-wrapper {
  margin-top: 2rem;
}
.rich-text__button-wrapper .button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.rich-text__button-wrapper .button,
.rich-text__button-wrapper .button h5 {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: 500;
  font-family: var(--font-button-family, var(--font-heading-family, inherit));
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 0.89em;
  line-height: 1.1;
}

.rich-text__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.2px solid #d36b4e;
  background: transparent;
  color: #414141;
  border-radius: 999px;
  padding: 0.13em 1.1em 0.11em 1.1em;
  min-width: 0;
  min-height: 0;
  font-size: 0.93em;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  cursor: pointer;
  outline: none;
  margin: 0;
  letter-spacing: 0;
}
.rich-text__button:hover {
  background: #f3eae0;
  color: #1f2d68;
  border-color: #1f2d68;
}
.rich-text__button-text {
  font-family: var(--font-button-family, var(--font-heading-family, inherit));
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  padding: 0.18em 0 0.16em 0;
  color: inherit;
  display: block;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
}

/* Heading styles */
.rich-text__heading {
  /* removed: no longer used */
}
@media screen and (max-width: 749px) {
  .rich-text__heading {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 749px) {
  .d-none.d-md-block {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .d-block.d-md-none {
    display: none !important;
  }
  .d-none.d-md-block {
    display: block !important;
  }
}

/* --- End rich-text.liquid static styles migrated here --- */

.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}

.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

.image-with-text__media--small {
  height: 19.4rem;
}

.image-with-text__media--medium {
  height: 29.6rem;
}

.image-with-text__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }

  .image-with-text__media--medium {
    height: 46rem;
  }

  .image-with-text__media--large {
    height: 69.5rem;
  }
}

.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder:after {
  content: '';
  position: absolute;
  background: rgba(var(--color-foreground), 0.04);
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}

.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.image-with-text__media--placeholder:is(.animate--ambient, .animate--zoom-in) > .svg-wrapper {
  top: 0;
  left: 0;
  transform: translate(0);
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 1;
}

.image-with-text .grid__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after {
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var,--media-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var,--media-shadow-opacity));
}

.image-with-text .global-media-settings {
  overflow: hidden !important;
}

.image-with-text .image-with-text__text-item > * {
  border-radius: var(--text-boxes-radius);
  overflow: hidden;
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item > *,
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item > * {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media .placeholder-svg {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__content {
    border-top: 0;
  }
}

.image-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: right;
}

.image-with-text__content--mobile-center > * {
  align-self: center;
  text-align: center;
}

.image-with-text--overlap .image-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }

  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .image-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .image-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: right;
  }

  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
  }

  .image-with-text__content--desktop-center > * {
    align-self: center;
    text-align: center;
  }

  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }

  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    justify-content: flex-end;
  }

  .image-with-text--overlap .image-with-text__media-item--top {
    align-self: flex-start;
  }

  .image-with-text--overlap .image-with-text__media-item--middle {
    align-self: center;
  }

  .image-with-text--overlap .image-with-text__media-item--bottom {
    align-self: flex-end;
  }

  .image-with-text__media-item--small,
  .image-with-text__media-item--large + .image-with-text__text-item {
    flex-grow: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    .placeholder-svg,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    .placeholder-svg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content {
    border-left: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content {
    border-right: 0;
  }
}

.image-with-text:not(.collapse-corners, .image-with-text--overlap) .image-with-text__media-item {
  z-index: 2;
}

.image-with-text.image-with-text--overlap .backround-transparent,
.image-with-text:not(.image-with-text--overlap) .background-transparent {
  background: transparent;
}

.image-with-text .gradient {
  transform: perspective(0);
}

.image-with-text__content {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var,--text-boxes-shadow-opacity));
  word-break: break-word;
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
}

.image-with-text__content > * + * {
  margin-top: 2rem;
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.image-with-text__content > :first-child:is(.image-with-text__heading),
.image-with-text__text--caption + .image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}

.image-with-text__content :last-child:is(.image-with-text__heading),
.image-with-text__text--caption {
  margin-bottom: 0;
}

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}

.image-with-text__content .image-with-text__text + .button {
  margin-top: 3rem;
}

.image-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 749px) {
  .collapse-padding .image-with-text__grid .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collapse-padding
    .image-with-text__grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-right: 0;
  }

  .collapse-padding
    .image-with-text__grid--reverse
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-left: 0;
  }
}

@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

.multirow__inner {
  display: flex;
  flex-direction: column;
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .multirow__inner {
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.image-with-text .image-with-text__media-item > *,
.image-with-text .global-media-settings,
.image-with-text .image-with-text__media,
.image-with-text .image-with-text__media img,
.image-with-text .image-with-text__media .placeholder-svg {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.image-with-text,
.image-with-text .gradient,
.image-with-text .color-scheme-1,
.image-with-text .color-scheme-2,
.image-with-text .color-scheme-3,
.image-with-text .color-scheme-4 {
  background: transparent !important;
}

.image-with-text__media,
.image-with-text .global-media-settings {
  background: transparent !important;
}

.image-with-text__content {
  align-items: center !important;
  text-align: center !important;
}

@media screen and (max-width: 749px) {
  .image-with-text__content,
  .image-with-text__content .image-with-text__heading,
  .image-with-text__content .image-with-text__text,
  .image-with-text__content .rte {
    font-size: 0.95em !important;
    line-height: 1.4 !important;
  }

  .section-{{ section.id }}-padding {
    padding-bottom: 12px !important;
  }

  .image-with-text {
    margin-bottom: 0 !important;
  }
}

.image-with-text__text--large {
  font-size: 1.25em;
  line-height: 1.7;
}

@media screen and (max-width: 749px) {
  .image-with-text__media {
    padding: 12px;
  }
}

@media screen and (min-width: 750px) {
  .image-with-text .grid {
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  
  .image-with-text__grid {
    flex-direction: row !important;
  }
  
  .image-with-text__grid--reverse {
    flex-direction: row !important;
  }
  
  .image-with-text__media-item,
  .image-with-text__text-item {
    flex: 1;
    min-width: 0;
  }
  
  .image-with-text .page-width {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 5rem;
  }
  
  .image-with-text__content {
    padding: 4rem 5rem;
    align-items: flex-start !important;
    text-align: left !important;
  }
}

@media screen and (min-width: 990px) {
  .image-with-text .page-width {
    padding: 0 5rem;
  }
  
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
}

.section-image-focus-padding {
  padding-top: 27px;
  padding-bottom: 27px;
}

@media screen and (min-width: 750px) {
  .section-image-focus-padding {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .image-focus__media {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .image-focus__media img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .image-focus-hide-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .section-image-focus-padding {
    padding-bottom: 12px !important;
  }
  .image-focus__media {
    padding: 12px !important;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0 !important;
  }
}

.image-focus__media-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  overflow: hidden;
  padding: 0 !important;
  border: none !important;
}

.image-focus__media {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.image-focus__media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.image-focus__media.animate--zoom-in img {
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-focus__media.animate--zoom-in:hover img {
  transform: scale(1.1);
}

.image-focus__media.animate--ambient img {
  animation: ambient-image 5s infinite alternate;
}

@keyframes ambient-image {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.image-focus-section__heading {
  margin: 0;
  text-align: left;
  white-space: normal;
  font-family: var(--font-heading-family, inherit);
  font-size: 2.1rem;
  font-weight: var(--font-heading-weight, 700);
  color: #414141;
  line-height: 1.08;
  position: relative;
  padding: 0;
  margin-bottom: 1.5rem;
  letter-spacing: -0.05em !important;
}
.image-focus-section__heading .image-focus-row-heading-desktop {
  display: none;
}
.image-focus-section__heading .image-focus-row-heading-mobile {
  display: block;
}
@media screen and (min-width: 750px) {
  .image-focus-section__heading {
    margin-bottom: 3rem;
    font-size: 4rem;
    text-align: left;
    line-height: 1.08;
  }
  .image-focus-section__heading .image-focus-row-heading-mobile {
    display: none;
  }
  .image-focus-section__heading .image-focus-row-heading-desktop {
    display: block;
  }
  .image-focus-section__heading.desktop-h0 {
    font-size: 4.5rem !important;
  }
  .image-focus-section__heading.desktop-h1 {
    font-size: 3.5rem !important;
  }
  .image-focus-section__heading.desktop-h2 {
    font-size: 2.5rem !important;
  }
  .image-focus-section__heading p {
    background: none;
  }
  .image-focus-section__heading p:last-child {
    background: none;
  }
}
.image-focus-section__heading p {
  display: inline;
  background: none;
  margin: 0;
  padding: 0;
  line-height: inherit;
  white-space: normal;
  position: relative;
  margin-bottom: 0;
  letter-spacing: -0.03em !important;
}
.image-focus-section__heading p:last-child {
  position: relative;
  margin-bottom: 0;
}

.image-focus-row-heading-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.image-focus-row-heading-highlight > * {
  position: relative;
  z-index: 2;
}
.image-focus-row-heading-highlight::before {
  content: '';
  position: absolute;
  left: -0.1em;
  right: -0.25em;
  bottom: -0.04em;
  height: 48%;
  background: #E0DCE9;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 750px) {
  .image-focus-row-heading-highlight::before {
    height: 48%;
    bottom: -0.05em;
    left: -0.1em;
    right: -0.25em;
  }
}

/* --- Multicolumn-style section heading for rich text --- */
.multicolumn-row-section__heading {
  margin: 0;
  text-align: left;
  white-space: normal;
  font-family: var(--font-heading-family, inherit);
  font-size: 2.1rem;
  font-weight: var(--font-heading-weight, 700);
  color: #414141;
  line-height: 1.08;
  position: relative;
  padding: 0;
  margin-bottom: 1.5rem;
  letter-spacing: -0.05em !important;
}
.multicolumn-row-section__heading .multicolumn-row-heading-desktop {
  display: none;
}
.multicolumn-row-section__heading .multicolumn-row-heading-mobile {
  display: block;
}
@media screen and (min-width: 750px) {
  .multicolumn-row-section__heading {
    margin-bottom: 3rem;
    font-size: 4rem;
    text-align: left;
    line-height: 1.08;
  }
  .multicolumn-row-section__heading .multicolumn-row-heading-mobile {
    display: none;
  }
  .multicolumn-row-section__heading .multicolumn-row-heading-desktop {
    display: block;
  }
  .multicolumn-row-section__heading.desktop-h0 {
    font-size: 4.5rem !important;
  }
  .multicolumn-row-section__heading.desktop-h1 {
    font-size: 3.5rem !important;
  }
  .multicolumn-row-section__heading.desktop-h2 {
    font-size: 2.5rem !important;
  }
  .multicolumn-row-section__heading p {
    background: none;
  }
  .multicolumn-row-section__heading p:last-child {
    background: none;
  }
}
.multicolumn-row-section__heading p {
  display: inline;
  background: none;
  margin: 0;
  padding: 0;
  line-height: inherit;
  white-space: normal;
  position: relative;
  margin-bottom: 0;
  letter-spacing: -0.03em !important;
}
.multicolumn-row-section__heading p:last-child {
  position: relative;
  margin-bottom: 0;
}
.multicolumn-row-heading-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.multicolumn-row-heading-highlight > * {
  position: relative;
  z-index: 2;
}
  content: '';
  position: absolute;
  left: -0.1em;
  right: -0.25em;
  bottom: -0.04em;
  height: 48%;
  background: #E0DCE9;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 750px) {
  .multicolumn-row-heading-highlight::before {
    height: 48%;

    bottom: -0.05em;
    left: -0.1em;
    right: -0.25em;
  }
}
/* --- End Multicolumn-style section heading for rich text --- */
