.rwv-wpb-element {
  width: min(100%, 980px);
  margin: 0 auto;
}

.rwv-eyebrow {
  margin: 0 0 18px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(28, 36, 48, 0.52);
}

.rwv-heading {
  margin: 0;
  width: 100%;
  max-width: none;
}

.rwv-text-align--left {
  text-align: left;
}

.rwv-text-align--center {
  text-align: center;
}

.rwv-text-align--right {
  text-align: right;
}

.rwv-text-align--justify {
  text-align: justify;
}

.rwv-heading__text {
  display: block;
  margin: 0;
  width: min(100%, var(--rwv-container-width, 100%));
  font-family: "Space Grotesk", var(--rwv-heading-font);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.rwv-heading--align-center .rwv-heading__text,
.rwv-text-align--center .rwv-heading__text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rwv-heading--align-right .rwv-heading__text,
.rwv-text-align--right .rwv-heading__text {
  margin-left: auto;
  text-align: right;
}

.rwv-heading--align-left .rwv-heading__text {
  margin-right: auto;
  text-align: left;
}

.rwv-heading__text--h1,
.rwv-heading__text--h2,
.rwv-heading__text--h3,
.rwv-heading__text--h4,
.rwv-heading__text--h5,
.rwv-heading__text--h6 {
  color: inherit;
}

.rwv-heading__text-color--inherit {
  color: inherit;
}

.rwv-heading__text-color--body {
  color: var(--rwv-text-color, #1c2430);
}

.rwv-heading__text-color--none {
  color: inherit;
}

.rwv-heading__text-color--primary {
  color: var(--rwv-text-primary, #1c2430);
}

.rwv-heading__text-color--secondary {
  color: var(--rwv-text-secondary, #5b6675);
}

.rwv-heading__text-color--tertiary {
  color: var(--rwv-text-tertiary, #8c95a3);
}

.rwv-title {
  width: min(100%, var(--rwv-title-width, 100%));
}

.rwv-title--align-left {
  text-align: left;
}

.rwv-title--align-center {
  text-align: center;
}

.rwv-title--align-right {
  text-align: right;
}

.rwv-title__heading {
  display: inline-block;
  margin: 0;
  font-family: "Space Grotesk", var(--rwv-heading-font);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.rwv-title__subheading {
  margin: 14px 0 0;
  max-width: 620px;
  font-size: 0.98rem;
  color: rgba(28, 36, 48, 0.74);
}

.rwv-html {
  width: min(100%, 980px);
}

.rwv-html__heading {
  display: block;
  margin: 0 0 12px;
  font-family: "Space Grotesk", var(--rwv-heading-font);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.rwv-html__subheading {
  margin: 0 0 14px;
  color: var(--rwv-text-secondary, #5b6675);
}

.rwv-html__body {
  color: var(--rwv-text-primary, #1c2430);
}

.rwv-image {
  width: min(100%, 980px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--rwv-image-radius, 0);
}

.rwv-image--style-square,
.rwv-image--style-rounded-square,
.rwv-image--style-circle {
  width: min(100%, var(--rwv-image-height, 420px));
  aspect-ratio: 1 / 1;
}

.rwv-image--style-ellipse {
  width: min(100%, calc(var(--rwv-image-height, 420px) * 1.5));
  aspect-ratio: 3 / 2;
}

.rwv-image--style-circle {
  border-radius: 9999px;
}

.rwv-image--style-ellipse {
  border-radius: 9999px;
}

.rwv-image__media {
  display: block;
  width: 100%;
  height: var(--rwv-image-height, 420px);
  border-radius: inherit;
  object-position: center center;
}

.rwv-image--style-square .rwv-image__media,
.rwv-image--style-rounded-square .rwv-image__media,
.rwv-image--style-circle .rwv-image__media,
.rwv-image--style-ellipse .rwv-image__media {
  height: 100%;
}

.rwv-image__media--cover {
  object-fit: cover;
}

.rwv-highlight {
  display: inline-block;
  padding: 0.04em 0.14em;
  background: var(--rwv-highlight-primary, #ff4e4e);
  color: var(--rwv-highlight-primary-text, #111111);
  line-height: 0.94;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.rwv-highlight--primary {
  background: var(--rwv-highlight-primary, #ff4e4e);
  color: var(--rwv-highlight-primary-text, #111111);
}

.rwv-highlight--secondary {
  background: var(--rwv-highlight-secondary, #111111);
  color: var(--rwv-highlight-secondary-text, #ffffff);
}

.rwv-highlight--tertiary {
  background: var(--rwv-highlight-tertiary, #d8c2a8);
  color: var(--rwv-highlight-tertiary-text, #111111);
}

.rwv-highlight--bold {
  padding-left: 0.18em;
  padding-right: 0.18em;
}

.rwv-highlight--inline {
  transform: translateY(-0.04em);
}

.rwv-hero-statement {
  padding-top: clamp(24px, 5vw, 40px);
}

.rwv-hero-statement__title {
  display: block;
  margin-bottom: 10px;
  font-family: "Space Grotesk", var(--rwv-heading-font);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.rwv-hero-statement__subtitle {
  margin: 0;
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  color: rgba(28, 36, 48, 0.74);
}

.rwv-vertical-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
}

.rwv-vertical-marker__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(28, 36, 48, 0.42);
}

.rwv-vertical-marker__line-wrap {
  position: relative;
  width: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.rwv-vertical-marker__line {
  width: 1px;
  flex: 1 1 auto;
  background: #1a1a1a;
}

.rwv-vertical-marker__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1a1a1a;
  flex: 0 0 auto;
}

.rwv-vertical-marker--top .rwv-vertical-marker__dot--bottom,
.rwv-vertical-marker--bottom .rwv-vertical-marker__dot--top {
  display: none;
}

.rwv-connected-marker-path {
  width: 100%;
  display: flex;
}

.rwv-connected-marker-path--left {
  justify-content: flex-start;
}

.rwv-connected-marker-path--center {
  justify-content: center;
}

.rwv-connected-marker-path--right {
  justify-content: flex-end;
}

.rwv-connected-marker-path__svg {
  display: block;
  width: min(100%, var(--rwv-connected-path-width, 260px));
  height: auto;
  overflow: visible;
  color: #1a1a1a;
}

.rwv-connected-marker-path__line {
  fill: none;
  stroke: currentColor;
  stroke-width: var(--rwv-connected-path-stroke, 1px);
  vector-effect: non-scaling-stroke;
}

.rwv-connected-marker-path__dot {
  fill: currentColor;
}

.rwv-framing-path {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.rwv-framing-path--left {
  justify-content: flex-start;
}

.rwv-framing-path--center {
  justify-content: center;
}

.rwv-framing-path--right {
  justify-content: flex-end;
}

.rwv-framing-path__svg {
  display: block;
  width: min(100%, var(--rwv-framing-path-width, 640px));
  height: auto;
  overflow: hidden;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}

.rwv-framing-path--mode-center .rwv-framing-path__svg,
.rwv-framing-path--mode-edge .rwv-framing-path__svg {
  width: 100%;
}

.rwv-framing-path__line {
  fill: none;
  stroke: currentColor;
  stroke-width: var(--rwv-framing-path-stroke, 1px);
  vector-effect: non-scaling-stroke;
}

.rwv-framing-path__dot {
  fill: currentColor;
}

.rwv-intro-block {
  max-width: 520px;
}

.rwv-intro-block__title {
  display: block;
  margin-bottom: 20px;
  font-family: "Space Grotesk", var(--rwv-heading-font);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
}

.rwv-intro-block__text {
  font-size: 0.98rem;
  color: rgba(28, 36, 48, 0.76);
}

.rwv-slash-heading {
  display: block;
  width: 100%;
}

.rwv-slash-heading__title {
  display: block;
  margin: 0;
  white-space: nowrap;
  font-family: "Space Grotesk", var(--rwv-heading-font);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.rwv-slash-heading__title::before {
  content: "/";
  display: inline-block;
  margin-right: 20px;
}

.rwv-slash-heading__rule {
  display: block;
  width: 100%;
  margin-top: var(--rwv-slash-margin-top, 18px);
  margin-bottom: var(--rwv-slash-margin-bottom, 0);
  border-top: var(--rwv-slash-stroke, 1px) solid #1a1a1a;
}

.rwv-slash-heading--center .rwv-slash-heading__title,
.rwv-slash-heading--center .rwv-slash-heading__rule {
  margin-left: auto;
  margin-right: auto;
}

.rwv-slash-heading--right .rwv-slash-heading__title,
.rwv-slash-heading--right .rwv-slash-heading__rule {
  margin-left: auto;
}

.rwv-separator {
  width: 100%;
}

.rwv-separator--space {
  height: var(--rwv-separator-height, 48px);
}

.rwv-separator--rule {
  display: flex;
  align-items: center;
  min-height: var(--rwv-separator-height, 48px);
}

.rwv-separator__rule {
  width: 100%;
  margin: 0;
  border: 0;
  border-top-width: var(--rwv-separator-stroke, 1px);
  border-top-style: solid;
  border-top-color: currentColor;
}

.rwv-separator__rule--dashed {
  border-top-style: dashed;
}

.rwv-separator__rule--dotted {
  border-top-style: dotted;
}

.rwv-separator__rule--double {
  border-top-style: double;
}

.rwv-feature-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, var(--rwv-story-image-width, 340px));
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
}

.rwv-feature-story--text-right {
  grid-template-columns: minmax(220px, var(--rwv-story-image-width, 340px)) minmax(0, 1fr);
}

.rwv-feature-story--text-right .rwv-feature-story__copy {
  order: 2;
}

.rwv-feature-story--text-right .rwv-feature-story__media {
  order: 1;
}

.rwv-feature-story__copy {
  max-width: 360px;
}

.rwv-feature-story.rwv-text-align--center .rwv-feature-story__copy,
.rwv-feature-story.rwv-text-align--right .rwv-feature-story__copy,
.rwv-feature-story.rwv-text-align--justify .rwv-feature-story__copy {
  width: 100%;
}

.rwv-feature-story.rwv-text-align--center .rwv-feature-story__copy {
  justify-self: center;
}

.rwv-feature-story.rwv-text-align--right .rwv-feature-story__copy {
  justify-self: end;
}

.rwv-feature-story__text {
  margin-top: 14px;
  font-size: 0.98rem;
  color: rgba(28, 36, 48, 0.74);
}

.rwv-feature-story__media {
  display: flex;
  justify-content: center;
}

.rwv-media-card {
  width: min(100%, var(--rwv-story-image-width, 340px));
  overflow: hidden;
  background: #e8ddd2;
  box-shadow: 0 20px 45px rgba(17, 17, 17, 0.14);
}

.rwv-media-card--rounded {
  border-radius: 24px;
}

.rwv-media-card--portrait {
  border-radius: 16px 16px 16px 54px;
}

.rwv-media-card--soft-square {
  border-radius: 18px;
}

.rwv-media-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.rwv-media-card--portrait .rwv-media-card__image {
  aspect-ratio: 0.88 / 1;
}

.rwv-highlight-narrative {
  width: 100%;
}

.rwv-highlight-narrative__title {
  display: block;
  margin: 0;
  width: min(100%, var(--rwv-content-width, 920px));
  font-family: "Space Grotesk", var(--rwv-heading-font);
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.rwv-text-align--center .rwv-highlight-narrative__title {
  margin-left: auto;
  margin-right: auto;
}

.rwv-text-align--right .rwv-highlight-narrative__title {
  margin-left: auto;
}

.rwv-button-wrap {
  width: 100%;
  display: flex;
}

.rwv-button-wrap--left {
  justify-content: flex-start;
}

.rwv-button-wrap--center {
  justify-content: center;
}

.rwv-button-wrap--right {
  justify-content: flex-end;
}

.rwv-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--rwv-button-bg, #111111);
  color: var(--rwv-button-text, #ffffff);
  font-family: "Space Grotesk", var(--rwv-heading-font);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.rwv-button:hover,
.rwv-button:focus {
  color: var(--rwv-button-hover-text, #ffffff);
  background: var(--rwv-button-hover-bg, #ff4e4e);
}

.rwv-path-segment {
  width: min(100%, 980px);
  display: flex;
}

.rwv-path-segment--left {
  justify-content: flex-start;
}

.rwv-path-segment--right {
  justify-content: flex-end;
}

.rwv-path-segment__shape {
  display: block;
  box-sizing: border-box;
}

.rwv-path-segment--vertical .rwv-path-segment__shape {
  width: 0;
  height: var(--rwv-path-length, 120px);
  border-left: var(--rwv-path-stroke, 1px) solid #1a1a1a;
}

.rwv-path-segment--horizontal .rwv-path-segment__shape {
  width: var(--rwv-path-length, 120px);
  height: 0;
  border-top: var(--rwv-path-stroke, 1px) solid #1a1a1a;
}

.rwv-path-segment--corner .rwv-path-segment__shape {
  width: var(--rwv-path-radius, 25px);
  height: var(--rwv-path-radius, 25px);
}

.rwv-path-segment--corner.rwv-path-segment--left.rwv-path-segment--corner-bottom .rwv-path-segment__shape {
  border-left: var(--rwv-path-stroke, 1px) solid #1a1a1a;
  border-bottom: var(--rwv-path-stroke, 1px) solid #1a1a1a;
  border-bottom-left-radius: var(--rwv-path-radius, 25px);
}

.rwv-path-segment--corner.rwv-path-segment--right.rwv-path-segment--corner-bottom .rwv-path-segment__shape {
  border-right: var(--rwv-path-stroke, 1px) solid #1a1a1a;
  border-bottom: var(--rwv-path-stroke, 1px) solid #1a1a1a;
  border-bottom-right-radius: var(--rwv-path-radius, 25px);
}

.rwv-path-segment--corner.rwv-path-segment--left.rwv-path-segment--corner-top .rwv-path-segment__shape {
  border-left: var(--rwv-path-stroke, 1px) solid #1a1a1a;
  border-top: var(--rwv-path-stroke, 1px) solid #1a1a1a;
  border-top-left-radius: var(--rwv-path-radius, 25px);
}

.rwv-path-segment--corner.rwv-path-segment--right.rwv-path-segment--corner-top .rwv-path-segment__shape {
  border-right: var(--rwv-path-stroke, 1px) solid #1a1a1a;
  border-top: var(--rwv-path-stroke, 1px) solid #1a1a1a;
  border-top-right-radius: var(--rwv-path-radius, 25px);
}

.rwv-section-target {
  position: relative;
  height: 0;
  margin: 0 auto;
  scroll-margin-top: calc(var(--rwv-header-height, 110px) + var(--rwv-anchor-offset, 24px));
  pointer-events: none;
}

@media (max-width: 900px) {
  .rwv-feature-story,
  .rwv-feature-story--text-right {
    grid-template-columns: 1fr;
  }

  .rwv-feature-story--text-right .rwv-feature-story__copy,
  .rwv-feature-story--text-right .rwv-feature-story__media {
    order: initial;
  }
}
