: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;
  --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);
  --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: #666;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral-dark: #444;
  --_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-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-xsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.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-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-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.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-h1 {
  letter-spacing: .5rem;
  text-transform: uppercase;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.2;
}

.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_giftcard {
  font-size: 3.5rem;
}

.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.no, .heading-style-h1.is-hero.no-wrap.no.center {
  font-size: 4rem;
}

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

.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.hide {
  display: block;
}

.heading-style-h1.is-hero.no-wrap.show-desktop, .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.is-mobile {
  display: none;
}

.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;
}

.button {
  border: .0625rem solid var(--_primitives---colors--theme-white);
  color: var(--_primitives---colors--theme-white);
  text-align: center;
  letter-spacing: .075rem;
  text-transform: uppercase;
  background-color: #0000;
  align-self: flex-start;
  min-width: 12.5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--_primitives---colors--theme-white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--_primitives---colors--theme-white);
  color: var(--_primitives---colors--theme-black);
  font-size: 1.25rem;
}

.button.is-secondary:hover {
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--white);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-price {
  align-self: flex-start;
}

.button.is-price.for-mobile {
  display: none;
}

.button.is-hero {
  letter-spacing: 4px;
  border-bottom-width: 0;
  transform: rotate(270deg);
}

.button.is-hero.is-mobile-only {
  border-bottom-width: .0625rem;
  transform: none;
}

.button.is-submit {
  align-self: stretch;
  margin-top: 1rem;
}

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

.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.is-about {
  align-self: center;
  font-size: 1.5rem;
  font-weight: 200;
}

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

.text-weight-light {
  font-weight: 300;
}

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

.form_input {
  color: var(--_primitives---colors--white);
  background-color: #fff0;
  border: 0 solid #ffffffa8;
  border-bottom-width: .0625rem;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--white);
}

.form_input::placeholder {
  color: #fff9;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/68489f0e8c51cf814e75b492_chevron-down.svg");
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/68489f0e8c51cf814e75b494_chevron-down-white.svg");
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60\<deleted\|relume-variable-neutral-white-60\>);
}

.form_input.is-white {
  border-width: 1px;
  border-color: var(--_primitives---colors--theme-white);
  align-self: stretch;
}

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

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

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

.padding-section-small.is-gifting.is-relative, .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-global {
  padding-left: 7rem;
  padding-right: 7rem;
}

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

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

.form_message-success {
  border: 1px solid var(--_primitives---colors--theme-white);
  color: var(--_primitives---colors--theme-white);
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar_logo {
  width: 100%;
  max-width: 7.5rem;
}

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

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

.navbar_menu-background {
  display: none;
  position: static;
}

.hero_content-wrapper {
  margin-bottom: 2.5rem;
  position: relative;
}

.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.gift {
  max-width: 100%;
}

.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;
}

.video-embed {
  border-radius: 0;
  width: 100%;
}

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

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

.hero_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  height: 80vh;
  margin-bottom: -10vh;
  display: flex;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.hero_component {
  flex-direction: column;
  align-items: center;
  height: 300vh;
  display: flex;
  position: relative;
}

.about_video-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  position: relative;
  overflow: hidden;
}

.about_video-wrapper.purchase {
  bottom: 20%;
  left: -5%;
}

.about_grid {
  grid-column-gap: 2rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 6.125rem;
  display: grid;
}

.about_grid.is-purchase {
  margin-bottom: 0;
  position: relative;
}

.about_grid.is-forest {
  margin-bottom: 0;
}

.about_component {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.about_component.is-secondary.is-relative {
  position: relative;
}

.section_about.is-secondary {
  z-index: 2;
  position: relative;
}

.section_about.is-first, .section_about.is-border, .section_about.is-secondary {
  z-index: 2;
  position: relative;
}

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

.section_about.is-border {
  z-index: 2;
  position: relative;
}

.about_content-right {
  padding-bottom: 2.5rem;
}

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

.about_video {
  height: 41.75rem;
}

.about_image {
  width: 100%;
  max-width: 37.75rem;
}

.about_content {
  letter-spacing: .03rem;
  font-size: 1rem;
  font-weight: 300;
}

.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-center {
  justify-content: center;
  align-items: center;
}

.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;
}

.design_wrapper {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
}

.design_progress-bar {
  z-index: 1;
  background-color: var(--_primitives---colors--theme-white);
  width: 33%;
  height: 2px;
  transition: width .2s;
  display: none;
  position: absolute;
  top: 101px;
}

.design_tab-progress-wrapper {
  color: #4b4a4f;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.design_circle {
  z-index: 2;
  opacity: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.design_tab-progress {
  opacity: .15;
  background-color: #4b4a4f;
  width: 100%;
  height: .1875rem;
  display: none;
}

.design_component {
  position: relative;
}

.design_tab-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-image: url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/68489f0e8c51cf814e75b4cf_Frame%202147225370.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 28rem;
  padding: 11rem 3.125rem 0;
  display: block;
  position: relative;
}

.design_tab-wrapper.is-nature {
  background-image: url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/68489f0e8c51cf814e75b4dd_explore-nature.avif");
}

.design_tab-wrapper.is-sleep {
  background-image: url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/68489f0e8c51cf814e75b4de_IGP_3621.avif");
}

.design_tab-wrapper.is-celebrate {
  background-image: url("https://cdn.prod.website-files.com/68489f0e8c51cf814e75b443/6848d5e29c91ace27dbf1187_celebration-tab-small%202.jpg");
}

.design_tabs-menu {
  color: var(--_primitives---colors--neutral);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
  overflow: auto;
}

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

.design_tab-change {
  display: none;
}

.design_tab-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--_primitives---colors--white);
  background-color: #ddd0;
  border-bottom: 1px solid #4b4a4f26;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  transition: color .2s;
  display: flex;
}

.design_tab-link.w--current {
  border-bottom-color: var(--_primitives---colors--theme-white);
  color: var(--_primitives---colors--white);
  background-color: #0000;
}

.design_heading-text {
  color: var(--_primitives---colors--theme-white);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 300;
}

.design_circle-wrapper {
  border: .0625rem solid var(--_primitives---colors--theme-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: none;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
}

.design_content-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 47.9375rem;
  font-weight: 300;
  position: relative;
}

.hero_button-wrapper {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  max-width: 3.8rem;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

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

.design_link {
  color: var(--_primitives---colors--theme-white);
  letter-spacing: .125rem;
  text-transform: uppercase;
  text-decoration: none;
}

.signature_tabs {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: -.1875rem;
  display: grid;
}

.signature_tab-pane {
  text-align: right;
}

.signature_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.signature_component {
  max-width: 95%;
}

.signature_tab-link {
  opacity: .7;
  background-color: #ddd0;
  border-left: .375rem solid #0000;
  padding: 1.5rem 0 1.5rem 1.25rem;
  font-weight: 300;
}

.signature_tab-link.w--current {
  border-left-width: .125rem;
  border-left-color: var(--_primitives---colors--theme-white);
  opacity: 1;
  background-color: #ddd0;
}

.login6_testimonial {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.login6_testimonial-slide, .login6_slider-mask {
  width: 100%;
}

.login6_slide-nav {
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding-top: .25rem;
  font-size: .5rem;
  display: none;
  bottom: .5rem;
}

.login6_content {
  text-align: right;
  max-width: 34.875rem;
  height: auto;
  margin-left: auto;
}

.login6_arrow {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto auto 0%;
}

.login6_arrow.left {
  margin-right: 5rem;
  display: none;
}

.login6_arrow.right {
  margin-left: 5rem;
  display: none;
}

.signature_content {
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 300;
}

.olympic_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 45rem;
}

.track {
  background-color: #0000;
  height: 600vw;
}

.camera {
  background-color: #0000;
  width: 99vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  background-color: #0000;
  display: flex;
}

.item {
  background-color: #0000;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-right: 0;
  display: flex;
  position: relative;
  right: auto;
}

.emerad_wrapper {
  max-width: 41.25rem;
  margin-bottom: 1.25rem;
}

.section_emerald {
  z-index: 2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  position: relative;
}

.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;
}

.contact_grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(12.5rem, 27.8125rem) 1fr;
}

.contact_image {
  width: 100%;
}

.contact_form {
  margin-bottom: 0;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form.giftcard {
  flex-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.design_tab-overlay {
  z-index: 0;
  background-color: #00000080;
  font-weight: 300;
  position: absolute;
  inset: 0%;
}

.design_content-text {
  letter-spacing: 1px;
}

.item_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  background-color: #0000007d;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  max-height: 45rem;
  padding: 4rem;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 50% 0%;
  transform: translate(0, -50%);
}

.item_heading {
  letter-spacing: 1px;
  font-size: 1.25rem;
  font-weight: 300;
}

.text-under-line {
  text-decoration: underline;
}

.text-block {
  letter-spacing: 1px;
}

.border_line-wrapper {
  z-index: -1;
  width: 85%;
  height: 90%;
  position: absolute;
  inset: 50% 0% 50% auto;
  transform: translate(0, -50%);
}

.border_line-wrapper.is-left {
  left: 0%;
  right: auto;
}

.border_line-wrapper.neww {
  border-right: 1px solid var(--_primitives---colors--theme-white);
  width: 60%;
  right: 10%;
}

.border_top {
  background-color: var(--_primitives---colors--theme-white);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.border_left {
  background-color: var(--_primitives---colors--theme-white);
  width: 1px;
  height: 0%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.border_left.is-width-0 {
  width: 0;
}

.border_bottom {
  background-color: var(--_primitives---colors--theme-white);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border_right-left {
  background-color: var(--_primitives---colors--theme-white);
  width: 1px;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.border_right-left.is-width-0 {
  width: 0;
}

.border_top-left {
  background-color: var(--_primitives---colors--theme-white);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.border_bottom-left {
  background-color: var(--_primitives---colors--theme-white);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.border_line-wrapper-left {
  z-index: -1;
  width: 85%;
  height: 90%;
  position: absolute;
  inset: 50% auto 50% 0%;
  transform: translate(0, -50%);
}

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

.cta_section-button-wrapper {
  margin-top: 2rem;
  display: none;
}

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

.hero-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.subtitle {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-end start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.subtitle.gift-page {
  position: static;
}

.subtitle-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: .5rem;
  display: flex;
}

.subtitle-wrapper.gift {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

.h2-subtitle {
  letter-spacing: .1rem;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: .8;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.h2-subtitle.is-mobile {
  display: none;
}

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

.h2-subtitle.center.show-mobile {
  display: none;
}

.btn-text {
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 150px;
  font-size: 1rem;
  display: flex;
  transform: rotate(-90deg);
}

.btn-text.close {
  display: none;
}

.btn-text.open {
  font-size: 1rem;
}

.side-btn-wrapper {
  z-index: 8;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #e5dfdc;
  letter-spacing: 3px;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: var(--component-button--font-weight);
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition-property: box-shadow, border-color;
  transition-duration: .3s, .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1), cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: inset 0 0 #0000;
}

.side-btn-3 {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  color: #e5dfdc;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: var(--component-button--font-weight);
  background-color: #1d1c2200;
  border: 1px solid #e5dfdc;
  border-right-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 2em .5em;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  display: inline-flex;
}

.side-btn-3:hover {
  color: #222127;
  background-color: #e5dfdc;
}

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

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

  .heading-style-h1.is-hero, .heading-style-h1.is-hero.no-wrap, .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-h4.is-about, .heading-style-h4.is-press, .heading-style-h4.is-press, .heading-style-h4.is-about, .heading-style-h4.is-press, .heading-style-h4.is-press {
    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 {
    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%;
  }
}

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

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

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

  .heading-style-h4.is-about, .heading-style-h4.is-press, .heading-style-h4.is-press, .heading-style-h4.is-about, .heading-style-h4.is-press, .heading-style-h4.is-press {
    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;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h1.is-hero.is-left {
    text-align: left;
  }

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

  .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%;
  }
}

@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;
  }

  .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.no-wrap.no, .heading-style-h1.is-hero.no-wrap.no.center, .heading-style-h1.is-hero.no-wrap.show-desktop {
    text-align: center;
  }

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

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

  .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-about, .heading-style-h4.is-press, .heading-style-h4.is-press {
    font-size: 1.25rem;
  }

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

  .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;
  }

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

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

  .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_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.is-design {
    margin-left: auto;
  }

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

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

  .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;
  }

  .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;
  }
}

@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;
  }

  .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-about, .heading-style-h4.is-press, .heading-style-h4.is-press {
    font-size: 1rem;
  }

  .heading-style-h3 {
    letter-spacing: .125rem;
    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;
  }

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

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

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

  .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 {
    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;
  }
}

@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-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 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .heading-style-h1.is-hero.no-wrap.no.center.is-mobile {
    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;
  }

  .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-h3 {
    font-size: 1.5rem;
  }

  .padding-global.is-forest.no-5 {
    padding-left: 0%;
  }

  .navbar {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }

  .hero_grid {
    text-align: center;
  }

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

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

  .border_line.is-about.is-secondary {
    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;
  }

  .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 {
    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%;
  }
}

#w-node-_08aa1b35-ea6e-206c-8179-9f70dd5cc3db-4e75b444 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_08aa1b35-ea6e-206c-8179-9f70dd5cc3ee-4e75b444 {
  place-self: end;
}

#w-node-c3c7997b-65c7-7fb6-f270-69ce36ea4ddd-4e75b444 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2eba02d1-4d3b-d9cc-0f6d-8dec6d0e4e02-4e75b444 {
    align-self: auto;
  }

  #w-node-b6f651ce-6268-a4ae-5346-e939803551a8-4e75b444 {
    order: -9999;
  }

  #w-node-_6ab0edf9-5ff6-ac45-bb83-6961c754f24c-4e75b444 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_08aa1b35-ea6e-206c-8179-9f70dd5cc3db-4e75b444 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ab0edf9-5ff6-ac45-bb83-6961c754f24c-4e75b444 {
    order: 9999;
  }
}
