:root {
  --_primitives---colors--theme-black: #1e1d24;
  --_typography---font-styles--body: Jost, Arial, sans-serif;
  --_primitives---colors--theme-white: #ebe9e2;
  --_typography---font-styles--heading: Jost, Arial, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>: transparent;
  --_primitives---opacity--white-60\<deleted\|relume-variable-neutral-white-60\>: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --_primitives---colors--neutral: #666;
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--neutral-dark: #444;
  --secondary-bg: #222127;
  --_primitives---colors--neutral-darker: #222;
  --_ui-styles---stroke--divider-width: 1px;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

body {
  background-color: var(--_primitives---colors--theme-black);
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--theme-white);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  letter-spacing: .03rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hide {
  display: none;
}

.page-wrapper {
  background-image: url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/68489f0e8c51cf814e75b4c0_background.avif");
  background-position: 0%;
  background-repeat: repeat;
  background-size: 1000px;
  overflow: clip;
}

.page-wrapper.relative {
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 97.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-signature {
  border-left: .0625rem solid #ffffff4d;
}

.container-large.is-relative {
  position: relative;
}

.container-large.hide-it {
  display: block;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-0 {
  margin: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.hide {
  display: block;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h2 {
  letter-spacing: .375rem;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h2.text-weight-medium {
  font-weight: 500;
}

.heading-style-h2.text-weight-medium.is-signature {
  font-weight: 300;
}

.heading-style-h2.basecamp-choose-title, .heading-style-h2.center-desktop {
  text-align: center;
}

.heading-style-h2.what-make-diff-title {
  max-width: 25rem;
}

.heading-style-h2.what-make-diff-title-copy {
  max-width: 35rem;
}

.heading-style-h2.center-desktop {
  text-align: center;
}

.heading-style-h1 {
  letter-spacing: .5rem;
  text-transform: uppercase;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h1.is-hero {
  font-size: 3.125rem;
}

.heading-style-h1.is-hero._w-max-900 {
  width: 100%;
  max-width: 900px;
  position: absolute;
}

.heading-style-h1.is-hero.is-left {
  text-align: left;
}

.heading-style-h1.is-hero.card {
  font-size: 2.4rem;
}

.heading-style-h1.is-hero.no-wrap {
  font-family: var(--_typography---font-styles--heading);
  white-space: nowrap;
  font-size: 3.125rem;
}

.heading-style-h1.is-hero.no-wrap.no, .heading-style-h1.is-hero.no-wrap.no.center {
  font-size: 4rem;
}

.heading-style-h1.is-hero.no-wrap.no.center.is-mobile {
  display: none;
}

.heading-style-h1.is-hero.no-wrap.no.center.is-desktop.center-gift {
  text-align: center;
  white-space: normal;
}

.heading-style-h1.is-hero.no-wrap.no.is-mobile {
  display: none;
}

.heading-style-h1.is-hero.no-wrap.hide {
  display: block;
}

.heading-style-h1.is-hero.no-wrap.show-desktop {
  font-size: 4rem;
}

.heading-style-h1.is-hero.hide-desktop {
  display: none;
}

.heading-style-h1.is-hero_giftcard {
  font-size: 3.5rem;
}

.heading-style-h1.ritual-page-title {
  max-width: 30rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.reservation-hint {
  color: var(--_primitives---colors--neutral-lighter);
  margin-top: .25rem;
  font-size: .75rem;
  font-style: italic;
}

.text-size-tiny.guest-number-hint {
  color: var(--_primitives---colors--neutral-light);
  margin-top: .25rem;
}

.text-size-tiny.text-style-allcaps.slider-nav-text {
  z-index: 3;
  position: relative;
}

.text-size-tiny.text-style-allcaps.text-weight-semibold.coupon-opener-text {
  color: var(--_primitives---colors--neutral-lighter);
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

.text-size-tiny.text-style-allcaps.text-color-alt {
  color: var(--_primitives---colors--neutral-light);
}

.text-size-tiny.text-style-allcaps.what-include-subtitle {
  letter-spacing: 2px;
}

.heading-style-h4 {
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-style-h4.is-about {
  align-self: center;
  font-size: 1.5rem;
  font-weight: 200;
}

.heading-style-h4.is-about.is-center {
  margin-left: 0;
}

.heading-style-h4.is-press {
  letter-spacing: .4rem;
  align-self: center;
  font-size: 1.5rem;
  font-weight: 200;
}

.heading-style-h4.is-press {
  align-self: center;
  font-size: 1.5rem;
  font-weight: 200;
}

.heading-style-h4.is-press.is-center {
  margin-left: 0;
}

.heading-style-h4.display-block {
  display: block;
}

.heading-style-h4.text-color-black.basecamp-choose-title {
  max-width: 17rem;
  font-weight: 300;
}

.heading-style-h4.is-about-copy {
  align-self: center;
  font-size: 1.5rem;
  font-weight: 200;
}

.heading-style-h4.is-about-copy.is-center {
  margin-left: 0;
}

.heading-style-h4.ritual-cta-title, .heading-style-h4.font-light, .heading-style-h4.weight-light {
  font-weight: 300;
}

.heading-style-h4.offer-card-last-title {
  max-width: 18rem;
  font-weight: 300;
}

.heading-style-h4.is-nav-text {
  font-size: 1rem;
  font-weight: 300;
}

.heading-style-h4.is-nav-text.is-center {
  margin-left: 0;
}

.heading-style-h4.is-nav-text.reverse {
  color: var(--_primitives---colors--theme-black);
  letter-spacing: 4px;
  letter-spacing: 4px;
  text-decoration: none;
}

.heading-style-h4.basecamp-summary-title, .heading-style-h4.font-light {
  font-weight: 300;
}

.text-color-white {
  color: var(--_primitives---colors--white);
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.card-aminiteis {
  color: var(--_primitives---colors--neutral-light);
  font-size: .875rem;
}

.text-style-allcaps.card-aminities-value, .text-size-small {
  font-size: .875rem;
}

.text-size-small.amenities-bullet {
  color: var(--_primitives---colors--neutral);
  display: inline-block;
}

.text-size-small.reverse {
  color: var(--_primitives---colors--theme-black);
  letter-spacing: 4px;
  font-size: .8rem;
}

.padding-section-small {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.padding-section-small.is-about.is-relative {
  position: relative;
}

.padding-section-small.is-bottom-0 {
  padding-bottom: 0;
}

.padding-section-small.is-olympic {
  padding-top: 0;
}

.padding-section-small.is-gifting {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-section-small.is-gifting.is-relative {
  position: relative;
}

.padding-section-small.padding-bottom {
  padding-top: 0;
}

.padding-global {
  padding-left: 7rem;
  padding-right: 7rem;
}

.padding-global.is-signature {
  background-color: #0009;
}

.padding-global.vissible-only-from-mobile-landscape {
  display: none;
}

.padding-global.basecamp-choose-padding {
  z-index: 2;
  position: relative;
}

.padding-global.basecamp-hero-grid-padding {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  position: relative;
}

.padding-global.full {
  width: 100%;
  height: 100%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.basecamp-details-hero {
  padding-top: 0;
  padding-bottom: 2rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.padding-bottom {
  padding-top: 0;
}

.padding-section-large.basecamp-choose-padding {
  padding-top: 2rem;
}

.padding-section-large.faq-section-padding {
  padding-top: 4rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.navbar_logo {
  width: 100%;
  max-width: 7.5rem;
  display: block;
  position: static;
}

.navbar_logo.invert {
  filter: invert();
  max-height: 50px;
}

.navbar_logo.reverse {
  filter: invert();
}

.navbar_logo.navbar-main-logo-mobile {
  display: none;
}

.navbar {
  border-bottom: 0rem solid var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  max-width: 97.5rem;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 5rem;
  display: flex;
}

.navbar_logo-link {
  padding-left: 0;
}

.nav_button-wrapper.nav-left-button-wrapper {
  width: 25%;
}

.border_line {
  background-color: var(--_primitives---colors--theme-white);
  transform-origin: 0;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 62%;
  height: .0625rem;
  margin-left: 0;
  margin-right: 0;
  transform: scale3d(0, 1, 1);
}

.border_line.is-design {
  max-width: 9.8125rem;
  margin-left: 0;
}

.border_line.is-right {
  transform-origin: 0;
  transform-style: preserve-3d;
  max-width: 49%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0%;
  position: absolute;
  inset: auto 0% 16%;
  transform: scale3d(0, 1, 1);
}

.border_line.style-two {
  background-color: var(--_primitives---colors--theme-white);
  max-width: 100%;
}

.border_line.bacamp-details-vertical-border {
  background-color: var(--_primitives---colors--theme-white);
  transform-origin: 50% 0;
  width: 1px;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1.5rem;
  transform: none;
}

.border_line.is-about {
  max-width: 4.375rem;
  margin-left: 0;
}

.border_line.is-about.is-secondary {
  transform: none;
}

.border_line.is-about.is-secondary.is-center {
  margin-left: 0;
  margin-right: 0;
}

.border_line.is-about.is-secondary.color-alternative {
  background-color: var(--_primitives---colors--neutral-dark);
  max-width: 3rem;
}

.border_line.is-about.is-secondary.no-shrink {
  flex: none;
  width: 4rem;
}

.border_line.is-about.is-secondary-nav {
  transform: none;
}

.border_line.is-about.is-secondary-nav.is-center {
  margin-left: 0;
  margin-right: 0;
}

.border_line.is-about.is-secondary-nav.reverse {
  background-color: var(--_primitives---colors--theme-black);
  background-color: var(--_primitives---colors--theme-black);
}

.border_line.gift {
  max-width: 100%;
}

.about_sub-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.about_sub-title-wrapper.is-design {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
}

.about_sub-title-wrapper.is-signature {
  justify-content: center;
  align-items: center;
}

.about_sub-title-wrapper.is-signature.is-right {
  justify-content: flex-end;
  align-items: center;
}

.about_sub-title-wrapper.is-center {
  justify-content: center;
  align-items: center;
}

.about_sub-title-wrapper.margin-bottom.margin-0 {
  margin-bottom: 0;
}

.icon-btn {
  text-align: center;
  background-color: #3898ec00;
  flex: none;
  width: 2.75rem;
  height: 2.75rem;
  padding: .25rem;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.icon-btn:hover {
  background-position: 60%;
}

.icon-btn.icon-btn-offset {
  margin-top: -.5rem;
}

.footer-divider {
  background-color: #1d1c22;
  width: 100%;
  height: .0625rem;
  margin-top: 2rem;
  margin-bottom: .9375rem;
}

.h-flex--40px {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.footer {
  background-color: var(--_primitives---colors--theme-white);
  color: #1d1c22;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.v-flex-8px {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.link {
  font-size: .8rem;
}

.footer_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: right;
  letter-spacing: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  width: 100%;
  display: grid;
}

.icon-fwh {
  width: 100%;
  height: 100%;
}

.footer-copyright-center {
  text-align: left;
  letter-spacing: 4px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
}

.footer-label {
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
}

.price-button-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 300;
}

.price-button-text.small, .price-button-text.smaller {
  z-index: 2;
  position: relative;
}

.price-button-text.smaller {
  z-index: 2;
  position: relative;
}

.price-button-text.smaller.text-white {
  color: var(--_primitives---colors--white);
}

.price-button-text.secondary {
  z-index: 2;
  color: var(--_primitives---colors--theme-white);
  position: relative;
}

.price-button-text.secondary.text-black {
  color: var(--_primitives---colors--theme-black);
}

.burger-icon-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.icon-block.nav-open {
  display: flex;
}

.icon-block.nav-close {
  position: relative;
  overflow: hidden;
}

.burgur-menu-white {
  z-index: 2;
  width: 20px;
  height: 20px;
  position: relative;
}

.burgur-menu-white.display-none {
  display: none;
}

.burgur-menu-black {
  z-index: 2;
  width: 20px;
  height: 20px;
  position: relative;
}

.burgur-menu-black.display-none {
  display: none;
}

.nav-full {
  z-index: 5;
  background-image: linear-gradient(to bottom, var(--_primitives---colors--theme-white), var(--_primitives---colors--theme-white));
  color: var(--_primitives---colors--theme-white);
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: -100vh;
  left: 0;
}

.nav-link {
  opacity: .5;
  letter-spacing: .375rem;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.text-weight-medium {
  font-weight: 500;
}

.nav-link.text-weight-medium.is-signature {
  font-weight: 300;
}

.nav-link.reverse {
  color: var(--_primitives---colors--theme-black);
  font-size: 2rem;
  line-height: 1.53846;
}

.nav-grid {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
}

.flex-space-between {
  z-index: 10000;
  justify-content: space-between;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.flex-space-between._1rem-space {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-space-between.nav-bottom-block {
  justify-content: space-between;
  align-items: flex-end;
}

.contact-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.details-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-primary {
  border: .0625rem solid var(--_primitives---colors--theme-white);
  letter-spacing: .075rem;
  text-transform: uppercase;
  align-self: flex-start;
  min-width: 12.5px;
  padding: .7rem 1.5rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.button-primary.center.confirm-btn.full-width, .button-primary.center.book-now-btn, .button-primary.center.apply-voucher-button {
  text-align: center;
  width: 100%;
  min-width: auto;
}

.button-primary.for-mobile {
  display: none;
}

.button-primary.full {
  text-align: center;
  width: 100%;
}

.button-primary.normal {
  align-self: auto;
}

.button-primary.enhancement-card-button {
  margin-top: auto;
}

.button-primary.center {
  align-self: center;
}

.button-primary.center.hide-mobile.nav-left-button.w--current {
  display: block;
}

.button-primary.center.confirm-btn.full-width, .button-primary.center.book-now-btn, .button-primary.center.apply-voucher-button {
  text-align: center;
  width: 100%;
  min-width: auto;
}

.background-white {
  background-color: var(--_primitives---colors--theme-white);
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
  transform: translate(0%, 100%);
}

.button-secondary {
  border: .0625rem solid var(--_primitives---colors--theme-black);
  letter-spacing: .075rem;
  text-transform: uppercase;
  align-self: flex-start;
  min-width: 12.5px;
  padding: .7rem 1.5rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.button-secondary.nav-bottom-button {
  align-self: auto;
}

.background-black {
  background-color: var(--_primitives---colors--theme-black);
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.theme-white {
  background-color: #ebe9e3;
  position: absolute;
  inset: 0%;
  transform: translate(100%);
}

.theme-black {
  background-color: var(--_primitives---colors--theme-black);
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.nav-grid-copy {
  z-index: 100000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
  position: relative;
}

.list {
  margin-top: 0;
}

.list-item {
  padding-left: 0;
}

.nav-sticky {
  z-index: 10000;
  position: sticky;
  top: 0%;
}

.navbar_logo-copy {
  object-fit: contain;
  width: 100%;
  max-width: 7.5rem;
  max-height: 50px;
}

.navbar_logo-copy {
  width: 100%;
  max-width: 7.5rem;
  margin-bottom: 0;
  display: block;
  position: absolute;
}

.navbar_logo-copy.invert {
  filter: invert();
  max-height: 50px;
}

.navbar_logo-copy.reverse {
  filter: invert();
}

.shadow-nav {
  z-index: -1;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 0 10px 35px 12px #00000073;
}

.wrapper-nav {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 97.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.image-logo {
  filter: invert();
  width: 100%;
}

.image-logo.nav-page-logo {
  width: 7.5rem;
}

.image-logo.nav-page-logo-mobile {
  display: none;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.into-view-3 {
  max-width: 35rem;
}

.subtitle-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitle-block.is-design {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
}

.subtitle-block.is-signature {
  justify-content: center;
  align-items: center;
}

.subtitle-block.is-signature.is-right {
  justify-content: flex-end;
  align-items: center;
}

.subtitle-block.is-center {
  justify-content: center;
  align-items: center;
}

.subtitle-block.margin-bottom.margin-0 {
  margin-bottom: 0;
}

.subtitle-block.button-subtitle {
  flex: none;
  width: auto;
  margin-right: 1rem;
}

.nav-scroll-stop {
  display: none;
}

.nav-left-block {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.nav-left-block.show-from-mobile {
  display: none;
}

.ritual-framework-bottom-text-wrapper {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-scroll-text {
  line-height: 1.5;
}

.about-scroll-text.enhancement-bottom-title {
  text-align: center;
  max-width: 55rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.75rem;
  font-style: italic;
}

.about-scroll-text.what-includes-bottom-text {
  text-align: center;
  max-width: 40rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.75rem;
  font-style: italic;
}

.about-scroll-text.scroll-title {
  text-indent: 450px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.75rem;
}

.text-right.home-hero-buttons-title {
  text-align: right;
  letter-spacing: 2px;
  text-align: right;
  letter-spacing: 2px;
  font-size: .9rem;
  font-weight: 400;
}

.story-image-height {
  padding-top: 75%;
}

.ritual-framework {
  background-color: var(--secondary-bg);
}

.button-arrow-icon {
  width: 1.25rem;
}

.button-arrow-icon.hover-state {
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-style-block {
  display: block;
}

.about-paralax-block {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.framework-list {
  border-bottom: 1px solid var(--_primitives---colors--neutral);
}

.framework-list.first-item {
  border-top: 1px solid var(--_primitives---colors--neutral);
  border-top: 1px solid var(--_primitives---colors--neutral);
}

.ritual-cta-section {
  background-color: var(--secondary-bg);
}

.ritual-cta-section.bg-alternative {
  background-color: var(--_primitives---colors--theme-black);
}

.ritual-cta-content-grid-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ritual-cta-content-grid-item.item-two {
  padding-left: 4rem;
}

.ritual-cta-content-grid-item.item-one {
  border-right: 1px solid var(--_primitives---colors--neutral-dark);
  padding-right: 4rem;
}

.square-background {
  position: absolute;
  inset: 0%;
}

.tag-item {
  border: 1px solid #d2d2cf;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-left: 3px;
  display: flex;
}

.tag-item.dark-outline {
  border-color: var(--_primitives---colors--neutral);
  border-color: var(--_primitives---colors--neutral);
}

.framework-list-paragraph-block {
  max-width: 25rem;
}

.ritual--hero-bottom-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  width: 100%;
  display: flex;
}

.hidden {
  display: none;
}

.heading-style-h3-v2 {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.2;
}

.arrow-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #181818;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.arrow-button.color-white {
  color: #fff;
}

.arrow-button.hero-button {
  justify-content: flex-end;
  align-items: center;
}

.arrow-button.hero-button.full-width {
  width: 100%;
}

.service-list {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  display: flex;
}

.ritual--hero-title-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.ritual-about {
  background-image: linear-gradient(180deg, var(--_primitives---colors--theme-black), #1e1d24cc 53%, var(--_primitives---colors--theme-black)), url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/698dc6da8a72d42b086d8914_hillcamp-pattern.png");
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.ritual-framework-lists-wrapper {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-text {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2em;
}

.button-text.text-color-white {
  color: var(--_primitives---colors--theme-white);
}

.button-arrow-icon-block {
  height: 24px;
  margin-bottom: .25rem;
  position: relative;
  overflow: hidden;
}

.ritual--bg-gradient {
  filter: blur(50px);
  background-image: linear-gradient(#cfcfcf00, #cfcfcf 53%);
  height: 15rem;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ritual--bg-gradient.horizontal {
  background-image: linear-gradient(90deg, #cfcfcf, #cfcfcf1a 10%, #cfcfcf00 50%, #cfcfcf0d 90%, #cfcfcf);
}

.timeline-bottom {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-size-tiny-2 {
  font-size: .7rem;
}

.reference-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.service-bottom {
  grid-column-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 0;
  display: grid;
}

.service-bottom.style-two {
  grid-template-columns: 1fr 1.3fr;
}

.ritual-cta-buttons-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid var(--_primitives---colors--neutral);
  border-bottom: 1px solid var(--_primitives---colors--neutral);
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.ritual--about-content-block {
  text-align: center;
  max-width: 80rem;
}

.ritual--about-content-block.template-about-block {
  max-width: 60rem;
}

.text-size-small-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.6;
}

.framework-list-content-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.all-rituals {
  background-color: var(--_primitives---colors--theme-black);
}

.ritual--hero-content-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.story-image {
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
  position: relative;
  box-shadow: 2px 0 30px 12px #0003;
}

.ritual--about-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ritual-hero {
  display: block;
  position: relative;
}

.timeline-left {
  background-color: var(--secondary-bg);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3rem 1.9rem;
  display: flex;
  box-shadow: 2px 0 30px 12px #0003;
}

.italic-text {
  font-style: italic;
}

.timeline-title {
  max-width: 30rem;
}

.ritual--hero-bottom-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ritual-hero-bg {
  background-color: #cfcfcf;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 7rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.framework-list-title-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.tag-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.story-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-radius: .625rem;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.ritual--hero-paragraph-bloc {
  max-width: 24rem;
}

.timeline-item {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.7fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  padding: 3rem 0;
  display: flex;
}

.timeline-item.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ritual-cta-top-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ritual--bg-image {
  object-position: 50% 0%;
  height: 85%;
}

.top-corners-background {
  z-index: 1;
  background-color: var(--secondary-bg);
  position: absolute;
  inset: 0%;
}

.ritual-framework-bottom-text {
  max-width: 45rem;
  font-style: italic;
}

.ritual--hero-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.ritual--hero-right.center-align {
  justify-content: center;
  align-items: center;
}

.section-top.align-center, .section-top.center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-regular-2 {
  font-size: 1.35rem;
  line-height: 1.55;
}

.text-size-regular-2.dual-paragraph {
  column-count: 2;
  column-gap: 3rem;
  font-size: 1rem;
}

.text-size-regular-2.dual-paragraph.text-color-grey {
  color: #181818;
  font-size: 1rem;
}

.timeline-left-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.home-service-description {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(10rem, 23rem);
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100%;
  max-width: 48rem;
}

.bottom-corners-background {
  background-color: var(--secondary-bg);
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  position: absolute;
  inset: 0%;
}

.ritual-hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ritual-hero-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.ritual-hero-image {
  object-fit: cover;
  width: 100%;
  max-height: 70vh;
}

.nav-list-col {
  z-index: 100000;
  padding-bottom: 0;
  position: relative;
}

.nav-list-col.is-forest._100.is-purchase {
  padding-right: 60px;
}

.mega-nav-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sotry-image-overlay {
  background-image: linear-gradient(90deg, var(--secondary-bg), #22212700 10%, #22212700 90%, var(--secondary-bg)), linear-gradient(180deg, var(--secondary-bg), #22212700 17%, #22212700 82%, var(--secondary-bg));
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .heading-style-h2 {
    font-size: 3.4375rem;
  }

  .heading-style-h2.basecamp-choose-title {
    font-size: 2.25rem;
  }

  .heading-style-h2.what-make-diff-title {
    max-width: 35rem;
  }

  .heading-style-h2.what-make-diff-title-copy {
    max-width: 45rem;
  }

  .heading-style-h1 {
    font-size: 4.25rem;
  }

  .heading-style-h1.is-hero, .heading-style-h1.is-hero.no-wrap {
    font-size: 3.125rem;
  }

  .heading-style-h1.is-hero, .heading-style-h1.is-hero.no-wrap, .heading-style-h1.is-hero.no-wrap {
    font-size: 3.125rem;
  }

  .heading-style-h1.ritual-page-title {
    max-width: 35rem;
  }

  .heading-style-h4.is-about, .heading-style-h4.is-press, .heading-style-h4.is-press {
    font-size: 2rem;
  }

  .heading-style-h4.is-about-copy, .heading-style-h4.is-about, .heading-style-h4.is-press, .heading-style-h4.is-press {
    font-size: 2rem;
  }

  .heading-style-h4.is-nav-text {
    font-size: 1rem;
  }

  .heading-style-h4.is-about-copy {
    font-size: 2rem;
  }

  .padding-section-small.is-gifting {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar {
    padding-top: 4rem;
  }

  .border_line {
    max-width: 40.875rem;
  }

  .border_line.gift, .border_line.style-two, .border_line.gift, .border_line.style-two {
    max-width: 100%;
  }

  .hero_content {
    font-size: 1rem;
  }

  .about_grid {
    grid-column-gap: 3.75rem;
  }

  .section_about {
    background-size: 85% 85%;
  }

  .about_sub-title-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .design_wrapper {
    max-width: 58.875rem;
  }

  .design_progress-bar {
    top: 100px;
  }

  .design_tab-wrapper {
    padding: 11rem 3.125rem 3.125rem;
    display: block;
  }

  .design_tabs-menu.no-scrollbar {
    margin-bottom: 0;
    padding-bottom: 4rem;
  }

  .design_heading-text {
    font-size: 1.25rem;
  }

  .design_content-wrapper {
    width: 100%;
    max-width: 47.9375rem;
  }

  .signature_tabs {
    grid-template-columns: .5fr 1fr;
  }

  .signature_component {
    max-width: 91%;
  }

  .emerad_wrapper {
    max-width: 68.75rem;
  }

  .item_content-wrapper {
    padding-bottom: 4rem;
  }

  .hero_para {
    font-size: 1rem;
  }

  .section_pricing {
    background-size: 85% 85%;
  }

  .flex-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-4 {
    margin-bottom: -.8125px;
  }

  .space-above-nav {
    display: block;
  }

  .h2-subtitle {
    letter-spacing: .25rem;
  }

  .item_content-wrapper-press {
    padding-bottom: 4rem;
  }

  .section_press {
    background-size: 85% 85%;
  }

  .nav-link {
    font-size: 3.4375rem;
  }

  .nav-link.reverse {
    font-size: 2.5rem;
  }

  .book-now-wrapper {
    padding: 80px 50px;
  }

  .foooverlay-textter-label-copy {
    font-size: 1.3rem;
  }

  .basecamp-projects-row {
    width: 52%;
  }

  .basecamp-project-item {
    grid-template-columns: 1fr .6fr;
  }

  .basecamp-title-block {
    max-width: 23rem;
  }

  .basecamp-summary-list-style {
    margin-top: 0;
    margin-bottom: 0;
  }

  .basecamp-summary-list-item {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .list-2-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .reservation {
    padding: 80px 50px;
  }

  .subtitle-block, .about_sub-title-wrapper-copy {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .basecamp-secondary-bg {
    width: 52vw;
  }

  .basecamp-explore {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .heading-style-h1-2 {
    font-size: 4.5rem;
  }

  .framework-list-title-block {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
  }

  .ritual-details-top-text {
    max-width: 29rem;
  }

  .what-diff-left {
    max-width: 35rem;
  }

  .enhancement-top-text {
    max-width: 52rem;
  }

  .offering-card {
    padding: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  p, li {
    font-size: 1.125rem;
  }

  .heading-style-h2.basecamp-choose-title {
    font-size: 3.4rem;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .heading-style-h1.is-hero.no-wrap.no.center {
    font-size: 4.25rem;
  }

  .heading-style-h1.ritual-page-title {
    max-width: 40rem;
  }

  .heading-style-h4.is-about, .heading-style-h4.is-press, .heading-style-h4.is-press {
    font-size: 1.875rem;
  }

  .heading-style-h4.is-about-copy, .heading-style-h4.is-about, .heading-style-h4.is-press, .heading-style-h4.is-press {
    font-size: 1.875rem;
  }

  .heading-style-h4.is-nav-text {
    font-size: 1.5rem;
  }

  .heading-style-h4.is-about-copy {
    font-size: 1.875rem;
  }

  .border_line {
    max-width: 46.25rem;
  }

  .border_line.is-about {
    max-width: 7.75rem;
  }

  .section_about {
    background-size: 86% 90%;
  }

  .about_content {
    font-size: 1.125rem;
  }

  .design_wrapper {
    max-width: 67.25rem;
  }

  .design_progress-bar {
    top: 101px;
  }

  .contact_grid {
    grid-template-columns: .75fr 1fr;
  }

  .item_content-wrapper {
    padding-bottom: 4rem;
  }

  .section_pricing {
    background-size: 86% 90%;
  }

  .pricing-card-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .price-text-days, .price-button-text, .label-text {
    font-size: 1.125rem;
  }

  .padding-section-tiny {
    padding-top: 2rem;
  }

  .flex-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .space-above-nav {
    display: none;
  }

  .item_content-wrapper-press {
    padding-bottom: 4rem;
  }

  .section_press {
    background-size: 86% 90%;
  }

  .press-slider-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-full {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-space-between._1rem-space {
    justify-content: flex-start;
    align-items: center;
  }

  .flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .booking-wrapper {
    width: 400px;
  }

  .foooverlay-textter-label-copy {
    font-size: 1.5rem;
  }

  .popup-content-wrapper {
    width: 40vw;
  }

  .basecamp-project-item {
    grid-template-columns: 1fr .5fr;
  }

  .basecamp-project-item-copy {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .div-block-17-copy {
    max-width: 220px;
  }

  .basecamp-summary-text-block {
    max-width: 55rem;
  }

  .choose-list-text {
    font-size: 1.125rem;
  }

  .basecamp-choose-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .basecamp-choose-items {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .basecamp-summar-list-text {
    max-width: 22rem;
  }

  .button-3 {
    padding: .875rem 2.5rem;
    font-size: 1.125rem;
  }

  .framework-list-paragraph-block {
    max-width: 28rem;
  }

  .mt-32 {
    margin-top: 2.5rem;
  }

  .home-hero-bottom {
    font-size: 1rem;
  }

  .home-hero-logo-image {
    width: 4rem;
    font-size: 1rem;
  }

  .text-block-2 {
    font-size: .75rem;
  }

  .heading-style-h1-2 {
    font-size: 5rem;
  }

  .service-bottom.style-two {
    grid-template-columns: 1fr 1.2fr;
  }

  .home-hero-inner {
    padding-top: 5rem;
  }

  .home-hero-top {
    padding-left: 4rem;
  }

  .home-hero-logo {
    margin-bottom: 6rem;
    font-size: 1.25rem;
  }

  .heading {
    font-size: 5.4vw;
  }

  .text-uppercase.text-white {
    font-size: .9rem;
  }

  .ritual-framework-bottom-text {
    max-width: 50rem;
  }

  .link-2 {
    font-size: 1rem;
    position: relative;
  }

  .text-size-regular-2.dual-paragraph {
    column-gap: 5rem;
  }

  .home-hero-subtitle {
    margin-bottom: 3rem;
    font-size: 1.6vw;
  }

  .home-hero-logo-text {
    font-size: 1.25rem;
  }

  .ritual-cta-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .ritual-cta-text {
    width: 100%;
    max-width: 25rem;
  }

  .what-diff-wrapper {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .what-diff-list {
    flex: 1;
  }

  .what-diff-left {
    max-width: 50%;
  }

  .what-make-diff-text, .what-make-diff-text-copy {
    max-width: 40rem;
  }

  .think-enhancement-grid-text {
    max-width: 14rem;
  }

  .enhance-about-text {
    max-width: 32rem;
  }

  .enhancement-top-text {
    max-width: 55rem;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 1.125rem;
  }

  .heading-style-h1.is-hero.is-left {
    text-align: left;
  }

  .heading-style-h1.is-hero.no-wrap.no.center {
    font-size: 4rem;
  }

  .heading-style-h4.is-nav-text {
    font-size: 1.5rem;
  }

  .navbar {
    max-width: none;
  }

  .hero_content-wrapper.flex {
    flex-flow: column;
    display: flex;
  }

  .hero_content-bottom {
    width: 67%;
  }

  .section_about {
    background-size: 86% 90%;
  }

  .section_about.is-secondary {
    background-size: 78% 90%;
  }

  .about_content {
    font-size: 1.125rem;
  }

  .design_wrapper {
    max-width: 84.375rem;
  }

  .design_progress-bar {
    top: 105px;
  }

  .design_heading-text {
    font-size: 1.5rem;
  }

  .signature_component {
    max-width: 85%;
  }

  .item_content-wrapper {
    padding-bottom: 4rem;
    padding-left: 5rem;
  }

  .section_pricing {
    background-size: 86% 90%;
  }

  .section_pricing.is-secondary {
    background-size: 78% 90%;
  }

  .price-text-days, .price-button-text, .label-text {
    font-size: 1.125rem;
  }

  .item_content-wrapper-press {
    padding-bottom: 4rem;
    padding-left: 5rem;
  }

  .section_press {
    background-size: 86% 90%;
  }

  .section_press.is-secondary {
    background-size: 78% 90%;
  }

  .nav-full {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-grid {
    max-width: 97.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .nav-grid.page-nav-grid {
    max-width: 103.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .wrapper-nav {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100vw;
    display: flex;
  }

  .foooverlay-textter-label-copy {
    font-size: 2rem;
  }

  .popup-content-wrapper {
    width: 30vw;
  }

  .basecamp-projects-row {
    width: 55%;
  }

  .basecamp-project-item {
    grid-template-columns: 1fr .4fr;
  }

  .basecamp-image-copy {
    height: 350px;
  }

  .basecamp-summary-text-block {
    max-width: 72rem;
  }

  .choose-list-text {
    font-size: 1.125rem;
  }

  .basecamp-choose-grid {
    grid-template-columns: 1fr .8fr;
  }

  .basecamp-choose-items {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .basecamp-secondary-bg {
    width: 55vw;
  }

  .section-hero-border {
    border-width: .75rem;
  }

  .button-3 {
    padding: 1rem 3rem;
    font-size: 1.5rem;
  }

  .home-hero-logo-image {
    width: 5rem;
  }

  .text-block-2 {
    text-align: center;
    font-size: .9rem;
  }

  .home-hero-inner {
    padding-top: 6.25rem;
    font-size: 1.1rem;
  }

  .home-hero-top {
    padding-left: 5rem;
  }

  .home-hero-logo {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 8rem;
    font-size: 1.5rem;
  }

  .heading {
    font-size: 6vw;
  }

  .image-layer-border-right {
    width: .75rem;
  }

  .text-uppercase.text-white {
    font-size: 1.1rem;
  }

  .link-2 {
    font-size: 1.25rem;
  }

  .home-hero-subtitle {
    font-size: 1.65vw;
  }

  .home-hero-logo-text {
    font-size: 1.75rem;
  }

  .ritual-cta-block {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .ritual-details-top-text {
    max-width: 42rem;
  }

  .what-diff-wrapper {
    grid-column-gap: 15rem;
    grid-row-gap: 15rem;
  }

  .enhance-top-text-block {
    max-width: 36rem;
  }

  .enhancement-hero-top {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .offering-card {
    padding: 3.5rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h2.text-weight-medium.is-signature {
    font-size: 2rem;
  }

  .heading-style-h2.center-desktop {
    text-align: left;
  }

  .heading-style-h2.what-make-diff-title {
    max-width: none;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.is-hero {
    text-align: center;
    font-size: 2.7rem;
  }

  .heading-style-h1.is-hero.no-wrap.no {
    text-align: center;
  }

  .heading-style-h1.is-hero.no-wrap.show-desktop, .heading-style-h1.is-hero.no-wrap.no {
    text-align: center;
  }

  .heading-style-h1.is-hero.no-wrap.show-desktop, .heading-style-h1.is-hero.no-wrap.no {
    text-align: center;
  }

  .heading-style-h1.is-hero.no-wrap.no.center {
    text-align: center;
    white-space: nowrap;
    text-align: center;
    white-space: nowrap;
  }

  .heading-style-h1.is-hero.no-wrap.show-desktop {
    text-align: center;
  }

  .heading-style-h1.basecamp-page-title {
    font-size: 3.5rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h4.is-about, .heading-style-h4.is-press, .heading-style-h4.is-press, .heading-style-h4.is-nav-text {
    font-size: 1.25rem;
  }

  .heading-style-h4.is-about, .heading-style-h4.is-press, .heading-style-h4.is-press, .heading-style-h4.is-nav-text {
    font-size: 1.25rem;
  }

  .heading-style-h4.is-nav-text.reverse {
    letter-spacing: 3px;
    letter-spacing: 3px;
  }

  .heading-style-h4.is-about-copy {
    font-size: 1.25rem;
  }

  .heading-style-h4.offer-card-last-title {
    max-width: 20rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-size-small.reverse {
    letter-spacing: 3px;
    letter-spacing: 3px;
  }

  .padding-section-small.is-about, .padding-section-small.is-gifting, .padding-section-small.is-about, .padding-section-small.is-gifting {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global.is-about {
    padding-left: 5%;
  }

  .padding-global.is-forest {
    padding-right: 0%;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.faq-section-padding {
    padding-top: 6rem;
  }

  .spacer-medium {
    padding-top: 1rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xlarge.hide-from-mobile {
    display: none;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .navbar_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  }

  .navbar_menu {
    z-index: 1;
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: .0625rem solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .navbar {
    padding: 5% 3%;
  }

  .navbar_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .border_line {
    max-width: 100%;
  }

  .border_line.gift, .border_line.style-two {
    max-width: 100%;
  }

  .border_line.is-about.is-secondary.no-shrink {
    display: block;
  }

  .border_line.is-about.is-secondary-nav.reverse.hide-nav-border-mobile {
    display: none;
  }

  .border_line.is-design {
    margin-left: auto;
  }

  .border_line.is-right {
    bottom: 5%;
  }

  .border_line.gift, .border_line.style-two {
    max-width: 100%;
  }

  .border_line.bacamp-details-vertical-border {
    display: none;
  }

  .video-embed.is-desktop {
    display: block;
  }

  .video-embed.is-mobile {
    display: none;
  }

  .hero_content-bottom {
    justify-content: flex-start;
    margin-bottom: -60vh;
  }

  .hero_component {
    height: 120vh;
  }

  .about_video-wrapper.purchase {
    bottom: 10%;
  }

  .about_grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    min-height: auto;
    margin-bottom: 5rem;
  }

  .section_about {
    background-size: 92% 94%;
  }

  .section_about.is-secondary {
    background-size: 90% 90%;
  }

  .about_content-right {
    padding-bottom: 0;
    padding-left: 6.25rem;
  }

  .about_content-right.is-forest {
    max-width: 84%;
    padding-left: 8rem;
  }

  .about_content-right.is-forest.left {
    padding-left: 0;
  }

  .about_image {
    max-width: none;
  }

  .about_sub-title-wrapper.is-design {
    margin-bottom: 2.5rem;
  }

  .design_wrapper {
    padding-left: 6.25rem;
  }

  .design_progress-bar {
    top: 6.25rem;
  }

  .design_tab-wrapper {
    grid-column-gap: 3rem;
    min-height: 18.75rem;
    padding: 6.25rem 1.25rem 1.25rem;
  }

  .design_tab-link {
    cursor: pointer;
  }

  .design_heading-text {
    white-space: nowrap;
  }

  .signature_tabs {
    grid-column-gap: 3rem;
  }

  .signature_tab-pane, .signature_tabs-content {
    height: 100%;
  }

  .signature_tab-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
  }

  .login6_testimonial {
    height: 100%;
    padding-bottom: 1.25rem;
  }

  .signature_content {
    font-size: 1.25rem;
  }

  .track {
    height: 600vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .camera {
    width: 100vw;
    height: 100vh;
  }

  .frame {
    flex-flow: row;
  }

  .item {
    height: 100vh;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .h-flex--40px {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .h-flex--40px.nav {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_block {
    text-align: center;
    letter-spacing: 3px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-copyright-center {
    text-align: center;
    letter-spacing: 3px;
  }

  .contact_grid {
    grid-template-columns: .5fr 1fr;
  }

  .item_content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .emerald_line {
    height: 94%;
    top: 2%;
  }

  .border_line-wrapper {
    width: 90%;
    height: 95%;
  }

  .border_line-wrapper.neww {
    width: 80%;
  }

  .border_line-wrapper-left {
    width: 90%;
    height: 95%;
  }

  .border_line-wrapper-left.is-secondary {
    width: 95%;
    height: 95%;
  }

  .navbar_wrapper {
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section_pricing {
    background-size: 92% 94%;
  }

  .section_pricing.is-secondary {
    background-size: 90% 90%;
  }

  .pricing-card-wrapper {
    flex-flow: column;
  }

  .pricing-card {
    align-self: stretch;
  }

  .padding-section-tiny.is-about {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .flex-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-change-wrapper {
    height: 40px;
  }

  .text-change {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-2 {
    height: 50px;
  }

  .div-block-3 {
    transform: translate(0, -335px);
  }

  .space-above-nav {
    display: block;
  }

  .h1-hero {
    text-align: center;
    font-size: 4rem;
  }

  .h1-hero.hide {
    opacity: 56;
    opacity: 56;
    display: none;
  }

  .subtitle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }

  .subtitle-wrapper {
    text-align: center;
  }

  .h2-subtitle {
    flex-flow: row;
    margin-bottom: .75rem;
    padding-bottom: .25rem;
    line-height: 1.5;
    display: block;
  }

  .side-btn {
    display: none;
  }

  .reservation-block {
    z-index: 999;
    border-style: none;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-button {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 49px;
    padding: 8px;
    display: flex;
    position: absolute;
    inset: 24px 24px auto auto;
  }

  .reservatio-content {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .side-btn-2, .side-btn-3 {
    display: inline-flex;
  }

  .item_content-wrapper-press {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .item-press {
    height: 100vh;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .camera-press {
    width: 100vw;
    height: 100vh;
  }

  .tacker-press {
    height: 600vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .frame-press {
    flex-flow: row;
  }

  .section_press {
    background-size: 92% 94%;
  }

  .section_press.is-secondary {
    background-size: 90% 90%;
  }

  .press-slider-wrapper {
    flex-flow: column;
  }

  .nav-full {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-link {
    font-size: 2.75rem;
  }

  .nav-link.text-weight-medium.is-signature {
    font-size: 2rem;
  }

  .nav-link.reverse {
    font-size: 1.8rem;
  }

  .nav-grid {
    padding-left: 2%;
    padding-right: 2%;
  }

  .flex-space-between._1rem-space {
    justify-content: flex-start;
    align-items: center;
  }

  .about_content-right-nav {
    padding-bottom: 0;
    padding-left: 0;
  }

  .about_content-right-nav.is-forest {
    max-width: 84%;
    padding-left: 8rem;
  }

  .about_content-right-nav.is-forest.left {
    padding-left: 0;
  }

  .flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .booking-wrapper {
    z-index: 5;
    width: 100%;
    position: relative;
    top: 0;
  }

  .design_link-hover.hide-mobile {
    display: none;
  }

  .foooverlay-textter-label-copy {
    font-size: 1rem;
  }

  .side-btn-3-copy {
    display: inline-flex;
  }

  .popup-close-icon {
    top: 4%;
    right: 4%;
  }

  .basecamp-projects-row {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    width: 100%;
    padding-left: 0;
  }

  .basecamp-project-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .basecamp-hero-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    position: static;
  }

  .basecamp-page-top-text {
    margin-bottom: 1.5rem;
  }

  .basecamp-summary-title-block, .basecamp-summary-list, .basecamp-summary-button-block {
    padding-left: 0;
  }

  .icon-1x1-medium-2 {
    width: .875rem;
    height: .875rem;
  }

  .basecamp-choose-inner {
    width: 100%;
    margin-bottom: 4rem;
  }

  .basecamp-choose-content {
    min-height: 21rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .text-size-large-2 {
    font-size: 1.625rem;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-slide-number {
    margin-bottom: -.625rem;
    margin-left: auto;
    padding-left: 1.25rem;
    bottom: -4rem;
    left: 0%;
  }

  .basecamp-details-title-wrapper {
    margin-top: 2.25rem;
  }

  .tinyflow-slide__content__text {
    font-size: 1rem;
  }

  .basecamp-slide {
    font-size: 2rem;
  }

  .basecamp-details-grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
  }

  .basecamp-details-column {
    width: 100%;
  }

  .custom-list-style {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .custom-list-style.dash-style {
    justify-content: flex-start;
    align-items: center;
  }

  .basecamp-details-block.hide-from-mobile {
    display: none;
  }

  .basecamp-details-block.show-from-mobile {
    display: block;
  }

  .circle-buttet {
    margin-top: .6rem;
  }

  .circle-buttet.style-two {
    margin-top: 0;
  }

  .subtitle-block.is-design {
    margin-bottom: 2.5rem;
  }

  .subtitle-block.button-subtitle {
    width: 100%;
  }

  .about_sub-title-wrapper-copy.is-design {
    margin-bottom: 2.5rem;
  }

  .basecamp-choose-items-list {
    flex-flow: column;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .faq-icon-block {
    flex: none;
  }

  .basecamp-choose-left-block {
    width: 85%;
  }

  .basecamp-choose-items.middle-item {
    border-width: 0 1px;
  }

  .border_line-wrapper-left-copy {
    width: 90%;
    height: 95%;
  }

  .border_line-wrapper-left-copy.is-secondary {
    width: 95%;
    height: 95%;
  }

  .nav-left-block.show-from-mobile {
    display: block;
  }

  .bascamp-content-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basecamp-secondary-bg {
    display: none;
  }

  .basecamp-explore.is-design {
    margin-bottom: 2.5rem;
  }

  .section-hero-border {
    border-left-width: .875rem;
    border-right-width: .875rem;
  }

  .ritual-framework-bottom-text-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-scroll-text {
    font-size: 1.5rem;
  }

  .button-3 {
    padding: .625rem 1.75rem;
    font-size: .875rem;
  }

  .button-arrow-icon {
    width: 1.25rem;
  }

  .about-paralax-block {
    min-height: 500px;
  }

  .ritual-cta-content-grid-item.item-two {
    padding-left: 0;
  }

  .ritual-cta-content-grid-item.item-one {
    border-bottom: 1px solid var(--_primitives---colors--neutral);
    border-right-width: 0;
    padding-right: 0;
  }

  .framework-list-paragraph-block {
    max-width: 30rem;
  }

  .heading-style-h4-2 {
    font-size: 20px;
  }

  .heading-style-h3-v2 {
    font-size: 2.5rem;
  }

  .arrow-button {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .ritual--hero-title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-hero-logo-image {
    width: 3.5rem;
  }

  .image-layer-02 {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .heading-style-h1-2 {
    font-size: 4rem;
  }

  .service-bottom {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .service-bottom.style-two {
    grid-column-gap: .625rem;
    grid-row-gap: 1rem;
    grid-column-gap: .625rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .framework-list-content-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-hero-inner {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }

  .background-image.layer-02 {
    height: 68%;
  }

  .home-hero-logo {
    margin-bottom: 2.5rem;
  }

  .spacer-medium-2 {
    padding-top: 1.5rem;
  }

  .section-title {
    font-size: 3rem;
  }

  .image-layer-border-right {
    width: .875rem;
  }

  .text-uppercase {
    font-size: .875rem;
  }

  .text-uppercase.text-white {
    font-size: .75rem;
  }

  .framework-list-title-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: auto;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-large-2 {
    padding-top: 3rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-horizontal-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ritual-cta-top-grid {
    grid-template-columns: 1fr;
  }

  .ritual--hero-right {
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .ritual--hero-right.center-align {
    flex-flow: wrap;
  }

  .link-2 {
    font-size: .8125rem;
    display: block;
  }

  .section-top.align-center {
    text-align: left;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-hero-subtitle {
    font-size: 1.0625rem;
  }

  .home-hero-logo-text {
    font-size: 1rem;
  }

  .ritual-template-hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .ritual-details-top-text {
    text-align: left;
  }

  .nav-list-col {
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-list-col.is-forest {
    max-width: 84%;
    padding-left: 8rem;
  }

  .nav-list-col.is-forest.left {
    padding-left: 0;
  }

  .mega-nav-list {
    grid-template-columns: 1fr 1fr;
  }

  .what-diff-wrapper {
    flex-flow: column;
  }

  .what-diff-list-inner-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: auto;
  }

  .what-diff-list-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .what-diff-left {
    max-width: none;
  }

  .about-hero-image {
    min-height: 35vw;
  }

  .enhancement-card-grid {
    grid-template-columns: 1fr;
  }

  .includes-options-wrapper, .includes-option {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .enhancement-top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .offering-card.right-card, .offering-card.bottom-card.last-card, .offering-card.right-card, .offering-card.bottom-card.last-card, .offering-card.bottom-card.last-card {
    border-left-width: 1px;
  }

  .offering-card-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .container-large.is-signature {
    border-left-width: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-xsmall.vissible-from-mobile-protaite {
    display: block;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.is-hero, .heading-style-h1.is-hero.no-wrap, .heading-style-h1.is-hero.no-wrap.no {
    text-align: center;
  }

  .heading-style-h1.is-hero, .heading-style-h1.is-hero.no-wrap, .heading-style-h1.is-hero.no-wrap.no {
    text-align: center;
  }

  .heading-style-h1.is-hero.no-wrap, .heading-style-h1.is-hero.no-wrap.no {
    text-align: center;
  }

  .heading-style-h1.is-hero.no-wrap.no {
    text-align: center;
  }

  .heading-style-h1.is-hero.no-wrap.no.center {
    font-size: 3.5rem;
  }

  .heading-style-h1.basecamp-page-title {
    font-size: 3rem;
  }

  .text-size-tiny.text-style-allcaps.slider-nav-text {
    font-size: .6rem;
  }

  .button {
    min-width: 10rem;
  }

  .button.is-hero {
    letter-spacing: .25rem;
    letter-spacing: .25rem;
    min-width: 8.75rem;
    padding: .5rem 1rem .5rem .9375rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h4.is-about, .heading-style-h4.is-press, .heading-style-h4.is-press, .heading-style-h4.is-nav-text, .heading-style-h4.is-about-copy, .heading-style-h4.is-about, .heading-style-h4.is-press, .heading-style-h4.is-press, .heading-style-h4.is-nav-text, .heading-style-h4.is-about-copy {
    font-size: 1rem;
  }

  .heading-style-h3 {
    letter-spacing: .125rem;
    font-size: 1.5rem;
  }

  .heading-style-h3.basecamp-details-title {
    font-size: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global.is-about {
    padding-left: 0%;
    padding-right: 5%;
  }

  .padding-global.vissible-only-from-mobile-landscape {
    display: block;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.faq-section-padding {
    padding-top: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .slider-arrow-icon_default {
    width: 1.5rem;
    height: 1.5rem;
  }

  .navbar_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .navbar_logo.navbar-main-logo {
    max-width: 5rem;
    display: none;
  }

  .navbar_logo.navbar-main-logo {
    max-width: 5rem;
    display: none;
  }

  .navbar_logo.navbar-main-logo-mobile {
    max-width: 5rem;
    display: block;
  }

  .navbar {
    min-height: 4rem;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }

  .hero_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    grid-template-columns: 1.5fr;
  }

  .hero_col.is-right {
    text-align: center;
    text-align: center;
  }

  .border_line {
    max-width: 100%;
  }

  .border_line.is-design {
    max-width: 9rem;
  }

  .border_line.is-right {
    max-width: 100%;
  }

  .hero_content, .hero_content.is-right, .hero_content.is-right {
    text-align: center;
  }

  .video-embed.is-desktop {
    display: none;
  }

  .video-embed.is-mobile {
    display: block;
  }

  .hero_content-bottom {
    margin-bottom: -5vh;
  }

  .hero_component {
    height: 200vh;
  }

  .about_video-wrapper.purchase {
    bottom: 14%;
  }

  .about_grid {
    grid-row-gap: 3rem;
    margin-bottom: 3.75rem;
  }

  .section_about {
    background-size: 95% 91%;
  }

  .section_about.is-secondary.hide-desktop {
    display: block;
  }

  .section_about.is-secondary.hide-mobile {
    display: none;
  }

  .about_content-right {
    padding-left: 3.125rem;
  }

  .about_content-right.is-forest {
    padding-left: 6rem;
  }

  .about_content-right.is-forest._100.is-purchase {
    padding-right: 0;
  }

  .about_sub-title-wrapper {
    margin-bottom: .5rem;
  }

  .about_sub-title-wrapper.is-design {
    margin-bottom: 1.25rem;
  }

  .design_wrapper {
    padding-left: 2.5rem;
  }

  .design_tab-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 3.75rem;
  }

  .design_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .design_tabs-menu.no-scrollbar {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .design_heading-text {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .hero_button-wrapper {
    width: 2.8125rem;
    max-width: 2.8125rem;
    display: none;
  }

  .hero_button-wrapper.invisible {
    display: none;
  }

  .signature_tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    display: none;
  }

  .signature_tabs-menu {
    margin-bottom: 2rem;
  }

  .signature_component {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .login6_testimonial {
    padding-bottom: 4rem;
  }

  .login6_testimonial.hide-in-desktop {
    display: flex;
  }

  .login6_testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .login6_content {
    text-align: center;
  }

  .login6_arrow {
    color: var(--_primitives---colors--theme-white);
    background-color: #fff0;
    transition: background-color .3s, color .3s;
  }

  .login6_arrow.left {
    color: var(--_primitives---colors--theme-white);
    background-color: #fff0;
    display: flex;
  }

  .login6_arrow.left:hover {
    color: var(--_primitives---colors--theme-white);
    background-color: #fff0;
  }

  .login6_arrow.right {
    background-color: #fff0;
    display: flex;
  }

  .login6_arrow.right:hover {
    color: var(--_primitives---colors--theme-white);
    background-color: #fff0;
  }

  .signature_content {
    font-size: 1rem;
  }

  .track {
    height: 600vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .section_emerald {
    padding-bottom: 3rem;
  }

  .icon-btn {
    background-size: 1rem;
    width: 3rem;
    height: 3rem;
  }

  .footer-divider {
    margin-top: 3.75rem;
  }

  .h-flex--40px {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-copyright-center, .footer-label {
    text-align: center;
  }

  .contact_grid {
    grid-template-columns: 1fr;
  }

  .contact_form {
    margin-top: 2rem;
  }

  .design_tab-overlay {
    background-color: #000000b3;
  }

  .signature-tab-bg-fade {
    transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
  }

  .item_content-wrapper {
    padding: 2rem 2rem 2.5rem;
  }

  .border_line-wrapper, .border_line-wrapper-left {
    width: 96%;
  }

  .border_line-wrapper-left.is-secondary {
    width: 97%;
    height: 95%;
  }

  .cta_section-button-wrapper {
    margin-top: 1.5rem;
    display: flex;
  }

  .cta_section-button-wrapper.is-right {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .container-default.is-signature {
    border-left-width: 0;
  }

  .grid-space-b-w {
    grid-template-columns: 2.3fr;
  }

  .hero_para {
    text-align: center;
  }

  .section_pricing {
    background-size: 95% 91%;
  }

  .pricing_component {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-card {
    align-self: stretch;
  }

  .cta-content {
    max-width: 80%;
  }

  .padding-section-tiny {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-change-wrapper {
    height: 24px;
  }

  .text-change {
    font-size: 18px;
    line-height: 24px;
  }

  .space-above-nav, .h1-hero.hide, .h1-hero.hide {
    display: none;
  }

  .subtitle {
    position: relative;
  }

  .h2-subtitle {
    letter-spacing: .1rem;
  }

  .h2-subtitle.center.hide-monile {
    display: block;
  }

  .button-2 {
    min-width: 140px;
    padding: 16px 28px;
  }

  .div-block-5 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .reservatio-content {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-span-2 {
    letter-spacing: 1.5rem;
  }

  .item_content-wrapper-press {
    padding: 2rem 2rem 2.5rem;
  }

  .item-press {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tacker-press {
    height: 600vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .cta-content-press {
    max-width: 80%;
  }

  .section_press {
    background-size: 95% 91%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .nav-link {
    font-size: 2.25rem;
  }

  .nav-link.reverse.nav-page-mobile-text {
    font-size: 1.5rem;
  }

  .flex-space-between {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .flex-space-between.nav-bottom-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .about_content-right-nav {
    padding-left: 3.125rem;
  }

  .about_content-right-nav.is-forest {
    padding-left: 6rem;
  }

  .about_content-right-nav.is-forest._100.is-purchase {
    padding-right: 0;
  }

  .light-box-wrapper {
    grid-template-columns: 1.2fr;
  }

  .date-pick {
    min-width: 10rem;
  }

  .date-pick.is-hero {
    letter-spacing: .25rem;
    letter-spacing: .25rem;
    min-width: 8.75rem;
    padding: .5rem 1rem .5rem .9375rem;
  }

  .button-primary.center.hide-mobile {
    display: none;
  }

  .button-primary.center.hide-mobile.nav-left-button {
    display: inline-block;
  }

  .button-secondary.nav-bottom-button {
    margin-left: 2px;
  }

  .hide-on-mobile {
    display: none;
  }

  .navbar_logo-copy {
    width: auto;
    max-width: none;
    left: 0;
  }

  .navbar_logo-copy.navbar-main-logo {
    left: 50%;
    transform: translate(-50%);
  }

  .wrapper-nav {
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }

  .wrapper-nav.main-nav-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-logo.nav-page-logo {
    display: none;
  }

  .image-logo.nav-page-logo-mobile {
    width: 5rem;
    display: block;
  }

  .foooverlay-textter-label-copy {
    text-align: center;
  }

  .popup-content-wrapper {
    width: 60vw;
  }

  .basecamp-projects-row {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .basecamp-project-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .basecamp-hero-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-right: 0;
  }

  .basecamp-page-top-text {
    margin-bottom: 1rem;
  }

  .basecamp-summary-list {
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .icon-1x1-medium-2 {
    width: .75rem;
    height: .75rem;
  }

  .basecamp-choose-content {
    min-height: 20rem;
  }

  .text-size-large-2 {
    font-size: 1.5rem;
  }

  .basecamp-choose-block {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .basecamp-project-thumbnail-block {
    padding-bottom: 1.5rem;
  }

  .basecamp-slide {
    font-size: 1.6rem;
  }

  .basecamp-slider__arrow {
    padding: .35rem .5rem;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .basecamp-slider-button-wrapper {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
    left: 0;
    right: auto;
  }

  .basecamp-details-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .basecamp-details-column {
    padding-right: 0;
  }

  .custom-list-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .custom-list-wrapper.style-two {
    grid-column-gap: 1rem;
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .total-slide-number-block {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
  }

  .subtitle-block.is-design {
    margin-bottom: 1.25rem;
  }

  .about_sub-title-wrapper-copy {
    margin-bottom: .5rem;
  }

  .about_sub-title-wrapper-copy.is-design {
    margin-bottom: 1.25rem;
  }

  .empty-anchor {
    height: .5rem;
  }

  .basecamp-slider__arrow-2 {
    padding: .35rem .5rem;
  }

  .total-slide-number-block-2 {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
  }

  .basecamp-slider-button-wrapper-2 {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .border_line-wrapper-left-copy {
    width: 96%;
  }

  .border_line-wrapper-left-copy.is-secondary {
    width: 97%;
    height: 95%;
  }

  .nav-left-block.show-from-mobile {
    padding-top: .375rem;
  }

  .basecamp-explore.is-design {
    margin-bottom: 1.25rem;
  }

  .nav-spacer-top {
    height: 3rem;
  }

  .nav-spacer-bottom {
    height: 4rem;
  }

  .section-hero-border {
    border-top-width: .9375rem;
    border-bottom-width: .9375rem;
    width: 100%;
    height: 100%;
  }

  .image-layer-01 {
    width: 100%;
    height: 100%;
  }

  .about-scroll-text.enhancement-bottom-title, .about-scroll-text.what-includes-bottom-text {
    font-size: 1.5rem;
  }

  .about-scroll-text.scroll-title {
    text-indent: 150px;
    font-size: 1.5rem;
  }

  .about-scroll-text.enhancement-bottom-title, .about-scroll-text.what-includes-bottom-text {
    font-size: 1.5rem;
  }

  .button-3 {
    padding: .5625rem 1.75rem;
  }

  .mt-32 {
    margin-top: 2rem;
  }

  .mt-32.text-uppercase {
    margin-top: 1.5rem;
  }

  .heading-style-h3-v2 {
    font-size: 1.875rem;
  }

  .div-block-30 {
    font-size: 1rem;
  }

  .home-hero-logo-image {
    width: 3.625rem;
  }

  .padding-section-small-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-layer-02 {
    width: 100%;
    height: 100%;
  }

  .heading-style-h1-2 {
    font-size: 3rem;
  }

  .text-link-underline {
    display: none;
  }

  .ritual--about-content-block.template-about-block {
    width: 100%;
    max-width: none;
  }

  .home-hero-inner {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 1.25rem;
  }

  .background-image.layer-02 {
    height: 58%;
  }

  .home-hero-top {
    margin-bottom: 10rem;
    padding-left: 1.5rem;
    font-size: 4rem;
  }

  .home-hero-logo {
    margin-bottom: 1.5rem;
  }

  .section-home-hero {
    width: 100%;
    height: 100%;
  }

  .heading {
    font-size: 8vw;
  }

  .timeline-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .text-uppercase.text-white {
    font-size: .55rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-large-2 {
    padding-top: 2.5rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .timeline-item {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .timeline-item.grid {
    grid-row-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-horizontal-3 {
    padding: 0 1.25rem;
  }

  .link-2 {
    font-size: .75rem;
  }

  .link-2:hover {
    text-decoration: underline;
  }

  .text-size-regular-2.dual-paragraph {
    column-count: 1;
    column-count: 1;
  }

  .home-hero-subtitle {
    margin-bottom: 1.5rem;
    font-size: .9rem;
  }

  .home-hero-logo-text {
    font-size: .9375rem;
  }

  .nav-list-col {
    padding-left: 0;
  }

  .nav-list-col.is-forest {
    padding-left: 6rem;
  }

  .nav-list-col.is-forest._100.is-purchase {
    padding-right: 0;
  }

  .about-enhancement-grid {
    border-bottom: 1px solid var(--_primitives---colors--neutral);
    grid-template-columns: 1fr;
  }

  .about-enhancement-grid-card {
    padding-bottom: 2rem;
  }

  .about-enhancement-grid-card.middle-item {
    border-width: 1px 0;
    border-top-style: solid;
    border-top-color: var(--_primitives---colors--neutral);
    border-bottom-style: solid;
    border-bottom-color: var(--_primitives---colors--neutral);
    border-width: 1px 0;
    border-top-style: solid;
    border-top-color: var(--_primitives---colors--neutral);
    border-bottom-style: solid;
    border-bottom-color: var(--_primitives---colors--neutral);
  }

  .about-hero-top {
    grid-template-columns: 1fr;
  }

  .about-hero-image {
    min-height: 65vw;
  }

  .includes-options-wrapper, .includes-option {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .includes-list-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .page-wrapper {
    background-image: url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/68489f0e8c51cf814e75b4c0_background.avif");
    background-repeat: repeat;
    background-size: 1000px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h2 {
    font-size: 1.7rem;
  }

  .heading-style-h2.text-weight-medium.is-signature {
    letter-spacing: .24rem;
    letter-spacing: .24rem;
    font-size: 1.25rem;
  }

  .heading-style-h2.center {
    text-align: center;
  }

  .heading-style-h2.what-make-diff-title {
    max-width: 20rem;
  }

  .heading-style-h1 {
    font-size: 1.9rem;
  }

  .heading-style-h1.is-hero, .heading-style-h1.is-hero.no-wrap {
    text-align: center;
    font-size: 2.3rem;
  }

  .heading-style-h1.is-hero.no-wrap.no.center.is-desktop, .heading-style-h1.is-hero.no-wrap.no.is-desktop {
    display: none;
  }

  .heading-style-h1.is-hero, .heading-style-h1.is-hero.no-wrap {
    text-align: center;
    font-size: 2.3rem;
  }

  .heading-style-h1.is-hero.no-wrap.no.center.is-desktop, .heading-style-h1.is-hero.no-wrap.no.is-desktop {
    display: none;
  }

  .heading-style-h1.is-hero.no-wrap {
    text-align: center;
    font-size: 2.3rem;
  }

  .heading-style-h1.is-hero.no-wrap.no.center.is-desktop, .heading-style-h1.is-hero.no-wrap.no.is-desktop {
    display: none;
  }

  .heading-style-h1.is-hero.no-wrap.no {
    text-align: center;
    white-space: normal;
    font-size: 3rem;
  }

  .heading-style-h1.is-hero.no-wrap.no.center.is-desktop, .heading-style-h1.is-hero.no-wrap.no.is-desktop {
    display: none;
  }

  .heading-style-h1.is-hero.no-wrap.no.center {
    white-space: normal;
    font-size: 3rem;
    line-height: 1.2;
  }

  .heading-style-h1.is-hero.no-wrap.no.center.is-mobile {
    white-space: normal;
    display: block;
  }

  .heading-style-h1.is-hero.no-wrap.no.center.is-desktop, .heading-style-h1.is-hero.no-wrap.no.is-desktop {
    display: none;
  }

  .heading-style-h1.is-hero.no-wrap.no.is-mobile {
    display: block;
  }

  .heading-style-h1.is-hero.no-wrap.show-desktop {
    display: none;
  }

  .heading-style-h1.is-hero.hide-desktop {
    font-size: 2.3rem;
    display: block;
  }

  .heading-style-h1.basecamp-page-title {
    font-size: 2.5rem;
  }

  .button {
    align-self: stretch;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .8rem;
  }

  .button.is-secondary, .button.is-price {
    align-self: stretch;
  }

  .button.is-secondary, .button.is-price {
    align-self: stretch;
  }

  .button.is-price.for-desktop {
    display: none;
  }

  .button.is-price.for-mobile {
    display: inline-block;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .heading-style-h4.is-about {
    font-size: .9rem;
  }

  .heading-style-h4.is-about.is-signutare {
    font-size: .875rem;
  }

  .heading-style-h4.is-about.is-tab {
    font-size: 1.25rem;
  }

  .heading-style-h4.is-about.is-center.center {
    text-align: center;
    text-align: center;
  }

  .heading-style-h4.is-press {
    font-size: .9rem;
  }

  .heading-style-h4.is-press.is-signutare {
    font-size: .875rem;
  }

  .heading-style-h4.is-press.is-tab {
    font-size: 1.25rem;
  }

  .heading-style-h4.is-nav-text {
    font-size: .9rem;
  }

  .heading-style-h4.is-nav-text.is-signutare {
    font-size: .875rem;
  }

  .heading-style-h4.is-nav-text.is-tab {
    font-size: 1.25rem;
  }

  .heading-style-h4.is-nav-text.is-center.center {
    text-align: center;
    text-align: center;
  }

  .heading-style-h4.is-about-copy {
    font-size: .9rem;
  }

  .heading-style-h4.is-about-copy.is-signutare {
    font-size: .875rem;
  }

  .heading-style-h4.is-about-copy.is-tab {
    font-size: 1.25rem;
  }

  .heading-style-h4.is-about-copy.is-center.center {
    text-align: center;
    text-align: center;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .text-size-small.reverse.nav-page-mobile-contact-text {
    font-size: .75rem;
  }

  .padding-global.is-forest.no-5 {
    padding-left: 0%;
  }

  .padding-section-large.faq-section-padding {
    padding-top: 2rem;
  }

  .navbar {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }

  .nav_button-wrapper.nav-left-button-wrapper {
    width: auto;
  }

  .hero_grid {
    text-align: center;
  }

  .border_line.is-about.is-secondary, .border_line.is-about.is-secondary-nav {
    display: none;
  }

  .border_line.is-about {
    margin-left: 0;
  }

  .border_line.is-about.is-secondary, .border_line.is-about.is-secondary-nav {
    display: none;
  }

  .border_line.is-about.is-signature {
    max-width: 2.5rem;
  }

  .border_line.is-about.is-secondary, .border_line.is-about.is-secondary-nav {
    display: none;
  }

  .border_line.is-design {
    max-width: 3.75rem;
  }

  .border_line.is-right {
    max-width: 100%;
  }

  .hero_content.is-right {
    text-align: center;
    text-align: center;
  }

  .hero_content-bottom {
    margin-bottom: -18vh;
  }

  .about_video-wrapper._5 {
    margin: 0% 0% 0% 5%;
  }

  .about_video-wrapper.purchase {
    width: 80%;
    bottom: 24%;
    left: 0%;
  }

  .about_grid {
    grid-template-columns: 1fr;
  }

  .about_component {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section_about {
    background-size: 96% 95%;
  }

  .about_content-right {
    padding-left: 2.5rem;
  }

  .about_content-right.is-forest {
    padding-left: 4rem;
  }

  .about_content-right.is-forest.left {
    max-width: none;
    padding-left: 2.5rem;
  }

  .about_content-right.is-forest.left._5 {
    margin-right: 5%;
  }

  .about_content-right.is-forest._100 {
    max-width: none;
    padding-left: 2.5rem;
  }

  .about_content-right.is-forest._100.is-purchase {
    padding-right: 2.5rem;
  }

  .about_content-right.is-forest.f-olumpic {
    max-width: 88%;
    padding-left: 0;
  }

  .about_sub-title-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .about_sub-title-wrapper.is-design {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .about_sub-title-wrapper.is-signature {
    text-align: left;
  }

  .about_sub-title-wrapper.is-signature.is-right {
    text-align: right;
  }

  .about_sub-title-wrapper.is-signature.is-right.center {
    justify-content: center;
    align-items: center;
  }

  .design_progress-bar {
    opacity: 0;
  }

  .design_tab-wrapper {
    grid-row-gap: 3rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .design_tab-wrapper.is-nature {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/68489f0e8c51cf814e75b4dd_explore-nature.avif");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .design_tab-wrapper.is-sleep {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/68489f0e8c51cf814e75b4de_IGP_3621.avif");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .design_tab-wrapper.is-celebrate {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/6848d5e29c91ace27dbf1187_celebration-tab-small%202.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .design_tabs-menu.no-scrollbar {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    justify-content: space-between;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .design_tab-link {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: 0 auto;
  }

  .design_tab-link.w--current {
    border: 1px solid var(--_primitives---colors--theme-white);
    background-image: linear-gradient(#ffffff0d, #ffffff0d);
    flex: 0 auto;
  }

  .design_heading-text {
    letter-spacing: 1px;
    align-self: center;
    padding-left: .375rem;
    padding-right: .375rem;
    font-size: .85rem;
  }

  .signature_tabs {
    grid-template-columns: 1fr;
  }

  .login6_testimonial {
    width: 90vw;
  }

  .emerad_wrapper {
    max-width: 88%;
  }

  .footer-divider {
    margin-top: 1.5rem;
  }

  .h-flex--40px {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .h-flex--40px.nav.nav-page-mobile-links-block {
    margin-top: .5rem;
  }

  .footer-copyright-center, .footer-label {
    font-size: 1rem;
  }

  .form.giftcard {
    flex-flow: column;
  }

  .emerald_line {
    width: 86%;
    height: 96%;
    top: 2%;
  }

  .border_line-wrapper.neww {
    width: 85%;
  }

  .border_line-wrapper-left.is-secondary {
    width: 96%;
  }

  .cta_section-button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section_pricing {
    background-size: 96% 95%;
  }

  .pricing_component {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .price-button-text.small, .price-button-text.smaller, .price-button-text.secondary, .price-button-text.small, .price-button-text.smaller, .price-button-text.secondary {
    font-size: .8rem;
  }

  .compititive-wrapper {
    width: 100%;
  }

  .cta-content {
    max-width: 90%;
  }

  .text-change-wrapper {
    margin-top: 10px;
    padding-left: 0;
  }

  .h1-hero {
    font-size: 3.5rem;
  }

  .subtitle-wrapper.gift {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    padding-bottom: .5rem;
  }

  .h2-subtitle {
    letter-spacing: .1rem;
    font-size: .9rem;
  }

  .h2-subtitle.gift-card {
    letter-spacing: .1rem;
  }

  .h2-subtitle.is-desktop {
    display: none;
  }

  .h2-subtitle.is-mobile {
    display: block;
  }

  .h2-subtitle.center.show-mobile {
    margin-bottom: .75rem;
    display: block;
  }

  .h2-subtitle.center.hide-monile {
    display: none;
  }

  .side-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .side-btn-wrapper {
    display: none;
    top: 0;
    bottom: 0%;
  }

  .reservation-block {
    display: none;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .side-btn-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .side-btn-3 {
    padding: .125rem 0;
  }

  .full-screen {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/6912e3799f02fc5d2cc817cb_IGP_3621-ezgif.com-avif-to-png-converter.avif");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .cta-content-press {
    max-width: 90%;
  }

  .section_press {
    background-size: 96% 95%;
  }

  .slide-content-wrapper {
    max-width: 100%;
  }

  .nav-link {
    font-size: 1.7rem;
  }

  .nav-link.text-weight-medium.is-signature {
    letter-spacing: .24rem;
    letter-spacing: .24rem;
    font-size: 1.25rem;
  }

  .nav-link.center {
    text-align: center;
  }

  .nav-link.reverse.nav-page-mobile-text {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .nav-grid.page-nav-grid.main-nav-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex-space-between._1rem-space {
    flex-flow: column;
  }

  .flex-space-between.nav-bottom-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .contact-wrapper.nav-page-contact {
    display: none;
  }

  .about_content-right-nav {
    padding-left: 0;
  }

  .about_content-right-nav.is-forest {
    padding-left: 4rem;
  }

  .about_content-right-nav.is-forest.left {
    max-width: none;
    padding-left: 2.5rem;
  }

  .about_content-right-nav.is-forest.left._5 {
    margin-right: 5%;
  }

  .about_content-right-nav.is-forest._100 {
    max-width: none;
    padding-left: 2.5rem;
  }

  .about_content-right-nav.is-forest._100.is-purchase {
    padding-right: 2.5rem;
  }

  .about_content-right-nav.is-forest.f-olumpic {
    max-width: 88%;
    padding-left: 0;
  }

  .date-pick {
    align-self: stretch;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .8rem;
  }

  .date-pick.is-secondary, .date-pick.is-price {
    align-self: stretch;
  }

  .date-pick.is-secondary, .date-pick.is-price {
    align-self: stretch;
  }

  .date-pick.is-price.for-desktop {
    display: none;
  }

  .date-pick.is-price.for-mobile {
    display: inline-block;
  }

  .button-primary.center.nav-left-button {
    padding: .5rem 1rem;
  }

  .button-primary.for-mobile {
    display: block;
  }

  .button-primary.for-desktop {
    display: none;
  }

  .button-secondary.nav-page-mobile-button {
    padding: .5rem 1rem;
  }

  .design_link-hover.hide-mobile {
    display: block;
  }

  .nav-grid-copy.nav-page-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-wrape-white.hode-mobile {
    display: none;
  }

  .list.nav-page-mobile-list {
    margin-bottom: 0;
  }

  .list-item.nav-page-mobile-list-item {
    margin-top: 0;
    line-height: 1.5;
  }

  .navbar_logo-copy.navbar-main-logo {
    left: 50%;
    transform: translate(-50%);
  }

  .wrapper-nav {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }

  .image-logo.nav-page-logo, .image-logo.nav-page-logo-mobile, .image-logo.nav-page-logo, .image-logo.nav-page-logo-mobile {
    max-width: 5rem;
  }

  .foooverlay-textter-label-copy {
    font-size: 1rem;
  }

  .side-btn-3-copy {
    padding: .125rem 0;
  }

  .popup-content-wrapper {
    width: 80vw;
  }

  .popup-close-icon {
    width: 20px;
    right: 5%;
  }

  .flex-book-now {
    flex-flow: column;
  }

  .basecamp-projects-row {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .basecamp-hero-top {
    grid-row-gap: 1.5rem;
  }

  .basecamp-summary-list {
    display: none;
  }

  .basecamp-summary-list.show-mobile {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .basecamp-summary-list-style {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-slide-arrow {
    border-top-right-radius: 0;
    border-bottom-left-radius: .625rem;
    width: 50%;
    height: 3.25rem;
    inset: auto auto 0% 0%;
  }

  .testimonial-slide-arrow.right-arrow {
    border-top-style: none;
    border-left: 1px solid #c9c8c4;
    border-top-right-radius: .625rem;
    border-bottom-left-radius: 0;
  }

  .basecamp-choose-inner {
    margin-bottom: 3rem;
  }

  .basecamp-choose-content {
    grid-row-gap: 2.25rem;
    min-height: 28rem;
    padding: .7rem .7rem 5.25rem;
  }

  .testimonial-avatar {
    width: 3.5rem;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-slide-number {
    align-items: center;
    height: 3rem;
    padding-left: .7rem;
    bottom: -4rem;
  }

  .basecamp-choose-guide {
    margin-top: -2rem;
  }

  .testimonial-credit {
    grid-column-gap: 1rem;
  }

  .custom-list-wrapper.style-two.hide-from-mobile {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .subtitle-block {
    justify-content: flex-start;
    align-items: center;
  }

  .subtitle-block.is-design {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .subtitle-block.is-signature {
    text-align: left;
  }

  .subtitle-block.is-signature.is-right {
    text-align: right;
  }

  .subtitle-block.is-signature.is-right.center {
    justify-content: center;
    align-items: center;
  }

  .about_sub-title-wrapper-copy {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .25rem;
  }

  .about_sub-title-wrapper-copy.is-design {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .about_sub-title-wrapper-copy.is-signature {
    text-align: left;
  }

  .about_sub-title-wrapper-copy.is-signature.is-right {
    text-align: right;
  }

  .about_sub-title-wrapper-copy.is-signature.is-right.center {
    justify-content: center;
    align-items: center;
  }

  .basecamp-choose-title-block {
    margin-bottom: 2rem;
  }

  .text-size-medium-2 {
    font-size: .875rem;
  }

  .faq-content-block {
    width: 100%;
  }

  .faq-item {
    padding: 1rem .5rem;
  }

  .text-size-small-3.faq-content-list-item {
    white-space: normal;
    white-space: normal;
  }

  .faq-text {
    font-size: .875rem;
  }

  .faq-text.top-padding {
    white-space: normal;
    white-space: normal;
  }

  .basecamp-choose-items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.875rem;
  }

  .border_line-wrapper-left-copy.is-secondary {
    width: 96%;
  }

  .nav-left-block, .nav-left-block.show-from-mobile, .nav-left-block.show-from-mobile {
    width: auto;
  }

  .nav-logo-block.main-logo-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bascamp-content-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .basecamp-short-summary {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .basecamp-explore {
    justify-content: flex-start;
    align-items: center;
  }

  .basecamp-explore.is-design {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .basecamp-explore.is-signature {
    text-align: left;
  }

  .basecamp-explore.is-signature.is-right {
    text-align: right;
  }

  .basecamp-explore.is-signature.is-right.center {
    justify-content: center;
    align-items: center;
  }

  .nav-spacer-top {
    height: 2rem;
  }

  .navpage-logo-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-hero-border {
    border-width: .75rem;
    width: 100vw;
    height: 100vh;
  }

  .image-layer-01 {
    width: 100vw;
    height: 100vh;
  }

  .about-scroll-text {
    font-size: 1.25rem;
  }

  .about-scroll-text.enhancement-bottom-title, .about-scroll-text.what-includes-bottom-text {
    font-size: 1.125rem;
  }

  .about-scroll-text.scroll-title {
    text-indent: 100px;
    font-size: 1.125rem;
  }

  .about-scroll-text.enhancement-bottom-title, .about-scroll-text.what-includes-bottom-text {
    font-size: 1.125rem;
  }

  .button-3 {
    padding: 2.5vw 8vw;
    font-size: 3.8vw;
  }

  .about-paralax-block {
    min-height: 350px;
  }

  .ritual-cta-content-grid-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mt-32 {
    margin-top: 1rem;
  }

  .mt-32.text-uppercase {
    margin-top: 1.25rem;
  }

  .home-hero-bottom {
    text-align: center;
  }

  .arrow-button {
    width: 100%;
  }

  .arrow-button.hero-button {
    width: auto;
  }

  .div-block-30 {
    font-size: 1rem;
  }

  .home-hero-logo-image {
    width: 17vw;
  }

  .image-layer-02 {
    width: 100vw;
    height: 100vh;
  }

  .heading-style-h1-2 {
    font-size: 2.65rem;
  }

  .home-hero-inner {
    height: 100vh;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .background-image.layer-01 {
    object-position: 6% 50%;
  }

  .background-image.layer-02 {
    height: 70%;
    margin-bottom: -9rem;
  }

  .home-hero-top {
    text-align: center;
    align-items: center;
    max-width: 14.5rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .home-hero-logo {
    margin-bottom: 1.25rem;
  }

  .section-home-hero {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .heading {
    font-size: 10vw;
    line-height: 1;
  }

  .spacer-medium-2 {
    padding-top: 1rem;
  }

  .timeline-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-title {
    word-spacing: 2px;
    font-size: 2rem;
  }

  .image-layer-border-right {
    display: none;
  }

  .timeline-left {
    padding: 1rem;
  }

  .text-uppercase.text-white {
    font-size: 3.25vw;
  }

  .framework-list-title-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-large-2 {
    padding-top: 2rem;
  }

  .timeline-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .timeline-item.grid {
    grid-row-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .padding-horizontal-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ritual--hero-right.center-align {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .link-2 {
    font-size: 3.6vw;
  }

  .home-hero-subtitle {
    margin-top: .5rem;
    margin-bottom: 1.25rem;
    font-size: 5vw;
  }

  .home-hero-logo-text {
    font-size: 4.25vw;
  }

  .ritual-cta-block {
    padding: 1rem;
  }

  .nav-list-col {
    padding-left: 0;
  }

  .nav-list-col.is-forest {
    padding-left: 4rem;
  }

  .nav-list-col.is-forest.left {
    max-width: none;
    padding-left: 2.5rem;
  }

  .nav-list-col.is-forest.left._5 {
    margin-right: 5%;
  }

  .nav-list-col.is-forest._100 {
    max-width: none;
    padding-left: 2.5rem;
  }

  .nav-list-col.is-forest._100.is-purchase {
    padding-right: 2.5rem;
  }

  .nav-list-col.is-forest.f-olumpic {
    max-width: 88%;
    padding-left: 0;
  }

  .mega-nav-list {
    grid-template-columns: 1fr;
  }

  .what-diff-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .what-diff-list-inner-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-enhancement-grid-card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .enhancement-card {
    padding: 1.25rem;
  }

  .offering-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .includes-list-block {
    justify-content: center;
    align-items: flex-start;
  }
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff72269f-d040f9ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226a0-d040f9ae, #w-node-d2f18ecd-99ec-6817-82ce-7622ff7226a1-d040f9ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226a6-d040f9ae {
  align-self: start;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226ab-d040f9ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226ac-d040f9ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226af-d040f9ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226ce-d040f9ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226cf-d040f9ae, #w-node-d2f18ecd-99ec-6817-82ce-7622ff7226d0-d040f9ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226d5-d040f9ae {
  align-self: start;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226da-d040f9ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226db-d040f9ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226de-d040f9ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226fd-d040f9ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff7226fe-d040f9ae, #w-node-d2f18ecd-99ec-6817-82ce-7622ff7226ff-d040f9ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff722704-d040f9ae {
  align-self: start;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff722709-d040f9ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff72270a-d040f9ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d2f18ecd-99ec-6817-82ce-7622ff72270d-d040f9ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-d2f18ecd-99ec-6817-82ce-7622ff7226ab-d040f9ae, #w-node-d2f18ecd-99ec-6817-82ce-7622ff7226da-d040f9ae, #w-node-d2f18ecd-99ec-6817-82ce-7622ff722709-d040f9ae {
    grid-column: span 2 / span 2;
  }
}
