<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-alt {
  position: relative;
  overflow: hidden;
}
.hero-alt .hero-alt__content {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .hero-alt .hero-alt__content {
    padding: var(--wp--preset--spacing--global) 0;
    min-height: 36rem;
  }
  .hero-alt .hero-alt__content &gt; * {
    width: 50%;
    max-width: 36rem;
  }
}
.hero-alt .hero-alt__content::after {
  content: "";
  display: block;
  margin-block-start: 3rem;
  width: 5rem;
  height: 2.5rem;
  background-size: contain;
  background-position: left bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1145.32 572.66'%3E%3Cdefs%3E%3ClinearGradient id='svg-icon-small-arc-grad' y1='0.5' x2='1' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23eb45b4'/%3E%3Cstop offset='1' stop-color='%23f19a00'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0,572.66A572.458,572.458,0,0,1,977.449,167.871C1089.2,279.622,1145.157,426.223,1145.32,572.66h-287.8a284.939,284.939,0,0,0-569.879,0Z' fill='url(%23svg-icon-small-arc-grad)'/%3E%3C/svg%3E%0A");
}
.hero-alt .hero-alt__image {
  width: 50%;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (min-width: 767px) {
  .hero-alt .hero-alt__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
  }
}
.hero-alt .hero-alt__image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(-87%, 0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 2529.91 2529.91'%3E%3Cdefs%3E%3CradialGradient id='svg-icon-pink-arc-grad' cx='1.177' cy='0.861' r='0.511' gradientTransform='translate(0)' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23eb45b4'/%3E%3Cstop offset='1' stop-color='%23eb45b4' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath d='M-328.97-751.44c130.19,0,256.47,25.49,375.32,75.76a963.907,963.907,0,0,1,163.77,88.89A971.842,971.842,0,0,1,352.86-469.02,971.207,971.207,0,0,1,470.63-326.28a964.672,964.672,0,0,1,88.89,163.77c50.27,118.85,75.76,245.12,75.76,375.32s-25.49,256.47-75.76,375.32A963.909,963.909,0,0,1,470.63,751.9,971.839,971.839,0,0,1,352.86,894.64a971.206,971.206,0,0,1-142.74,117.77,965.417,965.417,0,0,1-163.77,88.9c-118.85,50.27-245.12,75.76-375.32,75.76s-256.47-25.49-375.32-75.76a963.258,963.258,0,0,1-163.77-88.9A971.207,971.207,0,0,1-1010.8,894.64,971.207,971.207,0,0,1-1128.57,751.9a964.677,964.677,0,0,1-88.89-163.77c-50.27-118.85-75.76-245.12-75.76-375.32s25.49-256.47,75.76-375.32a963.908,963.908,0,0,1,88.89-163.77A971.839,971.839,0,0,1-1010.8-469.02,971.207,971.207,0,0,1-868.06-586.79a964.673,964.673,0,0,1,163.77-88.89c118.85-50.27,245.12-75.76,375.32-75.76m0-300.7c-698.62,0-1264.95,566.34-1264.95,1264.95s566.34,1264.96,1264.95,1264.96S935.99,911.43,935.99,212.81,369.65-1052.14-328.97-1052.14Z' transform='translate(1593.92 1052.14)' fill='url(%23svg-icon-pink-arc-grad)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: auto 200%;
  background-position: right bottom 25%;
}
.hero-alt .hero-alt__image img, .hero-alt .hero-alt__image picture {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right bottom;
  object-position: right bottom;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .hero-alt .hero-alt__image img, .hero-alt .hero-alt__image picture {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
  }
}/*# sourceMappingURL=style.css.map */
</pre></body></html>