@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  height: 100%;
}

body {
  margin: 0;
  color: #333;
  background-color: #fff;
  min-height: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

body {
  font-family: "Figtree", "Helvetica Neue", Helvetica, sans-serif;
  color: var(--color-black);
  font-size: 1rem;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
}

h1, .h1 {
  margin-top: 0;
  font-size: 36px;
}
@media (width >= 800px) {
  h1, .h1 {
    font-size: 54px;
    font-weight: 500;
  }
}

h2, .h2 {
  margin-top: 0;
  font-size: 32px;
}
@media (width >= 800px) {
  h2, .h2 {
    font-size: 54px;
    font-weight: 500;
  }
}

h3, .h3 {
  margin-top: 0;
  font-size: 20px;
}
@media (width >= 800px) {
  h3, .h3 {
    font-size: 24px;
    font-weight: 500;
  }
}

h4, .h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5, .h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6, .h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: rgb(var(--color-accent));
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

@keyframes tagline-pulse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tagline {
  display: flex;
  gap: 7px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.tagline::before {
  content: "•";
  display: inline-block;
  line-height: 1;
  font-size: 1.875rem;
  animation-name: tagline-pulse;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  will-change: opacity;
  animation-direction: alternate;
}

.quote {
  color: rgba(var(--color-black), 0.7);
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media (width >= 1100px) {
  .quote {
    font-size: 1.5rem;
  }
}

.footer-title {
  color: rgba(var(--color-white), 0.7);
}

.wpcf7-form br {
  display: none;
}
.wpcf7-form input, .wpcf7-form textarea {
  padding: 0 16px;
  border: solid 1px rgba(var(--color-black), 0.08);
  height: 50px;
  width: 100%;
  font-size: 1.25rem;
}
.wpcf7-form .wpcf7-not-valid-tip {
  padding: 8px 16px;
  color: rgb(var(--color-accent));
}
.wpcf7-form .wpcf7-submit {
  background-color: rgb(var(--color-accent));
  color: rgb(var(--color-white));
  font-weight: 500;
  font-size: 1.25rem;
  cursor: pointer;
  border-radius: calc(infinity * 1px);
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: rgb(var(--color-accent));
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form.submitting .wpcf7-spinner {
  display: block;
}

.hamburger {
  width: 18px;
  height: 10px;
  position: relative;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgb(var(--color-black));
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 5px;
}
.hamburger span:nth-child(4) {
  top: 9px;
}
.hamburger.open span {
  background: #FFFFFF;
}
.hamburger.open span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}
.hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.hamburger.dark span {
  background-color: var(--color-secondary);
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.icon-button {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(infinity * 1px);
  border: solid 1px rgba(var(--color-black), 0.15);
  transition: all 0.3s ease-in-out;
}
.icon-button img {
  display: block;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-in-out;
}
.icon-button:hover, .icon-button.open {
  background-color: rgb(var(--color-accent));
}
.icon-button:hover img, .icon-button.open img {
  filter: invert(1);
}
.icon-button.dark {
  background-color: rgb(var(--color-white));
}
.icon-button.dark:hover img {
  filter: invert(0);
}

button.icon-button {
  background-color: transparent;
  padding: 0;
}

.icon-text-button {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  border: solid 1px rgba(var(--color-black), 0.15);
  border-radius: calc(infinity * 1px);
  padding: 8px 13px;
  font-size: 0.875rem;
  color: rgba(var(--color-black), 0.75);
  overflow: hidden;
}
.icon-text-button img {
  width: 14px;
  height: 14px;
  display: block;
}
.icon-text-button .arrow {
  transform: translateX(15px);
  width: 0;
  transition: all 0.3s ease-in-out;
}
.icon-text-button:hover .arrow {
  transform: translateX(0);
  width: 14px;
}

.button {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  color: #FFFFFF;
  font-size: 1.0625rem;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: rgb(var(--color-accent));
  padding: 12px 18px 14px;
  border-radius: calc(infinity * 1px);
  transition: all 0.3s ease-in-out;
}
.button:hover {
  background-color: rgb(var(--color-black));
}

.arrow-button {
  color: #FFFFFF;
  font-size: 1.0625rem;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: rgb(var(--color-accent));
  padding: 3px 20px 3px 3px;
  border-radius: calc(infinity * 1px);
  transition: all 0.3s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.arrow-button .icon {
  background-color: #FFFFFF;
  border-radius: calc(infinity * 1px);
  padding: 14px;
  position: relative;
  overflow: hidden;
}
.arrow-button .icon img {
  display: block;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-in-out;
}
.arrow-button .icon .arrow-1 {
  transform: translate(0px, 0px);
  opacity: 1;
}
.arrow-button .icon .arrow-2 {
  position: absolute;
  transform: translate(-20px, 10px);
  opacity: 0;
}
.arrow-button p {
  margin: 0;
}
.arrow-button:hover {
  background-color: rgb(var(--color-black));
}
.arrow-button:hover .icon .arrow-1 {
  transform: translate(25px, -25px);
  opacity: 0;
}
.arrow-button:hover .icon .arrow-2 {
  transform: translate(0px, -15px);
  opacity: 1;
}
.arrow-button.dark {
  background-color: rgb(var(--color-white));
  color: rgb(var(--color-accent));
}
.arrow-button.dark .icon {
  background-color: rgb(var(--color-accent));
}

.award-badge {
  display: flex;
  gap: 8px;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}
.award-badge img {
  display: block;
  width: 18px;
}
.award-badge.large img {
  width: 24px;
}

.person-badge {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 20px;
  border: solid 1px rgba(var(--color-accent-2), 0.15);
  background-color: rgba(var(--color-accent-2));
  margin-inline: auto;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}
.person-badge .image {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: solid 1px rgba(var(--color-black), 0.15);
  padding: 1px;
}
.person-badge .image img {
  display: block;
  border-radius: 100%;
  position: relative;
  z-index: 0;
}
.person-badge .image::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgb(var(--color-green));
  position: absolute;
  z-index: 1;
  bottom: 1px;
  right: 1px;
  border: solid 3px #FFF;
}
.person-badge .info p {
  margin: 0;
  font-size: 0.9375rem;
}
.person-badge .info .title {
  color: rgba(var(--color-black), 0.7);
}
.person-badge .icon-button {
  background-color: rgb(var(--color-accent));
}
.person-badge .icon-button img {
  filter: invert(1);
}

.feature-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  border: solid 1px rgba(var(--color-black), 0.15);
  background-color: rgb(var(--color-accent-2), 1);
}
.feature-badge .info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.feature-badge .info .number {
  font-size: 2rem;
  color: rgb(var(--color-black));
}
.feature-badge .info .content .h3, .feature-badge .info .content p {
  margin: 0;
}
.feature-badge .info .content .h3 {
  color: rgb(var(--color-black));
  font-weight: 500;
}
.feature-badge .info .content p {
  font-size: 0.875rem;
  color: rgba(var(--color-black), 0.7);
}
.feature-badge .icon .icon-button {
  background-color: rgba(var(--color-accent), 1);
  width: 55px;
  height: 55px;
}
@media (width >= 800px) {
  .feature-badge {
    padding: 32px;
  }
  .feature-badge .info .number {
    font-size: 3rem;
  }
}

.amenity-badge {
  padding: 24px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border: solid 1px rgba(var(--color-black), 0.15);
}
.amenity-badge h3 {
  margin-bottom: 0;
}
.amenity-badge.vertical {
  flex-flow: column-reverse;
  min-height: 320px;
  padding: 30px 24px;
  gap: 16px;
  justify-content: center;
}
.amenity-badge.vertical .h3 {
  max-width: 170px;
  text-align: center;
}
@media (width >= 800px) {
  .amenity-badge {
    padding: 28px 32px;
  }
}
@media (width >= 1100px) {
  .amenity-badge.vertical {
    min-height: auto;
    flex: 1;
  }
}

.lightbox {
  display: none;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
.lightbox.open {
  display: flex;
}
.lightbox .inner {
  padding: 76px 28px 28px;
  display: flex;
  flex-flow: column;
  gap: 28px;
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
}
.lightbox .inner .content {
  overflow-y: auto;
}
.lightbox .inner .close {
  position: absolute;
  top: 0;
  right: 28px;
  cursor: pointer;
  font-size: 3.75rem;
  font-weight: 700;
}
@media (width > 1100px) {
  .lightbox .inner {
    flex-flow: row nowrap;
    align-items: center;
  }
  .lightbox .inner .close {
    font-size: 5rem;
  }
  .lightbox .image,
  .lightbox .content {
    flex: 1;
  }
}

.site-footer {
  padding: 48px 0 22px 0;
  background-color: rgb(var(--color-accent));
  color: #FFFFFF;
  border-top: solid 1px rgba(var(--color-white), 0.15);
}
.site-footer a {
  color: rgb(var(--color-white));
  text-decoration: none;
}
.site-footer .inner {
  padding: 0 28px;
  display: flex;
  flex-flow: column;
  gap: 144px;
}
.site-footer .footer-content {
  display: flex;
  flex-flow: column;
  gap: 64px;
}
.site-footer .footer-content .heading {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  max-width: 380px;
  gap: 15px;
}
.site-footer .footer-content .heading .tagline {
  margin: 0;
}
.site-footer .footer-content .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.site-footer .colophon a {
  color: rgba(var(--color-white), 0.7);
}
.site-footer .colophon .site-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(var(--color-white), 0.7);
  font-size: 0.875rem;
  padding: 0 18px;
}
.site-footer .colophon .brand-banner {
  border-radius: 28px;
  overflow: hidden;
  border: solid 1px rgba(var(--color-white), 0.15);
  position: relative;
  justify-content: space-between;
}
.site-footer .colophon .brand-banner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-footer .colophon .brand-banner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.site-footer .colophon .brand-banner picture::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--color-black), 0.25);
  width: 100%;
  height: 100%;
  inset: 0%;
}
.site-footer .colophon .brand-banner .brand {
  position: relative;
  padding: 36px 32px 32px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  color: rgb(var(--color-white));
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.site-footer .colophon .brand-banner .brand img {
  height: 40px;
  width: auto;
  display: block;
}
@media (width >= 800px) {
  .site-footer .inner {
    padding: 0 40px;
    gap: 188px;
  }
  .site-footer .colophon .brand-banner .brand {
    padding: 64px 64px 56px;
    font-size: 6.25rem;
    line-height: 6.25rem;
    gap: 30px;
  }
  .site-footer .colophon .brand-banner .brand img {
    height: 100px;
  }
}
@media (width >= 1100px) {
  .site-footer .footer-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .site-footer .colophon .brand-banner .brand {
    font-size: 10rem;
    line-height: 10rem;
    gap: 50px;
  }
  .site-footer .colophon .brand-banner .brand img {
    height: 160px;
  }
}/*# sourceMappingURL=style.css.map */