/* ============================================================
   Reliance Swasthya — microsite
   COMPILED FILE — DO NOT EDIT. Generated from less/style.less:
     lessc less/style.less css/style.css
   ============================================================ */
@font-face {
  font-family: "JioType";
  src: url("../assets/fonts/JioType-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JioType";
  src: url("../assets/fonts/JioType-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "JioType";
  src: url("../assets/fonts/JioType-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JioType";
  src: url("../assets/fonts/JioType-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JioType";
  src: url("../assets/fonts/JioType-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "JioType";
  src: url("../assets/fonts/JioType-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
.rs-page {
  --rs-cream: #fffaf1;
  --rs-cream-2: #f8f3ea;
  --rs-cream-3: #fefaf1;
  --rs-white: #ffffff;
  --rs-ink: #1d1c16;
  --rs-body: #4e4639;
  --rs-muted: #7a7062;
  --rs-pink: #e94a6f;
  --rs-pink-fill: #d23c62;
  --rs-pink-text: #c9325a;
  --rs-pink-dark: #b4204a;
  --rs-gold: #d2ab67;
  --rs-gold-text: #8a6a2f;
  --rs-gold-ui: #a58a55;
  --rs-orange: #ea742b;
  --rs-orange-text: #a8420a;
  --rs-orange-deep: #d65600;
  --rs-line: #e7e2d9;
  --rs-line-2: #dedad1;
  --rs-dark: #292929;
  --rs-ink-2: #2d2a26;
  --rs-body-2: #5a544a;
  --rs-sand: #c4b29e;
  --rs-bronze: #8c6a3a;
  --rs-cream-4: #fef9f0;
  --rs-cream-5: #f5efe8;
  --rs-serif: "Playfair Display", ui-serif, Georgia, "Times New Roman", serif;
  --rs-sans: "JioType", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --rs-alt: "Be Vietnam Pro", "JioType", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --rs-gutter: 20px;
  --rs-max: 1280px;
  --rs-header-h: 72px;
  margin: 0;
  background-color: var(--rs-cream);
  color: var(--rs-body);
  font-family: var(--rs-sans);
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  text-wrap: pretty;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .rs-page {
    --rs-gutter: 40px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .rs-page {
    --rs-gutter: 80px;
    --rs-header-h: 96px;
  }
}
.rs-page :where(img, svg) {
  display: block;
  max-width: 100%;
}
.rs-page :where(img) {
  height: auto;
}
.rs-page :where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-weight: 500;
}
.rs-page :where(p, ul, ol, figure) {
  margin: 0;
}
.rs-page :where(ul, ol) {
  padding: 0;
  list-style: none;
}
.rs-page :where(a) {
  color: var(--rs-pink-text);
  text-decoration: none;
}
.rs-page :where(a):hover {
  color: var(--rs-pink-dark);
}
.rs-page :where(button) {
  font: inherit;
  color: inherit;
}
.rs-page :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--rs-pink-dark);
  outline-offset: 3px;
}
.rs-page--locked {
  overflow: hidden;
}
.rs-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.rs-skip {
  position: absolute;
  top: -60px;
  left: 20px;
  z-index: 60;
  padding: 10px 16px;
  background-color: var(--rs-ink);
  color: var(--rs-cream);
  font-size: 13px;
  transition: top 0.18s ease;
}
.rs-skip:focus {
  top: 12px;
  color: var(--rs-cream);
}
.rs-br-lg {
  display: none;
}
@media (min-width: 1024px) {
  .rs-br-lg {
    display: inline;
  }
}
.rs-shell {
  width: 100%;
  max-width: var(--rs-max);
  margin-inline: auto;
  padding-inline: var(--rs-gutter);
}
.rs-eyebrow {
  font-weight: 500;
  line-height: 1.2;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--rs-orange-text);
}
@media (min-width: 1024px) {
  .rs-eyebrow {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2.4px;
  }
}
.rs-h2 {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.14;
  color: var(--rs-ink);
}
@media (min-width: 768px) {
  .rs-h2 {
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  .rs-h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1.2px;
  }
}
.rs-body {
  font-size: 15px;
  line-height: 26px;
  color: var(--rs-body);
}
.rs-body--sm {
  font-size: 14px;
  line-height: 22px;
}
.rs-body--lg {
  font-size: 15px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .rs-body--lg {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .rs-body--lg {
    font-size: 18px;
    line-height: 28px;
  }
}
.rs-body--md {
  font-size: 15px;
  line-height: 26px;
  color: var(--rs-body-2);
}
@media (min-width: 768px) {
  .rs-body--md {
    font-size: 16px;
  }
}
.rs-h3 {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: var(--rs-ink);
}
@media (min-width: 768px) {
  .rs-h3 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .rs-h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
.rs-section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .rs-section-head {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .rs-section-head {
    margin-bottom: 32px;
  }
}
.rs-section-head--split {
  align-items: flex-start;
  text-align: left;
}
@media (min-width: 1024px) {
  .rs-section-head--split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.8fr);
    column-gap: 96px;
    row-gap: 20px;
    margin-bottom: 56px;
  }
  .rs-section-head--split > .rs-eyebrow {
    grid-column: 1;
    grid-row: 1;
  }
  .rs-section-head--split > .rs-h2 {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  }
  .rs-section-head--split > .rs-body {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
}
.rs-section-head--centered {
  align-items: center;
  text-align: center;
}
.rs-vrule {
  display: block;
  width: 1px;
  height: 48px;
  margin-bottom: 24px;
  background-color: var(--rs-gold);
}
@media (min-width: 1024px) {
  .rs-vrule {
    height: 64px;
    margin-bottom: 32px;
  }
}
.rs-rule {
  display: block;
  width: 48px;
  height: 1px;
  background-color: var(--rs-gold);
}
.rs-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  gap: 10px;
  min-height: 46px;
  padding: 14px 28px;
  border: 0;
  border-radius: 32px;
  background-color: var(--rs-pink-fill);
  color: var(--rs-white);
  font-family: var(--rs-sans);
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.18s ease;
}
.rs-btn:hover {
  background-color: var(--rs-pink-dark);
  color: var(--rs-white);
}
.rs-btn:active {
  transform: translateY(1px);
}
.rs-btn--block {
  width: 100%;
}
.rs-btn--pill {
  min-height: 44px;
  padding: 16px 32px;
  font-size: 16px;
}
.rs-btn__icon {
  width: 13px;
  height: 10px;
  fill: currentColor;
}
.rs-underline-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--rs-pink-text);
  background: none;
  font-family: var(--rs-sans);
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rs-pink-text);
  transition: color 0.18s ease, border-color 0.18s ease;
}
.rs-underline-link:hover {
  color: var(--rs-pink-dark);
  border-bottom-color: var(--rs-pink-dark);
}
@media (min-width: 1024px) {
  .rs-underline-link {
    font-size: 16px;
  }
}
.rs-underline-link--header {
  font-weight: 300;
  font-size: 12px;
  white-space: nowrap;
}
.rs-underline-link--header.hide-in-desk {
  display: none;
}
@media (max-width: 767px) {
  .rs-underline-link--header.hide-in-desk {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .rs-underline-link--header {
    font-size: 14px;
    font-weight: 300;
  }
}
.rs-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--rs-pink-text);
}
@media (min-width: 1024px) {
  .rs-arrow-link {
    font-size: 16px;
  }
}
.rs-arrow-link__icon {
  width: 12px;
  height: 9px;
  fill: currentColor;
  transition: transform 0.2s ease;
}
.rs-arrow-link:hover .rs-arrow-link__icon {
  transform: translateX(4px);
}
.rs-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: rgba(255, 250, 241, 0.8);
  border-bottom: 1px solid rgba(231, 226, 217, 0.3);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}
.rs-header--stuck {
  background-color: rgba(255, 250, 241, 0.96);
  box-shadow: 0 6px 24px rgba(29, 28, 22, 0.07);
}
.rs-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--rs-header-h);
}
.rs-header__logo img {
  width: 112px;
  height: auto;
}
@media (min-width: 1024px) {
  .rs-header__logo img {
    width: 131px;
  }
}
.rs-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 44px;
  height: 44px;
  padding: 0 10px;
  border: 0;
  background: none;
  cursor: pointer;
}
.rs-burger__bar {
  display: block;
  height: 1.5px;
  background-color: var(--rs-ink);
  transition: transform 0.22s ease, opacity 0.18s ease;
}
.rs-burger[aria-expanded="true"] .rs-burger__bar:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}
.rs-burger[aria-expanded="true"] .rs-burger__bar:nth-child(2) {
  opacity: 0;
}
.rs-burger[aria-expanded="true"] .rs-burger__bar:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}
@media (min-width: 1280px) {
  .rs-burger {
    display: none;
  }
}
.rs-nav {
  position: fixed;
  inset: var(--rs-header-h) 0 auto 0;
  max-height: 0;
  overflow: hidden;
  background-color: var(--rs-cream);
  border-bottom: 1px solid var(--rs-line);
  transition: max-height 0.28s ease;
}
.rs-nav--open {
  max-height: 80vh;
  overflow-y: auto;
}
.rs-nav__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px var(--rs-gutter) 28px;
}
.rs-nav__link {
  display: block;
  padding: 12px 0;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rs-ink);
}
.rs-nav__link:hover {
  color: var(--rs-pink-text);
}
.rs-nav__item--cta {
  display: none;
}
@media (min-width: 1280px) {
  .rs-nav {
    position: static;
    max-height: none;
    overflow: visible;
    background: none;
    border: 0;
    flex: 1 1 auto;
  }
  .rs-nav .rs-nav__list {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(20px, 1.8vw, 36px);
    padding: 0;
    margin-left: clamp(14px, 1.6vw, 56px);
  }
  .rs-nav .rs-nav__link {
    padding: 8px 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.8px;
    white-space: nowrap;
    color: var(--rs-body);
  }
  .rs-nav .rs-nav__link:hover {
    color: var(--rs-pink-text);
  }
  .rs-nav .rs-nav__item--cta {
    display: block;
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: auto;
    padding-left: 24px;
  }
}
.rs-nav__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: inherit;
  line-height: 20px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rs-ink);
}
.rs-nav__btn:hover {
  color: var(--rs-pink-text);
}
.rs-nav__btn--active {
  color: var(--rs-pink-text);
}
.rs-nav__chev {
  flex: 0 0 auto;
  width: 10px;
  height: 6px;
  fill: currentColor;
  transition: transform 0.22s ease;
}
.rs-nav__item--open > .rs-nav__btn .rs-nav__chev {
  transform: rotate(180deg);
}
.rs-mega {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.22s ease;
}
.rs-mega > * {
  overflow: hidden;
  min-height: 0;
}
.rs-nav__item--open > .rs-mega {
  grid-template-rows: 1fr;
}
.rs-mega__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-left: 2px;
  padding: 0 0 0 16px;
  border-left: 1px solid rgba(210, 171, 103, 0.3);
}
.rs-mega__list > li:last-child {
  padding-bottom: 10px;
}
.rs-mega__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding-left: 14px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 20px;
  color: var(--rs-body);
  transition: background-color 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
}
.rs-mega__link::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 50%;
  background-color: var(--rs-gold);
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.rs-mega__link:hover,
.rs-mega__link:focus-visible {
  padding-left: 18px;
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--rs-ink);
}
.rs-mega__link:hover::before,
.rs-mega__link:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}
.rs-mega__link--active {
  color: var(--rs-pink-text);
}
.rs-mega__link--active::before {
  opacity: 1;
  transform: scale(1);
  background-color: var(--rs-pink);
}
@media (min-width: 1280px) {
  .rs-nav__btn {
    width: auto;
    padding: 8px 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.8px;
    white-space: nowrap;
    color: var(--rs-body);
  }
  .rs-nav__btn:hover,
  .rs-nav__btn--active {
    color: var(--rs-pink-text);
  }
  .rs-nav__item--has-mega {
    position: relative;
  }
  .rs-mega {
    position: absolute;
    left: 50%;
    top: calc(100% + 16px);
    transform: translateX(-50%) translateY(-6px);
    display: block;
    min-width: 284px;
    padding: 10px;
    border: 0;
    border-radius: 14px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(254, 249, 240, 0.62) 100%);
    backdrop-filter: blur(28px) saturate(160%);
    -webkit-backdrop-filter: blur(28px) saturate(160%);
    box-shadow: 0 24px 48px rgba(29, 28, 22, 0.14), 0 2px 6px rgba(29, 28, 22, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.22s ease;
  }
  .rs-mega > * {
    overflow: visible;
  }
  .rs-mega::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -17px;
    height: 17px;
  }
  .rs-mega::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -5px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    transform: translateX(-50%) rotate(45deg);
    background-color: rgba(255, 255, 255, 0.74);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
  }
  .rs-nav__item--open > .rs-mega {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .rs-mega__list {
    margin: 0;
    padding: 0;
    border-left: 0;
  }
  .rs-mega__list > li:last-child {
    padding-bottom: 0;
  }
  .rs-mega__link {
    min-height: 42px;
    padding-right: 16px;
    padding-left: 22px;
    border-radius: 9px;
    white-space: nowrap;
  }
  .rs-mega__link::before {
    left: 10px;
  }
  .rs-mega__link:hover,
  .rs-mega__link:focus-visible {
    padding-left: 26px;
    background-color: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.2);
  }
}

.rs-hero {
  background-image: url("../assets/images/hero-new.jpeg");
  background-position: 37% 19%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(255, 250, 241, 0.1), rgba(255, 250, 241, 0.1)), url("../assets/images/hero-new.jpeg");
}
@media (min-width: 768px) {
  .rs-hero {
    background-image: linear-gradient(100deg, rgba(255, 250, 241, 0.94) 0%, rgba(255, 250, 241, 0.78) 44%, rgba(255, 250, 241, 0.12) 72%), url("../assets/images/hero-new.jpeg");
  }
}
@media (min-width: 1024px) {
  .rs-hero {
    background-image: linear-gradient(96deg, rgba(255, 250, 241, 0.92) 0%, rgba(255, 250, 241, 0.82) 38%, rgba(255, 250, 241, 0.3) 62%, rgba(255, 250, 241, 0.28) 100%), url("../assets/images/hero-new.jpeg");
    background-position: 24.6% 0.15%;
  }
}
@media (max-width: 767px) {
  .rs-hero {
    background-image: url("../assets/images/hero-new.jpeg");
    background-position: 37% 19%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(255, 250, 241, 0.6), rgba(255, 250, 241, 0.9)), url("../assets/images/hero-new.jpeg");
  }
}
.rs-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .rs-hero__inner {
    padding-top: 72px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .rs-hero__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 96px;
    min-height: 800px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.rs-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .rs-hero__copy {
    max-width: 620px;
  }
}
@media (min-width: 1024px) {
  .rs-hero__copy {
    flex: 1 1 58%;
    max-width: 613px;
    gap: 24px;
  }
}
.rs-hero__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.5px;
  color: var(--rs-ink);
}
@media (min-width: 768px) {
  .rs-hero__title {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  .rs-hero__title {
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -1px;
  }
}
.rs-hero__lede {
  font-size: 15px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .rs-hero__lede {
    font-size: 18px;
    line-height: 32px;
  }
}
.rs-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 24px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(231, 226, 217, 0.2);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.rs-card__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rs-card__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.6px;
  color: var(--rs-ink);
}
@media (min-width: 1024px) {
  .rs-card__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.rs-card__sub {
  font-size: 14px;
  line-height: 22px;
  color: var(--rs-body);
}
@media (min-width: 1024px) {
  .rs-card__sub {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .rs-card--form {
    max-width: 460px;
  }
}
@media (min-width: 1024px) {
  .rs-card--form {
    flex: 0 0 411px;
    max-width: 411px;
    padding: 56px 48px;
    gap: 8px;
  }
  .rs-card--form .rs-form {
    gap: 24px;
    padding-top: 16px;
  }
  .rs-card--form .rs-field__input,
  .rs-card--form .rs-select__trigger {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .rs-card--form .rs-select__option {
    font-size: 16px;
  }
  .rs-card--form .rs-btn {
    min-height: 56px;
    font-size: 18px;
  }
}
.rs-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rs-form__status {
  font-size: 13px;
  line-height: 20px;
  color: var(--rs-body);
}
.rs-form__status:empty {
  display: none;
}
.rs-form__status--error {
  color: var(--rs-pink-dark);
}
.rs-form__status--ok {
  color: #4c7a49;
}
.rs-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rs-field__label {
  line-height: 13.5px;
  font-size: 9px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--rs-body);
}
.rs-field__input {
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid var(--rs-muted);
  border-radius: 0;
  background: none;
  font-family: var(--rs-sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(29, 28, 22, 0.8);
  transition: border-color 0.18s ease;
}
.rs-field__input::placeholder {
  color: rgba(29, 28, 22, 0.62);
}
.rs-field__input:focus {
  outline: 0;
  border-bottom-color: var(--rs-pink);
}
.rs-field__input--select {
  appearance: none;
  padding-right: 28px;
  background-image: url("../assets/icons/select-chevron.svg");
  background-position: right 2px center;
  background-size: 12px 7px;
  background-repeat: no-repeat;
}
.rs-field--invalid .rs-field__input,
.rs-field--invalid .rs-select__trigger {
  border-bottom-color: var(--rs-pink-dark);
}
.rs-field--invalid .rs-field__label {
  color: var(--rs-pink-dark);
}
.rs-field--valid .rs-field__input,
.rs-field--valid .rs-select__trigger {
  border-bottom-color: #4c7a49;
}
.rs-field__error {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  min-height: 0;
  font-size: 11px;
  line-height: 16px;
  color: var(--rs-pink-dark);
}
.rs-field__error:empty {
  display: none;
}
.rs-field__error::before {
  content: "!";
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  margin-top: 1px;
  border-radius: 50%;
  background-color: var(--rs-pink-dark);
  color: var(--rs-cream);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}
.rs-select {
  position: relative;
}
.rs-select__native {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.rs-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 34px;
  padding: 0 2px 10px 0;
  border: 0;
  border-bottom: 1px solid var(--rs-muted);
  background: none;
  font-family: var(--rs-sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: rgba(29, 28, 22, 0.8);
  cursor: pointer;
  transition: border-color 0.18s ease;
}
.rs-select__trigger:hover {
  border-bottom-color: var(--rs-pink);
}
.rs-select__value--placeholder {
  color: rgba(29, 28, 22, 0.62);
}
.rs-select__chevron {
  flex: 0 0 auto;
  width: 12px;
  height: 7px;
  background-image: url("../assets/icons/select-chevron.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}
.rs-select--open .rs-select__trigger {
  border-bottom-color: var(--rs-pink);
}
.rs-select--open .rs-select__chevron {
  transform: rotate(180deg);
}
.rs-select__panel {
  position: absolute;
  left: -12px;
  right: -12px;
  top: calc(100% + 6px);
  z-index: 5;
  max-height: 264px;
  overflow-y: auto;
  padding: 8px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 250, 241, 0.58));
  box-shadow: inset 0 0 0 1px rgba(231, 226, 217, 0.5), 0 18px 40px rgba(29, 28, 22, 0.12);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.rs-select__panel[hidden] {
  display: none;
}
.rs-select__option {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(29, 28, 22, 0.8);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.rs-select__option:hover,
.rs-select__option:focus {
  outline: 0;
  background-color: rgba(233, 74, 111, 0.1);
  color: var(--rs-ink);
}
.rs-select__option[aria-selected="true"] {
  background-color: rgba(210, 171, 103, 0.18);
  color: var(--rs-ink);
}
.rs-select__option--placeholder {
  color: rgba(29, 28, 22, 0.62);
}
.rs-about {
  background-color: var(--rs-cream-2);
}
.rs-about__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .rs-about__inner {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
@media (min-width: 1024px) {
  .rs-about__inner {
    flex-direction: row;
    align-items: center;
    gap: 96px;
    padding-top: 77px;
    padding-bottom: 60px;
  }
}
.rs-about__media {
  position: relative;
  overflow: hidden;
}
.rs-about__media > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: 50% 42%;
}
@media (min-width: 768px) {
  .rs-about__media > img {
    height: 420px;
  }
}
.rs-about__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, rgba(50, 48, 43, 0.4) 0%, rgba(50, 48, 43, 0) 100%);
}
@media (min-width: 1024px) {
  .rs-about__media {
    flex: 1 1 512px;
    align-self: stretch;
    display: flex;
  }
  .rs-about__media > img {
    height: 100%;
    min-height: 737px;
  }
}
.rs-about__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .rs-about__copy {
    flex: 1 1 512px;
    gap: 16px;
  }
  .rs-about__copy .rs-h2 {
    letter-spacing: 0;
  }
  .rs-about__copy > .rs-body {
    margin-bottom: 16px;
  }
  .rs-about__copy .rs-btn {
    margin-top: 21px;
  }
}
.rs-chip {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--rs-white);
}
@media (min-width: 1024px) {
  .rs-chip {
    left: 32px;
    bottom: 32px;
  }
}
.rs-chip__icon {
  width: 11px;
  height: 11px;
}
.rs-pillars {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.rs-pillar {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--rs-line-2);
}
.rs-pillar:first-child {
  border-top: 1px solid var(--rs-line-2);
}
.rs-pillar__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background-color: rgba(214, 86, 0, 0.1);
}
.rs-pillar__icon img {
  display: block;
}
@media (min-width: 1024px) {
  .rs-pillar__icon {
    width: 48px;
    height: 48px;
  }
}
.rs-pillar__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.rs-pillar__title {
  font-family: var(--rs-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: var(--rs-ink);
}
@media (min-width: 1024px) {
  .rs-pillar__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.rs-pillar__desc {
  font-size: 13px;
  line-height: 21px;
  color: var(--rs-body);
}
@media (min-width: 768px) {
  .rs-pillar__desc {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (min-width: 1024px) {
  .rs-pillar__desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .rs-pillar {
    padding: 0 0 16px;
    gap: 16px;
    border-bottom: 1px solid var(--rs-line-2);
  }
  .rs-pillar:first-child {
    border-top: 0;
  }
}
@media (min-width: 1024px) {
  .rs-pillar + .rs-pillar {
    padding-top: 16px;
  }
}
.rs-centres {
  padding-top: 64px;
  padding-bottom: 40px;
  background-color: var(--rs-cream);
  overflow: hidden;
}
@media (min-width: 768px) {
  .rs-centres {
    padding-top: 88px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1024px) {
  .rs-centres {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.rs-carousel {
  position: relative;
}
.rs-carousel__track {
  display: flex;
  gap: 16px;
  padding-inline: var(--rs-gutter);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.rs-carousel__track::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .rs-carousel__track {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    max-width: var(--rs-max);
    margin-inline: auto;
    padding-inline: var(--rs-gutter);
    overflow: visible;
    scroll-snap-type: none;
  }
}
.rs-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .rs-carousel__controls {
    display: none;
  }
}
.rs-carousel__btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--rs-gold-ui);
  border-radius: 50%;
  background: none;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}
.rs-carousel__btn svg {
  width: 12px;
  height: 12px;
  fill: var(--rs-gold-text);
}
.rs-carousel__btn:hover {
  border-color: var(--rs-pink);
  background-color: rgba(233, 74, 111, 0.06);
}
.rs-carousel__btn:hover svg {
  fill: var(--rs-pink);
}
.rs-carousel__btn[disabled] {
  opacity: 0.45;
  cursor: default;
}
.rs-carousel__dots {
  display: flex;
  align-items: center;
  gap: 0;
  margin-inline: -6px;
}
.rs-carousel__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
}
.rs-carousel__dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--rs-gold-ui);
  transition: width 0.2s ease, background-color 0.2s ease;
}
.rs-carousel__dot--active::before {
  width: 20px;
  border-radius: 4px;
  background-color: var(--rs-gold-text);
}
.rs-centre {
  flex: 0 0 auto;
  width: min(333px, 86vw);
  scroll-snap-align: center;
}
@media (min-width: 768px) {
  .rs-centre {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .rs-centre {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .rs-centre:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 96px) / 2);
  }
}
.rs-centre__media {
  overflow: hidden;
}
.rs-centre__media > img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media (min-width: 768px) {
  .rs-centre__media > img {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .rs-centre__media > img {
    height: 334px;
  }
}
.rs-centre:hover .rs-centre__media > img {
  transform: scale(1.03);
}
.rs-centre__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: calc(100% - 26px);
  margin: -48px auto 0;
  padding: 32px;
  background-color: var(--rs-cream);
  box-shadow: inset 0 0 0 1px rgba(210, 171, 103, 0.3);
}
@media (min-width: 1024px) {
  .rs-centre__body {
    width: calc(100% - 48px);
    margin: -48px 0 0 48px;
    padding: 32px;
  }
}
.rs-centre__index {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  color: var(--rs-orange-text);
}
.rs-centre__title {
  font-family: var(--rs-serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  color: var(--rs-ink);
}
@media (min-width: 1024px) {
  .rs-centre__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.rs-centre__desc {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .rs-centre__desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.rs-tech {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: var(--rs-cream-2);
}
@media (min-width: 768px) {
  .rs-tech {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
@media (min-width: 1024px) {
  .rs-tech {
    background-color: var(--rs-white);
    padding-top: 106px;
    padding-bottom: 80px;
  }
}
.rs-tech__grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .rs-tech__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 40px;
  }
}
@media (min-width: 1024px) {
  .rs-tech__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
.rs-tech__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.rs-tech__media {
  overflow: hidden;
  align-self: stretch;
}
.rs-tech__media > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media (min-width: 1024px) {
  .rs-tech__media > img {
    height: 400px;
  }
}
.rs-tech__item:hover .rs-tech__media > img {
  transform: scale(1.03);
}
.rs-tech__title a {
  color: inherit;
}
.rs-tech__title a:hover {
  color: var(--rs-pink-text);
}
.rs-tech__title {
  font-family: var(--rs-serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.6px;
  color: var(--rs-ink);
}
.rs-doctors {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: var(--rs-cream-3);
}
@media (min-width: 768px) {
  .rs-doctors {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
@media (min-width: 1024px) {
  .rs-doctors {
    padding-top: 1px;
    padding-bottom: 80px;
  }
}
.rs-doctors__grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .rs-doctors__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
}
@media (min-width: 1024px) {
  .rs-doctors__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
  }
}
.rs-doctors__more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .rs-doctors__more {
    margin-top: 59px;
  }
}
.rs-doctor {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
}
.rs-doctor__media {
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .rs-doctor__media {
    margin-bottom: 24px;
  }
}
.rs-doctor__media > img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .rs-doctor__media > img {
    height: 220px;
  }
}
@media (min-width: 1024px) {
  .rs-doctor__media > img {
    height: 133px;
  }
}
.rs-doctor__name {
  font-family: var(--rs-serif);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: var(--rs-ink);
}
.rs-doctor__spec {
  line-height: 15px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--rs-gold-text);
}
.rs-consult {
  min-height: 44px;
  margin-top: 4px;
  padding: 4px 14px;
  border: 1px solid var(--rs-pink-text);
  background: none;
  line-height: 16px;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--rs-pink-text);
  transition: background-color 0.18s ease, color 0.18s ease;
}
.rs-consult:hover {
  background-color: var(--rs-pink-fill);
  color: var(--rs-white);
}
.rs-journey {
  background-color: var(--rs-white);
  background-image: linear-gradient(rgba(255, 250, 241, 0.93), rgba(255, 250, 241, 0.93)), url("../assets/images/journey-bg.jpg");
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .rs-journey {
    background-image: linear-gradient(90deg, #fffaf1 0%, rgba(255, 250, 241, 0.8) 50%, rgba(255, 250, 241, 0) 100%), url("../assets/images/journey-bg.jpg");
  }
  .rs-journey .rs-btn {
    min-height: 56px;
    padding: 16px 24px;
    font-size: 18px;
  }
}
.rs-journey__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .rs-journey__inner {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
@media (min-width: 1024px) {
  .rs-journey__inner {
    padding-top: 128px;
    padding-bottom: 128px;
    gap: 32px;
  }
}
.rs-journey__title {
  font-size: 28px;
}
@media (min-width: 768px) {
  .rs-journey__title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .rs-journey__title {
    font-size: 48px;
  }
}
.rs-journey__lede {
  max-width: 648px;
}
@media (min-width: 1024px) {
  .rs-journey__lede {
    font-size: 18px;
    line-height: 36px;
  }
}
.rs-journey__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .rs-journey__actions {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .rs-journey__actions {
    padding-top: 16px;
  }
}
.rs-journey__call {
  align-self: center;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  line-height: 24px;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--rs-body);
}
.rs-journey__call:hover {
  color: var(--rs-pink-text);
}
@media (min-width: 768px) {
  .rs-journey__call {
    align-self: auto;
  }
}
@media (min-width: 1024px) {
  .rs-journey__call {
    font-size: 16px;
  }
}
.rs-footer {
  background-color: var(--rs-dark);
  color: rgba(255, 250, 241, 0.7);
}
.rs-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 64px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .rs-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 64px;
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .rs-footer__inner {
    padding-top: 80px;
    padding-bottom: 110px;
    gap: 64px;
  }
}
.rs-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .rs-footer__brand {
    flex: 0 1 420px;
  }
}
.rs-footer__logo {
  width: 160px;
  height: auto;
}
@media (min-width: 1024px) {
  .rs-footer__logo {
    width: 218px;
  }
}
.rs-footer__blurb {
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 250, 241, 0.7);
}
@media (min-width: 1024px) {
  .rs-footer__blurb {
    font-size: 15px;
    line-height: 30px;
    max-width: 362px;
  }
}
.rs-footer__copy {
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 250, 241, 0.75);
}
@media (min-width: 1024px) {
  .rs-footer__copy {
    font-size: 14px;
  }
}
.rs-footer__cols {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .rs-footer__cols {
    flex-direction: row;
    gap: 48px;
    flex: 1 1 auto;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .rs-footer__cols {
    gap: 48px;
  }
}
.rs-fcol {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 768px) {
  .rs-fcol {
    border-bottom: 0;
  }
}
.rs-fcol__head {
  margin: 0;
}
.rs-fcol__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: none;
  font-family: var(--rs-alt);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: var(--rs-gold);
  cursor: pointer;
}
@media (min-width: 768px) {
  .rs-fcol__toggle {
    cursor: default;
    pointer-events: none;
  }
}
.rs-fcol__toggle[aria-expanded="true"] .rs-fcol__chev {
  transform: rotate(225deg);
}
.rs-fcol__chev {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--rs-gold);
  border-bottom: 1.5px solid var(--rs-gold);
  transform: rotate(45deg);
  transition: transform 0.22s ease;
}
@media (min-width: 768px) {
  .rs-fcol__chev {
    display: none;
  }
}
.rs-fcol__list {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: grid-template-rows 0.26s ease;
}
.rs-fcol__list > li {
  min-height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .rs-fcol__list {
    grid-template-rows: 1fr;
  }
}
.rs-fcol--open .rs-fcol__list {
  grid-template-rows: 1fr;
}
.rs-fcol__link {
  display: block;
  padding: 9px 0;
  font-family: var(--rs-alt);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(239, 235, 227, 0.8);
}
.rs-fcol__link:hover {
  color: var(--rs-cream);
}
.rs-social {
  display: flex;
  gap: 10px;
}
.rs-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: -11px;
  color: var(--rs-white);
}
.rs-social__link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rs-social__link:hover {
  color: var(--rs-gold);
}
.rs-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.rs-modal[hidden] {
  display: none;
}
@media (min-width: 768px) {
  .rs-modal {
    align-items: center;
  }
}
.rs-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(29, 28, 22, 0.55);
  animation: rs-fade 0.2s ease;
}
.rs-modal__panel {
  position: relative;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 20px 32px;
  background-color: var(--rs-cream);
  animation: rs-rise 0.26s ease;
}
@media (min-width: 768px) {
  .rs-modal__panel {
    width: 480px;
    padding: 40px;
  }
}
.rs-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  cursor: pointer;
}
.rs-modal__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--rs-ink);
  stroke-width: 1.4;
  stroke-linecap: round;
}
@keyframes rs-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rs-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rs-nav__link--active {
  color: var(--rs-pink-text);
}
.rs-crumbs {
  margin-bottom: 20px;
}
.rs-crumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.rs-crumbs__item {
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--rs-muted);
  line-height: 18px;
}
.rs-crumbs__item + .rs-crumbs__item::before {
  content: "/";
  margin-right: 8px;
  color: var(--rs-gold-ui);
}
.rs-crumbs__link {
  color: var(--rs-body);
}
.rs-crumbs__link:hover {
  color: var(--rs-pink-text);
}
.rs-btn--wide {
  width: 100%;
  min-height: 52px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .rs-btn--wide {
    width: auto;
    min-height: 56px;
    padding: 16px 24px;
    font-size: 18px;
  }
}
.rs-calllink {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--rs-body);
  line-height: 24px;
}
.rs-calllink:hover {
  color: var(--rs-pink-text);
}
.rs-calllink--bronze {
  letter-spacing: 1.4px;
  color: var(--rs-bronze);
}
.rs-calllink--bronze:hover {
  color: var(--rs-ink);
}
@media (min-width: 1024px) {
  .rs-calllink--bronze {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 1024px) {
  .rs-calllink {
    font-size: 16px;
  }
}
.rs-bronze-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid var(--rs-bronze);
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--rs-bronze);
  line-height: 21px;
}
.rs-bronze-link:hover {
  color: var(--rs-ink);
  border-bottom-color: var(--rs-ink);
}
.rs-tagline {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--rs-orange-text);
  line-height: 18.2px;
}
.rs-tagline__rule {
  flex: 0 0 auto;
  width: 15px;
  height: 1px;
  background-color: var(--rs-orange);
}
.rs-arrow-link--sm {
  font-size: 13px;
  letter-spacing: 1.4px;
}
.rs-dhero {
  position: relative;
  background-image: linear-gradient(0deg, rgba(254, 249, 240, 0.96) 0%, rgba(254, 249, 240, 0.72) 55%, rgba(254, 249, 240, 0.35) 100%), url("../assets/images/listing-hero.jpg");
  background-position: 100% 66%;
  background-size: cover;
  background-repeat: no-repeat;
}
.rs-dhero__inner {
  display: flex;
  align-items: center;
  min-height: 420px;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-dhero__inner {
    min-height: 480px;
  }
}
@media (min-width: 1024px) {
  .rs-dhero__inner {
    min-height: 560px;
  }
}
.rs-dhero__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.rs-dhero__title {
  font-family: var(--rs-serif);
  font-weight: 400;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: -0.44px;
  color: var(--rs-ink);
}
@media (min-width: 768px) {
  .rs-dhero__title {
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -0.6px;
  }
}
@media (min-width: 1024px) {
  .rs-dhero__title {
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -0.72px;
  }
}
.rs-dhero__lede {
  max-width: 30ch;
  font-size: 15px;
  line-height: 26px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-dhero__lede {
    font-size: 16px;
    line-height: 28px;
  }
}
.rs-listing {
  padding-top: 24px;
  padding-bottom: 64px;
  background-color: var(--rs-cream);
}
@media (min-width: 1024px) {
  .rs-listing {
    padding-bottom: 100px;
  }
}
.rs-listing__crumbs {
  padding-bottom: 40px;
}
.rs-listing__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
}
.rs-listing__title {
  margin-bottom: 12px;
}
.rs-listing__lede {
  max-width: 46ch;
  font-size: 15px;
  line-height: 28px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-listing__lede {
    font-size: 18px;
    line-height: 32px;
  }
}
.rs-dgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .rs-dgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}
@media (min-width: 1024px) {
  .rs-dgrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 56px 28px;
    align-items: start;
  }
}
.rs-dcard {
  display: flex;
  flex-direction: column;
}
.rs-dcard__media {
  display: block;
  overflow: hidden;
  background-color: #000;
}
.rs-dcard__media > img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: 50% 22%;
  transition: transform 0.6s ease;
}
@media (min-width: 1024px) {
  .rs-dcard__media {
    margin-bottom: 32px;
  }
}
.rs-dcard:hover .rs-dcard__media > img {
  transform: scale(1.04);
}
.rs-dcard__frame {
  position: relative;
}
@media (min-width: 1024px) {
  .rs-dcard__frame {
    min-height: 193px;
  }
  .rs-dcard__frame::before {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 1px rgba(210, 171, 103, 0.3);
  }
}
.rs-dcard__panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  padding: 24px;
  background-color: var(--rs-cream);
  box-shadow: inset 0 0 0 1px rgba(210, 171, 103, 0.3);
}
@media (min-width: 1024px) {
  .rs-dcard__panel {
    position: relative;
    z-index: 1;
    margin: -48px 0 0 26px;
    padding: 32px;
    box-shadow: none;
  }
}
.rs-dcard__name {
  font-family: var(--rs-serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.6px;
  color: var(--rs-ink);
}
.rs-dcard__namelink {
  color: inherit;
}
.rs-dcard__namelink:hover {
  color: var(--rs-pink-text);
}
.rs-dcard__spec {
  font-size: 14px;
  line-height: 22px;
  color: var(--rs-gold-text);
}
.rs-dcard__cred {
  font-size: 13px;
  line-height: 22px;
  color: var(--rs-body);
  text-wrap: pretty;
}
.rs-dcard__cta {
  margin-top: 4px;
}
.rs-dpill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 12px;
  background-color: #f1eee8;
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.36px;
  color: var(--rs-gold-text);
}
.rs-dpill__icon {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rs-prohero {
  background-color: var(--rs-cream-4);
}
.rs-prohero__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 28px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .rs-prohero__inner {
    flex-direction: row;
    align-items: center;
    gap: 48px;
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-prohero__inner {
    gap: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-prohero__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .rs-prohero__copy {
    flex: 1 1 52%;
  }
}
@media (min-width: 1024px) {
  .rs-prohero__copy {
    flex: 1 1 544px;
    max-width: 544px;
    padding-right: 64px;
    gap: 24px;
  }
}
.rs-prohero__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 1px;
  color: var(--rs-ink);
}
@media (min-width: 768px) {
  .rs-prohero__title {
    font-size: 56px;
    line-height: 62px;
  }
}
@media (min-width: 1024px) {
  .rs-prohero__title {
    font-size: 72px;
    line-height: 80px;
    letter-spacing: 1.44px;
  }
}
.rs-prohero__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  align-self: stretch;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .rs-prohero__actions {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .rs-prohero__actions {
    padding: 32px 0;
    gap: 32px;
  }
}
.rs-metalist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  padding: 20px;
  border-left: 1px solid rgba(196, 178, 158, 0.3);
}
@media (min-width: 1024px) {
  .rs-metalist {
    gap: 24px;
    padding: 0 24px;
  }
}
.rs-metalist__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  line-height: 24px;
  color: var(--rs-body-2);
}
@media (min-width: 1024px) {
  .rs-metalist__item {
    font-size: 18px;
    line-height: 24px;
  }
}
.rs-metalist__icon {
  flex: 0 0 auto;
  width: 19px;
  height: 18px;
}
.rs-portrait {
  position: relative;
}
@media (min-width: 768px) {
  .rs-portrait {
    flex: 1 1 48%;
  }
}
@media (min-width: 1024px) {
  .rs-portrait {
    flex: 1 1 544px;
    max-width: 544px;
  }
}
.rs-portrait__frame {
  position: relative;
  z-index: 1;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.2);
}
.rs-portrait__frame > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 554 / 370;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (min-width: 1024px) {
  .rs-portrait__frame {
    padding: 16px;
  }
}
.rs-portrait__accent {
  display: none;
}
@media (min-width: 1024px) {
  .rs-portrait__accent {
    display: block;
    position: absolute;
    left: -22px;
    bottom: -28px;
    z-index: 0;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(140, 106, 58, 0.4);
    pointer-events: none;
  }
}
.rs-detail {
  background-color: var(--rs-cream-2);
}
.rs-detail__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-detail__inner {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1024px) {
  .rs-detail__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
.rs-detail__col {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .rs-detail__col {
    grid-column: 1 / span 5;
    padding-right: 48px;
    gap: 47px;
  }
}
@media (min-width: 1024px) {
  .rs-detail__col--bio {
    grid-column: 7 / span 6;
    padding-right: 0;
    gap: 48px;
  }
}
.rs-cred {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-self: stretch;
}
@media (min-width: 1024px) {
  .rs-cred {
    gap: 47px;
  }
}
.rs-cred__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 32px;
}
.rs-cred__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 16px;
  height: 1px;
  background-color: rgba(210, 171, 103, 0.5);
}
@media (min-width: 1024px) {
  .rs-cred__item {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.rs-cred__label {
  font-family: var(--rs-sans);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  color: var(--rs-gold-text);
  line-height: 18.2px;
}
@media (min-width: 1024px) {
  .rs-cred__label {
    font-size: 13px;
  }
}
.rs-cred__value {
  font-size: 16px;
  line-height: 28px;
  color: var(--rs-ink-2);
}
@media (min-width: 1024px) {
  .rs-cred__value {
    font-size: 18px;
    line-height: 32.4px;
  }
}
.rs-fellows {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.rs-fellow {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  background-color: var(--rs-white);
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.4);
}
@media (min-width: 1024px) {
  .rs-fellow {
    padding: 32px;
  }
}
.rs-fellow::after {
  content: "";
  position: absolute;
  inset: 5px;
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.1);
  pointer-events: none;
}
.rs-fellow__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  color: var(--rs-ink-2);
}
@media (min-width: 1024px) {
  .rs-fellow__title {
    font-size: 20px;
  }
}
.rs-fellow__place {
  font-size: 13px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--rs-body-2);
  line-height: 20px;
}
@media (min-width: 1024px) {
  .rs-fellow__place {
    font-size: 14px;
    line-height: 20px;
  }
}
.rs-bio {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .rs-bio {
    gap: 32px;
  }
}
.rs-bio::before {
  content: "\201C";
  position: absolute;
  left: -6px;
  top: -46px;
  font-family: var(--rs-serif);
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  color: rgba(140, 106, 58, 0.1);
  pointer-events: none;
}
@media (min-width: 768px) {
  .rs-bio::before {
    left: -18px;
    top: -54px;
    font-size: 108px;
    line-height: 108px;
  }
}
@media (min-width: 1024px) {
  .rs-bio::before {
    left: -32px;
    top: -64px;
    font-size: 120px;
    line-height: 120px;
  }
}
.rs-bio__para {
  font-size: 16px;
  line-height: 30px;
  color: var(--rs-body-2);
}
@media (min-width: 1024px) {
  .rs-bio__para {
    font-size: 18px;
    line-height: 36px;
  }
}
.rs-expertise {
  background-color: var(--rs-cream-4);
}
.rs-expertise__inner {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 56px var(--rs-gutter);
}
@media (min-width: 768px) {
  .rs-expertise__inner {
    padding-top: 72px;
    padding-bottom: 72px;
    gap: 28px;
  }
}
@media (min-width: 1024px) {
  .rs-expertise__inner {
    padding: 80px;
    gap: 32px;
  }
}
.rs-expertise__title {
  text-align: center;
}
.rs-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.rs-chip-tag {
  padding: 10px 20px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  color: var(--rs-body-2);
}
@media (min-width: 1024px) {
  .rs-chip-tag {
    padding: 10px 24px;
    font-size: 14px;
  }
}
.rs-accolades {
  background-color: var(--rs-white);
}
.rs-accolades__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 48px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-accolades__inner {
    flex-direction: row;
    gap: 64px;
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-accolades__inner {
    gap: 96px;
  }
}
.rs-accolades__col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 768px) {
  .rs-accolades__col {
    flex: 1 1 0;
  }
}
@media (min-width: 1024px) {
  .rs-accolades__col {
    gap: 48px;
  }
}
.rs-diamonds {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .rs-diamonds {
    gap: 24px;
  }
}
.rs-diamond {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 15px;
  line-height: 24px;
  color: var(--rs-body-2);
}
@media (min-width: 1024px) {
  .rs-diamond {
    font-size: 16px;
  }
}
.rs-diamond__icon {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: 9px;
  fill: var(--rs-bronze);
}
.rs-booking {
  background-color: var(--rs-cream-5);
  border-top: 1px solid var(--rs-sand);
  border-bottom: 1px solid var(--rs-sand);
}
.rs-booking__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .rs-booking__inner {
    flex-direction: row;
    gap: 48px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1024px) {
  .rs-booking__inner {
    gap: 64px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-booking__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .rs-booking__col {
    flex: 1 1 0;
  }
}
@media (min-width: 1024px) {
  .rs-booking__col {
    gap: 24px;
  }
}
.rs-booking__col--centre {
  padding-top: 32px;
  border-top: 1px solid var(--rs-sand);
}
@media (min-width: 768px) {
  .rs-booking__col--centre {
    padding-top: 0;
    padding-left: 48px;
    border-top: 0;
    border-left: 1px solid var(--rs-sand);
  }
}
@media (min-width: 1024px) {
  .rs-booking__col--centre {
    padding-left: 65px;
  }
}
.rs-booking__title {
  font-size: 32px;
}
@media (min-width: 768px) {
  .rs-booking__title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .rs-booking__title {
    line-height: 72px;
  }
}
.rs-booking__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  align-self: stretch;
  padding-top: 4px;
}
@media (min-width: 768px) {
  .rs-booking__actions {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .rs-booking__actions {
    padding: 24px 0;
  }
}
.rs-centre-ref__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.28px;
  color: var(--rs-ink-2);
}
@media (min-width: 1024px) {
  .rs-centre-ref__title {
    font-size: 28px;
    line-height: 36.4px;
  }
}
@media (min-width: 1024px) {
  .rs-detail .rs-h2,
  .rs-expertise__title,
  .rs-booking__title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.4px;
  }
}
.rs-totop {
  position: fixed;
  right: 16px;
  bottom: 84px;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background-color: var(--rs-ink);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease, background-color 0.18s ease;
}
.rs-totop svg {
  width: 12px;
  height: 12px;
  fill: var(--rs-cream);
}
.rs-totop:hover {
  background-color: var(--rs-bronze);
}
.rs-totop--visible {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .rs-totop {
    right: 24px;
    bottom: 24px;
  }
}
.rs-bookbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 36;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background-color: rgba(255, 250, 241, 0.96);
  border-top: 1px solid var(--rs-line);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translateY(100%);
  transition: transform 0.24s ease;
}
.rs-bookbar--visible {
  transform: none;
}
.rs-bookbar__btn {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 10px;
  border: 0;
  border-radius: 40px;
  font-family: var(--rs-sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #4e4639;
  line-height: 15px;
  text-align: center;
  text-wrap: balance;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.rs-bookbar__btn--primary {
  background-color: var(--rs-pink-fill);
  color: var(--rs-white);
}
.rs-bookbar__btn--primary:hover {
  background-color: var(--rs-pink-dark);
  color: var(--rs-white);
}
.rs-bookbar__btn--ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #d23c62;
  color: var(--rs-pink-text);
}
.rs-bookbar__btn--ghost:hover {
  background-color: var(--rs-white);
  color: var(--rs-pink-dark);
}
@media (min-width: 420px) {
  .rs-bookbar__btn {
    font-size: 12px;
    letter-spacing: 1px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .rs-bookbar {
    display: none;
  }
}
.rs-dhero--exo {
  background-image: linear-gradient(90deg, rgba(254, 249, 240, 0.94) 0%, rgba(254, 249, 240, 0.62) 52%, rgba(254, 249, 240, 0.12) 100%), url("../assets/images/exo-hero.jpg");
  background-position: 60% 62%;
}
.rs-dhero--exo .rs-dhero__copy {
  max-width: 620px;
}
.rs-dhero--exo .rs-dhero__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: -0.4px;
}
@media (min-width: 768px) {
  .rs-dhero--exo .rs-dhero__title {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  .rs-dhero--exo .rs-dhero__title {
    font-size: 60px;
    line-height: 68px;
  }
}
.rs-dhero--exo .rs-dhero__lede {
  max-width: 46ch;
}
.rs-exo-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}
.rs-exo-head__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.16;
  letter-spacing: 0.6px;
  color: var(--rs-ink);
  text-wrap: balance;
}
@media (min-width: 768px) {
  .rs-exo-head__title {
    font-size: 40px;
    letter-spacing: 0.9px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-head__title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1.2px;
  }
}
.rs-exo-head__lede {
  max-width: 62ch;
  font-size: 16px;
  line-height: 28px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-exo-head__lede {
    font-size: 18px;
  }
}
.rs-exo-head__rule {
  width: 64px;
  height: 1px;
  background-color: var(--rs-gold-text);
}
.rs-exo-overview {
  background-color: var(--rs-cream-4);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-exo-overview {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-overview {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.rs-exo-overview__grid {
  display: grid;
  gap: 32px;
}
@media (min-width: 1024px) {
  .rs-exo-overview__grid {
    grid-template-columns: 452px 1fr;
    gap: 48px;
    align-items: center;
  }
}
.rs-exo-overview__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.rs-exo-overview__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: var(--rs-ink);
}
@media (min-width: 768px) {
  .rs-exo-overview__title {
    font-size: 34px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-overview__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.rs-exo-overview__body {
  font-size: 16px;
  line-height: 27px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-exo-overview__body {
    font-size: 18px;
    line-height: 28px;
  }
}
.rs-exo-overview__claim {
  background-color: rgba(254, 249, 240, 0.7);
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: var(--rs-gold-text);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-exo-overview__claim {
    padding: 24px;
    font-size: 16px;
  }
}
.rs-exo-overview__cards {
  display: grid;
  gap: 16px;
}
@media (min-width: 420px) {
  .rs-exo-overview__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .rs-exo-overview__cards {
    gap: 24px;
  }
}
.rs-exo-fcard {
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.3);
  padding: 20px;
  background-color: var(--rs-cream);
}
@media (min-width: 1024px) {
  .rs-exo-fcard {
    padding: 24px;
  }
}
.rs-exo-fcard__icon {
  width: 25px;
  height: 25px;
  color: var(--rs-gold-ui);
  fill: currentColor;
}
.rs-exo-fcard__title {
  padding-top: 8px;
  font-size: 13px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--rs-ink);
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .rs-exo-fcard__title {
    font-size: 14px;
  }
}
.rs-exo-fcard__text {
  font-size: 14px;
  line-height: 20px;
  color: var(--rs-body);
  text-wrap: pretty;
}
.rs-exo-benefits {
  background-color: var(--rs-cream-2);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-exo-benefits {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-benefits {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-exo-benefits__grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 420px) {
  .rs-exo-benefits__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .rs-exo-benefits__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 64px;
  }
}
.rs-exo-bcard {
  overflow: hidden;
  background-color: var(--rs-cream-4);
}
.rs-exo-bcard__media {
  overflow: hidden;
  aspect-ratio: 262/256;
}
.rs-exo-bcard__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.rs-exo-bcard__media > img:hover {
  transform: scale(1.03);
}
.rs-exo-bcard__body {
  padding: 24px 24px 32px;
  border: 1px solid rgba(196, 178, 158, 0.3);
}
.rs-exo-bcard__title {
  font-family: var(--rs-serif);
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  color: var(--rs-ink);
  text-wrap: pretty;
}
@media (min-width: 1024px) {
  .rs-exo-bcard__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.rs-exo-works {
  background-color: var(--rs-white);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-exo-works {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-works {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-exo-works__grid {
  display: grid;
  gap: 32px;
  margin-top: 40px;
  align-items: center;
}
@media (min-width: 1024px) {
  .rs-exo-works__grid {
    grid-template-columns: 521px 1fr;
    gap: 48px;
  }
}
.rs-exo-works__steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.rs-exo-works__media {
  overflow: hidden;
  border-radius: 8px;
}
.rs-exo-works__media > img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}
.rs-exo-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 1024px) {
  .rs-exo-step {
    gap: 24px;
  }
}
.rs-exo-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: var(--rs-cream-2);
  font-family: var(--rs-serif);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #5a3f03;
}
.rs-exo-step__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rs-exo-step__title {
  font-family: var(--rs-serif);
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  color: var(--rs-ink);
}
@media (min-width: 1024px) {
  .rs-exo-step__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.rs-exo-step__text {
  font-size: 15px;
  line-height: 24px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-exo-step__text {
    font-size: 16px;
  }
}
.rs-exo-session {
  background-color: var(--rs-cream);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-exo-session {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-session {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-exo-session__grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .rs-exo-session__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .rs-exo-session__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 64px;
  }
}
.rs-exo-scard {
  display: flex;
  flex-direction: column;
  gap: 11px;
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.3);
  border-radius: 8px;
  padding: 24px;
  background-color: var(--rs-cream-4);
}
@media (min-width: 1024px) {
  .rs-exo-scard {
    padding: 32px;
  }
}
.rs-exo-scard__icon {
  width: 33px;
  height: 27px;
  color: var(--rs-gold-ui);
  fill: currentColor;
}
.rs-exo-scard__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
  color: var(--rs-ink);
}
@media (min-width: 1024px) {
  .rs-exo-scard__title {
    font-size: 32px;
    line-height: 41.6px;
  }
}
.rs-exo-scard__text {
  font-size: 15px;
  line-height: 25px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-exo-scard__text {
    font-size: 16px;
    line-height: 25.6px;
  }
}
.rs-exo-who {
  background-color: var(--rs-cream-2);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-exo-who {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-who {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-exo-who__grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .rs-exo-who__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-who__grid {
    margin-top: 56px;
  }
}
.rs-exo-wcard {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background-color: var(--rs-cream-4);
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1024px) {
  .rs-exo-wcard {
    padding: 32px;
  }
}
.rs-exo-wcard__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ece8df;
}
.rs-exo-wcard__badge > svg {
  width: 22.8px;
  height: 24px;
  color: var(--rs-gold-text);
  fill: currentColor;
}
.rs-exo-wcard__title {
  padding-top: 6px;
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 21px;
  line-height: 1.15;
  color: var(--rs-ink);
  text-wrap: pretty;
}
@media (min-width: 1024px) {
  .rs-exo-wcard__title {
    font-size: 24px;
  }
}
.rs-exo-wcard__text {
  font-size: 15px;
  line-height: 24px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-exo-wcard__text {
    font-size: 16px;
  }
}
.rs-exo-faq {
  background-color: var(--rs-white);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-exo-faq {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-exo-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 720px;
  margin: 40px auto 0;
}
.rs-exo-q {
  border-bottom: 1px solid rgba(196, 178, 158, 0.3);
}
.rs-exo-q__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 44px;
  padding: 16px 0;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-family: var(--rs-serif);
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: var(--rs-ink);
}
@media (min-width: 768px) {
  .rs-exo-q__toggle {
    font-size: 20px;
    line-height: 24px;
  }
}
.rs-exo-q__toggle:hover {
  color: var(--rs-gold-text);
}
.rs-exo-q__chev {
  flex: 0 0 auto;
  width: 12px;
  height: 7.4px;
  color: var(--rs-gold-text);
  fill: currentColor;
  transition: transform 0.22s ease;
}
.rs-exo-q__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.22s ease;
}
.rs-exo-q__panel > div {
  overflow: hidden;
}
.rs-exo-q__text {
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 26px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-exo-q__text {
    font-size: 16px;
  }
}
.rs-exo-q--open .rs-exo-q__chev {
  transform: rotate(180deg);
}
.rs-exo-q--open .rs-exo-q__panel {
  grid-template-rows: 1fr;
}
.rs-exo-partners {
  background-color: var(--rs-cream-3);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-exo-partners {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-partners {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-exo-partners__carousel {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .rs-exo-partners__carousel {
    margin-top: 56px;
  }
}
.rs-exo-partners__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.rs-exo-partners__track::-webkit-scrollbar {
  display: none;
}
.rs-exo-partners__track > * {
  flex: 0 0 auto;
  width: calc((100% - 16px) / 2);
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .rs-exo-partners__track {
    gap: 32px;
  }
  .rs-exo-partners__track > * {
    width: calc((100% - 32px) / 2);
  }
}
@media (min-width: 1024px) {
  .rs-exo-partners__track {
    gap: 48px;
  }
  .rs-exo-partners__track > * {
    width: calc((100% - 96px) / 3);
  }
}
.rs-exo-partners__carousel .rs-carousel__controls {
  display: flex;
}
.rs-exo-partners__btn {
  display: flex;
}
.rs-exo-doc {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
}
.rs-exo-doc__media {
  overflow: hidden;
  aspect-ratio: 339/133;
  background-color: var(--rs-cream-2);
  margin-bottom: 24px;
}
.rs-exo-doc__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}
.rs-exo-doc__name {
  font-family: var(--rs-serif);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--rs-ink);
}
.rs-exo-doc__name > a {
  color: inherit;
}
.rs-exo-doc__name > a:hover {
  color: var(--rs-bronze);
}
.rs-exo-doc__spec {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(122, 112, 98, 0.85);
  line-height: 16px;
}
.rs-exo-doc__cta {
  align-self: center;
  display: inline-flex;
  background: none;
  cursor: pointer;
  align-items: center;
  min-height: 44px;
  margin-top: 8px;
  padding: 0 20px;
  border: 1px solid rgba(210, 171, 103, 0.3);
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--rs-bronze);
  line-height: 16px;
}
.rs-exo-doc__cta:hover {
  border-color: var(--rs-bronze);
  color: var(--rs-ink);
}
.rs-exo-quote {
  background-color: var(--rs-white);
  padding-top: 56px;
  padding-bottom: 56px;
  text-align: center;
}
@media (min-width: 768px) {
  .rs-exo-quote {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-quote {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-exo-quote__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  max-width: 1032px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .rs-exo-quote__inner {
    gap: 32px;
  }
}
.rs-exo-quote__mark {
  width: 25.5px;
  height: 18px;
  color: var(--rs-gold);
  fill: currentColor;
}
.rs-exo-quote__text {
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  line-height: 34px;
  color: #1e1b16;
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-exo-quote__text {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-quote__text {
    font-size: 40px;
    line-height: 56.6px;
  }
}
.rs-exo-quote__cite {
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--rs-gold-text);
  font-weight: 500;
  line-height: 16.8px;
  font-style: normal;
}
@media (min-width: 768px) {
  .rs-exo-quote__cite {
    font-size: 14px;
  }
}
.rs-exo-cta {
  position: relative;
  overflow: hidden;
  background-color: var(--rs-cream);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-exo-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-exo-cta__bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, #fffaf1 0%, rgba(255, 250, 241, 0.8) 50%, rgba(255, 250, 241, 0) 100%), url("../assets/images/exo-cta.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.rs-exo-cta__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  max-width: 768px;
  margin-inline: auto;
  text-align: center;
}
.rs-exo-cta__rule {
  width: 48px;
  height: 1px;
  background-color: var(--rs-gold);
  margin-bottom: 24px;
}
.rs-exo-cta__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.16;
  letter-spacing: 0.8px;
  color: var(--rs-ink);
  text-wrap: balance;
}
@media (min-width: 768px) {
  .rs-exo-cta__title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .rs-exo-cta__title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1.2px;
  }
}
.rs-exo-cta__lede {
  max-width: 60ch;
  font-size: 16px;
  line-height: 28px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-exo-cta__lede {
    font-size: 18px;
    line-height: 28.8px;
  }
}
.rs-exo-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
}
button.rs-underline-link {
  background: none;
  border-top: 0;
  border-inline: 0;
  padding: 0;
  cursor: pointer;
}
.rs-dhero--centre {
  background-image: linear-gradient(90deg, rgba(254, 249, 240, 0.92) 0%, rgba(254, 249, 240, 0.58) 50%, rgba(254, 249, 240, 0.08) 100%), url("../assets/images/centre-hero.jpg");
  background-position: 62% 46%;
}
.rs-dhero--centre .rs-dhero__copy {
  max-width: 600px;
}
.rs-dhero--centre .rs-dhero__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: -0.4px;
}
@media (min-width: 768px) {
  .rs-dhero--centre .rs-dhero__title {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  .rs-dhero--centre .rs-dhero__title {
    font-size: 60px;
    line-height: 68px;
  }
}
.rs-dhero--centre .rs-dhero__lede {
  max-width: 48ch;
}
.rs-cen-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}
.rs-cen-head__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.16;
  letter-spacing: 0.6px;
  color: var(--rs-ink);
  text-wrap: balance;
}
@media (min-width: 768px) {
  .rs-cen-head__title {
    font-size: 40px;
    letter-spacing: 0.9px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-head__title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1.2px;
  }
}
.rs-cen-head__lede {
  max-width: 62ch;
  font-size: 16px;
  line-height: 28px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-cen-head__lede {
    font-size: 18px;
  }
}
.rs-cen-head__vrule {
  width: 1px;
  height: 48px;
  background-color: var(--rs-gold);
}
@media (min-width: 768px) {
  .rs-cen-head__vrule {
    height: 64px;
  }
}
.rs-cen-ph {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
  padding: 4px 10px;
  background-color: rgba(29, 28, 22, 0.72);
  font-size: 9px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fffaf1;
  line-height: 14px;
  pointer-events: none;
}
.rs-cen-overview {
  background-color: var(--rs-cream-4);
  padding-top: 24px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-cen-overview {
    padding-top: 28px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-overview {
    padding-bottom: 96px;
  }
}
.rs-cen-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 768px) {
  .rs-cen-overview__grid {
    gap: 48px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-overview__grid {
    grid-template-columns: 1fr 1fr;
    gap: 96px;
  }
}
.rs-cen-overview__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background-color: var(--rs-cream-2);
}
@media (min-width: 1024px) {
  .rs-cen-overview__media {
    aspect-ratio: 4 / 5;
  }
}
.rs-cen-overview__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs-cen-overview__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(50, 48, 43, 0.4) 0%, rgba(50, 48, 43, 0) 100%);
}
.rs-cen-overview__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rs-cen-overview__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: var(--rs-ink);
}
@media (min-width: 768px) {
  .rs-cen-overview__title {
    font-size: 34px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-overview__title {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
}
.rs-cen-overview__body {
  font-size: 15px;
  line-height: 27px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-cen-overview__body {
    font-size: 16px;
    line-height: 28px;
  }
}
.rs-cen-overview__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.rs-cen-services {
  background-color: var(--rs-cream-2);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-cen-services {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-services {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-cen-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .rs-cen-services__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 56px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.rs-cen-scard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.3);
  padding: 28px 24px;
  border-radius: 8px;
  background-color: var(--rs-cream-4);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.rs-cen-scard:hover {
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.4);
  transform: translateY(-2px);
}
@media (min-width: 1024px) {
  .rs-cen-scard {
    padding: 32px;
  }
}
.rs-cen-scard__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  color: var(--rs-ink);
}
@media (min-width: 1024px) {
  .rs-cen-scard__title {
    font-size: 24px;
  }
}
.rs-cen-scard__tagline {
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--rs-gold-text);
  line-height: 16px;
}
.rs-cen-scard__text {
  font-size: 15px;
  line-height: 26px;
  color: var(--rs-body);
  text-wrap: pretty;
}
.rs-cen-scard__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
.rs-cen-pill {
  padding: 6px 12px;
  border-radius: 40px;
  background-color: var(--rs-cream-5);
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.2);
  font-size: 12px;
  line-height: 18px;
  color: var(--rs-body-2);
}
.rs-cen-conditions {
  background-color: var(--rs-cream);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-cen-conditions {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-conditions {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-cen-rail {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .rs-cen-rail {
    margin-top: 56px;
  }
}
.rs-cen-rail__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.rs-cen-rail__track::-webkit-scrollbar {
  display: none;
}
.rs-cen-rail__track > * {
  flex: 0 0 auto;
  align-self: stretch;
  width: calc((100% - 16px) / 2);
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .rs-cen-rail__track {
    gap: 24px;
  }
  .rs-cen-rail__track > * {
    width: calc((100% - 24px) / 2);
  }
}
@media (min-width: 1024px) {
  .rs-cen-rail__track {
    gap: 32px;
  }
  .rs-cen-rail__track > * {
    width: calc((100% - 64px) / 3);
  }
}
.rs-cen-rail .rs-carousel__controls {
  display: flex;
}
.rs-cen-rail .rs-carousel__btn {
  display: flex;
}
.rs-cen-ccard {
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.3);
  padding: 24px 20px;
  border-radius: 8px;
  background-color: var(--rs-cream-4);
}
@media (min-width: 1024px) {
  .rs-cen-ccard {
    padding: 32px;
  }
}
.rs-cen-ccard__icon {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--rs-gold-text);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rs-cen-ccard__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  color: var(--rs-ink);
}
@media (min-width: 1024px) {
  .rs-cen-ccard__title {
    font-size: 22px;
  }
}
.rs-cen-ccard__text {
  font-size: 14px;
  line-height: 24px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-cen-ccard__text {
    font-size: 15px;
    line-height: 26px;
  }
}
.rs-cen-featured {
  background-color: var(--rs-white);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-cen-featured {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-featured {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-cen-tcard {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: var(--rs-cream-4);
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.3);
}
.rs-cen-tcard__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background-color: var(--rs-cream-2);
}
.rs-cen-tcard__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.rs-cen-tcard__media > img:hover {
  transform: scale(1.04);
}
.rs-cen-tcard__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .rs-cen-tcard__body {
    padding: 24px;
  }
}
.rs-cen-tcard__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  color: var(--rs-ink);
}
@media (min-width: 1024px) {
  .rs-cen-tcard__title {
    font-size: 22px;
  }
}
.rs-cen-tcard__text {
  font-size: 14px;
  line-height: 24px;
  color: var(--rs-body);
  text-wrap: pretty;
}
.rs-cen-why {
  background-color: var(--rs-cream-2);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-cen-why {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-why {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-cen-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .rs-cen-why__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 56px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-why__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.rs-cen-wcard {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 8px;
  background-color: var(--rs-cream-4);
  box-shadow: inset 0 0 0 1px rgba(196, 178, 158, 0.3);
}
.rs-cen-wcard__num {
  font-family: var(--rs-serif);
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  color: var(--rs-gold);
}
.rs-cen-wcard__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: var(--rs-ink);
}
.rs-cen-wcard__text {
  font-size: 14px;
  line-height: 24px;
  color: var(--rs-body);
  text-wrap: pretty;
}
.rs-cen-journey {
  background-color: var(--rs-white);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-cen-journey {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-journey {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-cen-journey__steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 720px;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .rs-cen-journey__steps {
    margin-top: 56px;
  }
}
.rs-cen-step {
  position: relative;
  display: flex;
  gap: 20px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .rs-cen-step {
    gap: 28px;
    padding-bottom: 40px;
  }
}
.rs-cen-step:last-child {
  padding-bottom: 0;
}
.rs-cen-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 44px;
  bottom: 4px;
  width: 1px;
  background-color: rgba(210, 171, 103, 0.3);
}
@media (min-width: 768px) {
  .rs-cen-step:not(:last-child)::before {
    left: 23px;
    top: 52px;
  }
}
.rs-cen-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--rs-gold);
  background-color: var(--rs-cream-4);
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 16px;
  color: var(--rs-gold-text);
}
@media (min-width: 768px) {
  .rs-cen-step__num {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}
.rs-cen-step__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rs-cen-step__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: var(--rs-ink);
}
@media (min-width: 768px) {
  .rs-cen-step__title {
    font-size: 24px;
  }
}
.rs-cen-step__text {
  font-size: 15px;
  line-height: 26px;
  color: var(--rs-body);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-cen-step__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.rs-cen-faq {
  background-color: var(--rs-cream-4);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .rs-cen-faq {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-cen-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 900px;
  margin: 32px auto 0;
}
@media (min-width: 768px) {
  .rs-cen-faq__list {
    margin-top: 48px;
  }
}
.rs-cen-cta {
  position: relative;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .rs-cen-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-cta {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
.rs-cen-cta__bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/centre-cta.jpg");
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}
.rs-cen-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(29, 28, 22, 0.88) 0%, rgba(29, 28, 22, 0.74) 55%, rgba(29, 28, 22, 0.5) 100%);
}
.rs-cen-cta__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  max-width: 640px;
}
.rs-cen-cta__rule {
  width: 64px;
  height: 1px;
  background-color: var(--rs-gold);
}
.rs-cen-cta__title {
  font-family: var(--rs-serif);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: 0.6px;
  color: #fffaf1;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .rs-cen-cta__title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .rs-cen-cta__title {
    font-size: 48px;
    line-height: 56px;
  }
}
.rs-cen-cta__lede {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 250, 241, 0.82);
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .rs-cen-cta__lede {
    font-size: 18px;
  }
}
.rs-cen-cta__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.rs-cen-cta .rs-calllink {
  color: var(--rs-gold);
}
.rs-cen-cta .rs-calllink:hover {
  color: #fffaf1;
}
.rs-motion [data-rs-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.rs-motion [data-rs-reveal].rs-is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .rs-page * {
    animation-duration: 0.001ms;
    transition-duration: 0.001ms;
  }
  .rs-motion [data-rs-reveal] {
    opacity: 1;
    transform: none;
  }
  .rs-carousel__track,
  .rs-exo-partners__track,
  .rs-cen-rail__track {
    scroll-behavior: auto;
  }
}
