@charset "UTF-8";
:root {
  --nn-green: #0d291d;
  --nn-gold: #997626;
  --nn-gold-hover: #b38a2e;
  --nn-cream: #eae0bd;
  --nn-gold-hero-overlay: rgba(153, 118, 38, 0.70);
  --nn-gold-map-overlay: rgba(153, 118, 38, 0.20);
  --nn-white-85: rgba(255, 255, 255, 0.85);
  --nn-white-50: rgba(255, 255, 255, 0.50);
  --nn-white-10: rgba(255, 255, 255, 0.10);
  --nn-dot-inactive: rgba(0, 0, 0, 0.25);
  --nn-font-karol: karol-sans, sans-serif;
  --nn-font-mulish: mulish-variable, sans-serif;
  --screen-xxs: 375px;
  --screen-xs: 425px;
  --screen-sm: 640px;
  --screen-ms: 678px;
  --screen-md: 768px;
  --screen-ml: 960px;
  --screen-lg: 1024px;
  --screen-lgr: 1140px;
  --screen-xl: 1280px;
  --screen-2xl: 1360px;
  --screen-3xl: 1440px;
  --screen-4xl: 1680px;
  --screen-5xl: 1850px;
  --screen-6xl: 1920px;
  --screen-7xl: 2160px;
  --screen-8xl: 2320px;
  --screen-9xl: 2560px;
  --screen-10xl: 2800px;
}

body {
  font-family: mulish-variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1;
}

h1, .h1 {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: clamp(3rem, 6.67vw, 8rem);
  letter-spacing: 0.02em;
}
h1 em, .h1 em {
  font-style: italic;
}

h2, .h2 {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 3.33vw, 4rem);
  letter-spacing: 0.02em;
}

h3, .h3 {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.5vw, 3rem);
  letter-spacing: 0.02em;
}

h4, .h4 {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.67vw, 2rem);
  letter-spacing: 0.02em;
  line-height: 1.25;
}

h5, .h5 {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 1.333;
}

h6, .h6 {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1vw, 1.25rem);
  letter-spacing: 0.02em;
  line-height: 1.4;
}

p, .p {
  font-family: mulish-variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li, .li {
  font-family: mulish-variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  list-style: none;
}

.content-block p:not(:last-child),
.content-block .p:not(:last-child) {
  margin-bottom: 1.4em;
}
.content-block ul,
.content-block ol {
  margin-bottom: 1.4em;
  padding-left: 1.5em;
}
.content-block ul {
  list-style: disc;
}
.content-block ol {
  list-style: decimal;
}
.content-block li {
  list-style: inherit;
  margin-bottom: 0.5em;
}
.content-block li:last-child {
  margin-bottom: 0;
}
.content-block h1, .content-block .h1,
.content-block h2, .content-block .h2,
.content-block h3, .content-block .h3,
.content-block h4, .content-block .h4,
.content-block h5, .content-block .h5,
.content-block h6, .content-block .h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.content-block h1:first-child, .content-block .h1:first-child,
.content-block h2:first-child, .content-block .h2:first-child,
.content-block h3:first-child, .content-block .h3:first-child,
.content-block h4:first-child, .content-block .h4:first-child,
.content-block h5:first-child, .content-block .h5:first-child,
.content-block h6:first-child, .content-block .h6:first-child {
  margin-top: 0;
}

.nn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .nn-btn {
    font-size: 1.5rem;
    line-height: 1.167;
  }
}
.nn-btn {
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 0;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.nn-btn--gold {
  background: #997626;
  color: #fff;
}
.nn-btn--gold:hover {
  background: #b38a2e;
  color: #fff;
}
.nn-btn--outline-gold {
  background: transparent;
  color: #fff;
  border-color: #997626;
}
.nn-btn--outline-gold:hover {
  background: #997626;
  color: #fff;
}

:root {
  --wrapper-narrow-margin: max(5vw, calc((100vw - var(--screen-md)) / 2));
  --wrapper-margin: max(5vw, calc((100vw - var(--screen-2xl)) / 2));
  --wrapper-wide-margin: max(5vw, calc((100vw - var(--screen-4xl)) / 2));
  --container-margin: max(5vw, calc((100vw - var(--screen-6xl)) / 2));
  --margin-diff: calc(var(--wrapper-margin) - var(--container-margin));
  --column-width: calc((100vw - var(--wrapper-margin)) / 12);
  --wrapper-width: calc(var(--wrapper-margin) * 12);
}

.nn-section {
  width: 100%;
  box-sizing: border-box;
}
.nn-section *,
.nn-section *::before,
.nn-section *::after {
  box-sizing: inherit;
}

.wrapper {
  margin-inline: auto;
  padding-inline: var(--wrapper-margin);
}

.wrapper-wide {
  margin-inline: auto;
  padding-inline: var(--wrapper-wide-margin);
}

.wrapper-narrow {
  margin-inline: auto;
  padding-inline: var(--wrapper-narrow-margin);
}

.no-wrapper {
  margin-inline: unset;
  padding-inline: unset;
}

.container {
  margin-inline: auto;
  padding-inline: var(--container-margin);
}

html {
  scrollbar-gutter: stable;
}

:root {
  --header-height: 80px;
  --header-z-index: 99;
}
@media (min-width: 768px) {
  :root {
    --header-height: 160px;
  }
}

.ul-site-header {
  position: fixed;
  inset: 0;
  background: rgba(13, 41, 29, 0.1);
  box-shadow: none;
  z-index: var(--header-z-index);
  height: var(--header-height);
  transition: height 0.3s ease, background 0.3s ease;
}
@media (min-width: 1280px) {
  .ul-site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: var(--wrapper-wide-margin);
    border-bottom: 1px solid #eae0bd;
  }
}
.ul-site-header.is-scrolled {
  --header-height: 70px;
  background: #eae0bd;
}
@media (min-width: 1280px) {
  .ul-site-header.is-scrolled {
    --header-height: 80px;
  }
}

.ul-site-header__logo-link {
  color: #fff;
  transition: color 0.3s ease, scale 0.3s ease, transform-origin 0.3s ease;
  line-height: 0;
  scale: 0.75;
  transform-origin: left center;
}
.ul-site-header__logo-link:hover {
  color: #eae0bd;
}
@media (min-width: 1280px) {
  .ul-site-header__logo-link {
    scale: 1;
    transform-origin: center center;
  }
}
.is-scrolled .ul-site-header__logo-link {
  color: #0d291d;
}
@media (min-width: 1280px) {
  .is-scrolled .ul-site-header__logo-link {
    scale: 0.85;
  }
}
.is-scrolled .ul-site-header__logo-link:hover {
  color: #997626;
}
.nav-is-open .ul-site-header__logo-link {
  color: #fff;
}

.ul-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-inline: var(--wrapper-wide-margin);
  border-bottom: 1px solid #eae0bd;
}
@media (min-width: 768px) {
  .ul-site-header__inner {
    padding-block: 0;
  }
}
@media (min-width: 1280px) {
  .ul-site-header__inner {
    position: static;
    z-index: auto;
    padding: 0;
    border-bottom: none;
  }
}

.ul-nav-toggle {
  background: none;
  border: none;
  padding: 0;
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.25rem;
  cursor: pointer;
  flex-shrink: 0;
  color: #fff;
}
.is-scrolled .ul-nav-toggle {
  color: #0d291d;
}
.ul-nav-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  box-shadow: 0 0.5625rem 0 currentColor;
  transition: top 0.25s 0.25s, transform 0.25s 0s, box-shadow 0.1s 0.25s;
}
.ul-nav-toggle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: bottom 0.25s 0.25s, transform 0.25s 0s;
}
@media (min-width: 1280px) {
  .ul-nav-toggle {
    display: none;
  }
}

body.nav-is-open .ul-nav-toggle {
  color: #fff;
}
body.nav-is-open .ul-nav-toggle::before {
  top: 0.5625rem;
  box-shadow: none;
  transform: rotate(45deg);
  transition: top 0.25s 0s, transform 0.25s 0.25s, box-shadow 0.1s 0s;
}
body.nav-is-open .ul-nav-toggle::after {
  bottom: 0.5625rem;
  transform: rotate(-45deg);
  transition: bottom 0.25s 0s, transform 0.25s 0.25s;
}

.ul-site-nav {
  display: flex;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: calc(var(--header-height) + 3.75rem) calc(var(--wrapper-margin) + 0.75rem);
  z-index: 1;
  overflow-y: auto;
  pointer-events: none;
}
.ul-site-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0d291d;
  z-index: -1;
}
@media (min-width: 1280px) {
  .ul-site-nav {
    position: static;
    height: auto;
    padding: 0;
    z-index: auto;
    overflow-y: visible;
    pointer-events: auto;
  }
  .ul-site-nav::before {
    display: none;
  }
}

.ul-site-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 1280px) {
  .ul-site-nav__list {
    gap: 0.25rem;
  }
}
.ul-site-nav__list a {
  color: #fff;
  font-family: mulish-variable, sans-serif;
  font-size: 1.5rem;
  font-variation-settings: "wght" 550;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: color 0.2s;
}
.ul-site-nav__list a:hover {
  color: #eae0bd;
}
@media (min-width: 1280px) {
  .ul-site-nav__list a {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .is-scrolled .ul-site-nav__list a {
    color: #0d291d;
  }
  .is-scrolled .ul-site-nav__list a:hover {
    color: #997626;
  }
}
.ul-site-nav__list li.nav-button {
  width: 100%;
  margin-top: 1rem;
}
.ul-site-nav__list li.nav-button > a {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem;
  background: #997626;
  color: #fff;
  font-variation-settings: "wght" 700;
  border: 2px solid transparent;
  transition: background 0.2s;
  width: 100%;
  justify-content: center;
}
.ul-site-nav__list li.nav-button > a:hover {
  background: #b38a2e;
  color: #fff;
}
@media (min-width: 1280px) {
  .ul-site-nav__list li.nav-button > a {
    background: #0d291d;
    padding: 0.875rem 2.75rem;
  }
}
@media (min-width: 1280px) {
  .ul-site-nav__list {
    flex-direction: row;
    align-items: center;
    gap: 2.875rem;
  }
  .ul-site-nav__list li.nav-button {
    width: auto;
    margin-top: 0;
  }
  .ul-site-nav__list li.nav-button > a {
    width: auto;
    justify-content: flex-start;
  }
}

.ul-site-footer {
  background: #0d291d;
  border-top: 1px solid #eae0bd;
  padding-block: 3rem 6rem;
  padding-inline: var(--wrapper-margin);
}
.ul-site-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3.75rem;
  align-items: start;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .ul-site-footer__grid {
    gap: 2.5rem;
  }
}
.ul-site-footer__bottom {
  max-width: none;
  padding-inline: 0;
}
.ul-site-footer__brand {
  max-width: 420px;
}
@media (min-width: 1280px) {
  .ul-site-footer__nav {
    display: flex;
    justify-content: flex-end;
  }
}
.ul-site-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ul-site-footer .menu-item a {
  text-decoration: none;
  color: #fff;
}
.ul-site-footer__contact {
  font-family: mulish-variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #fff;
}
@media (min-width: 1280px) {
  .ul-site-footer__contact {
    display: flex;
    justify-content: flex-end;
  }
}
.ul-site-footer__contact-item {
  margin-bottom: 1.5rem;
}
.ul-site-footer__contact a {
  color: #fff;
  text-decoration: none;
}
.ul-site-footer__contact a:hover {
  color: #eae0bd;
}
@media (min-width: 640px) {
  .ul-site-footer {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .ul-site-footer {
    padding-block: 5rem;
  }
}
@media (min-width: 1280px) {
  .ul-site-footer {
    padding-block: 7.5rem;
  }
}

.nn-footer__tagline {
  font-family: mulish-variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 2rem;
}
.nn-footer__copyright {
  color: rgba(255, 255, 255, 0.5);
  font-family: mulish-variable, sans-serif;
  font-size: 0.875rem;
  margin: 0;
  padding-top: 3rem;
}

.nn-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.nn-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nn-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.nn-hero__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(153, 118, 38, 0.7);
}
.nn-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3rem 1.5rem;
}
.nn-hero__title {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #eae0bd;
  margin: 0 0 1.5rem;
}
.nn-hero__title em {
  font-style: italic;
}
@media (min-width: 1280px) {
  .nn-hero__title {
    font-size: 8rem;
  }
}
.nn-hero__subtitle {
  font-family: mulish-variable, sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
@media (min-width: 1280px) {
  .nn-hero__subtitle {
    font-size: 2.25rem;
  }
}

.nn-intro {
  background: #0d291d;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 640px) {
  .nn-intro {
    padding-block: 4rem;
    gap: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .nn-intro {
    flex-direction: row;
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
    gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .nn-intro {
    padding-block: 7.5rem;
    gap: 10rem;
  }
}
.nn-intro__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .nn-intro__text {
    gap: 2.5rem;
  }
}
.nn-intro__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #eae0bd;
  margin: 0;
}
@media (min-width: 1024px) {
  .nn-intro__heading {
    font-size: clamp(3rem, 4vw, 4rem);
  }
}
.nn-intro__body {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
}
@media (min-width: 1024px) {
  .nn-intro__body {
    font-size: 1.25rem;
  }
}
.nn-intro__images {
  flex-shrink: 0;
  width: 100%;
  height: 480px;
  position: relative;
}
@media (min-width: 1024px) {
  .nn-intro__images {
    width: 440px;
    height: 620px;
  }
}
@media (min-width: 1280px) {
  .nn-intro__images {
    width: 640px;
    height: 878px;
  }
}
.nn-intro__img-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .nn-intro__img-primary {
    width: 340px;
    height: 510px;
  }
}
@media (min-width: 1280px) {
  .nn-intro__img-primary {
    width: 480px;
    height: 720px;
  }
}
.nn-intro__img-secondary {
  position: absolute;
  top: 320px;
  left: 105px;
  width: 240px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .nn-intro__img-secondary {
    top: 400px;
    left: 100px;
    width: 340px;
    height: 220px;
  }
}
@media (min-width: 1280px) {
  .nn-intro__img-secondary {
    top: 558px;
    left: 160px;
    width: 480px;
    height: 320px;
  }
}

.nn-care-levels {
  background: #997626;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 5rem 2.5rem 6rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .nn-care-levels {
    background: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
    min-height: 812px;
  }
}
@media (min-width: 1280px) {
  .nn-care-levels {
    padding-block: 7.5rem;
  }
}
.nn-care-levels__bg {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px 16px 0 0;
  margin-bottom: -1rem;
}
@media (min-width: 1024px) {
  .nn-care-levels__bg {
    position: absolute;
    inset: 0;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.nn-care-levels__card {
  position: relative;
  z-index: 1;
  background: #eae0bd;
  border-radius: 16px;
  padding: 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .nn-care-levels__card {
    gap: 2.5rem;
    max-width: 600px;
  }
}
@media (min-width: 1280px) {
  .nn-care-levels__card {
    padding: 4rem;
    width: 640px;
    max-width: none;
  }
}
.nn-care-levels__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.111;
  letter-spacing: 0.02em;
  color: #997626;
  margin: 0;
}
@media (min-width: 1024px) {
  .nn-care-levels__heading {
    font-size: clamp(2.25rem, 3vw, 3rem);
    line-height: 1;
  }
}
.nn-care-levels__level-title {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0 0 1rem;
}
.nn-care-levels__level-body {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
}
@media (min-width: 1024px) {
  .nn-care-levels__level-body {
    font-size: 1.25rem;
  }
}

.nn-amenities {
  background: #fff;
  padding-block: 0;
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5rem;
}
@media (min-width: 640px) {
  .nn-amenities {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .nn-amenities {
    padding-block: 5rem;
  }
}
@media (min-width: 1280px) {
  .nn-amenities {
    display: grid;
    grid-template-columns: 480px 1fr 240px;
    padding-block: 7.5rem;
    padding-inline: 0 var(--wrapper-margin);
    align-items: center;
    gap: 0;
  }
}
.nn-amenities__img-primary {
  width: calc(100% + 2 * 2.5rem);
  margin-inline: -2.5rem;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1280px) {
  .nn-amenities__img-primary {
    width: 100%;
    margin-inline: 0;
    height: 720px;
    align-self: center;
  }
}
.nn-amenities__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .nn-amenities__content {
    padding-left: 5rem;
  }
}
@media (min-width: 1280px) {
  .nn-amenities__content {
    padding-left: max(6vw, var(--wrapper-margin) - 480px);
    padding-right: 6vw;
  }
}
.nn-amenities__accent {
  width: calc(100% + 2 * 2.5rem);
  margin-inline: -2.5rem;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: center;
}
@media (min-width: 1280px) {
  .nn-amenities__accent {
    width: 240px;
    margin-inline: 0;
    height: 320px;
  }
}
.nn-amenities__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #997626;
  margin: 0;
}
@media (min-width: 1024px) {
  .nn-amenities__heading {
    font-size: clamp(3rem, 4vw, 4rem);
  }
}
.nn-amenities__intro {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
}
@media (min-width: 1024px) {
  .nn-amenities__intro {
    font-size: 1.25rem;
  }
}
.nn-amenities__list-heading {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.333;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0 0 1.5rem;
}
.nn-amenities__list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 2.5rem;
}
@media (min-width: 640px) {
  .nn-amenities__list-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.nn-amenities__list-col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nn-amenities__list-col li {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #000;
}

.nn-location {
  background: #eae0bd;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 5rem 2.5rem 6rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .nn-location {
    background: none;
    align-items: flex-end;
    justify-content: flex-end;
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
    min-height: 720px;
  }
}
@media (min-width: 1280px) {
  .nn-location {
    padding-block: 7.5rem;
  }
}
.nn-location__bg {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px 16px 0 0;
  margin-bottom: -1rem;
}
@media (min-width: 1024px) {
  .nn-location__bg {
    position: absolute;
    inset: 0;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.nn-location__overlay {
  display: none;
}
@media (min-width: 1024px) {
  .nn-location__overlay {
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(153, 118, 38, 0.2);
    mix-blend-mode: color;
  }
}
.nn-location__card {
  position: relative;
  z-index: 1;
  background: #0d291d;
  border-radius: 16px;
  padding: 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .nn-location__card {
    gap: 2.5rem;
    max-width: 600px;
  }
}
@media (min-width: 1280px) {
  .nn-location__card {
    padding: 4rem;
    width: 640px;
    max-width: none;
  }
}
.nn-location__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.111;
  letter-spacing: 0.02em;
  color: #eae0bd;
  margin: 0;
}
@media (min-width: 1024px) {
  .nn-location__heading {
    font-size: clamp(2.25rem, 3vw, 3rem);
    line-height: 1;
  }
}
.nn-location__body {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
}
@media (min-width: 1024px) {
  .nn-location__body {
    font-size: 1.25rem;
  }
}
.nn-location__address {
  font-family: mulish-variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
}

.nn-testimonials {
  background: #eae0bd;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 640px) {
  .nn-testimonials {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .nn-testimonials {
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
    gap: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .nn-testimonials {
    padding-block: 7.5rem;
  }
}
.nn-testimonials__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.111;
  letter-spacing: 0.02em;
  color: #997626;
  margin: 0;
}
@media (min-width: 1024px) {
  .nn-testimonials__heading {
    font-size: clamp(2.25rem, 3vw, 3rem);
    line-height: 1;
  }
}
.nn-testimonials__slider {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 640px) {
  .nn-testimonials__slider {
    gap: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .nn-testimonials__slider {
    gap: 7.5rem;
  }
}
.nn-testimonials__arrow {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .nn-testimonials__arrow {
    display: flex;
  }
}
.nn-testimonials__quote {
  flex: 1;
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
}
@media (min-width: 1024px) {
  .nn-testimonials__quote {
    font-size: 1.25rem;
  }
}
.nn-testimonials__author {
  font-family: mulish-variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
}
.nn-testimonials__dots {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.nn-testimonials__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  padding: 0;
  cursor: pointer;
}
.nn-testimonials__dot--active {
  background: #997626;
}

.nn-cta {
  background: #0d291d;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 640px) {
  .nn-cta {
    padding-block: 4rem;
    gap: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .nn-cta {
    flex-direction: row;
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
    gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .nn-cta {
    padding-block: 7.5rem;
    gap: 10rem;
  }
}
.nn-cta__images {
  flex-shrink: 0;
  width: 100%;
  height: 480px;
  position: relative;
}
@media (min-width: 1024px) {
  .nn-cta__images {
    width: 440px;
    height: 620px;
  }
}
@media (min-width: 1280px) {
  .nn-cta__images {
    width: 640px;
    height: 878px;
  }
}
.nn-cta__img-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .nn-cta__img-primary {
    width: 340px;
    height: 510px;
  }
}
@media (min-width: 1280px) {
  .nn-cta__img-primary {
    width: 480px;
    height: 720px;
  }
}
.nn-cta__img-secondary {
  position: absolute;
  top: 320px;
  left: 105px;
  width: 240px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .nn-cta__img-secondary {
    top: 400px;
    left: 100px;
    width: 340px;
    height: 220px;
  }
}
@media (min-width: 1280px) {
  .nn-cta__img-secondary {
    top: 558px;
    left: 160px;
    width: 480px;
    height: 320px;
  }
}
.nn-cta__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .nn-cta__text {
    gap: 2.5rem;
  }
}
.nn-cta__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #eae0bd;
  margin: 0;
}
@media (min-width: 1024px) {
  .nn-cta__heading {
    font-size: clamp(3rem, 4vw, 4rem);
  }
}
.nn-cta__body {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
}
@media (min-width: 1024px) {
  .nn-cta__body {
    font-size: 1.25rem;
  }
}
.nn-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  width: 100%;
}
.nn-cta__buttons .nn-btn {
  text-align: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .nn-cta__buttons {
    flex-direction: row;
    align-items: center;
    width: auto;
  }
  .nn-cta__buttons .nn-btn {
    text-align: initial;
    justify-content: initial;
  }
}

.page-template-assisted-living .page-hero, .page-template-services-amenities .page-hero, .page-template-floor-plans .page-hero, .page-template-photo-gallery .page-hero, .page-template-contact .page-hero {
  position: relative;
  min-height: 50vh;
  padding-top: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .page-hero, .page-template-services-amenities .page-hero, .page-template-floor-plans .page-hero, .page-template-photo-gallery .page-hero, .page-template-contact .page-hero {
    min-height: 60vh;
  }
}
.page-template-assisted-living .page-hero__bg, .page-template-services-amenities .page-hero__bg, .page-template-floor-plans .page-hero__bg, .page-template-photo-gallery .page-hero__bg, .page-template-contact .page-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-assisted-living .page-hero__overlay, .page-template-services-amenities .page-hero__overlay, .page-template-floor-plans .page-hero__overlay, .page-template-photo-gallery .page-hero__overlay, .page-template-contact .page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.page-template-assisted-living .page-hero__overlay::before, .page-template-services-amenities .page-hero__overlay::before, .page-template-floor-plans .page-hero__overlay::before, .page-template-photo-gallery .page-hero__overlay::before, .page-template-contact .page-hero__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(153, 118, 38, 0.7);
}
.page-template-assisted-living .page-hero__content, .page-template-services-amenities .page-hero__content, .page-template-floor-plans .page-hero__content, .page-template-photo-gallery .page-hero__content, .page-template-contact .page-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 5rem 2.5rem;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .page-hero__content, .page-template-services-amenities .page-hero__content, .page-template-floor-plans .page-hero__content, .page-template-photo-gallery .page-hero__content, .page-template-contact .page-hero__content {
    padding: 5rem var(--wrapper-margin) 7.5rem;
  }
}
.page-template-assisted-living .page-hero__eyebrow, .page-template-services-amenities .page-hero__eyebrow, .page-template-floor-plans .page-hero__eyebrow, .page-template-photo-gallery .page-hero__eyebrow, .page-template-contact .page-hero__eyebrow {
  font-family: mulish-variable, sans-serif;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 1rem;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .page-hero__eyebrow, .page-template-services-amenities .page-hero__eyebrow, .page-template-floor-plans .page-hero__eyebrow, .page-template-photo-gallery .page-hero__eyebrow, .page-template-contact .page-hero__eyebrow {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.page-template-assisted-living .page-hero__title, .page-template-services-amenities .page-hero__title, .page-template-floor-plans .page-hero__title, .page-template-photo-gallery .page-hero__title, .page-template-contact .page-hero__title {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #eae0bd;
  margin: 0;
}
.page-template-assisted-living .page-hero__title em, .page-template-services-amenities .page-hero__title em, .page-template-floor-plans .page-hero__title em, .page-template-photo-gallery .page-hero__title em, .page-template-contact .page-hero__title em {
  font-style: italic;
}
@media (min-width: 1280px) {
  .page-template-assisted-living .page-hero__title, .page-template-services-amenities .page-hero__title, .page-template-floor-plans .page-hero__title, .page-template-photo-gallery .page-hero__title, .page-template-contact .page-hero__title {
    font-size: 6rem;
  }
}
.page-template-assisted-living .page-hero__body, .page-template-services-amenities .page-hero__body, .page-template-floor-plans .page-hero__body, .page-template-photo-gallery .page-hero__body, .page-template-contact .page-hero__body {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
  margin: 1.5rem auto 0;
  max-width: 40rem;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .page-hero__body, .page-template-services-amenities .page-hero__body, .page-template-floor-plans .page-hero__body, .page-template-photo-gallery .page-hero__body, .page-template-contact .page-hero__body {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
}

.page-template-assisted-living .intro {
  background: #997626;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 5rem 2.5rem 6rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .intro {
    background: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
    min-height: 812px;
  }
}
@media (min-width: 1280px) {
  .page-template-assisted-living .intro {
    padding-block: 7.5rem;
  }
}
.page-template-assisted-living .intro__bg {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px 16px 0 0;
  margin-bottom: -1rem;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .intro__bg {
    position: absolute;
    inset: 0;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.page-template-assisted-living .intro__card {
  position: relative;
  z-index: 1;
  background: #eae0bd;
  border-radius: 16px;
  padding: 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .intro__card {
    gap: 2rem;
    max-width: 600px;
  }
}
@media (min-width: 1280px) {
  .page-template-assisted-living .intro__card {
    padding: 4rem;
    width: 640px;
    max-width: none;
  }
}
.page-template-assisted-living .intro__list-label {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
}
.page-template-assisted-living .intro__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.page-template-assisted-living .intro__list li {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
  padding-left: 1.25rem;
  position: relative;
}
.page-template-assisted-living .intro__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #997626;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .intro__list li {
    font-size: 1.125rem;
  }
}
.page-template-assisted-living .amenities {
  background: #fff;
  padding-block: 5rem;
  padding-inline: 2.5rem;
}
@media (min-width: 640px) {
  .page-template-assisted-living .amenities {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-template-assisted-living .amenities {
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
  }
}
@media (min-width: 1280px) {
  .page-template-assisted-living .amenities {
    padding-block: 7.5rem;
  }
}
.page-template-assisted-living .amenities__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
}
.page-template-assisted-living .amenities__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #997626;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .amenities__heading {
    font-size: clamp(3rem, 4vw, 4rem);
  }
}
.page-template-assisted-living .amenities__list-label {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.333;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0 0 1.5rem;
}
.page-template-assisted-living .amenities__list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 2.5rem;
}
@media (min-width: 640px) {
  .page-template-assisted-living .amenities__list-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.page-template-assisted-living .amenities__list-col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-template-assisted-living .amenities__list-col li {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #000;
}
.page-template-assisted-living .living-spaces {
  background: #0d291d;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 640px) {
  .page-template-assisted-living .living-spaces {
    padding-block: 4rem;
    gap: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .page-template-assisted-living .living-spaces {
    flex-direction: row;
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
    gap: 5rem;
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .page-template-assisted-living .living-spaces {
    padding-block: 7.5rem;
    gap: 7.5rem;
  }
}
.page-template-assisted-living .living-spaces__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .living-spaces__text {
    gap: 2rem;
  }
}
.page-template-assisted-living .living-spaces__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.111;
  letter-spacing: 0.02em;
  color: #eae0bd;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .living-spaces__heading {
    font-size: clamp(2.25rem, 3vw, 3rem);
    line-height: 1;
  }
}
.page-template-assisted-living .living-spaces__body {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .living-spaces__body {
    font-size: 1.25rem;
  }
}
.page-template-assisted-living .living-spaces__options-label {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #eae0bd;
  margin: 0;
}
.page-template-assisted-living .living-spaces__options-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.page-template-assisted-living .living-spaces__options-list li {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  padding-left: 1.25rem;
  position: relative;
}
.page-template-assisted-living .living-spaces__options-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #997626;
}
.page-template-assisted-living .living-spaces__images {
  flex-shrink: 0;
  width: 100%;
  height: 480px;
  position: relative;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .living-spaces__images {
    width: 440px;
    height: 620px;
  }
}
@media (min-width: 1280px) {
  .page-template-assisted-living .living-spaces__images {
    width: 640px;
    height: 878px;
  }
}
.page-template-assisted-living .living-spaces__img-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .living-spaces__img-primary {
    width: 340px;
    height: 510px;
  }
}
@media (min-width: 1280px) {
  .page-template-assisted-living .living-spaces__img-primary {
    width: 480px;
    height: 720px;
  }
}
.page-template-assisted-living .living-spaces__img-secondary {
  position: absolute;
  top: 320px;
  left: 105px;
  width: 240px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .living-spaces__img-secondary {
    top: 400px;
    left: 100px;
    width: 340px;
    height: 220px;
  }
}
@media (min-width: 1280px) {
  .page-template-assisted-living .living-spaces__img-secondary {
    top: 558px;
    left: 160px;
    width: 480px;
    height: 320px;
  }
}
.page-template-assisted-living .lifestyle {
  background: #997626;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 640px) {
  .page-template-assisted-living .lifestyle {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-template-assisted-living .lifestyle {
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
    gap: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .page-template-assisted-living .lifestyle {
    padding-block: 7.5rem;
  }
}
.page-template-assisted-living .lifestyle__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-template-assisted-living .lifestyle__eyebrow {
  font-family: mulish-variable, sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #997626;
  margin: 0;
}
.page-template-assisted-living .lifestyle__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #eae0bd;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .lifestyle__heading {
    font-size: clamp(3rem, 4vw, 4rem);
  }
}
.page-template-assisted-living .lifestyle__grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .page-template-assisted-living .lifestyle__grid {
    flex-direction: row;
    gap: 0;
  }
}
.page-template-assisted-living .lifestyle__block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .page-template-assisted-living .lifestyle__block {
    padding-inline: 2.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  .page-template-assisted-living .lifestyle__block:first-child {
    padding-left: 0;
    border-left: none;
  }
}
.page-template-assisted-living .lifestyle__block-label {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0d291d;
  margin: 0;
}
.page-template-assisted-living .lifestyle__block-heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #eae0bd;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .lifestyle__block-heading {
    font-size: 2.25rem;
  }
}
.page-template-assisted-living .lifestyle__block-body {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .lifestyle__block-body {
    font-size: 1.125rem;
  }
}
.page-template-assisted-living .floor-cta {
  background: #fff;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .page-template-assisted-living .floor-cta {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-template-assisted-living .floor-cta {
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .page-template-assisted-living .floor-cta {
    padding-block: 7.5rem;
  }
}
.page-template-assisted-living .floor-cta__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #0d291d;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .floor-cta__heading {
    font-size: clamp(3rem, 4vw, 4rem);
  }
}
.page-template-assisted-living .floor-cta__body {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
  max-width: 37.5rem;
}
@media (min-width: 1024px) {
  .page-template-assisted-living .floor-cta__body {
    font-size: 1.25rem;
  }
}

.page-template-services-amenities .dining {
  background: #fff;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3rem;
}
@media (min-width: 640px) {
  .page-template-services-amenities .dining {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-template-services-amenities .dining {
    flex-direction: row;
    align-items: center;
    padding-block: 5rem;
    padding-inline: 0 var(--wrapper-margin);
    gap: 0;
  }
}
@media (min-width: 1280px) {
  .page-template-services-amenities .dining {
    padding-block: 7.5rem;
  }
}
.page-template-services-amenities .dining__img {
  width: calc(100% + 2 * 2.5rem);
  margin-inline: -2.5rem;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .page-template-services-amenities .dining__img {
    width: 480px;
    margin-inline: 0;
    height: 600px;
  }
}
@media (min-width: 1280px) {
  .page-template-services-amenities .dining__img {
    width: 560px;
    height: 720px;
  }
}
.page-template-services-amenities .dining__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .page-template-services-amenities .dining__content {
    padding-left: 5rem;
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .page-template-services-amenities .dining__content {
    padding-left: 7.5rem;
  }
}
.page-template-services-amenities .dining__eyebrow {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #997626;
  margin: 0;
}
.page-template-services-amenities .dining__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #0d291d;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-services-amenities .dining__heading {
    font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  }
}
.page-template-services-amenities .dining__body {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-services-amenities .dining__body {
    font-size: 1.25rem;
  }
}
.page-template-services-amenities .dining__list-label {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #000;
  margin: 0 0 0.75rem;
}
.page-template-services-amenities .dining__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.page-template-services-amenities .dining__list li {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  padding-left: 1.25rem;
  position: relative;
}
.page-template-services-amenities .dining__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #997626;
}
@media (min-width: 1024px) {
  .page-template-services-amenities .dining__list li {
    font-size: 1.125rem;
  }
}
.page-template-services-amenities .amenities {
  background: #eae0bd;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 640px) {
  .page-template-services-amenities .amenities {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-template-services-amenities .amenities {
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
    gap: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .page-template-services-amenities .amenities {
    padding-block: 7.5rem;
  }
}
.page-template-services-amenities .amenities__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-template-services-amenities .amenities__eyebrow {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #997626;
  margin: 0;
}
.page-template-services-amenities .amenities__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #0d291d;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-services-amenities .amenities__heading {
    font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  }
}
.page-template-services-amenities .amenities__subheading {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
.page-template-services-amenities .amenities__list-label {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000;
  margin: 0 0 1.25rem;
}
.page-template-services-amenities .amenities__list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 2.5rem;
}
@media (min-width: 640px) {
  .page-template-services-amenities .amenities__list-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.page-template-services-amenities .amenities__list-col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-template-services-amenities .amenities__list-col li {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
}
.page-template-services-amenities .activities {
  background: #0d291d;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3rem;
}
@media (min-width: 640px) {
  .page-template-services-amenities .activities {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-template-services-amenities .activities {
    flex-direction: row;
    align-items: center;
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin) 0;
    gap: 0;
  }
}
@media (min-width: 1280px) {
  .page-template-services-amenities .activities {
    padding-block: 7.5rem;
  }
}
.page-template-services-amenities .activities__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .page-template-services-amenities .activities__content {
    padding-right: 5rem;
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .page-template-services-amenities .activities__content {
    padding-right: 7.5rem;
  }
}
.page-template-services-amenities .activities__eyebrow {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #997626;
  margin: 0;
}
.page-template-services-amenities .activities__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #eae0bd;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-services-amenities .activities__heading {
    font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  }
}
.page-template-services-amenities .activities__subheading {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #eae0bd;
  margin: 0;
}
.page-template-services-amenities .activities__list-label {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #eae0bd;
  margin: 0 0 0.75rem;
}
.page-template-services-amenities .activities__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.page-template-services-amenities .activities__list li {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  padding-left: 1.25rem;
  position: relative;
}
.page-template-services-amenities .activities__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #997626;
}
@media (min-width: 1024px) {
  .page-template-services-amenities .activities__list li {
    font-size: 1.125rem;
  }
}
.page-template-services-amenities .activities__img {
  width: calc(100% + 2 * 2.5rem);
  margin-inline: -2.5rem;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .page-template-services-amenities .activities__img {
    width: 480px;
    margin-inline: 0;
    height: 600px;
  }
}
@media (min-width: 1280px) {
  .page-template-services-amenities .activities__img {
    width: 560px;
    height: 720px;
  }
}

.page-template-floor-plans .floor-plans {
  background: #fff;
  padding-block: 5rem;
  padding-inline: 2.5rem;
}
@media (min-width: 640px) {
  .page-template-floor-plans .floor-plans {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-template-floor-plans .floor-plans {
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
  }
}
@media (min-width: 1280px) {
  .page-template-floor-plans .floor-plans {
    padding-block: 7.5rem;
  }
}
.page-template-floor-plans .floor-plans__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #997626;
  margin: 0 0 3rem;
}
@media (min-width: 1024px) {
  .page-template-floor-plans .floor-plans__heading {
    font-size: clamp(2.5rem, 3.5vw, 3.5rem);
    margin-bottom: 4rem;
  }
}
.page-template-floor-plans .floor-plans__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .page-template-floor-plans .floor-plans__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .page-template-floor-plans .floor-plans__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
.page-template-floor-plans .plan-card {
  border: 1px solid rgba(13, 41, 29, 0.15);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.page-template-floor-plans .plan-card__img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-template-floor-plans .plan-card__img--placeholder {
  background: #eae0bd;
  min-height: 240px;
}
.page-template-floor-plans .plan-card__body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.page-template-floor-plans .plan-card__type {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #997626;
  margin: 0;
}
.page-template-floor-plans .plan-card__name {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #0d291d;
  margin: 0;
}
.page-template-floor-plans .plan-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-floor-plans .plan-card__meta-item {
  font-family: mulish-variable, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000;
}
.page-template-floor-plans .plan-card__meta-item strong {
  font-weight: 700;
  color: #0d291d;
}
.page-template-floor-plans .plan-card__price {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #997626;
  margin: 0;
}
.page-template-floor-plans .plan-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-template-floor-plans .plan-card__features li {
  font-family: mulish-variable, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  padding-left: 1.125rem;
  position: relative;
}
.page-template-floor-plans .plan-card__features li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #997626;
  font-size: 0.75rem;
}
.page-template-floor-plans .plan-card__footer {
  padding: 1.5rem 2rem 2rem;
  margin-top: auto;
}

.page-template-photo-gallery .gallery {
  background: #fff;
  padding-block: 5rem;
  padding-inline: 2.5rem;
}
@media (min-width: 640px) {
  .page-template-photo-gallery .gallery {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-template-photo-gallery .gallery {
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
  }
}
@media (min-width: 1280px) {
  .page-template-photo-gallery .gallery {
    padding-block: 7.5rem;
  }
}
.page-template-photo-gallery .gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .page-template-photo-gallery .gallery-filters {
    gap: 0.75rem;
    margin-bottom: 4rem;
  }
}
.page-template-photo-gallery .gallery-filter {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  border: 2px solid rgba(13, 41, 29, 0.2);
  border-radius: 0;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.page-template-photo-gallery .gallery-filter:hover {
  border-color: #997626;
  color: #997626;
}
.page-template-photo-gallery .gallery-filter.is-active {
  background: #0d291d;
  border-color: #0d291d;
  color: #fff;
}
@media (min-width: 1024px) {
  .page-template-photo-gallery .gallery-filter {
    font-size: 0.9375rem;
    padding: 0.75rem 1.75rem;
  }
}
.page-template-photo-gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .page-template-photo-gallery .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .page-template-photo-gallery .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.page-template-photo-gallery .gallery-item {
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #eae0bd;
}
.page-template-photo-gallery .gallery-item--featured {
  grid-column: span 2;
  aspect-ratio: 2/1;
}
.page-template-photo-gallery .gallery-item[hidden] {
  display: none;
}
.page-template-photo-gallery .gallery-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.page-template-photo-gallery .gallery-item:hover .page-template-photo-gallery .gallery-item__img {
  transform: scale(1.04);
}

.page-template-contact .contact-main {
  background: #fff;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 640px) {
  .page-template-contact .contact-main {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-template-contact .contact-main {
    flex-direction: row;
    align-items: flex-start;
    padding-block: 5rem;
    padding-inline: var(--wrapper-margin);
    gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .page-template-contact .contact-main {
    padding-block: 7.5rem;
    gap: 7.5rem;
  }
}
.page-template-contact .contact-info {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .page-template-contact .contact-info {
    width: 20rem;
  }
}
@media (min-width: 1280px) {
  .page-template-contact .contact-info {
    width: 22.5rem;
  }
}
.page-template-contact .contact-info__heading {
  font-family: karol-sans, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #0d291d;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-contact .contact-info__heading {
    font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  }
}
.page-template-contact .contact-info__tagline {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-contact .contact-info__tagline {
    font-size: 1.25rem;
  }
}
.page-template-contact .contact-info__detail-label {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #997626;
  margin: 0 0 0.5rem;
}
.page-template-contact .contact-info__detail-value {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin: 0;
}
.page-template-contact .contact-info__detail-value a {
  color: #0d291d;
  text-decoration: none;
}
.page-template-contact .contact-info__detail-value a:hover {
  color: #997626;
}
.page-template-contact .contact-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.page-template-contact .contact-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .page-template-contact .contact-form__row {
    grid-template-columns: 1fr 1fr;
  }
}
.page-template-contact .contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-template-contact .contact-form__label {
  font-family: mulish-variable, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #000;
}
.page-template-contact .contact-form__input, .page-template-contact .contact-form__select, .page-template-contact .contact-form__textarea {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  background: #fff;
  border: 1px solid rgba(13, 41, 29, 0.3);
  border-radius: 0;
  padding: 0.875rem 1rem;
  width: 100%;
  transition: border-color 0.2s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.page-template-contact .contact-form__input:focus, .page-template-contact .contact-form__select:focus, .page-template-contact .contact-form__textarea:focus {
  outline: none;
  border-color: #0d291d;
}
.page-template-contact .contact-form__input::-moz-placeholder, .page-template-contact .contact-form__select::-moz-placeholder, .page-template-contact .contact-form__textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.page-template-contact .contact-form__input::placeholder, .page-template-contact .contact-form__select::placeholder, .page-template-contact .contact-form__textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.page-template-contact .contact-form__textarea {
  min-height: 10rem;
  resize: vertical;
}
.page-template-contact .contact-form__select-wrapper {
  position: relative;
}
.page-template-contact .contact-form__select-wrapper::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #0d291d;
  pointer-events: none;
}
.page-template-contact .contact-form__radio-group {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.page-template-contact .contact-form__radio-label {
  font-family: mulish-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.page-template-contact .contact-form__radio-label input[type=radio] {
  accent-color: #0d291d;
  width: 1.125rem;
  height: 1.125rem;
  cursor: pointer;
}
.page-template-contact .contact-form__actions {
  margin-top: 0.5rem;
}
.page-template-contact .contact-map {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: block;
}
@media (min-width: 1024px) {
  .page-template-contact .contact-map {
    height: 520px;
  }
}
.page-template-contact .contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

i.arrow-left, i.arrow-right {
  display: inline-block;
  background-color: #997626;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

i.arrow-left, i.arrow-right {
  width: 35px;
  height: 23px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='35' height='23' viewBox='0 0 35 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.5 12.5459C34.3284 12.5459 35 11.8743 35 11.0459C35 10.2175 34.3284 9.5459 33.5 9.5459L33.5 11.0459L33.5 12.5459ZM0.439339 9.98524C-0.146446 10.571 -0.146446 11.5208 0.439339 12.1066L9.98528 21.6525C10.5711 22.2383 11.5208 22.2383 12.1066 21.6525C12.6924 21.0667 12.6924 20.117 12.1066 19.5312L3.62132 11.0459L12.1066 2.56062C12.6924 1.97483 12.6924 1.02508 12.1066 0.439295C11.5208 -0.146492 10.5711 -0.146492 9.98528 0.439295L0.439339 9.98524ZM33.5 11.0459L33.5 9.5459L1.5 9.5459L1.5 11.0459L1.5 12.5459L33.5 12.5459L33.5 11.0459Z' fill='%23997626'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='35' height='23' viewBox='0 0 35 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.5 12.5459C34.3284 12.5459 35 11.8743 35 11.0459C35 10.2175 34.3284 9.5459 33.5 9.5459L33.5 11.0459L33.5 12.5459ZM0.439339 9.98524C-0.146446 10.571 -0.146446 11.5208 0.439339 12.1066L9.98528 21.6525C10.5711 22.2383 11.5208 22.2383 12.1066 21.6525C12.6924 21.0667 12.6924 20.117 12.1066 19.5312L3.62132 11.0459L12.1066 2.56062C12.6924 1.97483 12.6924 1.02508 12.1066 0.439295C11.5208 -0.146492 10.5711 -0.146492 9.98528 0.439295L0.439339 9.98524ZM33.5 11.0459L33.5 9.5459L1.5 9.5459L1.5 11.0459L1.5 12.5459L33.5 12.5459L33.5 11.0459Z' fill='%23997626'/%3E%3C/svg%3E%0A");
}

i.arrow-right {
  transform: rotate(180deg);
}
/*# sourceMappingURL=global.css.map */
