@font-face {
  font-family: Akkurat;
  src: url('../fonts/Akkurat-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akkurat;
  src: url('../fonts/Akkurat-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Akkurat;
  src: url('../fonts/Akkurat-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akkurat;
  src: url('../fonts/Akkurat-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Akkurat;
  src: url('../fonts/Akkurat-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akkurat;
  src: url('../fonts/Akkurat-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Akkurat;
  src: url('../fonts/Akkurat-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akkurat;
  src: url('../fonts/Akkurat-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sofia Sans Condensed;
  src: url('../fonts/SofiaSansCondensed-VariableFont_wght.woff2') format("woff2"), url('../fonts/SofiaSansCondensed-VariableFont_wght.woff') format("woff");
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yeseva One;
  src: url('../fonts/YesevaOne-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--lemon-chiffon);
  --_typography---font-styles--body: "Akkurat", sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--black);
  --_typography---font-styles--heading-1: "Sofia Sans Condensed", Impact, sans-serif;
  --_primitives---opacity--white-60: #fff9;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --color-scheme-1--accent-2: var(--_primitives---colors--chartreuse-green);
  --_typography---font-styles--heading-2: "Yeseva One", Georgia, sans-serif;
  --color-scheme-1--foreground: var(--_primitives---colors--black);
  --_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: transparent;
  --color-scheme-1--accent-1: var(--_primitives---colors--yellow);
  --_primitives---colors--neutral-lightest: #f6f6f7;
  --_primitives---colors--black: #111;
  --_primitives---opacity--white-80: #fffc;
  --_primitives---opacity--white-40: #fff6;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--black);
  --_ui-styles---radius--medium: 0px;
  --_primitives---colors--neutral-dark: #444;
  --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: .5rem;
  --_ui-styles---radius--large: 0px;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--yellow: #f1df00;
  --_primitives---colors--chartreuse-green: #185e00;
  --_primitives---colors--tomato-red: #e38717;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --color-scheme-1--accent-3: var(--_primitives---colors--red);
  --_primitives---colors--red: #c32026;
  --color-scheme-1--accent-4: var(--_primitives---colors--tomato-red);
  --_primitives---colors--lemon-chiffon: #fff9c7;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_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;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading-1);
  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-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading-1);
  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-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading-1);
  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-1);
  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 {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

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

.container-large.is-process {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.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-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 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-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;
}

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

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

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.text-size-medium.white-60 {
  color: var(--_primitives---opacity--white-60);
}

.text-size-medium.black-60 {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.margin-top-auto {
  margin-top: auto;
}

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

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-small.is-footer {
  width: 1rem;
  height: 1rem;
}

.heading-style-h2 {
  color: var(--color-scheme-1--accent-2);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}

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

.heading-style-h2.font-heading2 {
  font-family: var(--_typography---font-styles--heading-2);
  text-transform: uppercase;
  font-size: 2rem;
}

.heading-style-h2.is-cta2 {
  color: #bf4e07;
  font-weight: 500;
}

.heading-style-h2.is-cta2-slide {
  color: var(--color-scheme-1--foreground);
  font-weight: 500;
  line-height: 1;
}

.heading-style-h2.is-cta4 {
  color: var(--color-scheme-1--foreground);
  font-weight: 500;
}

.heading-style-h2.overlay {
  color: var(--color-scheme-1--text);
  text-shadow: 0 11px 8px #fff3;
  font-size: 3rem;
  font-weight: 900;
}

.heading-style-h2.is-resources {
  color: var(--color-scheme-1--text);
  font-size: 3rem;
}

.heading-style-h2.is-custom01 {
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading-1);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  color: #185e00;
  letter-spacing: -.2rem;
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.11;
}

.heading-style-h1.is-sleep-test {
  font-size: 3.4rem;
}

.heading-style-h1.text-color-white {
  letter-spacing: -.15rem;
}

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

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--_typography---font-styles--heading-1);
  color: #111;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #fff;
  background-image: linear-gradient(315deg, #fff426, #fff426 33%, #faa538 69%, #fff426);
  border: 2px #fff426;
  border-radius: 100vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 3.5rem;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  transform: scale(1.025);
}

.button.is-link {
  background-color: var(--_primitives---opacity--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);
  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 {
  border: 1px solid var(--color-scheme-1--accent-2);
  background-color: var(--color-scheme-1--accent-2);
  color: var(--color-scheme-1--background);
  background-image: none;
}

.button.is-secondary:hover {
  color: #fff;
  background-color: #185e00;
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--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(--color-scheme-1--accent-1);
  color: var(--color-scheme-1--foreground);
}

.button.is-alternate:hover {
  background-color: #ffac2e;
}

.button.is-nav {
  font-size: 2rem;
}

.button.is-nav:hover {
  background-color: var(--color-scheme-1--accent-1);
}

.button.is-tertiary {
  border-color: var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  text-decoration: underline;
}

.button.is-tertiary:hover {
  border-color: var(--color-scheme-1--accent-1);
  background-color: var(--color-scheme-1--accent-1);
}

.button.is-custom1 {
  flex: none;
  padding: .875rem 2.15rem;
  font-size: .875rem;
}

.button.is-custom1:hover {
  border-color: var(--_primitives---colors--black);
  background-color: var(--_primitives---colors--black);
}

.button.is-short {
  padding: .85rem 1.75rem;
}

.button.is-custom01 {
  color: var(--color-scheme-1--accent-1);
  text-transform: uppercase;
}

.button.is-custom01:hover {
  border-color: var(--_primitives---colors--black);
  background-color: var(--_primitives---colors--black);
  color: var(--color-scheme-1--foreground);
}

.button.is-red {
  border-color: var(--_primitives---colors--white);
  background-color: var(--color-scheme-1--accent-2);
  color: var(--color-scheme-1--foreground);
}

.button.is-red:hover {
  background-color: #f12a11;
}

.button.is-product {
  border-color: var(--_primitives---colors--white);
  background-color: var(--color-scheme-1--accent-1);
  color: var(--color-scheme-1--foreground);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button.is-product:hover {
  background-color: #ffac2e;
}

.button.is-pricing {
  border-color: var(--color-scheme-1--accent-1);
  background-color: var(--color-scheme-1--accent-1);
  color: var(--color-scheme-1--foreground);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.button.is-pricing:hover {
  background-color: #000;
  border-color: #000;
}

.button.top-margin {
  margin-top: 2rem;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

.text-size-regular.white-80 {
  color: var(--_primitives---opacity--white-80);
}

.text-size-regular.white-40 {
  color: var(--_primitives---opacity--white-40);
}

.text-size-regular.black-60 {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.text-size-regular.white-60 {
  color: var(--_primitives---opacity--white-60);
}

.text-size-regular.is-mission-vision {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.is-process {
  font-family: var(--_typography---font-styles--heading-2);
  color: var(--color-scheme-1--foreground);
  text-transform: uppercase;
}

.heading-style-h3.is-help {
  font-family: var(--_typography---font-styles--heading-2);
  color: var(--color-scheme-1--accent-2);
  text-transform: uppercase;
  font-size: 2rem;
}

.icon-1x1-large {
  color: var(--_primitives---opacity--neutral-darkest-60);
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large:hover {
  color: #185e00;
}

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  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--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.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('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-80);
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

.text-weight-semibold {
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

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

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading-1);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.text-size-small.white-40 {
  color: var(--_primitives---opacity--white-40);
}

.text-size-small.black-60 {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

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

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  color: var(--color-scheme-1--foreground);
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small:hover {
  color: var(--color-scheme-1--accent-1);
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2 {
  color: var(--color-scheme-1--accent-2);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  color: var(--_primitives---colors--neutral-dark);
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.text-rich-text a:hover {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text ol, .text-rich-text ul {
  color: var(--_primitives---colors--neutral-dark);
  font-size: 1.15rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.text-size-large.white-60 {
  color: var(--_primitives---opacity--white-60);
}

.text-size-large.white-80 {
  color: var(--_primitives---opacity--white-80);
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

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

.padding-global.padding-section-large.is-hero, .padding-global.padding-section-large.is-here {
  padding-top: 12rem;
}

.padding-global.padding-section-large.is-recipe {
  padding-top: 11rem;
  padding-bottom: 0;
}

.padding-global.padding-section-large.is-about-us-hero {
  padding-top: 11rem;
  padding-bottom: 4rem;
}

.padding-global.padding-section-large.is-recipes {
  padding-top: 7rem;
  padding-bottom: 0;
}

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

.padding-global.padding-section-hero {
  padding-top: 12rem;
  padding-bottom: 5rem;
}

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

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

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

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

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

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

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent-1);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

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

.hidden-ui-elements {
  display: none;
}

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

.rl-styleguide_logo {
  width: 10rem;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.logo-link {
  color: var(--color-scheme-1--foreground);
  max-width: 10rem;
  padding-left: 0;
}

.logo-link.is-nav {
  z-index: 2;
  flex: none;
  max-width: 10rem;
  transition: transform .4s;
}

.logo-link.is-nav:hover {
  transform: scale(1.02);
}

.logo-link.is-footer {
  max-width: 12rem;
}

.logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo-text {
  display: none;
}

.nav-menu {
  z-index: 1;
  background-color: #0000;
  background-image: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: visible;
}

.nav-link-list {
  z-index: 2;
  color: var(--color-scheme-1--foreground);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 2.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-list-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5rem;
}

.nav-link-list-item.is-socials {
  display: none;
}

.nav-link {
  font-family: var(--_typography---font-styles--heading-1);
  color: var(--color-scheme-1--foreground);
  text-transform: uppercase;
  align-items: center;
  padding: .25rem 1.5rem;
  font-weight: 900;
  display: flex;
}

.nav-link:hover {
  color: #185e00;
}

.nav-link.w--current {
  color: var(--color-scheme-1--accent-2);
}

.nav-link.is-dropdown, .nav-link.is-dropdown-list {
  padding-right: 20px;
}

.nav-link.is-button {
  color: var(--color-scheme-1--foreground);
  font-size: .875rem;
}

.nav-link.is-button:hover {
  color: var(--color-scheme-1--accent-1);
}

.nav-dropdown {
  color: var(--color-scheme-1--foreground);
}

.nav-dropdown-icon {
  margin: 0 0 0 1em;
  position: relative;
}

.nav-button-wrapper {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-button {
  z-index: 2;
  padding: 0;
  transition: all .4s;
}

.nav-menu-button:hover {
  transform: scale(1.1);
}

.nav-menu-button.w--open {
  background-color: #0000;
}

.nav-menu-button-lottie {
  width: 2rem;
  height: 2rem;
  line-height: 0;
}

.footer {
  background-color: var(--color-scheme-1--background);
  background-image: url('../images/baguio-oil-pattern-bg.svg');
  background-position: 50%;
  background-size: cover;
}

.footer-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-content_02 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.footer-social-icons_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-text {
  opacity: 0;
  font-size: 0;
  line-height: 0;
}

.footer-content_01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-links_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-links_wrapper.is-products {
  padding-right: 1rem;
}

.footer-links_heading {
  color: var(--color-scheme-1--foreground);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.16;
}

.footer-links_divider {
  background-color: var(--color-scheme-1--foreground);
  width: 2rem;
  height: 1px;
  margin-top: .69rem;
  margin-bottom: .69rem;
}

.footer-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links.is-custom-margin {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.footer-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color-scheme-1--foreground);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: var(--color-scheme-1--accent-2);
}

.footer-link.with-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 100%);
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  place-items: flex-start start;
  margin-bottom: .5rem;
  line-height: 1;
  display: flex;
}

.footer-link.is-link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.footer-link.is-link-block:hover {
  transform: translate(4px);
}

.footer-link.white-40 {
  color: var(--_primitives---opacity--white-40);
}

.footer-link_icon {
  flex: none;
  width: 1.04675rem;
  height: 1rem;
  font-size: 0;
  line-height: 0;
}

.footer-content_03 {
  grid-column-gap: 1.19rem;
  grid-row-gap: 1.19rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-optin-header {
  color: var(--color-scheme-1--foreground);
  font-size: 1.5rem;
}

.email-optin-form_block {
  margin-bottom: 0;
}

.email-optin-form {
  justify-content: flex-start;
  align-items: stretch;
  height: 3rem;
  display: flex;
  overflow: hidden;
}

.email-optin-form_field {
  color: #000;
  height: 100%;
  margin-bottom: 0;
}

.email-optin-form_button {
  height: 100%;
}

.email-optin-form_button:hover {
  background-color: #2578c0;
}

.footer-year {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section {
  background-color: var(--color-scheme-1--background);
  background-image: url('../images/baguio-oil-pattern-bg.svg');
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.section.is-home-hero {
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  overflow: clip;
}

.section.is-testimonial1 {
  background-color: #fff9c7;
  position: relative;
  overflow: clip;
}

.section.is-cta1 {
  position: relative;
}

.section.is-wellness {
  overflow: hidden;
}

.section.is-process {
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: clip;
}

.section.is-story, .section.is-reason, .section.is-testimonial2 {
  overflow: hidden;
}

.section.is-cta3 {
  position: relative;
}

.section.is-cta4 {
  background-color: var(--_primitives---colors--black);
  overflow: hidden;
}

.section.is-cta5, .section.is-oral-appliance-hero {
  position: relative;
}

.section.is-about, .section.is-help {
  overflow: hidden;
}

.section.is-solution {
  position: relative;
  overflow: clip;
}

.section.is-experts {
  overflow: hidden;
}

.section.is-sleep-test-hero {
  position: relative;
}

.section.is-steps, .section.is-product1 {
  overflow: hidden;
}

.section.is-pricing {
  background-color: #fdb88314;
  background-image: url('../images/pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.section.is-faq {
  overflow: hidden;
}

.section.is-testimonial4 {
  background-image: url('../images/bg-img10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.is-contact {
  overflow: hidden;
}

.section.is--slider {
  position: relative;
}

.section.is--nav {
  z-index: 900;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.section.is-home-recipes {
  background-color: #185e00;
  position: relative;
  overflow: hidden;
}

.section.is-marquee {
  background-color: var(--color-scheme-1--accent-2);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section.is-categories {
  background-color: #fff9c7;
  position: relative;
  overflow: hidden;
}

.section.is-404 {
  height: 100vh;
  position: relative;
}

.section.is-recipe {
  overflow: visible;
}

.section.is-timeline {
  padding-top: 100vh;
  position: relative;
  overflow: visible;
}

.section.is-mission-vision {
  position: relative;
  overflow: clip;
}

.section.is-evolution {
  position: relative;
}

.section.is-trusted {
  background-color: var(--_primitives---colors--chartreuse-green);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.image-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-placeholder.fit-contain {
  object-fit: contain;
  width: 100%;
}

.image-placeholder.is-product {
  object-fit: contain;
  width: 80%;
  height: 80%;
  inset: auto;
}

.image-placeholder.cursor-pointer {
  cursor: pointer;
  transition: transform .3s;
}

.image-placeholder.cursor-pointer:hover {
  transform: scale(1.05);
}

.image-placeholder.zoom-on-hover {
  cursor: pointer;
  transition: transform .3s;
}

.image-placeholder.zoom-on-hover:hover {
  transform: scale(1.05);
}

.image-placeholder.is-hero, .image-placeholder.is-recipes {
  inset: 3rem 0 0;
}

.bg-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#02288600, #02288640 33%, #cc640c);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-overlay._02 {
  background-image: linear-gradient(#02288600, #00000040 33%, #cc640c);
  height: 90%;
}

.bg-overlay._03 {
  background-image: linear-gradient(156deg, #fe743300 50%, #fa7c51cc), linear-gradient(#604b5000, #3b2839), linear-gradient(#f9e06478, #fb643733);
  width: 100%;
  height: 100%;
}

.bg-overlay._04 {
  background-image: linear-gradient(#02288600, #cc640c40 33%, #cc640c);
}

.bg-overlay._05 {
  background-image: linear-gradient(#02288600, #00000040 33%, #b85015);
  height: 100%;
}

.bg-overlay._06 {
  opacity: .45;
  background-image: linear-gradient(135deg, #0000, #000 72%);
  height: 100%;
}

.bg-overlay._07 {
  z-index: 1;
  background-color: var(--color-scheme-1--accent-1);
  opacity: .41;
  background-image: none;
  width: 100%;
  height: 100%;
  inset: 0%;
}

.bg-overlay._08 {
  background-image: linear-gradient(#02288640, #cc640c);
  height: 100%;
}

.bg-overlay._09 {
  background-image: linear-gradient(#0000, #5a2f26);
  height: 100%;
}

.hero {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero.is-sleep-test {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 40rem;
  max-width: 100%;
}

.hero-heading {
  z-index: 2;
  width: 40rem;
  max-width: 100%;
  position: relative;
}

.hero-heading.is-oral-appliance {
  width: 100%;
}

.hero-heading.is-sleep-test {
  z-index: 3;
  width: 100%;
}

.hero-subtext {
  z-index: 3;
  max-width: 100%;
  margin-top: .5rem;
  position: relative;
}

.hero-subtext.is-oral-appliance {
  width: 100%;
  margin-top: 1.75rem;
  margin-bottom: 2rem;
}

.hero-subtext.is-sleep-test {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.button-wrapper {
  z-index: 3;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-wrapper.is-cta2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 4rem;
}

.button-wrapper.is-process {
  margin-top: .5rem;
}

.button-wrapper.is-experts {
  margin-top: 1.75rem;
}

.button-wrapper.is-solutions {
  z-index: 5;
}

.button-wrapper.is-contact-form {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.button-wrapper.is-recipe {
  margin-top: 4rem;
}

.show-desktop {
  display: block;
}

.show-mobile {
  display: none;
}

.link-icon {
  flex: none;
  width: .9rem;
  height: .9rem;
  font-size: 0;
  line-height: 0;
}

.footer-content_04 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.weglot-form-block {
  color: var(--color-scheme-1--foreground);
  margin-bottom: 0;
}

.weglot-select-field {
  color: var(--color-scheme-1--foreground);
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
}

.weglot-dropdown {
  color: var(--color-scheme-1--foreground);
  margin-left: 0;
  margin-right: 0;
}

.weglot-dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.weglot-dropdown-toggle:hover {
  color: var(--color-scheme-1--accent-1);
}

.weglot-dropdown-navigation.w--open {
  background-color: #0000;
  bottom: 2rem;
}

.weglot-dropdown-link {
  padding: 10px 0;
}

.weglot-dropdown-link:hover {
  color: var(--color-scheme-1--accent-1);
}

.types-of-products {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta1 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 11rem;
  padding-bottom: 11rem;
  display: flex;
}

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

.process {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300vh;
  position: relative;
}

.process.is-help {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.story {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.reason {
  background-color: var(--_primitives---opacity--neutral-darkest-60);
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.testimonial2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.cta3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: 4rem;
  padding-bottom: 6rem;
  display: flex;
}

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

.cta5 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 6rem;
  display: flex;
}

.testimonial1-heading {
  color: var(--color-scheme-1--accent-2);
  letter-spacing: -3px;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
}

.swiper-js {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-js.is-testimonial1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin: 2.5rem auto 2rem;
  display: flex;
  position: relative;
}

.swiper-js.is-testimonial2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  position: static;
}

.swiper-js.is-cta2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 2.5rem auto 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-js.is-experts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  position: static;
  overflow: hidden;
}

.swiper-js.is-recipe {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-js.is-marquee {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.swiper-js.is-history {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.swiper-bullet-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
}

.swiper-bullet-wrapper.is-cta2, .swiper-bullet-wrapper.is-cta4 {
  margin-top: 1rem;
}

.swiper-bullet-wrapper.bottom-margin {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.swiper-bullet {
  background-color: #f1df0080;
  border-radius: 100vw;
  width: 2rem;
  height: .5rem;
  padding: 0;
}

.swiper-bullet.is-active {
  background-color: var(--color-scheme-1--accent-2);
  background-image: linear-gradient(315deg, var(--_primitives---colors--yellow), var(--_primitives---colors--yellow) 33%, var(--_primitives---colors--tomato-red) 69%, var(--_primitives---colors--yellow));
}

.swiper-bullet.is-active.is-black {
  background-color: var(--color-scheme-1--text);
}

.swiper-bullet.is-cta4 {
  background-color: #f6f6f7;
}

.swiper-bullet.is-cta4.is-active {
  background-color: var(--color-scheme-1--accent-1);
}

.swiper-bullet.is-cta2.is-active {
  background-color: var(--_primitives---colors--black);
}

.swiper-bullet-icon {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.swiper {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.swiper.is-testimonial2 {
  position: static;
}

.swiper.is-cta2 {
  border-radius: var(--_ui-styles---radius--small);
  overflow: hidden;
}

.swiper.myswiper {
  z-index: 6;
  max-width: 65rem;
  position: relative;
  overflow: hidden;
}

.swiper.is-recipes {
  z-index: 2;
  position: relative;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-testimonial2 {
  position: static;
}

.swiper-wrapper.is-experts {
  position: relative;
}

.swiper-wrapper.is-recipes {
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
}

.swiper-slide {
  border-radius: var(--_ui-styles---radius--small);
  text-align: center;
  flex: none;
  width: 33.3333%;
  max-width: 100%;
  position: relative;
}

.swiper-slide.is-testimonial2 {
  border-radius: 0;
  width: 17.8125rem;
  max-width: 100%;
  height: auto;
  transition: transform .4s;
  position: static;
}

.swiper-slide.is-testimonial2:hover {
  filter: saturate(200%);
  transform: scale(1.02);
}

.swiper-slide.is-cta2 {
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 44rem;
  text-decoration: none;
}

.swiper-slide.is-experts {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15rem;
  max-width: 100%;
  height: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.swiper-slide.is-recipes {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35rem;
  overflow: visible;
}

.swiper-slide.is-marquee {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  color: var(--_primitives---colors--white);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-size: 1.5rem;
  display: flex;
}

.swiper-slide.is-history {
  text-align: left;
  cursor: grab;
  width: 100%;
}

.product-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  position: relative;
}

.product-link:hover {
  filter: saturate(125%);
  transform: scale(1.02);
}

.cta1-heading {
  z-index: 3;
  position: relative;
}

.cta1-subtext {
  z-index: 3;
  width: 38rem;
  max-width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2.4rem;
  position: relative;
}

.wellness-image {
  width: 59.7265rem;
  max-width: 100%;
  height: 28.3784rem;
  position: relative;
}

.wellness-subtext {
  width: 35rem;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.height {
  height: 300dvh;
  position: relative;
}

.process-background-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  inset: 0%;
}

.process-background-img.fit-contain {
  object-fit: contain;
}

.sticky {
  width: 100%;
  height: 100dvh;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.story-heading {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.story-heading.font-heading2 {
  font-family: var(--_typography---font-styles--heading-2);
  text-transform: uppercase;
  font-size: 2rem;
}

.text-color-orange {
  color: #d76e06;
}

.story-heading-wrapper {
  width: 40rem;
  max-width: 100%;
}

.story-content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

.story-image {
  border-radius: var(--_ui-styles---radius--small);
  width: 47.4998rem;
  max-width: 100%;
  height: 26.7178rem;
  position: relative;
  overflow: hidden;
}

.story-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 28rem;
  max-width: 100%;
  display: flex;
}

.accredited-partners {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.accredited-partners-heading {
  color: var(--_primitives---opacity--neutral-darkest-60);
  font-size: 1rem;
  font-weight: 400;
}

.partners-logo-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.partners-logo {
  width: 16rem;
  height: 4rem;
  position: relative;
}

.partners-logo.absm {
  width: 13rem;
  height: 3.25rem;
}

.partners-logo.aphc {
  width: 4.39444rem;
  height: 3.89063rem;
}

.partners-logo.amsus {
  width: 9.86288rem;
  height: 3.89063rem;
}

.partners-logo.abdsm {
  width: 3.89063rem;
  height: 3.89063rem;
}

.reason-tabs {
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.reason-tabs-menu {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-bottom: 8%;
  display: flex;
  position: absolute;
}

.reason-tabs-content {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: static;
}

.reason-tab-link {
  opacity: .3;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reason-tab-link:hover {
  opacity: 1;
}

.reason-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.reason-tab-pane {
  width: 100%;
  height: 100%;
  position: static;
}

.background-video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.reason-img {
  border-radius: 100vw;
  width: 3rem;
  max-width: 100%;
  height: 3rem;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.reason-name {
  color: var(--color-scheme-1--foreground);
  font-size: 1rem;
  font-weight: 600;
}

.reason-position {
  color: var(--color-scheme-1--foreground);
  font-size: .875rem;
}

.reasons-quote-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24%;
  display: flex;
  position: relative;
}

.pre-heading {
  border: 1px solid var(--color-scheme-1--foreground);
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 1.5rem;
}

.pre-heading-text {
  color: var(--color-scheme-1--foreground);
  font-size: .875rem;
  font-weight: 500;
}

.reasons-quote {
  color: var(--color-scheme-1--foreground);
  letter-spacing: -.1rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.reasons-quote-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 58rem;
  max-width: 100%;
  display: flex;
}

.popup-overlay {
  z-index: 1000;
  background-color: #181d2499;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-overlay.is-testimonial2 {
  background-color: #181d2400;
  display: none;
}

.popup-close-overlay {
  position: absolute;
  inset: 0%;
}

.popup {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  max-width: 60rem;
  display: flex;
}

.popup-close-button {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  cursor: pointer;
  border-radius: 100vw;
  margin-left: auto;
  padding: 1rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.popup-close-button:hover {
  background-color: var(--_primitives---colors--neutral-lighter);
}

.popup-close-button.is-testimonial2 {
  background-color: var(--_primitives---colors--neutral-light);
}

.popup-close-button.is-testimonial2:hover {
  background-color: var(--_primitives---colors--neutral-lighter);
}

.iframe-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: flex;
  position: relative;
}

.iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
}

.popup-play-link-overlay {
  justify-content: center;
  align-items: center;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.popup-video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-play-link {
  opacity: .8;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  padding-left: 4px;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.popup-play-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.popup-play-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
}

.popup-script {
  display: none;
}

.trailer-popup-link {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  width: 7rem;
  height: 7rem;
  margin-bottom: 10%;
  margin-right: 2%;
  transition: transform .5s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.trailer-popup-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.testimonial2-heading-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.testimonial1-heading-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 28rem;
  max-width: 100%;
  padding-right: 5rem;
  display: flex;
}

.stats-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stats-wrapper.is-cta4 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.stats-wrapper.is-solution {
  grid-column-gap: 8.25rem;
  grid-row-gap: 8.25rem;
  justify-content: center;
  align-items: flex-start;
}

.stats {
  width: 8rem;
}

.stats.is-cta4 {
  width: 10rem;
}

.stats.is-solution {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  max-width: 100%;
  display: flex;
}

.stats-number {
  color: var(--color-scheme-1--accent-1);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.stats-number.is-solution {
  color: var(--color-scheme-1--foreground);
  font-size: 6rem;
  font-weight: 500;
}

.stats-label {
  font-weight: 500;
}

.stats-label.is-cta4 {
  color: var(--color-scheme-1--foreground);
}

.stats-label.is-solution {
  opacity: .8;
  color: var(--color-scheme-1--foreground);
  font-weight: 400;
}

.testimonial2-link {
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.testimonial2-image {
  border-radius: var(--_ui-styles---radius--small);
  width: 100%;
  max-width: 100%;
  height: 26.7188rem;
  position: relative;
  overflow: hidden;
}

.testimonial2-quote {
  font-size: .875rem;
  font-weight: 500;
}

.testimonial-text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .25rem;
  display: flex;
}

.testimonial2-name-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.testimonial2-name {
  color: var(--_primitives---colors--neutral);
  font-size: .75rem;
}

.testimonial2-name.comma {
  padding-right: 3px;
}

.cta2-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 58rem;
  max-width: 100%;
  display: flex;
}

.swiper-button {
  pointer-events: auto;
  color: var(--color-scheme-1--accent-2);
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 5rem;
  padding: 0;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-button:hover {
  color: var(--color-scheme-1--accent-3);
}

.swiper-button.prev {
  position: absolute;
  inset: auto auto auto 0%;
}

.swiper-button.next {
  position: absolute;
  inset: auto 0% auto auto;
}

.swiper-button.is-experts {
  border: 1px solid var(--color-scheme-1--accent-2);
  color: var(--color-scheme-1--accent-2);
  background-color: #0000;
  width: 4rem;
  height: 4rem;
  padding: 1.25rem;
  line-height: 0;
}

.swiper-button.is-experts:hover {
  background-color: var(--color-scheme-1--accent-2);
  color: var(--color-scheme-1--foreground);
}

.svg {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  line-height: 0;
}

.swiper-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.swiper-button-wrapper.is-experts {
  z-index: 5;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 12rem;
}

.swiper-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.swiper-heading {
  font-size: 1.4rem;
  font-weight: 500;
}

.cta2-logo {
  z-index: 3;
  border-radius: .375rem;
  width: 10.3125rem;
  max-width: 100%;
  height: 7.095rem;
  position: absolute;
  inset: auto 2rem 2rem auto;
  overflow: hidden;
}

.cta2-content {
  z-index: 4;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.cta2-pre-heading-list {
  color: var(--color-scheme-1--foreground);
  margin-top: 0;
  margin-bottom: 0;
}

.cta2-pre-heading-list-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.cta2-text-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta2-text-wrapper.is-location {
  margin-left: 1rem;
}

.cta2-text1 {
  color: var(--_primitives---opacity--white-80);
  letter-spacing: -.01638rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 300;
}

.cta2-text2 {
  color: var(--color-scheme-1--foreground);
  font-weight: 500;
  line-height: 1.25;
}

.cta2-heading-wrapper {
  width: 37rem;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cta2-text-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta3-content {
  z-index: 3;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 48rem;
  max-width: 100%;
  display: flex;
  position: relative;
}

.cta3-heading {
  color: var(--color-scheme-1--foreground);
  letter-spacing: -.2rem;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.cta4-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.cta4-stats-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 1rem;
  display: flex;
}

.cta4-text {
  width: 38rem;
  max-width: 100%;
}

.stats-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sticky-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.process-bg {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.process-bg.is-help {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.process-content {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem 5%;
  position: absolute;
  inset: 0%;
}

.process-content.is-help {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 30rem;
  padding: 0 0 0 20rem;
  display: flex;
  position: relative;
}

.process-cta-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40rem;
  max-width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.process-cta-wrapper.is-help {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  width: 35rem;
  padding-bottom: 4rem;
}

.process-number {
  color: var(--color-scheme-1--foreground);
  letter-spacing: -.66456rem;
  font-size: 12.75rem;
  font-weight: 500;
  line-height: .8;
  position: absolute;
}

.process-number._01.text-color-tomato, .process-number._02.text-color-tomato, .process-number._03.text-color-tomato {
  color: var(--_primitives---colors--tomato-red);
}

.div-block {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process-vertical-line {
  background-color: var(--color-scheme-1--accent-2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1px;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.process-line {
  background-color: var(--color-scheme-1--foreground);
  justify-content: center;
  align-items: flex-end;
  width: 3px;
  height: 20%;
  display: flex;
  position: relative;
}

.process-line.is-help {
  background-color: var(--color-scheme-1--accent-2);
}

.process-line-circle {
  background-color: var(--color-scheme-1--accent-2);
  color: var(--color-scheme-1--foreground);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1.15rem 1.15rem 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.process-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.process-number-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.cta5-heading {
  z-index: 3;
  width: 50rem;
  max-width: 100%;
  position: relative;
}

.cta5-heading.is-sleep-test {
  width: 45rem;
}

.cta5-subtext {
  z-index: 3;
  width: 28rem;
  max-width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2.4rem;
  position: relative;
}

.cta5-subtext.v2 {
  width: 25rem;
}

.about, .help {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.moneyback {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  background-image: url('../images/img17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4.25rem 2rem;
  display: flex;
}

.solution {
  text-align: center;
  background-image: url('../images/bg-img10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding: 4rem 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.experts {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

.stories {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.about-subtext {
  width: 72rem;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.about-image {
  cursor: pointer;
  width: 32.2031rem;
  max-width: 100%;
  height: 18.0716rem;
  transition: box-shadow .4s, transform .4s;
  position: relative;
}

.about-image:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 10px #0003;
}

.moneyback-icon {
  width: 2.34375rem;
  max-width: 100%;
  height: 2.34375rem;
  margin-bottom: 2rem;
  position: relative;
}

.moneyback-heading {
  font-family: var(--_typography---font-styles--heading-2);
  color: var(--color-scheme-1--foreground);
  font-size: 1.5rem;
  font-weight: 600;
}

.moneyback-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 34rem;
  max-width: 100%;
  display: flex;
}

.about-content {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
  display: flex;
}

.about-block-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-block {
  border-radius: var(--_ui-styles---radius--small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35.625rem;
  max-width: 100%;
  padding: 1.75rem 1.15rem 1.5rem;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 1px 10px #0000001a;
}

.about-block:hover {
  transform: translate(-5px);
}

.about-block-heading-wrapper {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-block-heading {
  font-family: var(--_typography---font-styles--heading-2);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}

.about-icon {
  color: var(--color-scheme-1--accent-1);
  width: 1.25rem;
  height: 1.25rem;
}

.about-list {
  margin-top: .75rem;
  margin-bottom: 0;
  padding-left: 4rem;
}

.about-list-item {
  color: var(--_primitives---opacity--neutral-darkest-60);
  margin-top: 0;
}

.help-subtext {
  width: 35rem;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.help-image {
  cursor: pointer;
  border-radius: 1.15363rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 36.8015rem;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-subtext {
  width: 55rem;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 2.4rem;
}

.experts-heading {
  font-family: var(--_typography---font-styles--heading-2);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}

.experts-subtext {
  width: 35rem;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.experts-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 52.5rem;
  max-width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.experts-text.hide-on-inactive {
  flex: none;
}

.stories-heading {
  color: var(--color-scheme-1--accent-2);
  text-transform: lowercase;
  font-size: 7.25rem;
}

.stories-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  display: grid;
}

.stories-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  background-color: #fd9f06;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 5rem 2rem;
  display: flex;
}

.stories-grid._02 {
  background-color: #fd6f08;
}

.stories-grid._03 {
  background-color: #f88236;
}

.stories-grid._04 {
  background-color: #f94b35;
}

.stories-grid-heading {
  font-family: var(--_typography---font-styles--heading-2);
  color: var(--color-scheme-1--foreground);
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: 600;
}

.stories-grid-text {
  color: var(--color-scheme-1--foreground);
}

.stories-grid-text-wrapper {
  width: 13rem;
  max-width: 100%;
}

.video-button {
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  width: 7rem;
  height: 7rem;
  transition: transform .5s;
  position: absolute;
}

.video-button:hover {
  opacity: 1;
  transform: scale(1.05);
}

.experts-image {
  border-radius: var(--_ui-styles---radius--small);
  width: 15rem;
  height: 29rem;
  position: relative;
  overflow: hidden;
}

.experts-name {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: inline-flex;
}

.swiper-jsnew {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-jsnew.is-testimonial1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin: 2.5rem auto 2rem;
  display: flex;
  position: relative;
}

.swiper-jsnew.is-testimonial2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  position: static;
}

.swiper-jsnew.is-cta2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 2.5rem auto 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-jsnew.is-experts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 74rem;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-3d {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spline {
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.solution-wrapper {
  height: 600vh;
}

.solution-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solutions-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 13.25rem;
  display: flex;
}

.solutions-text._01 {
  text-align: left;
}

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

.solutions-line {
  background-color: var(--color-scheme-1--foreground);
  justify-content: flex-end;
  align-items: center;
  width: 20rem;
  height: 2px;
  display: flex;
}

.solutions-line._02 {
  justify-content: flex-start;
  align-items: center;
  width: 10rem;
}

.solutions-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0;
  transform: translate(0);
}

.solutions-circle {
  background-color: var(--color-scheme-1--foreground);
  border-radius: 100vw;
  width: 2.5rem;
  height: 2.5rem;
}

.solutions-line-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.solutions-text-container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 0;
  height: 0;
  display: flex;
  position: relative;
  inset: auto;
}

.sleep-test-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.sleep-test-list-item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.price {
  color: var(--color-scheme-1--foreground);
  font-size: 1rem;
}

.price.white-80 {
  color: var(--_primitives---opacity--white-80);
}

.price.white-40 {
  color: var(--_primitives---opacity--white-40);
}

.price.black-60 {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.price.white-60 {
  color: var(--_primitives---opacity--white-60);
}

.price.original-price {
  text-decoration: line-through;
}

.price.is-big {
  font-family: var(--_typography---font-styles--heading-2);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.price.is-text {
  text-transform: uppercase;
  font-weight: 700;
}

.sleep-test-hero-text {
  color: var(--color-scheme-1--foreground);
  margin-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.product-description-wrapper {
  width: 30rem;
  max-width: 100%;
}

.steps-block-wrapper {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.steps-block {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  border-radius: var(--_ui-styles---radius--small);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 26.7rem;
  max-width: 100%;
  padding: 1.75rem 1.5rem;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 1px 10px #0000001a;
}

.steps-block:hover {
  transform: translate(-5px, -5px);
}

.steps {
  grid-column-gap: 2.35rem;
  grid-row-gap: 2.35rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle {
  background-color: var(--color-scheme-1--accent-1);
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.7rem;
  height: 4.7rem;
  padding-top: .5rem;
  display: flex;
}

.circle-text {
  font-family: var(--_typography---font-styles--heading-2);
  color: var(--color-scheme-1--accent-2);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}

.guarantee {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  background-image: url('../images/bg11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4.25rem 2rem;
  display: flex;
}

.guarantee-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

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

.product-content {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 3.8rem;
  display: grid;
}

.product-content.v2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  margin-top: 0;
}

.product-image {
  border-radius: var(--_ui-styles---radius--small);
  width: 34rem;
  max-width: 100%;
  height: 42.5rem;
  position: relative;
  overflow: hidden;
}

.product-image.v2 {
  background-color: #fe9545a8;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 100%;
  display: flex;
}

.product-text {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product-text.v2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  max-width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.product1-price-wrapper {
  z-index: 2;
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  background-color: var(--color-scheme-1--accent-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.75rem;
  display: flex;
  position: absolute;
  inset: 0 1.3rem auto auto;
}

.product-description.is-big {
  font-size: 1.25rem;
}

.product-description.is-heading {
  text-transform: uppercase;
  font-weight: 700;
}

.product-description.is-heading.sentence-case {
  text-transform: none;
}

.product-description-span {
  color: var(--color-scheme-1--accent-2);
  font-weight: 700;
}

.product-description-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-description-text.v2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.star-icon {
  color: var(--color-scheme-1--foreground);
  width: 1.65rem;
  max-width: 100%;
  height: 1.65rem;
  position: relative;
}

.star-icon-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial4-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 56rem;
  max-width: 100%;
  display: flex;
}

.testimonial4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-image-wrapper {
  flex: none;
  width: 18.75rem;
  height: 25rem;
  position: relative;
}

.circle-overlay {
  background-image: linear-gradient(286deg, var(--color-scheme-1--accent-2), var(--color-scheme-1--accent-1));
  opacity: .1;
  border-radius: 100vw;
  width: 51rem;
  height: 51rem;
  position: absolute;
  inset: auto auto -30.4rem;
}

.product-description-list {
  margin-top: 0;
  margin-bottom: 0;
}

.product-description-list-item {
  margin-top: .15rem;
  margin-bottom: .15rem;
}

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

.product-heading.v2 {
  font-size: 2rem;
  font-weight: 600;
}

.sale-tag-wrapper {
  background-color: #f12b2c;
  border-radius: .5rem;
  padding: .25rem .5rem;
}

.sale-tag {
  color: var(--color-scheme-1--foreground);
  letter-spacing: .05206rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
}

.saved-text {
  color: #239107;
  font-size: 1rem;
  font-weight: 300;
}

.product-reviews-wrapper {
  grid-column-gap: .87rem;
  grid-row-gap: .87rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-type {
  color: #239107;
  letter-spacing: .14325rem;
  font-size: .87rem;
  font-weight: 500;
}

.divider {
  background-color: #bfbfbf;
  width: 1px;
  height: .75rem;
}

.product-star-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: .2rem;
  display: flex;
}

.product-icon {
  color: #f4b30c;
  width: 1.1rem;
  max-width: 100%;
  height: 1.1rem;
  position: relative;
}

.product-reviews {
  color: var(--color-scheme-1--text);
  letter-spacing: .01738rem;
  font-size: .87rem;
  font-weight: 500;
}

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

.pricing-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 46rem;
  max-width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.pricing-details-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--color-scheme-1--background);
  text-align: left;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.pricing-wrapper.is-best-deal {
  color: var(--color-scheme-1--foreground);
  background-color: #fd3e35;
}

.pricing-heading {
  font-size: 2rem;
}

.pricing-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.pricing-list-item {
  background-image: url('../images/check-black.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  font-size: 1.3rem;
}

.pricing-list-item.is-best-deal {
  background-image: url('../images/check-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.pricing-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricing-price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.price-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.payment-model {
  color: var(--_primitives---opacity--neutral-darkest-60);
  font-size: 1.25rem;
  line-height: 1.1;
}

.payment-model.is-best-deal {
  color: var(--_primitives---opacity--white-80);
}

.pricing-title {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.best-deal-tag-wrapper {
  background-color: #fff;
  border-radius: .5rem;
  padding: .25rem .5rem;
}

.best-deal-tag {
  color: #fd3e35;
  letter-spacing: .05206rem;
  text-transform: none;
  font-size: .85rem;
  font-weight: 700;
}

.pricing-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.for-families {
  font-size: 1.15rem;
  font-weight: 700;
}

.faq-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_primitives---colors--chartreuse-green);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 32.63px -5px #95959540;
}

.faq-wrapper.is-resources {
  background-color: var(--color-scheme-1--accent-3);
}

.faq-question {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-question-text {
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--background);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.faq-plus-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: relative;
  top: .35rem;
}

.faq-plus-vertical-line {
  background-color: var(--color-scheme-1--background);
  border-radius: 3px;
  width: 3px;
  height: 100%;
  position: absolute;
}

.faq-plus-horizzontal-line {
  background-color: var(--color-scheme-1--background);
  border-radius: 3px;
  width: 100%;
  height: 3px;
}

.faq-answer {
  overflow: hidden;
}

.faq-answer-text {
  color: var(--_primitives---colors--white);
  letter-spacing: .00625rem;
  padding-top: 1.9rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.faq-answer-text ul {
  padding-left: 1.5rem;
}

.faq-answer-text li {
  padding-left: 0;
}

.faq {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 3.5rem;
  display: grid;
}

.contact {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form-block {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 4rem;
}

.contact-form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
  display: flex;
}

.contact-form-wrapper {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  background-color: var(--_primitives---colors--white);
  flex-flow: row;
  width: 100%;
  height: 100%;
  margin-top: 4.5rem;
  padding: .64rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 50px -20px #0000004d;
}

.contact-details {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: var(--_ui-styles---radius--small);
  background-color: #fd7707;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 31.2905rem;
  max-width: 100%;
  padding: 2.55rem;
  display: flex;
  position: relative;
}

.contact-form-field-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-form-field-wrapper.is-text-area {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.contact-form-label {
  color: #8d8d8d;
}

.contact-form-text-field {
  border: 1px #000;
  border-bottom: 1px solid #8d8d8d;
  margin-bottom: 0;
  padding: 0;
}

.contact-form-text-field:focus {
  border-bottom-color: var(--_primitives---colors--black);
}

.contact-form-text-field.text-area {
  margin-bottom: 0;
  padding: 0;
}

.contact-form-2-column {
  grid-column-gap: 2.49rem;
  grid-row-gap: 2.49rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-form-radio-wrapper {
  grid-column-gap: 1.27rem;
  grid-row-gap: 1.27rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.contact-form-radio-button {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-bottom: 1px;
  margin-right: .64rem;
}

.contact-form-radio-button.w--redirected-checked {
  background-color: #011c2a;
  background-image: url('../images/check-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #011c2a;
  box-shadow: 0 0 10px #f90;
}

.contact-form-radio-button-label {
  margin-bottom: 0;
}

.contact-form-radio-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-info-heading {
  color: var(--_primitives---colors--white);
  font-size: 1.8rem;
  font-weight: 600;
}

.contact-info-heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-links-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-info-circle-wrapper {
  position: absolute;
  inset: auto -6rem -6rem auto;
}

.contact-info-circle {
  background-color: #fff9f921;
  border-radius: 100vw;
  width: 8.7945rem;
  height: 8.7945rem;
}

.contact-info-circle._01 {
  position: relative;
  bottom: -7rem;
  right: 2rem;
}

.contact-info-circle._02 {
  background-color: #ffffff1f;
  width: 17.1429rem;
  height: 17.1429rem;
}

.contact-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--color-scheme-1--foreground);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-links-icon {
  width: 1.25rem;
  line-height: 0;
}

.contact-social {
  background-color: var(--_primitives---colors--black);
  color: var(--color-scheme-1--foreground);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.contact-social:hover {
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--text);
}

.contact-icon {
  width: .9375rem;
  line-height: 0;
}

.contac-arrow-overlay {
  object-fit: contain;
  width: 15.4531rem;
  height: 10.7656rem;
  position: absolute;
  inset: auto 7.1rem -1.7rem auto;
}

.shine-button {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper {
  position: relative;
}

.image-wrapper.oil {
  pointer-events: none;
  width: 40rem;
  height: 15.4843rem;
  position: absolute;
  inset: auto auto 0 -9rem;
}

.image-wrapper.oil.is-recipe {
  width: 50rem;
  height: 19.4831rem;
  inset: -.5rem auto auto -15.7rem;
}

.image-wrapper.palm {
  pointer-events: none;
  width: 47.111rem;
  height: 40rem;
  position: absolute;
  inset: auto -13.8rem -7.5rem auto;
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.container.is--menu {
  z-index: 2;
  color: #e9c6dd;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 25rem;
  padding-left: .52em;
  padding-right: .52em;
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.control__fill {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.splide__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  display: flex;
  position: relative;
  top: 2rem;
}

.hero-image {
  width: 57.5rem;
  max-width: 100%;
  height: 47.9769rem;
  position: absolute;
  inset: auto -11.2rem auto auto;
}

.menu {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  transform: scale(1.1);
}

.background__fill {
  background-color: #fff9c7;
  width: 100%;
  height: 100%;
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.menu__contain {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.menu__left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4.06em;
  display: flex;
  position: relative;
}

.nav-link-2 {
  color: var(--color-scheme-1--foreground);
  text-transform: uppercase;
  align-items: center;
  font-weight: 900;
  display: flex;
}

.nav-link-2:hover {
  color: #185e00;
}

.nav-link-2.w--current {
  color: var(--color-scheme-1--accent-1);
}

.nav-link-2.is--1 {
  margin-left: 12.4em;
}

.nav-link-2.is--3 {
  margin-left: 6.2em;
}

.nav-link__img {
  z-index: -2;
  object-fit: contain;
  width: 46em;
  height: 30em;
  margin-right: -35em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link__line {
  background-color: #e9c6dd;
  width: 0;
  height: .2em;
}

.nav-link__contain {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link__text {
  letter-spacing: -.05em;
  font-size: 7.03em;
  line-height: 1.2;
}

.nav-link__num {
  letter-spacing: -.04em;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1;
}

.menu__right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 10.99em;
  display: flex;
}

.menu__icon {
  width: 3.02em;
}

.sublinks {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sublink {
  margin-top: 1.5em;
  overflow: hidden;
}

.sublink__text {
  letter-spacing: -.04em;
  font-size: 1.77em;
  line-height: 1.2;
}

.sublink__line {
  background-color: #eed9e7;
  width: 100%;
  height: .2em;
  transform: translate(-100%);
}

.nav__logo {
  width: 5.52em;
}

.nav__svg {
  width: 100%;
}

.trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.trigger__circle {
  border: .2em solid #0d0628;
  border-radius: 50%;
  width: 14.58em;
  height: 14.58em;
  position: absolute;
}

.trigger__line {
  background-color: #0d0628;
  width: 3em;
  height: .2em;
  margin-top: .3em;
  margin-bottom: .3em;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor__dot1 {
  background-color: #0d0628;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
}

.cursor__dot2 {
  color: #0000;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-link-3 {
  color: var(--color-scheme-1--foreground);
  text-transform: uppercase;
  align-items: center;
  font-weight: 900;
  display: flex;
}

.nav-link-3:hover {
  color: #185e00;
}

.nav-link-3.w--current {
  color: var(--color-scheme-1--accent-1);
}

.nav-link-3.is--3 {
  margin-left: 6.2em;
}

.grid {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.nav-product {
  width: 18rem;
  height: 18rem;
  position: absolute;
  inset: -1.2rem 15.3rem auto auto;
  transform: rotate(7deg);
}

.nav-product:hover {
  transform: scale(1.1)rotate(7deg);
}

.nav-product._02 {
  top: 3.7rem;
  right: -1rem;
}

.nav-product._03 {
  top: 17.2rem;
  right: 22.5rem;
}

.nav-product._04 {
  top: 1.7rem;
  right: 29.7rem;
}

.nav-product._05 {
  top: 20.9rem;
  right: 3.2rem;
}

.formouse {
  z-index: 99999999;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-social-icons_wrapper {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8px;
  display: flex;
}

.nav-product-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 45.5rem;
  display: none;
  position: relative;
  inset: auto 0 auto auto;
}

.testimonial1-copy {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.video {
  z-index: 2;
  width: 22rem;
  height: 18rem;
  position: relative;
}

.retro-tv-wrapper {
  z-index: 3;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 38rem;
  max-width: 100%;
  height: 23rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.retro-tv {
  z-index: 4;
  pointer-events: none;
  background-image: url('../images/retro-tv.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.awards-image {
  width: 10rem;
  max-width: 100%;
  height: 11.875rem;
  position: relative;
}

.awards-image._88 {
  width: 13.125rem;
  height: 11.8125rem;
}

.home-about-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.awards-image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.home-featured-recipe {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  display: grid;
}

.recipe-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color-scheme-1--background);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37rem;
  max-width: 100%;
  display: flex;
}

.recipe-cta.opacity-0 {
  opacity: 0;
}

.recipe-link {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  position: relative;
  bottom: 0;
}

.recipe-link:hover {
  color: var(--color-scheme-1--accent-3);
}

.recipe-link.is-home {
  height: 100%;
}

.overlay-gradient {
  z-index: 5;
  filter: blur(5px);
  background-image: linear-gradient(270deg, #185e0000, #185e000d 10%, #185e00 90%);
  width: 12rem;
  height: 105%;
  position: absolute;
  inset: 0% auto 0% -.8rem;
}

.overlay-gradient.right {
  background-image: linear-gradient(270deg, #185e00 10%, #185e000d 90%, #185e0000);
  inset: 0% -.8rem 0% auto;
}

.overlay-gradient.light-yellow {
  background-image: linear-gradient(270deg, #fff9c700, #fff9c70d 10%, #fff9c7 90%);
  width: 9rem;
  height: 98%;
}

.overlay-gradient.light-yellow.right {
  background-image: linear-gradient(270deg, #fff9c7 10%, #fff9c70d 90%, #fff9c700);
}

.preloader {
  z-index: 999999;
  background-color: #fff9c7;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.home-history-container {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-history-heading {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.faq-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: var(--_ui-styles---radius--small);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  overflow: hidden;
}

.faqs-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faqs-tabs {
  width: 100%;
}

.faqs-tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--_primitives---colors--chartreuse-green);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faqs-tab-link {
  background-color: #0000;
  border-bottom: .5rem solid #0000;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
  transition: all .5s;
}

.faqs-tab-link.w--current {
  border-bottom: .5rem solid var(--_primitives---colors--chartreuse-green);
  background-color: var(--_primitives---colors--yellow);
  font-weight: 700;
}

.faqs-tab-link-text {
  font-family: var(--_typography---font-styles--body);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.faqs-tabs-content {
  margin-top: 1rem;
}

.footer-logo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 4rem;
  display: flex;
}

.footer-links-heading {
  color: var(--color-scheme-1--accent-2);
  text-transform: uppercase;
  font-size: 1.5rem;
}

.footer-bottom {
  text-align: center;
  background-image: url('../images/green-waves-baguio-oil.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.footer-bottom-text {
  color: var(--color-scheme-1--accent-1);
}

.footer-text {
  font-weight: 400;
}

.social-icons {
  color: var(--color-scheme-1--accent-2);
  width: 1rem;
  height: 1rem;
  position: relative;
}

.social-icons:hover {
  transform: scale(1.2);
}

.social-icons.is-inquiries {
  color: var(--_primitives---opacity--neutral-darkest-60);
  width: 1.875rem;
  height: 1.875rem;
}

.social-icons.is-inquiries:hover {
  color: var(--color-scheme-1--accent-3);
}

.footer-link-icon {
  flex: none;
  width: 1rem;
  height: 1rem;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: .25rem;
}

.social-icon-wrapper {
  width: 1rem;
  height: 1rem;
  line-height: 0;
  position: relative;
}

.social-icon-wrapper.is-products {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.products {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.products-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60rem;
  max-width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.products-subtext-wrapper {
  width: 40rem;
  max-width: 100%;
  margin-bottom: 1rem;
}

.product-list-wrapper {
  width: 100%;
}

.product-list {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  display: flex;
}

.product-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23rem;
  display: flex;
}

.video-embed {
  pointer-events: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-embed.zoom-on-hover {
  transition: transform .3s;
}

.video-embed.zoom-on-hover:hover {
  transform: scale(1.05);
}

.anchor {
  position: absolute;
  top: -10rem;
}

.product-category-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25rem;
  max-width: 100%;
  display: flex;
}

.recipe-food {
  z-index: 3;
  width: 24rem;
  height: 14.5rem;
  text-decoration: none;
  position: absolute;
  inset: auto auto 0;
}

.recipe-food.is-home {
  width: 29rem;
  height: 18.5rem;
  bottom: 0;
}

.wood-table {
  z-index: 1;
  width: 50rem;
  max-width: 100%;
  height: 11.1084rem;
  position: absolute;
  bottom: -1rem;
}

.cloche {
  z-index: 2;
  width: 22.5rem;
  height: 8.72313rem;
  position: absolute;
  bottom: 0;
}

.cloche.is-home {
  width: 30.3596rem;
  height: 11.7703rem;
  bottom: 0;
}

.cloche-lid-open {
  z-index: 4;
  width: 19.815rem;
  height: 15.7949rem;
  position: absolute;
  bottom: 9.5rem;
  right: 1.2rem;
}

.cloche-lid-open.is-home {
  width: 26.7364rem;
  height: 21.3121rem;
  position: absolute;
  bottom: 13.5rem;
  right: 3.4rem;
}

.retro-tv-heading {
  font-family: var(--_typography---font-styles--heading-2);
  color: var(--color-scheme-1--accent-2);
  letter-spacing: -.1rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: .8;
}

.button-2 {
  color: #111;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #fff;
  background-image: linear-gradient(315deg, #fff426, #fff426 33%, #faa538 69%, #fff426);
  border: 2px #fff426;
  border-radius: 100vw;
  padding: 1rem 3.5rem;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  transform: scale(1.025);
}

.button-2.top-margin {
  margin-top: 2rem;
}

.recipes-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.recipes-list-wrapper {
  width: 100%;
  height: 100%;
}

.recipes-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.recipes-item {
  width: 100%;
  height: 100%;
}

.recipes-form-block {
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.recipes-form {
  width: 100%;
  margin-bottom: 0;
}

.cloche-lid-close {
  z-index: 4;
  pointer-events: auto;
  width: 19.8148rem;
  height: 14.2419rem;
  position: absolute;
  bottom: 1rem;
}

.cloche-lid-close.is-home {
  width: 26.7364rem;
  height: 21.3121rem;
  position: absolute;
  bottom: 13.5rem;
  right: 3.4rem;
}

.recipe-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}

.recipe-title.is-mobile {
  display: none;
}

.recipe-cloche-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 25rem;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  position: relative;
  bottom: 0;
}

.recipe-cloche-wrapper:hover {
  filter: saturate(125%);
}

.recipes-heading-wrapper {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 5px none var(--color-scheme-1--accent-2);
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.food-smoke {
  z-index: 5;
  pointer-events: none;
  width: 25rem;
  height: 25rem;
  position: absolute;
  bottom: 9rem;
}

.food-smoke.is-small {
  width: 20rem;
  height: 20rem;
  bottom: 5rem;
}

.custom-script {
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  transform: scale(0);
}

.product-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  display: flex;
}

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

.product-form-block {
  width: 100%;
  margin-bottom: 0;
}

.product-form {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.product-item-image {
  width: 18.75rem;
  height: 23.75rem;
  position: relative;
}

.product-item-title {
  font-family: var(--_typography---font-styles--body);
  font-size: 1.125rem;
}

.filter-wrapper {
  background-color: var(--_primitives---colors--chartreuse-green);
  width: 100%;
  height: .3125rem;
}

.product-category-list {
  flex-flow: column;
  display: flex;
}

.product-category-item {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  display: flex;
}

.privacy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.inquiries {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inquiries-form-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--color-scheme-1--accent-2);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 5.5rem;
  padding-bottom: 4.5rem;
  padding-right: 8rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.inquiries-form-block {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  position: relative;
}

.inquiries-form {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.inquiries-form-image {
  width: 45.8125rem;
  max-width: 100%;
  height: 27.75rem;
  position: relative;
}

.inquiries-form-image.is-absolute {
  width: 50rem;
  height: 25rem;
  position: absolute;
  inset: 6.1rem -12.7rem auto auto;
}

.form-text-field {
  background-color: #fff9c7;
  border-radius: .625rem;
  margin-bottom: 0;
}

.form-text-field.is-text-area {
  height: 7.375rem;
}

.inquiries-form-heading {
  color: var(--color-scheme-1--background);
  text-align: left;
  text-transform: uppercase;
  font-size: 2.5rem;
}

.inquiries-contact-details {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inquiries-contact-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.map-wrapper {
  border-radius: .5rem;
  flex: none;
  width: 50rem;
  max-width: 100%;
  height: 27rem;
  position: relative;
  overflow: hidden;
}

.inquiries-contact-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inquiries-contact-heading {
  color: var(--color-scheme-1--accent-2);
  text-transform: uppercase;
  font-size: 1.5rem;
}

.inquiries-contact-text.is-link {
  text-decoration: underline;
}

.inquiries-contact-text.is-link:hover {
  color: var(--color-scheme-1--accent-3);
}

.inquiries-contact-text.is-link.decor-none {
  text-decoration: none;
}

.inquiries-contact {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inquiries-contact.is-socials {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.svg-wrapper {
  flex: none;
  width: 1.25rem;
  height: 1.28125rem;
  line-height: 0;
  position: relative;
}

.svg-embed {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._404-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 4rem;
  display: flex;
}

.recipe-container {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.recipe-image-wrapper {
  grid-column-gap: 3.3125rem;
  grid-row-gap: 3.3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.recipe-image-wrapper._01 {
  grid-column-gap: .55rem;
  grid-row-gap: .55rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.recipe-main-image {
  border-radius: .25rem;
  width: 26.5rem;
  max-width: 100%;
  height: 33.125rem;
  position: relative;
  overflow: hidden;
}

.recipe-other-image {
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 6.29206rem;
  max-width: 100%;
  height: 7.86506rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.recipe-images {
  grid-column-gap: .55rem;
  grid-row-gap: .55rem;
  display: flex;
  position: sticky;
  top: 4rem;
}

.recipe-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.recipe-heading {
  color: var(--color-scheme-1--accent-3);
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.recipe-heading.is-sleep-test {
  font-size: 3.4rem;
}

.play-button {
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  color: var(--_primitives---colors--white);
  width: 3.5rem;
  height: 3.5rem;
  transition: color .3s, transform .4s;
  position: absolute;
}

.marquee-text {
  flex: none;
}

.flipbook {
  width: 100%;
  height: 35rem;
  overflow: visible;
}

.hard {
  background-color: var(--_primitives---colors--yellow);
  width: 100%;
  height: 100%;
}

.page {
  background-color: var(--_primitives---colors--neutral-lightest);
  width: 100%;
  height: 100%;
}

.page.is-cover {
  background-color: var(--_primitives---colors--yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.share-blog-container {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 11rem;
  bottom: auto;
  left: -9.1rem;
}

.share-blog-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--color-scheme-1--accent-1);
  text-align: center;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.1rem;
  padding: .9rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.share-blog-text {
  font-size: 1rem;
  font-weight: 600;
}

.share-blog-text.share {
  display: none;
}

.share-blog-link-wrapper {
  position: relative;
}

.share-blog-link {
  color: #141919;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  padding: .23rem;
  text-decoration: none;
  display: flex;
}

.share-blog-link:hover {
  color: var(--_primitives---colors--red);
}

.share-blog-icon {
  width: 100%;
  line-height: 0;
}

.share-blog-link-text {
  display: none;
}

.recipe-heading-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.recipe-subheading {
  flex: 0 auto;
  padding-top: .25rem;
}

.recipe-subheading-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.recipe-oil-used-link {
  color: var(--color-scheme-1--accent-2);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.recipe-oil-used-link:hover {
  color: var(--color-scheme-1--accent-3);
}

.recipe-oil-used-image {
  width: 2rem;
  height: 2rem;
  position: relative;
}

.horizontal-divider {
  background-color: var(--color-scheme-1--accent-2);
  width: 100%;
  height: .1875rem;
}

.horizontal-divider.is-white {
  background-color: var(--color-scheme-1--background);
}

.recipe-hot-container {
  background-color: var(--color-scheme-1--accent-2);
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.recipe-hot-container.is-process {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.recipe-hot-cta-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 5%;
  display: flex;
}

.recipe-hot-image {
  flex: none;
  width: 46.5625rem;
  max-width: 100%;
  height: 42.0625rem;
  position: relative;
}

.recipe-hot-heading {
  color: var(--color-scheme-1--background);
  letter-spacing: -.2rem;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 900;
  line-height: .8;
}

.recipe-hot-heading.text-color-white.text-weight-medium {
  font-weight: 500;
}

.recipe-hot-heading.font-heading2 {
  font-family: var(--_typography---font-styles--heading-2);
  text-transform: uppercase;
  font-size: 2rem;
}

.recipe-hot-heading.is-cta2 {
  color: #bf4e07;
  font-weight: 500;
}

.recipe-hot-heading.is-cta2-slide {
  color: var(--color-scheme-1--foreground);
  font-weight: 500;
  line-height: 1;
}

.recipe-hot-heading.is-cta4 {
  color: var(--color-scheme-1--foreground);
  font-weight: 500;
}

.recipe-hot-heading.overlay {
  color: var(--color-scheme-1--text);
  text-shadow: 0 11px 8px #fff3;
  font-size: 3rem;
  font-weight: 900;
}

.recipe-hot-name {
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--accent-1);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.recipe-hot-name.text-color-white.text-weight-medium {
  font-weight: 500;
}

.recipe-hot-name.font-heading2 {
  font-family: var(--_typography---font-styles--heading-2);
  text-transform: uppercase;
  font-size: 2rem;
}

.recipe-hot-name.is-cta2 {
  color: #bf4e07;
  font-weight: 500;
}

.recipe-hot-name.is-cta2-slide {
  color: var(--color-scheme-1--foreground);
  font-weight: 500;
  line-height: 1;
}

.recipe-hot-name.is-cta4 {
  color: var(--color-scheme-1--foreground);
  font-weight: 500;
}

.recipe-hot-name.overlay {
  color: var(--color-scheme-1--text);
  text-shadow: 0 11px 8px #fff3;
  font-size: 3rem;
  font-weight: 900;
}

.recipe-hot-text {
  color: var(--color-scheme-1--background);
  font-size: 1.25rem;
  font-weight: 700;
}

.recipe-hot-text-wrapper {
  width: 27.5rem;
  max-width: 100%;
}

.section-villa-gallery {
  z-index: 2;
  background-image: linear-gradient(0deg, #0000, #000 81%, #fff);
  padding-top: 100vh;
  position: relative;
}

.section-height {
  position: relative;
}

.sticky-element {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100dvh;
  margin-top: -100vh;
  display: flex;
  position: sticky;
  top: 8rem;
  overflow: hidden;
}

.scroll-track {
  flex: none;
  display: flex;
}

.track-flex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -100vw;
  display: flex;
}

.masonry-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 10px;
  grid-auto-columns: 1fr;
  align-items: center;
}

.villa-image {
  cursor: pointer;
  object-fit: cover;
  border-radius: 2rem;
}

.timeline-item {
  flex: none;
  width: 80rem;
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  position: relative;
}

.timeline-item.is-v2 {
  height: 90vh;
}

.timeline-item.map {
  border-radius: .8125rem;
  width: 100vw;
  margin-left: .5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.timeline-item.map.is-v3 {
  order: 9999;
  height: 90vh;
}

.timeline-item-content {
  border-radius: .8125rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.timeline-item-content.is-v2 {
  height: 100%;
}

.villa-gallery-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.villa-gallery-list {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  display: flex;
}

.villa-gallery-list.is-v2 {
  height: 100%;
}

.villa-gallery-item {
  border-radius: .8125rem;
  flex-direction: column;
  flex: none;
}

.image-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: .8125rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.villa-gallery-image-wrapper {
  border-radius: .8125rem;
  width: 20rem;
  max-width: 100%;
  height: 20rem;
  margin: .5rem;
  overflow: hidden;
}

.villa-gallery-image-embed {
  object-fit: cover;
  border-radius: .8125rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: transform 1.2s;
  display: block;
}

.villa-gallery-image-embed:hover {
  transform: scale(1.2);
}

.villa-gallery-list-02 {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.villa-gallery-list-02.is-v2 {
  place-content: center;
  align-items: center;
}

.villa-gallery-image-wrapper-02 {
  border-radius: .8125rem;
  width: 20rem;
  max-width: 100%;
  height: 20rem;
  margin: .5rem;
  overflow: hidden;
}

.villa-gallery-image-embed-02 {
  object-fit: cover;
  border-radius: .8125rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: transform 1.2s;
  display: block;
}

.villa-gallery-image-embed-02:hover {
  transform: scale(1.2);
}

.villa-gallery-list-03 {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.villa-gallery-list-03.is-v2 {
  place-content: center;
  align-items: center;
}

.villa-gallery-image-wrapper-03 {
  border-radius: .8125rem;
  width: 20rem;
  max-width: 100%;
  height: 20rem;
  margin: .5rem;
  overflow: hidden;
}

.villa-gallery-image-embed-03 {
  object-fit: cover;
  border-radius: .8125rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: transform 1.2s;
  display: block;
}

.villa-gallery-image-embed-03:hover {
  transform: scale(1.2);
}

.google-map-api-embed {
  object-fit: cover;
  border-radius: .8125rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  overflow: auto;
}

.google-map-api-embed.is-v3 {
  height: 90vh;
  margin-bottom: 0;
}

.google-map-api-embed.is-v2 {
  height: 83.5vh;
  margin: .5rem;
}

.about-us-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-list-wrapper {
  width: 100%;
  height: 100%;
}

.timeline-list {
  flex-flow: row;
  display: flex;
}

.timeline-image-wrapper {
  border-style: solid;
  border-width: 1rem 1rem 3rem;
  border-color: var(--_primitives---colors--yellow);
  width: 25rem;
  height: 25rem;
  position: relative;
  bottom: auto;
  left: auto;
  transform: rotate(4deg);
}

.timeline-image-wrapper.is-slider {
  border-color: var(--_primitives---colors--white);
  overflow: hidden;
  transform: none;
  box-shadow: 0 5px 15px 5px #0003;
}

.timeline-item-year {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.timeline-item-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_ui-styles---radius--small);
  background-image: linear-gradient(160deg, #fffef2 0%, #f8f3d7 100%);
  border: 1px solid #e2d8a4;
  box-shadow: 0 10px 30px #185e0014;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35rem;
  height: 29rem;
  padding: 2rem;
  display: flex;
  overflow: auto;
}

.timeline-item-text .timline-heading {
  color: var(--color-scheme-1--accent-2);
}

.timeline-item-text .text-rich-text.is-history {
  color: #3f4654;
}

.timeline-item-text .text-rich-text.is-history strong {
  color: var(--color-scheme-1--accent-2);
  font-weight: 700;
}

.timeline-item-yearr {
  color: var(--color-scheme-1--accent-2);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

.timeline-item-yearr.text-color-white.text-weight-medium {
  font-weight: 500;
}

.timeline-item-yearr.font-heading2 {
  font-family: var(--_typography---font-styles--heading-2);
  text-transform: uppercase;
  font-size: 2rem;
}

.timeline-item-yearr.is-cta2 {
  color: #bf4e07;
  font-weight: 500;
}

.timeline-item-yearr.is-cta2-slide {
  color: var(--color-scheme-1--foreground);
  font-weight: 500;
  line-height: 1;
}

.timeline-item-yearr.is-cta4 {
  color: var(--color-scheme-1--foreground);
  font-weight: 500;
}

.timeline-item-yearr.overlay {
  color: var(--color-scheme-1--text);
  text-shadow: 0 11px 8px #fff3;
  font-size: 3rem;
  font-weight: 900;
}

.timeline-year {
  z-index: 2;
  background-color: var(--_primitives---colors--yellow);
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
}

.timeline-year.is-slider {
  position: absolute;
  inset: -1.1rem auto auto -2.8rem;
  transform: rotate(-9deg);
  box-shadow: 0 2px 5px #0003;
}

.timeline-year-line {
  z-index: 1;
  width: 100%;
  height: .1875rem;
  position: absolute;
}

.timeline-year-line.progress {
  background-color: var(--_primitives---colors--chartreuse-green);
  width: 0%;
}

.timline-heading {
  letter-spacing: -.08rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

.timline-heading.is-process {
  font-family: var(--_typography---font-styles--heading-2);
  color: var(--color-scheme-1--foreground);
  text-transform: uppercase;
}

.timline-heading.is-help {
  font-family: var(--_typography---font-styles--heading-2);
  color: var(--color-scheme-1--accent-2);
  text-transform: uppercase;
  font-size: 2rem;
}

.timeline-item-content-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.timeline-item-content-wrapper.is-slider {
  justify-content: center;
  align-items: stretch;
  height: 100%;
}

.mission-vision {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
}

.mission-vision.is-v2 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  text-align: left;
  height: 100%;
}

.mission-vision-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--_primitives---colors--yellow);
  border-radius: 100vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 30rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: absolute;
}

.circle-text-button {
  background-color: #fff9c7;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-container {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40rem;
  max-width: 100vw;
  height: 40rem;
  max-height: 100vw;
  display: flex;
  position: relative;
}

.circle-text-2 {
  color: var(--color-scheme-1--foreground);
  text-transform: uppercase;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.5;
}

.neumorphism-circle {
  border: 2px none undefined;
  color: #6d7494;
  text-transform: uppercase;
  background-color: #e9eaef;
  background-image: url('../images/pink-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.75rem 1.8895rem;
  background-attachment: scroll;
  border-radius: 100vw;
  width: 6rem;
  height: 6rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  position: absolute;
  left: auto;
}

.neumorphism-circle:hover {
  box-shadow: 1px 1px 21px #d4d7e6;
}

.opacity-0 {
  opacity: 0;
  color: #fff9c7;
  font-size: 0;
}

.mission-vision-text {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--_primitives---colors--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.mission-vision-text.epic-team {
  text-align: left;
  cursor: help;
  line-height: 1.8;
}

.evolution-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10rem;
  display: flex;
}

.evolution-heading-wrapper {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50rem;
  max-width: 100%;
  margin-bottom: 15rem;
  display: flex;
  position: relative;
}

.palm-tree-wrapper {
  z-index: 1;
  width: 51.0625rem;
  height: 35.5rem;
  position: absolute;
  inset: 1.6rem auto auto -16.7rem;
}

.palm-tree-wrapper._404-01 {
  width: 29.4375rem;
  height: 32.0625rem;
  top: auto;
  bottom: 0;
  left: -9rem;
}

.palm-tree-wrapper._404-01._02 {
  inset: 0 -9rem auto auto;
}

.evolution-oils-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.evolution-oil-img-wrapper {
  position: relative;
}

.evolution-oils-list {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.evolution-oil-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 22rem;
  max-width: 100%;
  margin-top: -7rem;
  display: flex;
  position: absolute;
  right: 0;
}

.arrow-wrapper {
  width: 12.6563rem;
  height: 5.96rem;
  position: absolute;
  top: -8rem;
  left: -7rem;
  transform: rotate(0);
}

.trusted-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.timeline-image-text {
  z-index: 2;
  opacity: .7;
  text-align: center;
  font-size: .9rem;
  font-weight: 600;
  position: absolute;
  inset: auto 0% .7rem;
}

.timeline-image-text.mobile {
  display: none;
}

.timeline-more-img-list-wrapper {
  opacity: 0;
  pointer-events: none;
}

.trusted-image {
  border-radius: .5rem;
  width: 81rem;
  max-width: 100%;
  height: 27rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
}

.trusted-text {
  font-family: var(--_typography---font-styles--heading-1);
  color: var(--color-scheme-1--background);
  text-shadow: 0 11px 8px #fff3;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

._404-heading {
  color: var(--color-scheme-1--accent-3);
  text-transform: uppercase;
  text-shadow: 10px 8px 10px #00000040;
  justify-content: center;
  align-items: flex-end;
  font-size: 25rem;
  line-height: .8;
}

._404-heading-span {
  color: #0000;
  text-shadow: none;
  background-image: url('../images/404-zero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 25rem;
  line-height: 0;
}

._404-heading2 {
  color: var(--color-scheme-1--accent-2);
  letter-spacing: -.15rem;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 900;
}

._404-text {
  width: 38rem;
  max-width: 100%;
  margin-top: .5rem;
  margin-bottom: 2.5rem;
}

.recipes-heading-text {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35rem;
  max-width: 100%;
  display: flex;
}

.recipes-heading-image {
  flex: none;
  width: 45rem;
  height: 28.1rem;
  position: relative;
  top: auto;
}

.recipes-heading {
  max-width: 100%;
}

.recipes-cms-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.recipes-cms-heading-wrapper {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.mission-vision-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_ui-styles---radius--small);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.stats-content-wrapper {
  z-index: 2;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.stats-content-left {
  width: 50%;
  height: 160rem;
  min-height: 100%;
  padding-bottom: 4rem;
  padding-right: 2rem;
}

.stats-cta-wrapper {
  position: sticky;
  top: 25%;
}

.stats-cta-heading-wrapper {
  width: 28rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #111;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #fff;
  background-image: linear-gradient(315deg, #fff426, #fff426 33%, #faa538 69%, #fff426);
  border: 2px #fff426;
  border-radius: 100vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 3.5rem;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  transform: scale(1.025);
}

.stats-content-right {
  z-index: 2;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.stats-card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-scheme-1--background);
  transform-origin: 50% 0;
  text-align: center;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 22rem;
  margin-bottom: 8rem;
  padding: 2rem 5rem;
  display: flex;
  position: sticky;
  box-shadow: 6px 8px 5px -2px #0003;
}

.stats-card-wrapper._1st-card {
  background-color: var(--color-scheme-1--accent-2);
  padding-left: 6rem;
  padding-right: 6rem;
  top: 15rem;
}

.stats-card-wrapper._2nd-card {
  background-color: var(--color-scheme-1--accent-4);
  top: 17rem;
}

.stats-card-wrapper._3rd-card {
  background-color: var(--color-scheme-1--accent-3);
  text-align: center;
  top: 19rem;
}

.stats-card-wrapper._4th-card {
  opacity: 0;
  top: 21rem;
}

.stats-card-wrapper._5th-card {
  top: 34%;
}

.stats-card-wrapper._6th-card {
  top: 35%;
}

.stats-text-wrapper {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(29deg, #6af2fb, #6abcfb 47.99%, #6a82fb);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  display: flex;
}

.stats-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.32rem;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  font-weight: 700;
  line-height: 8rem;
}

.stats-sub-text {
  color: #fff;
  letter-spacing: .125rem;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.375rem;
}

.mission-vision-heading {
  color: var(--_primitives---colors--white);
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}

.mission-vision-heading.text-color-white.text-weight-medium {
  font-weight: 500;
}

.mission-vision-heading.font-heading2 {
  font-family: var(--_typography---font-styles--heading-2);
  text-transform: uppercase;
  font-size: 2rem;
}

.mission-vision-heading.is-cta2 {
  color: #bf4e07;
  font-weight: 500;
}

.mission-vision-heading.is-cta2-slide {
  color: var(--color-scheme-1--foreground);
  font-weight: 500;
  line-height: 1;
}

.mission-vision-heading.is-cta4 {
  color: var(--color-scheme-1--foreground);
  font-weight: 500;
}

.mission-vision-heading.overlay {
  color: var(--color-scheme-1--text);
  text-shadow: 0 11px 8px #fff3;
  font-size: 3rem;
  font-weight: 900;
}

.text-size-regular-copy {
  font-size: 1.125rem;
}

.text-size-regular-copy.white-80 {
  color: var(--_primitives---opacity--white-80);
}

.text-size-regular-copy.white-40 {
  color: var(--_primitives---opacity--white-40);
}

.text-size-regular-copy.black-60 {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.text-size-regular-copy.white-60 {
  color: var(--_primitives---opacity--white-60);
}

.text-size-regular-copy.is-mission-vision {
  font-size: 1rem;
}

.section-home-stats {
  z-index: 2;
  position: relative;
  overflow: clip;
}

.oil-wrapper {
  z-index: 1;
  width: 78.8921rem;
  height: 40.5773rem;
  position: absolute;
  inset: 0 -25rem auto auto;
}

.oil-wrapper.is-left {
  inset: auto auto 9.1rem -49.3rem;
}

.products-subtext {
  font-size: 1.5rem;
}

.year-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--accent-2);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .5rem 1rem;
  overflow: hidden;
}

.year-released {
  font-size: 1.5rem;
  font-weight: 700;
}

.epic {
  font-size: 2.25rem;
  line-height: 0;
}

.video-overlay {
  pointer-events: none;
  background-color: #0003;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.category-tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hot-recipe-list-wrapper, .hot-recipe-list {
  width: 100%;
}

.hot-recipe-item {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.skus-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: .88rem;
  font-weight: 700;
  display: flex;
}

.cms-text-embed {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--red);
  color: var(--_primitives---colors--neutral-lightest);
  justify-content: center;
  align-items: center;
  padding: .35rem 1rem;
  display: flex;
}

.product-item-name {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-button-2 {
  background-color: #f6f6f7;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .6rem;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-button-2:hover {
  color: #fff;
  background-color: #f94b35;
}

.timeline-image-container {
  width: 25rem;
  height: 25rem;
  position: relative;
  top: 2rem;
  transform: rotate(4deg);
}

.search-text {
  display: none;
}

.search-input {
  margin-bottom: 0;
}

.search {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-search {
  z-index: 100;
  border-radius: var(--_ui-styles---radius--small);
  border: 1px #000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 12rem;
  height: 3rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-search-label {
  margin-bottom: 0;
}

.nav-search-input {
  border-radius: var(--_ui-styles---radius--small);
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 3rem;
  font-weight: 600;
}

.nav-search-input:hover {
  border-width: 2px;
  border-color: var(--_primitives---colors--red);
}

.nav-search-input:focus, .nav-search-input:focus-visible, .nav-search-input[data-wf-focus-visible] {
  border: 2px solid var(--_primitives---colors--red);
}

.nav-search-button {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/search-arrow-red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  width: 3rem;
  height: 100%;
  transition: transform .2s;
  position: absolute;
  inset: auto 0% auto auto;
}

.nav-search-button:hover {
  transform: translate(2px);
}

.nav-buttons-text {
  display: none;
}

.nav-button-icon {
  flex: none;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.nav-button-link {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color-scheme-1--accent-3);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.nav-button-link:hover {
  transform: rotate(3deg);
}

.nav-button-link.with-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 100%);
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  place-items: flex-start start;
  margin-bottom: .5rem;
  line-height: 1;
  display: flex;
}

.nav-button-link.is-link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.nav-button-link.is-link-block:hover {
  transform: translate(4px);
}

.nav-button-link.white-40 {
  color: var(--_primitives---opacity--white-40);
}

.search-icon {
  padding-left: 1rem;
  position: absolute;
  inset: auto auto auto 0%;
}

.search-icon-wrapper {
  z-index: 1001;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

.search-icon-svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.search-cover {
  z-index: 99;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.mission-vision-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.mission-vision-image {
  border-radius: var(--_ui-styles---radius--small);
  width: 40rem;
  height: 25rem;
  position: relative;
  overflow: hidden;
}

.core-values {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.core-values-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.core-values-image {
  border-radius: var(--_ui-styles---radius--small);
  width: 100%;
  height: 22rem;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1600px) {
  .section.is-core-values .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .section.is-core-values .container-large {
    width: 100%;
    max-width: none;
  }

  .section.is-core-values .core-values {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.is-core-values .core-values-image {
    height: clamp(25rem, 22vw, 32rem);
  }
}

.awards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.awards-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.awards-item {
  width: 15rem;
  height: 15rem;
  position: relative;
}

.awards-item.is-bsi {
  width: 20rem;
}

.search-image {
  border-radius: var(--_ui-styles---radius--small);
  width: 100%;
  height: 20rem;
  position: relative;
  overflow: hidden;
}

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

.search-link {
  color: var(--color-scheme-1--accent-3);
  font-weight: 700;
  text-decoration: none;
}

.search-link:hover {
  text-decoration: underline;
}

.search-result-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.search-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.search-result-wrapper {
  flex-flow: column;
  width: 100%;
}

.search-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 100%;
  display: flex;
}

.main-search-input {
  border-radius: var(--_ui-styles---radius--small);
  border: 2px solid #0000;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  font-weight: 600;
}

.main-search-input:hover {
  border-width: 2px;
  border-color: var(--_primitives---colors--red);
}

.main-search-input:focus, .main-search-input:focus-visible, .main-search-input[data-wf-focus-visible] {
  border: 2px solid var(--_primitives---colors--red);
}

@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.is-cta2-slide {
    line-height: 1.2;
  }

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

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

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

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

  .heading-style-h1.is-recipes {
    font-size: 4.2rem;
  }

  .button {
    font-size: 1rem;
  }

  .button.is-nav {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    font-size: 1.15rem;
  }

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

  .text-size-regular {
    font-size: 1.15rem;
  }

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

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

  .icon-1x1-small {
    width: 1.15rem;
    height: 1.15rem;
  }

  .padding-global.padding-section-large.is-recipe {
    padding-top: 9rem;
  }

  .padding-global.padding-section-large.is-recipes {
    padding-top: 8rem;
  }

  .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_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

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

  .logo-link.is-nav {
    max-width: 8rem;
    position: static;
  }

  .nav-link-list-item {
    font-size: 1rem;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: center;
    padding: 1.25rem 1rem;
  }

  .nav-link.is-dropdown {
    padding-right: 0;
  }

  .nav-link.is-dropdown-list {
    color: var(--_primitives---colors--neutral-lighter);
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-link.is-dropdown-list:hover {
    color: var(--_primitives---colors--yellow);
  }

  .nav-link.is-button {
    font-size: 1.15rem;
  }

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

  .nav-dropdown-list.w--open {
    background-color: #0000;
    position: static;
  }

  .nav-button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    position: static;
  }

  .nav-menu-button {
    padding: 0;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
    line-height: 0;
  }

  .nav-menu-button-lottie {
    width: 2rem;
    height: 2rem;
    line-height: 0;
  }

  .footer-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 6rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-content_01 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .footer-link {
    font-size: 1.15rem;
  }

  .hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 10rem;
  }

  .hero-heading, .hero-subtext {
    width: 100%;
  }

  .button-wrapper.is-cta2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2.5rem;
  }

  .show-desktop {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .weglot-dropdown {
    font-size: 1.15rem;
  }

  .testimonial1-heading {
    letter-spacing: -2px;
    font-size: 4rem;
  }

  .swiper-js {
    max-width: 100%;
  }

  .swiper-js.is-recipe {
    width: 100%;
  }

  .swiper-slide.is-cta2, .swiper-slide.is-experts {
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-slide.is-recipes {
    height: 26.5rem;
  }

  .wellness-image {
    width: 100%;
    height: 27.4rem;
  }

  .story-heading {
    font-size: 2.75rem;
  }

  .story-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .story-image {
    width: 100%;
    height: 32rem;
  }

  .story-text {
    width: 100%;
  }

  .accredited-partners-heading {
    font-size: 1.15rem;
  }

  .partners-logo.absm {
    width: 18rem;
    height: 6rem;
  }

  .partners-logo.aphc {
    width: 6.39444rem;
    height: 5.89063rem;
  }

  .partners-logo.amsus {
    width: 11.8629rem;
    height: 5.89063rem;
  }

  .partners-logo.abdsm {
    width: 5.89063rem;
    height: 5.89063rem;
  }

  .reasons-quote-content {
    padding-bottom: 28%;
  }

  .testimonial2-heading-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonial1-heading-text {
    width: 100%;
    padding-right: 0;
  }

  .stats-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stats-number.is-solution {
    font-size: 4rem;
  }

  .testimonial2-quote {
    font-size: 1.15rem;
  }

  .testimonial2-name {
    font-size: 1rem;
  }

  .swiper-button.prev {
    left: -2rem;
  }

  .swiper-button.next {
    right: -2rem;
  }

  .cta2-text-wrapper.is-location {
    margin-left: 0;
  }

  .cta2-heading-wrapper {
    width: 25rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .process-content.is-help {
    padding-left: 10rem;
  }

  .process-cta-wrapper {
    width: 35rem;
  }

  .process-vertical-line {
    height: 65%;
  }

  .about {
    width: 100%;
  }

  .solution {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-image {
    width: 100%;
    height: 32rem;
  }

  .about-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    width: 100%;
  }

  .about-block {
    width: 40rem;
  }

  .help-image {
    width: 100%;
    height: 32rem;
  }

  .stories-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .swiper-jsnew {
    max-width: 100%;
  }

  .price {
    font-size: 1.15rem;
  }

  .steps-block-wrapper {
    flex-flow: column;
  }

  .steps-block {
    width: 40rem;
  }

  .steps {
    width: 100%;
  }

  .product-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .product-content.v2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .product-image {
    width: 100%;
    height: 100%;
  }

  .product-image.v2 {
    width: 100%;
  }

  .product-text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .product-image-wrapper {
    width: 15rem;
    height: 20rem;
  }

  .contact-form-block {
    padding-left: 2.55rem;
    padding-right: 2.55rem;
  }

  .contact-form {
    padding-right: 0;
  }

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

  .contact-details {
    flex: 0 auto;
    width: 100%;
  }

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

  .image-wrapper.oil {
    inset: 15rem -12.5rem auto auto;
  }

  .image-wrapper.oil.is-recipe {
    top: -.1rem;
    left: -28.4rem;
  }

  .image-wrapper.palm {
    inset: 40.4rem -12.5rem auto auto;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero-image {
    position: relative;
    top: auto;
    right: auto;
  }

  .menu {
    height: 100vh;
  }

  .background__fill {
    z-index: 1;
    position: relative;
  }

  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .nav-link-2 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem 0;
    font-size: 1.15rem;
  }

  .cursor {
    display: none;
  }

  .nav-link-3 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem 0;
    font-size: 1.15rem;
  }

  .nav-product {
    width: 15rem;
    height: 15rem;
  }

  .nav-product._01 {
    top: -3.2rem;
    right: 4.8rem;
  }

  .nav-product._02 {
    top: 4.7rem;
    right: -6rem;
  }

  .nav-product._03 {
    top: 15.6rem;
    right: 10.8rem;
  }

  .nav-product._04 {
    right: 15rem;
  }

  .nav-product._05 {
    right: -1.5rem;
  }

  .nav-social-icons_wrapper {
    padding-left: 0;
  }

  .nav-product-wrapper {
    padding-bottom: 54.8rem;
  }

  .home-about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .recipe-cta {
    width: 25rem;
  }

  .overlay-gradient.light-yellow {
    display: none;
  }

  .home-history-container {
    flex-flow: column;
  }

  .faqs-tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom-style: none;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
  }

  .faqs-tab-link {
    border-bottom-color: var(--_primitives---colors--chartreuse-green);
  }

  .faqs-tab-link-text, .footer-text {
    font-size: 1.25rem;
  }

  .social-icons {
    width: 1.5rem;
    height: 1.5rem;
  }

  .products-heading-wrapper, .products-subtext-wrapper {
    width: 100%;
  }

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

  .recipe-food {
    width: 17rem;
    height: 10.8rem;
  }

  .recipe-food.is-home {
    width: 22rem;
    height: 16rem;
  }

  .cloche {
    width: 16.875rem;
    height: 6.54238rem;
  }

  .cloche.is-home {
    width: 23rem;
    height: 11rem;
  }

  .cloche-lid-open {
    width: 14.8613rem;
    height: 11.8462rem;
    bottom: 10rem;
    right: -.5rem;
  }

  .cloche-lid-open.is-home {
    width: 20rem;
    height: 15rem;
    bottom: 11rem;
    right: 1rem;
  }

  .button-2 {
    font-size: 1rem;
  }

  .cloche-lid-close {
    width: 14.8611rem;
    height: 10.6814rem;
  }

  .recipe-title.is-mobile {
    display: flex;
  }

  .recipe-title.is-desktop {
    display: none;
  }

  .recipe-cloche-wrapper {
    height: 21.5rem;
  }

  .inquiries {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .inquiries-form-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
    padding: 5rem 5% 2.5rem;
  }

  .inquiries-form-heading {
    font-size: 2.5rem;
  }

  .map-wrapper {
    width: 34rem;
    height: 28rem;
  }

  .recipe-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: auto;
  }

  .recipe-image-wrapper._01 {
    grid-column-gap: .94rem;
    grid-row-gap: .94rem;
  }

  .recipe-main-image {
    width: 45rem;
    height: 56.25rem;
  }

  .recipe-other-image {
    width: 10.6846rem;
    height: 13.3558rem;
  }

  .recipe-images {
    order: -9999;
    position: static;
  }

  .recipe-content {
    padding-left: 0;
    padding-right: 0;
  }

  .recipe-heading {
    font-size: 4.7rem;
  }

  .share-blog-container {
    z-index: 99;
    pointer-events: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .share-blog-wrapper {
    pointer-events: auto;
    cursor: pointer;
    justify-content: flex-start;
    width: 6rem;
    padding: .84rem .66rem;
    overflow: hidden;
    box-shadow: 0 4px 50px #00000040;
  }

  .share-blog-text {
    font-size: 1rem;
  }

  .share-blog-text.share {
    display: block;
  }

  .recipe-hot-heading {
    letter-spacing: 0;
    font-size: 4rem;
  }

  .recipe-hot-heading.is-cta2-slide {
    line-height: 1.2;
  }

  .recipe-hot-heading.overlay {
    font-size: 2.8rem;
  }

  .recipe-hot-name {
    font-size: 1.9rem;
  }

  .recipe-hot-name.is-cta2-slide {
    line-height: 1.2;
  }

  .recipe-hot-name.overlay {
    font-size: 2.8rem;
  }

  .section-villa-gallery {
    display: none;
  }

  .sticky-element {
    top: 8rem;
  }

  .timeline-item {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-item-content {
    padding-top: 0;
  }

  .villa-gallery-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .villa-gallery-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
  }

  .villa-gallery-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .villa-gallery-list-02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .villa-gallery-image-wrapper-02 {
    width: 100%;
    height: 100%;
  }

  .villa-gallery-list-03 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .villa-gallery-image-wrapper-03 {
    width: 100%;
    height: 100%;
  }

  .timeline-image-wrapper {
    bottom: -1.25rem;
  }

  .timeline-item-text {
    width: 28rem;
  }

  .timeline-item-yearr {
    font-size: 2.75rem;
  }

  .timeline-item-yearr.is-cta2-slide {
    line-height: 1.2;
  }

  .timeline-item-yearr.overlay {
    font-size: 2.8rem;
  }

  .timline-heading {
    font-size: 2.25rem;
  }

  .timeline-item-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .palm-tree-wrapper {
    top: 14.5rem;
    left: -20.5rem;
  }

  .timeline-image-text {
    bottom: -.4rem;
  }

  .timeline-image-text.mobile {
    display: block;
  }

  .recipes-heading-image {
    width: 25.7rem;
    height: 16.1rem;
  }

  .stats-content-left {
    width: 60%;
  }

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

  .stats-card-wrapper {
    width: 100%;
  }

  .stats-text {
    font-size: 7rem;
  }

  .mission-vision-heading {
    font-size: 2.75rem;
  }

  .mission-vision-heading.is-cta2-slide {
    line-height: 1.2;
  }

  .mission-vision-heading.overlay {
    font-size: 2.8rem;
  }

  .text-size-regular-copy, .nav-button-link {
    font-size: 1.15rem;
  }

  .core-values-image {
    height: 15rem;
  }

  .search-content {
    width: 60%;
  }
}

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

  .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-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-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-regular.is-categories {
    font-size: 1rem;
  }

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

  .heading-style-h3.is-help {
    font-size: 1.75rem;
  }

  .heading-style-h3.is-product-categories {
    font-size: 1.7rem;
  }

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

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

  .text-size-large.white-60 {
    font-size: 1.3rem;
  }

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

  .padding-global.padding-section-large.is-recipes {
    padding-top: 10rem;
  }

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

  .nav-link-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 3rem;
    padding-left: 0;
    display: flex;
    overflow: auto;
  }

  .nav-link-list-item {
    width: 100%;
  }

  .nav-link-list-item.is-socials {
    display: block;
  }

  .nav-link {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.is-dropdown-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: grid;
  }

  .footer-content_02 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-optin-header {
    font-size: 1.25rem;
  }

  .section.is--slider {
    margin-bottom: 9.9em;
  }

  .image-placeholder.is-product {
    width: 90%;
    height: 90%;
  }

  .hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-heading {
    width: 100%;
  }

  .hero-subtext {
    margin-top: .5rem;
    margin-bottom: 2rem;
  }

  .button-wrapper.is-cta2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial1-heading {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .swiper-js.is-testimonial2, .swiper-js.is-experts {
    margin-bottom: 3rem;
  }

  .swiper-bullet {
    width: .7rem;
    height: .7rem;
  }

  .swiper-slide {
    width: 15rem;
  }

  .swiper-slide.is-recipes {
    height: 25rem;
  }

  .wellness-image {
    width: 100%;
    height: 20.2rem;
  }

  .story-heading {
    font-size: 2.25rem;
  }

  .story-image {
    height: 25rem;
  }

  .reason-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reasons-quote-content {
    padding-bottom: 32%;
  }

  .reasons-quote {
    font-size: 2rem;
  }

  .stats-wrapper.is-solution {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .cta2-heading-wrapper {
    width: 20rem;
  }

  .cta2-text-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .cta3-heading {
    font-size: 4rem;
  }

  .process-content.is-help {
    padding-left: 14rem;
  }

  .process-cta-wrapper {
    width: 22rem;
  }

  .about-subtext {
    margin-bottom: 2rem;
  }

  .about-image {
    width: 100%;
    height: 25rem;
  }

  .about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2.5rem;
  }

  .about-block {
    width: 100%;
  }

  .help-subtext {
    margin-bottom: 2rem;
  }

  .help-image {
    width: 100%;
    height: 25rem;
  }

  .solution-subtext, .experts-subtext {
    margin-bottom: 2rem;
  }

  .stories-heading {
    font-size: 5rem;
  }

  .swiper-jsnew.is-testimonial2, .swiper-jsnew.is-experts {
    margin-bottom: 3rem;
  }

  .solutions-text-container {
    display: none;
  }

  .steps-block {
    width: 100%;
  }

  .product-content {
    grid-template-columns: 1fr;
  }

  .product-image {
    width: 25rem;
    height: 30rem;
  }

  .product-image.v2 {
    height: 30rem;
  }

  .product-text.v2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-image-wrapper {
    width: 10rem;
    height: 15rem;
  }

  .pricing-details-wrapper {
    grid-template-columns: 1fr;
  }

  .faq-question-wrapper {
    width: auto;
  }

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

  .image-wrapper.oil {
    top: 22.1rem;
  }

  .image-wrapper.oil.is-recipe {
    left: -31.6rem;
  }

  .image-wrapper.palm {
    top: 22.1rem;
  }

  .container {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .menu__icon {
    font-size: 10px;
  }

  .sublink {
    font-size: 7px;
  }

  .sublink__line {
    display: none;
  }

  .nav__logo {
    font-size: 10px;
  }

  .nav__svg {
    font-size: 1em;
  }

  .trigger {
    font-size: 8px;
  }

  .grid {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 90rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .nav-product._01 {
    width: 12rem;
    height: 12rem;
    right: 6.3rem;
  }

  .nav-product._03 {
    top: 18.4rem;
    right: 12.6rem;
  }

  .nav-product._04 {
    right: 15.8rem;
  }

  .nav-product._05 {
    top: 22.6rem;
    right: -1rem;
  }

  .nav-product-wrapper {
    padding-bottom: 0;
    display: none;
  }

  .video {
    width: 28.1rem;
    height: 22.1rem;
  }

  .retro-tv-wrapper {
    height: 32rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
  }

  .home-featured-recipe {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .recipe-cta {
    width: 100%;
  }

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

  .product-category-heading {
    width: 15rem;
  }

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

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

  .inquiries-form-image {
    width: 100%;
    height: 25rem;
  }

  .form-text-field {
    font-size: 16px;
  }

  .inquiries-contact-details {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .inquiries-contact-wrapper, .map-wrapper {
    width: 100%;
  }

  .recipe-image-wrapper._01 {
    grid-column-gap: .57rem;
    grid-row-gap: .57rem;
  }

  .recipe-main-image {
    width: 27.3481rem;
    height: 34.1851rem;
  }

  .recipe-other-image {
    width: 6.49344rem;
    height: 8.11675rem;
  }

  .recipe-subheading {
    flex: 0 auto;
  }

  .recipe-hot-image {
    order: -9999;
    width: 100%;
  }

  .recipe-hot-name {
    font-size: 1.9rem;
  }

  .recipe-hot-text-wrapper {
    width: 100%;
  }

  .section-villa-gallery {
    background-image: linear-gradient(#0000, #000 60%, #fff);
  }

  .timeline-item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .timeline-item.map {
    height: 28.5rem;
  }

  .villa-gallery-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: center;
    justify-items: center;
  }

  .villa-gallery-image-wrapper {
    margin: .25rem;
  }

  .villa-gallery-list-02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .villa-gallery-image-wrapper-02 {
    margin: .25rem;
  }

  .villa-gallery-list-03 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .villa-gallery-image-wrapper-03 {
    margin: .25rem;
  }

  .google-map-api-embed.is-v3, .google-map-api-embed.is-v2 {
    height: auto;
    margin: 0;
  }

  .timeline-image-wrapper {
    bottom: auto;
  }

  .timeline-item-text {
    width: 30rem;
  }

  .timeline-item-yearr {
    font-size: 2.25rem;
  }

  .timline-heading.is-help {
    font-size: 1.75rem;
  }

  .timline-heading.is-product-categories {
    font-size: 1.7rem;
  }

  .timeline-item-content-wrapper {
    flex-flow: column;
    margin-bottom: 4rem;
  }

  .evolution-oils-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .evolution-oil-text-wrapper {
    width: 25rem;
    margin-top: 0;
    position: static;
  }

  .arrow-wrapper {
    display: none;
  }

  .timeline-image-text {
    bottom: .8rem;
  }

  .recipes-heading-text {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
  }

  .recipes-heading-image {
    height: 20.5rem;
  }

  .recipes-heading {
    width: 30rem;
  }

  .recipes-cms-heading-wrapper {
    flex-flow: column;
  }

  .stats-content-wrapper {
    flex-direction: column;
  }

  .stats-content-left {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .stats-cta-wrapper {
    text-align: center;
    width: 100%;
    position: static;
  }

  .stats-cta-heading-wrapper {
    width: 100%;
    margin-top: 1.25rem;
    margin-bottom: 1.88rem;
  }

  .stats-content-right {
    width: 100%;
    margin-top: 2.5rem;
  }

  .stats-card-wrapper {
    border-radius: 2rem;
    width: 100%;
    height: 20rem;
  }

  .stats-text {
    letter-spacing: -.19588rem;
    font-size: 4.89631rem;
    line-height: 4.89631rem;
  }

  .stats-sub-text {
    font-size: 1.39894rem;
    line-height: 1.39894rem;
  }

  .mission-vision-heading {
    font-size: 2.25rem;
  }

  .text-size-regular-copy.is-categories {
    font-size: 1rem;
  }

  .hot-recipe-item {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    padding-bottom: 4rem;
  }

  .core-values-image {
    height: 11rem;
  }

  .awards-item {
    width: 10rem;
  }

  .awards-item.is-bsi {
    width: 15rem;
  }

  .search-content {
    width: 100%;
  }
}

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

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

  .container-large.is-process {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-end;
    align-items: center;
    padding-top: 4rem;
  }

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

  .text-size-medium {
    font-size: 18px;
  }

  .icon-embed-small {
    width: 2.5rem;
    height: 2.5rem;
  }

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

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

  .heading-style-h2.is-cta2-slide {
    line-height: 1.2;
  }

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

  .heading-style-h2.is-custom {
    width: 25rem;
  }

  .heading-style-h2.text-style-allcaps.is-circle {
    font-size: 2rem;
  }

  .heading-style-h2.is-resources {
    font-size: 2.5rem;
  }

  .heading-style-h2.is-custom01 {
    font-size: 1.4rem;
  }

  .heading-style-h1 {
    letter-spacing: -.1rem;
    font-size: 3.3rem;
  }

  .heading-style-h1.is-recipes {
    font-size: 3.3rem;
  }

  .button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.25rem;
  }

  .text-size-regular {
    font-size: 16px;
  }

  .text-size-regular.is-mission-vision {
    font-size: .9rem;
  }

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

  .heading-style-h3.is-process, .heading-style-h3.is-help {
    font-size: 1.4rem;
  }

  .icon-1x1-large {
    width: 2.5rem;
    height: 2.5rem;
  }

  .text-size-small {
    font-size: 1.15rem;
  }

  .icon-1x1-small {
    width: 1.75rem;
    height: 1.75rem;
  }

  .text-rich-text h2 {
    font-size: 3rem;
  }

  .text-rich-text h3 {
    font-size: 2.25rem;
  }

  .text-rich-text h4 {
    font-size: 2rem;
  }

  .text-rich-text p {
    font-size: 16px;
  }

  .text-rich-text ol, .text-rich-text ul {
    padding-left: 2rem;
    font-size: 16px;
  }

  .padding-global.padding-section-large.is-recipes {
    padding-top: 8rem;
  }

  .padding-global.is-timeline {
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo-link.is-footer {
    max-width: 16rem;
  }

  .nav-link-list {
    font-size: 2.3rem;
  }

  .nav-link-list-item {
    font-size: 2rem;
  }

  .footer-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .footer-content_02 {
    flex-flow: column;
  }

  .footer-link {
    font-size: 1.5rem;
  }

  .footer-content_03 {
    order: -1;
  }

  .footer-year {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section.is-home-hero {
    overflow: hidden;
  }

  .image-placeholder.is-cta3 {
    object-position: 85% 50%;
  }

  .hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-subtext {
    width: 100%;
  }

  .hero-subtext.is-oral-appliance, .hero-subtext.is-sleep-test {
    width: 20rem;
  }

  .weglot-dropdown {
    font-size: 1.25rem;
  }

  .swiper-js.is-recipe {
    overflow: visible;
  }

  .swiper-js.is-history {
    margin-top: 0;
  }

  .swiper {
    overflow: visible;
  }

  .swiper-slide.is-experts {
    width: 100%;
  }

  .swiper-slide.is-recipes {
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-slide.is-marquee {
    font-size: 1.25rem;
  }

  .wellness-image {
    height: 13rem;
  }

  .wellness-subtext {
    width: 100%;
    margin-bottom: 2rem;
  }

  .story-heading {
    font-size: 2rem;
  }

  .story-image {
    height: 16rem;
  }

  .partners-logo-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .partners-logo.absm {
    width: 17rem;
    height: 5rem;
  }

  .partners-logo.aphc {
    width: 5.89444rem;
    height: 5.39063rem;
  }

  .partners-logo.amsus {
    width: 10.8629rem;
    height: 4.89063rem;
  }

  .partners-logo.abdsm {
    width: 5.39063rem;
    height: 5.39063rem;
  }

  .reason-tabs-menu {
    justify-content: space-between;
    padding-bottom: 35%;
    padding-right: 4rem;
  }

  .reason-tab-link {
    padding-left: 0;
    padding-right: 0;
  }

  .reasons-quote-content {
    padding-bottom: 75%;
  }

  .reasons-quote {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .testimonial2-heading-wrapper, .stats-wrapper.is-cta4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stats-wrapper.is-solution {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .stats.is-solution {
    width: 12rem;
  }

  .stats-number.is-solution {
    font-size: 2.5rem;
  }

  .swiper-button {
    width: 3rem;
    height: 4rem;
  }

  .swiper-button.prev {
    left: -1.5rem;
  }

  .swiper-button.next {
    right: -1.5rem;
  }

  .cta2-logo {
    width: 5rem;
    height: 3.5rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .cta2-content {
    padding: 1.5rem;
  }

  .cta4-stats-wrapper {
    text-align: left;
  }

  .process-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .process-content.is-help {
    flex-flow: row;
    height: 32rem;
    padding-top: 4rem;
    padding-left: 1rem;
  }

  .process-cta-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 21rem;
  }

  .process-cta-wrapper.is-help {
    padding-bottom: 2rem;
  }

  .process-number {
    letter-spacing: normal;
    font-size: 8rem;
  }

  .process-vertical-line {
    height: 100%;
    padding-bottom: 0;
  }

  .process-cta._02 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .process-number-wrapper {
    position: absolute;
    inset: 8rem 4rem auto auto;
  }

  .process-number-wrapper.is-help {
    inset: 2rem 0% auto auto;
  }

  .cta5-heading.is-sleep-test, .cta5-subtext {
    width: 25rem;
  }

  .cta5-subtext.v2 {
    width: 100%;
  }

  .about-subtext {
    width: 100%;
    margin-bottom: 2rem;
  }

  .about-image {
    height: 15rem;
  }

  .help-heading {
    width: 25rem;
    max-width: 100%;
  }

  .help-subtext {
    width: 100%;
    margin-bottom: 2rem;
  }

  .help-image {
    height: 15rem;
  }

  .solution-heading {
    width: 21rem;
  }

  .solution-subtext, .experts-subtext {
    width: 25rem;
    margin-bottom: 2rem;
  }

  .stories-heading {
    font-size: 5rem;
  }

  .stories-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .experts-image {
    width: 100%;
    height: 30rem;
  }

  .swiper-jsnew.is-experts {
    margin-top: 0;
  }

  .solution-wrapper {
    height: 400vh;
  }

  .price {
    font-size: 1.25rem;
  }

  .circle-text {
    font-size: 2.15rem;
  }

  .guarantee-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .product1-heading {
    width: 25rem;
    max-width: 100%;
  }

  .product-image {
    width: 100%;
  }

  .product-description, .product-description.v2 {
    font-size: 1.25rem;
  }

  .product-heading.v2 {
    font-size: 2.25rem;
  }

  .sale-tag {
    font-size: .85rem;
  }

  .product-type {
    font-size: 1rem;
  }

  .product-star-wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .product-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .product-reviews {
    font-size: 1rem;
  }

  .best-deal-tag {
    font-size: .85rem;
  }

  .faq-wrapper {
    padding: 1rem;
  }

  .faq-question-text {
    font-size: 1.25rem;
    font-weight: 700;
  }

  .faq-answer-text {
    padding-top: 1.25rem;
    font-size: 1.25rem;
  }

  .faq-grid {
    margin-top: 2rem;
  }

  .contact-form-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-form-wrapper {
    flex-flow: column;
  }

  .contact-details {
    padding: 1.5rem;
  }

  .contact-form-label {
    font-size: 1.15rem;
  }

  .contact-form-text-field {
    font-size: 16px;
  }

  .contact-form-2-column {
    grid-template-columns: 1fr;
  }

  .contact-form-radio-button-field {
    font-size: 16px;
  }

  .image-wrapper.oil {
    bottom: 0;
  }

  .image-wrapper.oil.is-recipe {
    top: -.7rem;
    left: -35.3rem;
  }

  .image-wrapper.palm {
    display: none;
    top: 22rem;
    bottom: 0;
    right: -17.8rem;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .hero-image {
    height: 25rem;
  }

  .menu__contain {
    display: block;
  }

  .menu__left {
    padding-left: 0;
    font-size: 2em;
  }

  .menu__right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 5px;
  }

  .menu__icon {
    font-size: 2em;
  }

  .sublinks {
    text-align: center;
    align-items: center;
    padding-top: 1.3em;
  }

  .sublink {
    font-size: 2em;
  }

  .grid {
    padding-left: 6%;
    overflow: visible;
  }

  .nav-product._01 {
    top: 1rem;
  }

  .nav-product._02 {
    top: 7.7rem;
  }

  .nav-product._03 {
    top: 20.4rem;
  }

  .nav-product._04 {
    top: 3.7rem;
  }

  .nav-product._05 {
    top: 24.6rem;
  }

  .nav-social-icons_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .nav-product-wrapper {
    opacity: .25;
  }

  .testimonial1-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video {
    width: 17.7rem;
    height: 13.8rem;
  }

  .retro-tv-wrapper {
    height: 20rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .home-about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
  }

  .awards-image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-featured-recipe {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .recipe-cta {
    width: 100%;
  }

  .overlay-gradient {
    width: 8rem;
    display: none;
    left: -2rem;
  }

  .overlay-gradient.right {
    right: -2rem;
  }

  .preloader {
    display: block;
  }

  .home-history-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-links-heading {
    font-size: 2rem;
  }

  .footer-bottom {
    padding-top: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-bottom-text {
    font-size: 1.25rem;
  }

  .footer-text {
    font-size: 1.4rem;
  }

  .social-icons {
    width: 1.75rem;
    height: 1.75rem;
  }

  .wood-table {
    width: 35rem;
    max-width: none;
  }

  .cloche-lid-open {
    bottom: 10.5rem;
    right: 3.5rem;
  }

  .retro-tv-heading {
    font-size: 2.5rem;
  }

  .button-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.25rem;
  }

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

  .product-item-title {
    font-size: 1.25rem;
  }

  .inquiries-form-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .inquiries-form-image {
    height: 16rem;
  }

  .inquiries-contact-heading {
    font-size: 2rem;
  }

  .inquiries-contact-text {
    font-size: 16px;
  }

  ._404-container {
    z-index: 2;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .recipe-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .recipe-image-wrapper._01 {
    flex-flow: row;
    justify-content: space-between;
  }

  .recipe-images {
    flex-flow: column;
  }

  .recipe-heading {
    font-size: 3.3rem;
  }

  .recipe-subheading {
    flex: 0 auto;
  }

  .recipe-hot-container.is-process {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-end;
    align-items: center;
    padding-top: 4rem;
  }

  .recipe-hot-image {
    height: 26rem;
  }

  .recipe-hot-heading {
    font-size: 3.2rem;
  }

  .recipe-hot-heading.font-heading2 {
    font-size: 2.25rem;
  }

  .recipe-hot-heading.is-cta2-slide {
    line-height: 1.2;
  }

  .recipe-hot-heading.overlay {
    font-size: 2.5rem;
  }

  .recipe-hot-heading.is-custom {
    width: 25rem;
  }

  .recipe-hot-name.font-heading2 {
    font-size: 2.25rem;
  }

  .recipe-hot-name.is-cta2-slide {
    line-height: 1.2;
  }

  .recipe-hot-name.overlay {
    font-size: 2.5rem;
  }

  .recipe-hot-name.is-custom {
    width: 25rem;
  }

  .sticky-element {
    top: 9rem;
  }

  .timeline-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .timeline-item-content {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .timeline-item-content.is-slide {
    height: auto;
  }

  .villa-gallery-list-02 {
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
  }

  .timeline-image-wrapper {
    width: 20rem;
    height: 20rem;
    left: 3rem;
  }

  .timeline-image-wrapper.is-slider {
    left: auto;
  }

  .timeline-item-year {
    order: -9999;
  }

  .timeline-item-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 27rem;
  }

  .timeline-item-yearr {
    font-size: 2rem;
  }

  .timeline-item-yearr.font-heading2 {
    font-size: 2.25rem;
  }

  .timeline-item-yearr.is-cta2-slide {
    line-height: 1.2;
  }

  .timeline-item-yearr.overlay {
    font-size: 2.5rem;
  }

  .timeline-item-yearr.is-custom {
    width: 25rem;
  }

  .timeline-year {
    padding: .5rem 1.5rem;
  }

  .timline-heading {
    letter-spacing: -.05rem;
  }

  .timline-heading.is-process, .timline-heading.is-help {
    font-size: 1.4rem;
  }

  .timeline-item-content-wrapper {
    margin-top: 2em;
    margin-bottom: 0;
  }

  .timeline-item-content-wrapper.is-slider {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .mission-vision-content {
    width: 22rem;
    height: 22rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .circle-text-button {
    position: relative;
    right: auto;
  }

  .circle-container {
    width: 28rem;
    max-width: none;
    height: 28rem;
    max-height: none;
  }

  .evolution-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .evolution-heading-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .palm-tree-wrapper {
    width: 41.0625rem;
    height: 25.5rem;
    top: 29.4rem;
  }

  .evolution-oil-text-wrapper {
    width: 100%;
  }

  .timeline-image-text {
    bottom: .7rem;
  }

  ._404-heading {
    font-size: 12rem;
  }

  ._404-heading-span {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 12rem;
  }

  ._404-heading2 {
    font-size: 3.5rem;
  }

  ._404-text {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .evolution-heading-wrap {
    width: 24rem;
    max-width: 100%;
  }

  .recipes-heading-image {
    width: 26.9rem;
    height: 17rem;
  }

  .recipes-heading {
    width: 25rem;
  }

  .mission-vision-card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .button-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.25rem;
  }

  .stats-card-wrapper {
    height: 23rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .stats-card-wrapper._5th-card {
    top: 44%;
  }

  .stats-card-wrapper._6th-card {
    top: 50%;
  }

  .mission-vision-heading {
    font-size: 3rem;
  }

  .mission-vision-heading.font-heading2 {
    font-size: 2.25rem;
  }

  .mission-vision-heading.is-cta2-slide {
    line-height: 1.2;
  }

  .mission-vision-heading.overlay {
    font-size: 2.5rem;
  }

  .mission-vision-heading.is-custom {
    width: 25rem;
  }

  .mission-vision-heading.text-style-allcaps.is-circle {
    font-size: 2rem;
  }

  .text-size-regular-copy {
    font-size: 16px;
  }

  .text-size-regular-copy.is-mission-vision {
    font-size: .9rem;
  }

  .year-released {
    font-size: 1.5rem;
  }

  .timeline-image-container {
    width: 20rem;
    height: 20rem;
    left: 3em;
  }

  .nav-search {
    width: auto;
  }

  .nav-button-link {
    font-size: 1.5rem;
  }

  .mission-vision-text-wrapper {
    width: 100%;
  }

  .mission-vision-image {
    order: -9999;
    width: 100%;
  }

  .core-values-items {
    grid-template-columns: 1fr;
  }

  .core-values-image {
    height: 38rem;
  }

  .awards-items {
    flex-flow: column;
  }

  .awards-item {
    width: 100%;
    height: 20rem;
  }

  .awards-item.is-bsi {
    width: 100%;
    height: 15rem;
  }

  .search-result-list {
    grid-template-columns: 1fr;
  }

  .main-search-input {
    font-size: 16px;
  }
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-71076208 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-71076208 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-71076208 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-71076208 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-71076208, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-71076208, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-71076208 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-71076208, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-71076208, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-71076208 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-71076208, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-71076208, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-71076208 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-71076208, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-71076208, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-71076208 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-71076208, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-71076208 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-71076208, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-71076208, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-71076208 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-71076208, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-71076208 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-71076208, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-71076208 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-71076208, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-71076208, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-71076208, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-71076208, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-71076208, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-71076208, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-71076208, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-71076208 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-71076208 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-71076208 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-71076208 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-71076208 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-71076208, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-71076208 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-71076208, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-71076208, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-71076208, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-71076208, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-71076208, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-71076208, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-71076208 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-71076208, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-71076208, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-71076208 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-71076208, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-71076208, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-71076208 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-71076208, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-71076208, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-71076208 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-71076208, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-71076208, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-71076208 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-71076208, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-71076208, #w-node-ee961e8d-845a-edc3-3307-509470022457-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-71076208 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-71076208, #w-node-ee961e8d-845a-edc3-3307-50947002245b-71076208, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-71076208 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-71076208, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-71076208, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-71076208 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-71076208, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-71076208, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-71076208 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-71076208, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-71076208, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-71076208 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-71076208, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-71076208, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-71076208 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-71076208, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-71076208, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-71076208 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-71076208 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-71076208 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-71076208 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-71076208 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-71076208 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-71076208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-71076208 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-dc1a476a-1efd-5199-a01c-1b1df4fec7da-f4fec799 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-dc1a476a-1efd-5199-a01c-1b1df4fec7e5-f4fec799 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8e7a3d8c-89f6-fcdf-9d61-b899e71c0da3-e71c0d6b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8e7a3d8c-89f6-fcdf-9d61-b899e71c0da9-e71c0d6b {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_1bc5fef7-8a94-752a-8c96-d95270776d7f-27b3b7f2 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dc1a476a-1efd-5199-a01c-1b1df4fec7a4-f4fec799, #w-node-dc1a476a-1efd-5199-a01c-1b1df4fec7da-f4fec799 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc1a476a-1efd-5199-a01c-1b1df4fec7e5-f4fec799 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8e7a3d8c-89f6-fcdf-9d61-b899e71c0d76-e71c0d6b, #w-node-_8e7a3d8c-89f6-fcdf-9d61-b899e71c0da3-e71c0d6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e7a3d8c-89f6-fcdf-9d61-b899e71c0da9-e71c0d6b {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dc1a476a-1efd-5199-a01c-1b1df4fec7e5-f4fec799, #w-node-_8e7a3d8c-89f6-fcdf-9d61-b899e71c0da9-e71c0d6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


/* ---- Events Page ---- */

.section.is-events,
.section.is-event-detail {
  overflow: hidden;
}

.section.is-events > .padding-global,
.section.is-event-detail > .padding-global {
  padding-top: 11rem;
}

.events-heading-wrapper {
  margin-bottom: 3rem;
}

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

.event-card {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff9c7;
  display: flex;
  flex-direction: column;
}

.event-card-image {
  background-image: linear-gradient(315deg, #fff426, #fff426 33%, #faa538 69%, #fff426);
  width: 100%;
  height: 14rem;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

/* Higher specificity (.event-card child) ensures this beats .w-inline-block */
.event-card > .event-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14rem;
  background-image: linear-gradient(315deg, #fff426, #fff426 33%, #faa538 69%, #fff426);
  flex-shrink: 0;
}

.event-detail-image-placeholder {
  color: #185e00;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05rem;
  text-align: center;
  padding: 1rem;
  pointer-events: none;
}

.event-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  flex: 1;
}

.event-card-title {
  color: #185e00;
  letter-spacing: -.05rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
}

.event-card-subtitle {
  color: #111;
  font-size: .9rem;
  margin: 0;
}

.event-card-button-wrapper {
  margin-top: auto;
  padding-top: .5rem;
}

.event-card-button-wrapper .button {
  width: 100%;
}

/* Event Detail Page */

.event-detail-back {
  display: inline-block;
  color: #185e00;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 2rem;
  font-size: .95rem;
  transition: opacity .2s;
}

.event-detail-back:hover {
  opacity: .7;
}

.event-detail-layout {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  align-items: stretch;
}

.event-detail-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event-detail-title {
  color: #185e00;
  letter-spacing: -.15rem;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
}

.event-detail-subtitle {
  color: #555;
  font-size: 1rem;
  margin: 0;
}

.event-detail-description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event-detail-description p {
  margin: 0;
  line-height: 1.7;
}

.event-detail-media {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.event-detail-video-placeholder {
  background-image: linear-gradient(315deg, #fff426, #fff426 33%, #faa538 69%, #fff426);
  border-radius: 1rem;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  overflow: hidden;
}

.event-media-play-icon {
  opacity: .7;
}

.event-media-label {
  color: #185e00;
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05rem;
  opacity: .7;
}

.event-detail-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.event-detail-images .event-detail-image-placeholder {
  background-image: linear-gradient(315deg, #fff426, #fff426 33%, #faa538 69%, #fff426);
  border-radius: 1rem;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .events-grid {
    grid-template-columns: 1fr 1fr;
  }

  .event-detail-layout {
    grid-template-columns: 1fr;
  }

}

@media screen and (max-width: 767px) {
  .events-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- End Events Page ---- */

@font-face {
  font-family: 'Sofia Sans Condensed';
  src: url('../fonts/SofiaSansCondensed-VariableFont_wght.woff2') format('woff2'), url('../fonts/SofiaSansCondensed-VariableFont_wght.woff') format('woff');
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yeseva One';
  src: url('../fonts/YesevaOne-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---- Global Motion Layer ---- */
html {
  scroll-behavior: smooth;
}

body {
  animation: bo-page-in .55s cubic-bezier(.2, .8, .2, 1) both;
}

.motion-ready [data-motion] {
  opacity: 0;
  transform: translateY(1.25rem) scale(.985);
  filter: blur(2px);
  transition: opacity .7s cubic-bezier(.2, .8, .2, 1), transform .7s cubic-bezier(.2, .8, .2, 1), filter .7s cubic-bezier(.2, .8, .2, 1);
  transition-delay: calc(var(--motion-index, 0) * 55ms);
  will-change: opacity, transform, filter;
}

.motion-ready [data-motion].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.nav-link,
.footer-link,
.button,
.product-link,
.recipe-link,
.event-link,
.w-button,
.w-inline-block,
.image-placeholder,
.zoom-on-hover,
.brands-static-grid .swiper-slide,
.awards-grid-item,
.core-values-image,
.event-card,
.recipe-card,
.product-image-wrapper {
  transition-property: transform, opacity, filter, box-shadow, color, background-color, border-color;
  transition-duration: .28s;
  transition-timing-function: cubic-bezier(.2, .8, .2, 1);
}

.button,
.w-button {
  position: relative;
  overflow: hidden;
}

.button:hover,
.button:focus-visible,
.w-button:hover,
.w-button:focus-visible {
  transform: translateY(-.18rem);
  box-shadow: 0 .75rem 1.8rem rgba(24, 94, 0, .16);
}

.button:active,
.w-button:active {
  transform: translateY(0) scale(.985);
}

.product-link:hover,
.recipe-link:hover,
.event-link:hover,
.brands-static-grid .swiper-slide:hover,
.awards-grid-item:hover,
.core-values-image:hover,
.product-image-wrapper:hover {
  transform: translateY(-.35rem);
  filter: saturate(1.06);
}

.product-link:hover .image-placeholder,
.recipe-link:hover .image-placeholder,
.event-link:hover .image-placeholder,
.product-image-wrapper:hover .image-placeholder,
.zoom-on-hover:hover {
  transform: scale(1.04);
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.25rem;
  height: .12rem;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.w--current::after {
  transform: scaleX(1);
  transform-origin: left;
}

.footer-link:hover,
.footer-link:focus-visible {
  transform: translateX(.25rem);
}

.image-wrapper.oil,
.oil-wrapper,
.palm-tree-leaf {
  animation: bo-soft-float 6s ease-in-out infinite;
}

.shine-button::after {
  animation-duration: 3.2s;
}

@keyframes bo-page-in {
  from {
    opacity: 0;
    transform: translateY(.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bo-soft-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-.45rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .motion-ready [data-motion] {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* ---- End Global Motion Layer ---- */
