@font-face {
  font-family: Hwt Artz;
  src: url('../fonts/HWT_Artz.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --text-color--text-primary: var(--base-color-neutral--black);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.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 {
  color: #000;
  font-family: Ohnosoftiedemo, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page_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-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

.text-color-yellow {
  color: #fee72b;
}

.text-color-lightyellow {
  color: #fbfada;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h3.text-color-white {
  color: #fff;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

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

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

.heading-style-h1 {
  letter-spacing: .02em;
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 4.75rem;
  font-weight: 400;
  line-height: .9;
}

.heading-style-h1.text-color-yellow {
  letter-spacing: .03em;
}

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

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

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

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

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

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

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

.heading-style-h4 {
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

.form_input {
  color: #fff;
  background-color: #0000;
  border: 2.5px solid #decd27;
  border-radius: 15.5px;
  min-height: 6.5vh;
  margin-bottom: 1.4375rem;
  padding: 1.125rem 1rem 1.125rem 2rem;
  font-family: Ohnosoftiedemo, Arial, sans-serif;
  font-size: 1.52125rem;
  font-weight: 400;
  line-height: 1;
}

.form_input:active {
  color: #fff;
  background-color: #489b46;
  line-height: 11;
}

.form_input:focus {
  color: #fff;
  border-color: #decd27;
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  color: #fff;
}

.form_input::placeholder {
  color: #decd27;
  background-color: #489b46;
}

.form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 14vh;
  padding-bottom: 5.1rem;
}

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

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-family: Ohnosoftiedemo, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  color: #decd27;
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1;
}

.page-wrapper {
  z-index: 10000;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-family: Ohnosoftiedemo, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

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

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

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  z-index: 55;
  background-color: #489b46;
  width: 100%;
  padding-top: 2.25rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu {
  display: none;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
  display: none;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

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

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

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.section_lp-hero {
  background-color: #489b46;
  padding-top: 12rem;
  padding-bottom: 7rem;
  overflow: clip;
}

.scrollflip-wrapper {
  position: relative;
}

.lp-hero_content {
  grid-row-gap: 1.625rem;
  backface-visibility: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 82.5rem;
  padding-top: .3rem;
  display: flex;
  transform: translate3d(0, 0, -30rem);
}

.lp-hero-heading-display {
  color: #fee72b;
  text-align: center;
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: .8;
}

.lp-hero_text-wrapper {
  width: 100%;
  max-width: 39.5rem;
  overflow: hidden;
}

.lp-hero_content-wrapper {
  z-index: 1;
  grid-row-gap: 1.625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.button-lp {
  grid-column-gap: 1.1875rem;
  color: #fee72b;
  letter-spacing: .01em;
  border: .1675rem solid #fee72b;
  border-radius: 4.4375rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 5.3125rem 1.1875rem 1.9rem;
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 1.33813rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-lp-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-hero-image01-wrapper {
  width: 16.125rem;
  height: 20.5625rem;
  margin-top: 6rem;
  margin-left: -1.1rem;
  position: relative;
  transform: rotate(-15deg);
}

.lp-hero-image02-wrapper {
  width: 16.125rem;
  height: 20.5625rem;
  margin-top: -4.5rem;
  margin-right: -3rem;
  transform: rotate(15deg);
}

.lp-hero-image02 {
  transform: none;
}

.lp-hero-image_jack01-wrapper {
  max-width: 4.9375rem;
  display: none;
  position: absolute;
  inset: auto 9.4rem 1.9rem auto;
}

.lp-hero-image_jack02-wrapper {
  width: auto;
  max-width: 4.5rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lp-hero-image_jack02 {
  width: auto;
  max-width: none;
  transform: rotate(-360deg);
}

.lp-discover_component {
  grid-row-gap: 3.3125rem;
  flex-flow: column;
  height: auto;
  padding-top: 8rem;
  display: flex;
  position: relative;
}

.lp-discover_content-wrapper {
  position: relative;
}

.lp-discover_heading {
  grid-row-gap: 1.125rem;
  flex-flow: column;
  width: 100%;
  max-width: 42rem;
  display: flex;
}

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

.lp-discover_item-component {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  height: 27rem;
  display: none;
  overflow: hidden;
}

.lp-discover_item-wrapper {
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lp-discover_item-img-wrap {
  z-index: 1;
  position: relative;
}

.section_lp-sunshine {
  background-color: #489b46;
  padding-top: 7rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.lp-sunshine_component {
  grid-row-gap: 7rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.lp-sunshine_content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-sunshine_heading {
  grid-row-gap: 1.125rem;
  flex-flow: column;
  width: 100%;
  max-width: 47.8125rem;
  display: flex;
  position: relative;
}

.lp-sunshine_text {
  width: 100%;
  max-width: 47.8125rem;
}

.lp-sunshine_item-component {
  grid-column-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.lp-sunshine_item-wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-sunshine_item-text {
  width: 100%;
  max-width: 13rem;
}

.section_lp-labour {
  background-color: #489b46;
  padding-top: 6rem;
  padding-bottom: 14rem;
  position: relative;
  overflow: hidden;
}

.lp-labour_component {
  display: flex;
}

.lp-labour_left-wrapper {
  grid-row-gap: 2.5625rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.lp-labour_left-heading-display {
  color: #fee72b;
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 4.75rem;
  font-weight: 400;
  line-height: .9;
}

.lp-labour_left-heading {
  width: 100%;
  max-width: 35.4375rem;
}

.lp-labour_left-content {
  grid-row-gap: 1.375rem;
  flex-flow: column;
  width: 100%;
  max-width: 32.1875rem;
  display: flex;
}

.lp-contact-button {
  color: #fee72b;
  border: 3px solid #fee72b;
  border-radius: 5rem;
  padding: 1.18rem 6.625rem 1.18rem 3.25rem;
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.lp-contact-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-labour_image-wrapper {
  position: absolute;
  inset: auto 0% 4.9rem auto;
}

.lp-labour_image {
  width: 100%;
  max-width: 60.375rem;
  height: 100%;
}

.section_lp-full-img, .lp-full-img-wrapper {
  width: 100%;
  height: 100vh;
  overflow: clip;
}

.lp-full-img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.lp-hero-image_banana01-wrapper {
  width: 100%;
  max-width: 4rem;
  position: absolute;
  inset: 22.9rem 10.9rem auto auto;
}

.lp-hero-image_papaya01-wrapper {
  width: 100%;
  max-width: 2.5rem;
  position: absolute;
  inset: -4.1rem 14.7rem auto auto;
}

.lp-hero-image_jack03-wrapper {
  width: 100%;
  max-width: 4rem;
  height: 4rem;
  position: absolute;
  inset: auto auto 5.6rem 10.9rem;
}

.lp-hero-image_jack03 {
  width: 100%;
  max-width: 100%;
}

.lp-discover_coconut-wrapper01 {
  width: auto;
  max-width: none;
  position: absolute;
  inset: 13.2rem 16.9rem auto auto;
}

.lp-sunshine_papaya-wrap {
  width: 100%;
  max-width: 8rem;
  position: absolute;
  inset: -4.1rem -4.1rem auto auto;
}

.lp-sunshine_papaya-img {
  width: 100%;
}

.lp-sunshine_jack-wrap {
  width: auto;
  position: absolute;
  inset: auto auto 4.9rem -1.1rem;
}

.lp-sunshine_jack-img {
  width: 100%;
  max-width: 6rem;
}

.lp-discover_mob-slider-wrapper {
  display: none;
}

.lp-discover_item-component-mob {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.lp-discover_item-wrapper-mob {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-discover_item-img-mob {
  width: 100%;
  max-width: 19.1875rem;
}

.section_lp-discover-mob.hide-in-desktop {
  display: none;
}

.lp-discover_heading-display {
  color: #fbfada;
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.lp-discover_item-lower-img-wrap {
  opacity: 0;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-lp-hero-circle {
  background-color: #fee72b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: -2% -1% 0% auto;
}

.button-lp-hero-circle-arrow {
  width: 1.5rem;
  position: absolute;
}

.button-lp-hero-circle-arrow-wrap {
  position: relative;
  overflow: hidden;
}

.button-lp-hero-circle-arrow-alt {
  width: 1.5rem;
}

.lp-contact-button-circle {
  background-color: #fee72b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.625rem;
  height: 4.625rem;
  display: flex;
  position: absolute;
  inset: 0% -1% 0% auto;
}

.button-lp-contact-circle-arrow-wrap {
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-lp-contact-circle-arrow {
  position: absolute;
}

.preloader {
  z-index: 99;
  background-color: #52a550;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: fixed;
}

.preloader-video {
  width: 100%;
  height: 100%;
}

.lp-hero-image_flower01-wrapper {
  display: none;
  position: absolute;
  inset: -6.4rem auto auto 6.4rem;
}

.lp-hero-image_flower02-wrapper {
  display: none;
  position: absolute;
  inset: 4.9rem auto auto 9.4rem;
}

.lp-hero-image-slice01-wrapper {
  position: absolute;
  inset: auto auto 10.2rem 21.4rem;
}

.lp-discover_flower-wrapper {
  position: absolute;
  top: 12.4rem;
  bottom: auto;
  right: auto;
}

.lp-sunshine_jack01-wrap {
  position: absolute;
  inset: auto 3.4rem -5.6rem auto;
}

.lp-sunshine_jack01-img {
  max-width: 5rem;
}

.lp-sunshine_flower-wrap {
  display: none;
  position: absolute;
  inset: 2rem -1rem auto auto;
}

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

.lp-discover_item-img01, .lp-discover_item-img04 {
  background-color: #d4a5a5;
  width: 18.4375rem;
  height: 23.0625rem;
}

.lp-hero_image-component {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lp-discover_product-component {
  z-index: 5;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.lp-discover_product-item {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-discover_product-wrapper {
  z-index: 1;
  position: relative;
}

.lp-discover_product-img {
  width: 18.375rem;
  height: 23.0625rem;
  position: relative;
}

.lp-discover_product-end {
  display: block;
}

.lp-discover_inner-wrap {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.lp-discover_inner-image {
  border-radius: 25.87px;
  width: 18.375rem;
  height: 23.0625rem;
}

.lp-hero_tab-img-wrap.hide-in-desktop, .lp-hero_tab-img-wrap02.hide-desktop {
  display: none;
}

.lp-discover_product-img01 {
  width: 18.375rem;
  height: 23.0625rem;
  position: relative;
}

.lp-discover_product-img04 {
  width: 18.375rem;
  height: 23.0625rem;
}

.matter-container {
  background-color: #5bce58;
  width: 100%;
  position: relative;
}

.heading-style-h1-alt {
  letter-spacing: .02em;
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 4.75rem;
  font-weight: 400;
  line-height: .9;
}

.heading-style-h1-alt.text-color-yellow {
  letter-spacing: .03em;
}

.lp-cta_left-wrapper {
  grid-row-gap: 3.6875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  position: relative;
  overflow: clip;
}

.lp-cta_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) minmax(614px, .75fr);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.lp-cta_info {
  grid-column-gap: .75rem;
  color: #fbfada;
  justify-content: flex-start;
  align-items: center;
  font-family: Ohnosoftiedemo, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}

.contact-button-circle {
  background-color: #fee72b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: auto -1% auto auto;
}

.contact-circle-arrow {
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
}

.lp-cta-text {
  color: #decd27;
  font-family: Ohnosoftiedemo, Arial, sans-serif;
  font-size: 2.125rem;
  font-weight: 400;
}

.submit-button {
  display: none;
}

.lp-cta_right-wrapper {
  background-color: #489b46;
  width: 45%;
  padding: 7vh 2.5rem 5vh 2.5625rem;
  display: flex;
  position: relative;
}

.contact-hero_submit-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fee72b;
  letter-spacing: .02em;
  background-color: #489b46;
  border: 2.68px solid #fee72b;
  border-radius: 3.91875rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 5.875rem 1rem 2.875rem;
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: clip;
}

.lp-cta_info-icon {
  width: 100%;
  max-width: 2.6875rem;
  height: 2.6875rem;
}

.lp-cta_left-logo {
  width: 100%;
}

.lp-contact-circle-arrow-wrap {
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-circle-arrow-alt {
  width: 1.125rem;
  height: 1.125rem;
}

.lp-cta_heading-wrap {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.lp_cta-wrap {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.lp-cta_left-logo-wrap {
  z-index: 1;
  width: 100%;
}

.lp-cta_info-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 1.375rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 20rem;
  display: flex;
}

.lp-cta_form-block {
  flex: 1;
  margin-bottom: 0;
}

.section_lp-cta {
  background-color: #489b46;
  width: 100%;
  padding-top: 4.4375rem;
  position: relative;
  overflow: clip;
}

.preloader-main {
  z-index: 9999;
  background-color: #53a94f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-video-embed-wrap-w {
  background-color: #53a94f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.preloader-video-embed-wrap {
  background-color: #53a94f;
}

.preloader-video-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.text-block-2 {
  color: #fbfada;
}

.lp-hero-image_jack02-wrapper-mobile {
  max-width: 6.625rem;
  position: absolute;
}

.lp-hero-image_jack02-wrapper-mobile.hide-in-desktop, .lp-hero-image_papaya {
  display: none;
}

.lp-cta_form-success {
  color: #489b46;
  background-color: #fbfada;
  font-family: Ohnosoftiedemo, Arial, sans-serif;
  font-weight: 400;
}

.lp_dev-text-link {
  color: #489b46;
  font-family: Ohnosoftiedemo, Arial, sans-serif;
  font-size: .95rem;
  text-decoration: none;
}

.lp_dev-text-link-mobile {
  color: #fbfada;
  font-family: Ohnosoftiedemo, Arial, sans-serif;
  font-size: .95rem;
  text-decoration: none;
  display: none;
}

.lp-cta_left-logo-wrap-outer {
  z-index: 2;
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  right: 1.8rem;
}

.preloader_alt-main {
  z-index: 99;
  background-color: #52a650;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.preloader_alt-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.preloader_alt-video-mobile {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.lp-cta_left-logo-wrap-outer-mobile {
  z-index: 2;
  display: none;
}

.button-lp-mobile {
  grid-column-gap: 1.1875rem;
  color: #fee72b;
  letter-spacing: .01em;
  border: .1675rem solid #fee72b;
  border-radius: 4.4375rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 5.3125rem 1.1875rem 1.9rem;
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 1.33813rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: none;
  position: relative;
}

.lp-cta_bottom-patch {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
}

.lp-cta_bottom-legal-page {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.section_legal-hero {
  background-color: #489b46;
  padding-top: 10.5rem;
  padding-bottom: 6rem;
}

.legal-hero_header-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_legal-content {
  background-color: #489b46;
  padding-bottom: 6rem;
}

.legal-hero_heading {
  color: #fee72b;
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 5.875rem;
}

.legal-content_block {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.legal-content_richtext {
  color: #fee72b;
}

.legal-content_richtext h1 {
  font-family: Hwt Artz, Arial, sans-serif;
  font-weight: 400;
}

.legal-content_richtext p {
  color: #fbfada;
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.legal-content_richtext h2 {
  font-family: Hwt Artz, Arial, sans-serif;
  font-weight: 400;
}

.legal-content_richtext ul {
  color: #fbfada;
  font-size: 1.125rem;
}

.heading {
  font-family: Hwt Artz, Arial, sans-serif;
}

.lp-labour_coconut-piece {
  width: 100%;
  max-width: 5.5625rem;
  height: 4.1875rem;
}

.lp-labour_coconut-piece-wrap {
  display: none;
  position: absolute;
  inset: 0% auto auto 2.3125rem;
}

.section_thank-you {
  background-color: #489b46;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

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

.heading-thank-you-display {
  color: #fee72b;
  font-family: Ohnosoftiedemo, Arial, sans-serif;
  font-weight: 400;
}

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

.thank-you_return {
  color: #fee72b;
  text-decoration: underline;
}

.section_lp-bottom {
  background-color: #fee82a;
}

.lp-hero-image_banan-stem-wrapper {
  max-width: 4.9375rem;
  display: none;
  position: absolute;
  inset: auto 11.7rem 4.1rem auto;
}

.lp-discover_coconut-wrapper {
  width: 100%;
  max-width: 9.5rem;
  position: absolute;
  inset: auto auto 3.4rem 30.5rem;
}

.lp-discover_banana-stem-wrapper {
  width: 100%;
  max-width: 9.5rem;
  position: absolute;
  inset: auto auto 0% 41rem;
}

.hide-desktop {
  display: none;
}

.lp-labour_image-wrapper-tab {
  position: absolute;
  inset: auto -8rem 0% auto;
}

.lp-labour_image-tab {
  width: 100%;
  height: 100%;
}

.lp-discover_coconut-wrapper02 {
  width: auto;
  max-width: none;
  position: absolute;
  inset: 9.4rem 6.4rem auto auto;
}

.lp-discover_banana-stem-wrapper-copy, .lp-discover_banana-wrapper {
  width: 100%;
  max-width: 9.5rem;
  position: absolute;
  inset: auto auto 0% 41rem;
}

.lp-hero-image_banana01-stem-wrap {
  background-color: red;
  width: 100%;
  max-width: 9.5625rem;
}

.lp-hero-image_stem-wrapper {
  width: 100%;
  max-width: 4rem;
  height: 4rem;
  position: absolute;
  inset: -2.6rem 17.7rem auto auto;
}

.lp-hero-image_papaya02-wrapper {
  width: 100%;
  max-width: 5rem;
  position: absolute;
  inset: -4.1rem auto auto 32rem;
}

.div-block {
  height: 2rem;
}

.lp-cta-footer-heading {
  color: #fff;
  font-family: Hwt Artz, Arial, sans-serif;
  font-size: 8.125rem;
  font-weight: 400;
  line-height: 1;
}

.lp-cta-bottom-wrapper {
  grid-column-gap: 4.125rem;
  flex-flow: row;
  display: flex;
}

.lp-cta_info-wrap-2 {
  grid-column-gap: 2rem;
  display: flex;
}

.lp-cta_info-2 {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-cta-text-2 {
  color: #fbfada;
  font-family: Ohnosoftiedemo, Arial, sans-serif;
  font-size: 1.125rem;
}

.lp-cta-content {
  color: #fbfada;
  font-size: 1.3125rem;
  font-weight: 400;
}

.contact-hero_submit-text {
  font-size: 1.0625rem;
}

.lp-cta_footer-logo-wrap {
  width: 100%;
  max-width: 100%;
  margin-top: 6.25rem;
}

.lp-cta_footer-logo {
  z-index: 1;
  width: 100%;
}

.lp-cta_footer-image-component {
  z-index: 1;
  pointer-events: none;
  cursor: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.lp-cta_footer-img01, .lp-cta_footer-img02 {
  width: 100%;
}

.lp-cta_footer-img03 {
  z-index: 9999999;
  width: 100%;
}

.lp-cta_footer-img04, .lp-cta_footer-img05, .lp-cta_footer-img06, .lp-cta_footer-img07 {
  width: 100%;
}

.cta-cta_footer-img08 {
  width: 100%;
  height: 100%;
}

.lp-cta_footer-img09, .lp-cta_footer-img10, .lp-cta_footer-img11 {
  width: 100%;
}

.lp-cta_footer-img13 {
  display: none;
}

.lp-cta_footer-img14 {
  width: 100%;
}

.lp-cta_footer-logo-component {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.lp-cta_footer-img01-wrap {
  width: 100%;
  max-width: 7.125rem;
  height: 3.8125rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.lp-cta_footer-img02-wrap {
  width: 100%;
  max-width: 6.5rem;
  position: absolute;
  inset: 8.6rem auto auto 3.4rem;
}

.lp-cta_footer-img03-wrap {
  width: 100%;
  max-width: 8rem;
  height: 13rem;
  position: absolute;
  inset: auto auto -6.4rem 12.4rem;
}

.lp-cta_footer-img04-wrap {
  width: 100%;
  max-width: 13rem;
  height: 7.1875rem;
  position: absolute;
  inset: 5.6rem auto auto 16.2rem;
}

.lp-cta_footer-img05-wrap {
  width: 100%;
  max-width: 8rem;
  height: 8rem;
  position: absolute;
  inset: auto auto -2.6rem 25.2rem;
}

.lp-cta_footer-img06-wrap {
  width: 100%;
  max-width: 10rem;
  height: 10rem;
  position: absolute;
  inset: 4.6rem auto auto 32.7rem;
}

.lp-cta_footer-img07-wrap {
  width: 100%;
  max-width: 14rem;
  height: 14rem;
  position: absolute;
  inset: auto 31.8rem -4.1rem auto;
}

.lp-cta_footer-img08-wrap {
  width: 100%;
  max-width: 10rem;
  height: 10rem;
  position: absolute;
  inset: 7.1rem 25.2rem auto auto;
}

.lp-cta_footer-img09-wrap {
  width: 100%;
  max-width: 13rem;
  height: 13rem;
  position: absolute;
  inset: auto 15.4rem -6.4rem auto;
}

.lp-cta_footer-img10-wrap {
  width: 100%;
  max-width: 9rem;
  height: 9rem;
  position: absolute;
  inset: 5.6rem 2.6rem auto auto;
}

.lp-cta_footer-img11-wrap {
  width: 100%;
  max-width: 14rem;
  height: 14rem;
  position: absolute;
  inset: 3.4rem 10.9rem auto auto;
}

.lp-cta_footer-img12-wrap {
  width: 100%;
  max-width: 10.0625rem;
  height: 10.0625rem;
  position: absolute;
  inset: auto 5.6rem -4.1rem auto;
}

.lp-cta_footer-img14-wrap {
  width: 100%;
  max-width: 6.0625rem;
  height: 6.0625rem;
  position: absolute;
  inset: auto 0% 4.9rem auto;
}

.lp-sunshine_coconut-wrap {
  width: 100%;
  max-width: 8rem;
  position: absolute;
  inset: -4.1rem -4.1rem auto auto;
}

.lp-sunshine_coconuts-wrap {
  width: 100%;
  max-width: 8rem;
  position: absolute;
  inset: auto auto -3.4rem -12.4rem;
}

.lp-sunshine_coconuts-img {
  width: 100%;
}

.legal-hero-return-to-home {
  color: #fee72b;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .text-size-large {
    font-size: 1.75rem;
  }

  .section_lp-hero {
    padding-top: 14rem;
  }

  .lp-hero_content {
    grid-row-gap: 1rem;
    max-width: 75rem;
  }

  .lp-hero-heading-display {
    font-size: 12rem;
  }

  .lp-labour_left-heading-display {
    font-size: 5.75rem;
  }

  .lp-labour_left-heading {
    max-width: 36.5rem;
  }

  .lp-labour_left-content {
    max-width: 42rem;
  }

  .lp-labour_image {
    max-width: 55rem;
  }

  .lp-cta_footer-img03 {
    bottom: -5.6rem;
    left: 5.6rem;
  }
}

@media screen and (min-width: 1920px) {
  .nav_component {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .nav_logo {
    width: 14rem;
  }

  .section_lp-hero {
    padding-top: 12rem;
    padding-bottom: 0;
  }

  .lp-hero_content {
    backface-visibility: hidden;
    perspective: 1000px;
    transform: translate3d(0, 0, -15rem);
  }

  .lp-hero-heading-display {
    font-size: 15.5rem;
    line-height: .8;
  }

  .button-lp {
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
    padding-left: 1.875rem;
  }

  .lp-hero-image01-wrapper {
    margin-left: -6.4rem;
  }

  .lp-hero-image01 {
    transform: none;
  }

  .lp-hero-image02-wrapper {
    margin-top: 3.8rem;
    margin-right: -6.4rem;
    top: 15.4rem;
    left: -1.9rem;
  }

  .lp-hero-image02 {
    transform: scale(1.5);
  }

  .lp-hero-image_jack01-wrapper {
    right: 16.9rem;
    transform: scale(1.5);
  }

  .lp-hero-image_jack02-wrapper {
    inset: 0% auto auto 0%;
    transform: scale(1.4);
  }

  .lp-discover_item-component {
    height: 30rem;
  }

  .section_lp-sunshine, .section_lp-labour {
    padding-top: 7rem;
  }

  .lp-labour_image-wrapper {
    bottom: 12.4rem;
    right: 4.1rem;
  }

  .lp-labour_image {
    transform: scale(1.3);
  }

  .lp-hero-image_banana01-wrapper {
    inset: auto 12.4rem 10.2rem auto;
    transform: scale(1.4);
  }

  .lp-hero-image_papaya01-wrapper {
    right: 4.9rem;
    transform: scale(1.3);
  }

  .lp-hero-image_jack03-wrapper {
    position: absolute;
    inset: auto auto 4.1rem 10.9rem;
    transform: scale(1.6);
  }

  .lp-discover_item-lower-img {
    width: 30rem;
  }

  .button-lp-hero-circle-arrow {
    max-width: 1.625rem;
  }

  .button-lp-hero-circle-arrow-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-lp-hero-circle-arrow-alt {
    max-width: 1.625rem;
  }

  .lp-hero-image_flower01-wrapper {
    top: -4.9rem;
    transform: scale(1.4);
  }

  .lp-hero-image_flower02-wrapper {
    transform: scale(1.3);
  }

  .lp-hero-image-slice01-wrapper {
    transform: scale(1.4);
  }

  .lp-hero-image_jack02-wrapper-mobile {
    top: 25.2rem;
    left: 19.1rem;
    transform: scale(1.4);
  }

  .button-lp-mobile {
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
    padding-left: 1.875rem;
  }

  .lp-hero-image_banan-stem-wrapper {
    bottom: 4.9rem;
    right: 10.2rem;
    transform: scale(1.5);
  }

  .lp-hero-image_banana01-stem-wrap {
    left: -7.9rem;
    transform: scale(1.4);
  }

  .lp-hero-image_stem-wrapper {
    bottom: -1.9rem;
    right: 10.2rem;
    transform: scale(1.5);
  }

  .lp-hero-image_papaya02-wrapper {
    inset: -4.1rem auto auto 35.7rem;
    transform: scale(1.3);
  }

  .lp-cta_footer-logo-wrap {
    position: relative;
  }

  .lp-cta_footer-image-component {
    position: absolute;
    inset: 0%;
  }

  .lp-cta_footer-img03 {
    bottom: -8.6rem;
  }

  .lp-cta_footer-img07 {
    left: 45.5rem;
  }

  .lp-cta_footer-img09 {
    bottom: -6.4rem;
  }

  .lp-cta_footer-img12 {
    bottom: -4.9rem;
  }

  .lp-cta_footer-img01-wrap {
    max-width: 14rem;
    height: 5rem;
    margin-bottom: .8rem;
  }

  .lp-cta_footer-img02-wrap {
    max-width: 13rem;
  }

  .lp-cta_footer-img03-wrap {
    max-width: 13rem;
    height: 16rem;
    left: 16.2rem;
  }

  .lp-cta_footer-img04-wrap {
    max-width: 15rem;
    height: 10rem;
    left: 22.2rem;
  }

  .lp-cta_footer-img05-wrap {
    max-width: 12rem;
    height: 12rem;
    bottom: -5.6rem;
    left: 32.7rem;
  }

  .lp-cta_footer-img06-wrap {
    max-width: 15rem;
    height: 15rem;
    top: 3.4rem;
    left: 41.7rem;
  }

  .lp-cta_footer-img07-wrap {
    max-width: 16rem;
    height: 16rem;
    bottom: -3.4rem;
    right: 42.5rem;
  }

  .lp-cta_footer-img08-wrap {
    max-width: 14rem;
    height: 14rem;
    right: 32.7rem;
  }

  .lp-cta_footer-img09-wrap {
    max-width: 15rem;
    height: 15rem;
    bottom: -7.9rem;
    right: 21.4rem;
  }

  .lp-cta_footer-img10-wrap {
    max-width: 13rem;
    height: 13rem;
  }

  .lp-cta_footer-img11-wrap {
    max-width: 16rem;
    height: 16rem;
    right: 15.4rem;
  }

  .lp-cta_footer-img14-wrap {
    max-width: 8rem;
    height: 8rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .form_input {
    min-height: 4.5vh;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

  .nav_logo {
    width: 13.8125rem;
  }

  .nav_button {
    color: #fff;
    display: none;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .section_lp-hero {
    overflow: hidden;
  }

  .lp-hero-heading-display {
    font-size: 12rem;
  }

  .button-lp {
    padding: 1rem 4.25rem 1rem 1.5rem;
    font-size: 1.0625rem;
    display: none;
  }

  .lp-hero-image01-wrapper {
    display: none;
    top: -4.9rem;
    right: -7.1rem;
  }

  .lp-hero-image01 {
    width: 100%;
    max-width: 14rem;
  }

  .lp-hero-image02-wrapper {
    display: none;
    top: -1.9rem;
    left: -4.1rem;
  }

  .lp-hero-image02 {
    max-width: 10rem;
  }

  .lp-hero-image_jack01-wrapper {
    top: -5.6rem;
  }

  .lp-hero-image_jack02-wrapper {
    inset: 0% auto auto 0%;
  }

  .lp-discover_item-component {
    grid-column-gap: 1rem;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .lp-discover_item-wrapper {
    justify-content: space-between;
  }

  .lp-sunshine_item-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lp-sunshine_item-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section_lp-labour {
    padding-bottom: 9rem;
  }

  .lp-labour_component {
    position: relative;
  }

  .lp-labour_left-wrapper {
    max-width: 30rem;
  }

  .lp-labour_left-content {
    max-width: 32.5rem;
  }

  .lp-labour_image-wrapper {
    position: absolute;
    inset: auto 0 5.6rem auto;
  }

  .lp-labour_image {
    max-width: 35rem;
    height: 100%;
  }

  .section_lp-full-img {
    height: 50vh;
  }

  .lp-hero-image_banana01-wrapper {
    justify-content: flex-start;
    align-items: center;
    inset: auto 0% 10.9rem auto;
  }

  .lp-hero-image_papaya01-wrapper {
    height: 2.5rem;
    top: -4.1rem;
    bottom: 9.4rem;
  }

  .lp-hero-image_jack03-wrapper {
    inset: auto auto 16.2rem 0%;
  }

  .lp-discover_coconut-wrapper01 {
    display: none;
    left: 32rem;
  }

  .lp-discover_mob-slider-wrapper {
    max-width: 100%;
    display: none;
  }

  .lp-discover_mob-slider {
    background-color: #489b46;
    height: auto;
  }

  .slide-nav {
    display: none;
  }

  .lp-discover_item-component-mob {
    grid-column-gap: 1rem;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
    position: relative;
  }

  .lp-discover_item-wrapper-mob {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .lp-discover_item-arrow-wrap-mob {
    grid-column-gap: .44375rem;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% -5.6rem;
  }

  .slider_button-is-next, .slider_button-is-prev {
    background-color: #fee72b;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 2.875rem;
    height: 2.875rem;
    display: flex;
  }

  .lp-discover_item-track {
    display: flex;
  }

  .section_lp-discover-mob {
    background-color: #489b46;
    padding-bottom: 10.7rem;
    overflow: hidden;
  }

  .section_lp-discover-mob.hide-in-desktop {
    display: block;
  }

  .icon {
    display: none;
  }

  .button-lp-hero-circle {
    width: 3.3rem;
    height: 3.2rem;
    top: -1%;
  }

  .lp-hero-image_flower01-wrapper {
    left: 4.1rem;
  }

  .lp-hero-image_flower02-wrapper {
    top: 7.1rem;
    left: -2.6rem;
  }

  .lp-hero-image-slice01-wrapper {
    display: none;
    bottom: 1.9rem;
    left: 10.9rem;
  }

  .lp-sunshine_jack01-wrap {
    bottom: -3.4rem;
  }

  .lp-sunshine_flower-wrap {
    right: 0;
  }

  .lp-discover_product-end {
    display: none;
  }

  .lp-hero_tab-img-wrap {
    position: absolute;
    inset: auto auto 0% -1.9rem;
    transform: rotate(-12deg);
  }

  .lp-hero_tab-img-wrap.hide-in-desktop {
    display: block;
  }

  .lp-hero_tab-img {
    width: 100%;
    max-width: 11rem;
    position: absolute;
    inset: auto auto 2.6rem -1.9rem;
    transform: rotate(-15deg);
  }

  .lp-hero_tab-img-wrap02 {
    position: absolute;
    inset: -4.9rem -1.9rem auto auto;
    transform: rotate(12deg);
  }

  .lp-hero_tab-img-wrap02.hide-desktop {
    display: block;
  }

  .lp-hero_tab-img02 {
    width: 100%;
    max-width: 11rem;
    position: absolute;
    inset: -2.6rem -1rem auto auto;
    transform: rotate(15deg);
  }

  .matter-container {
    display: none;
  }

  .lp-cta_left-wrapper {
    width: 100%;
    height: 28vh;
    padding: 4rem;
    display: none;
  }

  .lp-cta_component {
    flex-flow: column;
    display: flex;
  }

  .lp-cta_right-wrapper {
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .section_lp-cta {
    height: auto;
  }

  .preloader-main {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .preloader-video-embed-wrap {
    height: 100%;
    transform: scale(.6);
  }

  .lp-hero-image_jack02-wrapper-mobile {
    width: 6.625px;
    display: block;
    inset: 0% auto auto 0%;
  }

  .lp-hero-image_jack02-wrapper-mobile.hide-in-desktop {
    display: block;
  }

  .lp-hero-image_papaya {
    z-index: 1;
    width: 100%;
    max-width: 9rem;
    display: block;
    position: absolute;
    inset: -10% auto auto -4%;
  }

  .lp_dev-text-link-mobile {
    color: #489b46;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .lp-cta_left-logo-wrap-outer {
    display: none;
  }

  .lp-cta_left-logo-wrap-outer-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
    display: none;
  }

  .button-lp-mobile {
    padding: 1rem 4.25rem 1rem 1.5rem;
    font-size: 1.0625rem;
    display: block;
  }

  .lp-cta_bottom-patch {
    position: static;
  }

  .lp-labour_coconut-piece-wrap {
    top: -4.1rem;
  }

  .lp-hero-image_banan-stem-wrapper {
    top: -4.1rem;
    right: 7.1rem;
  }

  .lp-discover_coconut-wrapper {
    left: 32rem;
  }

  .lp-discover_banana-stem-wrapper {
    left: 38.7rem;
  }

  .hide-desktop {
    display: block;
  }

  .lp-labour_image-wrapper-tab {
    position: absolute;
    inset: auto 0 4.1rem auto;
  }

  .lp-labour_image-tab {
    max-width: 35rem;
    height: 100%;
  }

  .lp-discover_coconut-wrapper02, .lp-discover_banana-stem-wrapper-copy {
    left: 32rem;
  }

  .lp-discover_banana-wrapper {
    max-width: 5rem;
    bottom: 3.4rem;
    left: 19.9rem;
  }

  .lp-hero-image_banana01-stem-wrap {
    justify-content: flex-start;
    align-items: center;
    display: none;
    top: 6.4rem;
    left: 2.6rem;
  }

  .lp-hero-image_stem-wrapper {
    top: -4.1rem;
    right: 7.1rem;
  }

  .lp-hero-image_papaya02-wrapper {
    height: 5rem;
    display: none;
    inset: auto 0% 12.4rem auto;
  }

  .lp-cta_footer-img02 {
    max-width: 7rem;
    top: 4%;
    left: 2%;
  }

  .lp-cta_footer-img03 {
    bottom: -4.1rem;
    left: 4.9rem;
  }

  .lp-cta_footer-img05 {
    bottom: -4.1rem;
  }

  .lp-cta_footer-img07 {
    max-width: 10rem;
  }

  .cta-cta_footer-img08 {
    top: -4%;
    right: 24.4rem;
  }

  .lp-cta_footer-img09 {
    bottom: -4.1rem;
    right: 12.4rem;
  }

  .lp-cta_footer-img10 {
    max-width: 10rem;
    top: .4rem;
    right: 13.2rem;
  }

  .lp-cta_footer-img11 {
    top: -4.1rem;
    right: 28.2rem;
  }

  .lp-cta_footer-img12 {
    bottom: -2.6rem;
    right: 28.2rem;
  }

  .lp-cta_footer-img13 {
    max-width: 10rem;
  }

  .lp-cta_footer-img14 {
    bottom: -7.1rem;
    right: -1.1rem;
  }

  .lp-cta_footer-img01-wrap {
    max-width: 8rem;
  }

  .lp-cta_footer-img02-wrap {
    max-width: 6rem;
    top: 7.9rem;
    left: 1.9rem;
  }

  .lp-cta_footer-img03-wrap {
    max-width: 8rem;
    height: 8rem;
    bottom: -2.6rem;
    left: 8.6rem;
  }

  .lp-cta_footer-img04-wrap {
    max-width: 8rem;
    height: 8rem;
    top: 5.8rem;
    left: 10.7rem;
  }

  .lp-cta_footer-img05-wrap {
    max-width: 12rem;
    height: 12rem;
    bottom: -6.4rem;
    left: 14.7rem;
  }

  .lp-cta_footer-img06-wrap {
    max-width: 8rem;
    height: 8rem;
    display: none;
    top: 6.4rem;
    left: 32rem;
  }

  .lp-cta_footer-img07-wrap {
    max-width: 8rem;
    height: 8rem;
    bottom: -2.6rem;
    right: 20.7rem;
  }

  .lp-cta_footer-img08-wrap {
    max-width: 8rem;
    height: 8rem;
    top: 5.6rem;
    right: 25.2rem;
  }

  .lp-cta_footer-img09-wrap {
    max-width: 8rem;
    height: 8rem;
    bottom: -4.1rem;
    right: 13.2rem;
  }

  .lp-cta_footer-img10-wrap {
    max-width: 10rem;
    height: 10rem;
    top: 5.6rem;
    right: 1.1rem;
  }

  .lp-cta_footer-img11-wrap {
    max-width: 10rem;
    height: 10rem;
    top: 5.6rem;
    right: 12.4rem;
  }

  .lp-cta_footer-img12-wrap {
    max-width: 12rem;
    height: 12rem;
    bottom: -4.9rem;
    right: 4.1rem;
  }

  .lp-cta_footer-img14-wrap {
    max-width: 5rem;
    height: 5rem;
    bottom: 4.1rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

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

  .form_input {
    border-radius: 10px;
    min-height: 2.125rem;
    padding-top: .6875rem;
    padding-bottom: .6875rem;
    padding-left: 1.5rem;
    font-size: 1rem;
  }

  .form_input.is-text-area {
    min-height: 4.75rem;
    padding-top: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav_component {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lp-hero_content {
    grid-row-gap: 2.25rem;
  }

  .lp-hero-heading-display {
    font-size: 8rem;
  }

  .lp-hero_text-wrapper {
    max-width: 18.75rem;
  }

  .button-lp {
    border-width: 2px;
    padding: .75rem 3.25rem .75rem 1rem;
    font-size: .85rem;
  }

  .lp-hero-image01-wrapper {
    inset: auto -5.6rem -10.9rem auto;
  }

  .lp-hero-image02-wrapper {
    top: -9.4rem;
    left: -2.6rem;
  }

  .lp-hero-image_jack01-wrapper {
    inset: auto 0% 0% auto;
  }

  .lp-hero-image_jack02-wrapper {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .lp-discover_heading {
    max-width: 25rem;
  }

  .section_lp-sunshine {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .lp-sunshine_heading {
    justify-content: flex-start;
    align-items: center;
  }

  .lp-sunshine_text {
    max-width: 26rem;
  }

  .lp-sunshine_item-component {
    grid-column-gap: 3.75rem;
    grid-row-gap: 6.25rem;
  }

  .lp-sunshine_item-img {
    width: 8rem;
  }

  .lp-sunshine_item-text {
    max-width: 10rem;
  }

  .section_lp-labour {
    padding-bottom: 1.4375rem;
  }

  .lp-labour_component {
    flex-flow: column;
  }

  .lp-labour_left-heading-display {
    font-size: 3.25rem;
  }

  .lp-labour_left-heading {
    max-width: 24rem;
  }

  .lp-labour_left-content {
    max-width: 22rem;
  }

  .lp-contact-button {
    border-width: 2px;
    padding: .75rem 3rem .75rem 1rem;
    font-size: .85rem;
  }

  .lp-labour_image-wrapper {
    position: static;
  }

  .lp-hero-image_banana01-wrapper {
    bottom: -3.4rem;
    left: -4.9rem;
  }

  .lp-hero-image_papaya01-wrapper {
    inset: auto 0% -13.2rem auto;
  }

  .lp-discover_coconut-wrapper01 {
    max-width: 6rem;
    position: absolute;
    bottom: .4rem;
    left: 23.7rem;
  }

  .lp-sunshine_jack-wrap {
    bottom: 6.4rem;
  }

  .lp-discover_item-wrapper-mob {
    flex: none;
    max-width: 100%;
  }

  .lp-discover_item-arrow-wrap-mob {
    grid-column-gap: .625rem;
  }

  .lp-discover_item-track {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .section_lp-discover-mob.hide-in-desktop {
    padding-bottom: 8rem;
  }

  .lp-discover_heading-display {
    font-size: 1.5rem;
  }

  .button-lp-hero-circle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .button-lp-hero-circle-arrow {
    width: 1rem;
    display: none;
  }

  .button-lp-hero-circle-arrow-alt {
    width: 1rem;
  }

  .lp-contact-button-circle {
    width: 2.5rem;
    height: 2.5rem;
    right: 0%;
  }

  .button-lp-contact-circle-arrow, .button-lp-contact-circle-arrow-alt {
    width: 1rem;
  }

  .text-block {
    line-height: 1.2;
  }

  .preloader {
    background-color: #52a550;
  }

  .preloader-video {
    width: 40rem;
    height: 50vh;
  }

  .lp-hero-image_flower01-wrapper {
    top: -5.6rem;
  }

  .lp-hero-image_flower01-img {
    max-width: 4rem;
  }

  .lp-hero-image-slice01-wrapper {
    left: 7.9rem;
  }

  .lp-sunshine_flower-wrap {
    top: 8.6rem;
  }

  .lp-hero_tab-img-wrap {
    bottom: -8rem;
  }

  .lp-hero_tab-img {
    bottom: 2.6rem;
    left: -1.1rem;
    transform: translate(0)rotate(-15deg);
  }

  .lp-hero_tab-img-wrap02 {
    top: -1.9rem;
    right: -3.4rem;
  }

  .lp-hero_tab-img02 {
    right: -1.9rem;
    transform: translate(0)rotate(15deg);
  }

  .matter-image {
    width: 4rem;
  }

  .matter-image.matter-image-mobile {
    width: 3rem;
  }

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

  .lp-cta_left-wrapper {
    height: 25vh;
  }

  .lp-cta_info {
    color: #fbfada;
    font-family: Ohnosoftiedemo, Arial, sans-serif;
    font-weight: 400;
  }

  .contact-button-circle {
    width: 3rem;
    height: 3rem;
  }

  .contact-hero_submit-button {
    border-width: 2px;
    padding: .725rem 4.25rem .725rem 1rem;
    font-size: .8rem;
  }

  .lp-cta_info-wrap {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .preloader-main, .preloader-video-embed-wrap-w {
    background-color: #53a94f;
  }

  .preloader-video-embed-wrap {
    background-color: #53a94f;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: none;
  }

  .preloader-video-embed {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .lp-hero-image_jack02-wrapper-mobile {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .lp-hero-image_papaya {
    top: -13%;
    left: 0%;
  }

  .lp_dev-text-link-mobile {
    top: 15vh;
  }

  .preloader_alt-video {
    display: none;
  }

  .preloader_alt-video-mobile {
    display: block;
  }

  .button-lp-mobile {
    border-width: 2px;
    padding: .75rem 3.25rem .75rem 1rem;
    font-size: .85rem;
  }

  .section_legal-hero {
    padding-bottom: 5rem;
  }

  .legal-hero_heading {
    font-size: 5rem;
  }

  .legal-content_richtext h2 {
    font-size: 2.5rem;
  }

  .lp-hero-image_banan-stem-wrapper {
    inset: auto 0% 5.6rem auto;
  }

  .lp-discover_coconut-wrapper {
    max-width: 6rem;
    position: absolute;
    bottom: .4rem;
    left: 23.7rem;
  }

  .lp-discover_banana-stem-wrapper {
    max-width: 6rem;
    position: absolute;
    inset: 2.6rem auto auto 28.2rem;
  }

  .lp-labour_image-wrapper-tab {
    position: static;
  }

  .lp-labour_image-tab {
    max-width: 100%;
  }

  .lp-discover_coconut-wrapper02 {
    max-width: 6rem;
    position: absolute;
    bottom: .4rem;
    left: 23.7rem;
  }

  .lp-discover_banana-stem-wrapper-copy {
    max-width: 6rem;
    position: absolute;
    inset: 2.6rem auto auto 10.9rem;
  }

  .lp-discover_banana-wrapper {
    max-width: 6rem;
    position: absolute;
    inset: 2.6rem auto auto 16.2rem;
  }

  .lp-hero-image_banana01-stem-wrap {
    bottom: -3.4rem;
    left: -4.9rem;
  }

  .lp-hero-image_stem-wrapper {
    inset: auto 0% 9.4rem auto;
  }

  .lp-hero-image_papaya02-wrapper {
    inset: auto 0% -13.2rem auto;
  }

  .lp-cta-footer-heading {
    font-size: 2.625rem;
  }

  .lp-cta-bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .lp-cta_info-wrap-2 {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .lp-cta_footer-logo-wrap {
    margin-top: 5rem;
  }

  .lp-cta_footer-img06 {
    max-width: 8rem;
  }

  .lp-cta_footer-img07 {
    max-width: 8rem;
    bottom: .4rem;
    left: 19.9rem;
  }

  .lp-cta_footer-img10 {
    max-width: 8rem;
    top: 3.4rem;
    right: 17.7rem;
  }

  .lp-cta_footer-img11 {
    top: -1.9rem;
    right: 28.2rem;
  }

  .lp-cta_footer-img13 {
    right: 3.4rem;
  }

  .lp-cta_footer-img14 {
    right: 2.6rem;
  }

  .lp-cta_footer-img01-wrap {
    max-width: 5rem;
    height: 5rem;
    bottom: -1.9rem;
  }

  .lp-cta_footer-img02-wrap {
    max-width: 3rem;
    top: 7.9rem;
    left: 1.5rem;
  }

  .lp-cta_footer-img03-wrap {
    max-width: 5rem;
    bottom: -4.1rem;
    left: 6.4rem;
  }

  .lp-cta_footer-img04-wrap {
    max-width: 5rem;
    height: 5rem;
    top: 6.3rem;
    left: 8.6rem;
  }

  .lp-cta_footer-img05-wrap {
    max-width: 10rem;
    height: 10rem;
    left: 12.4rem;
  }

  .lp-cta_footer-img06-wrap {
    top: 7.9rem;
    left: 26.7rem;
  }

  .lp-cta_footer-img07-wrap, .lp-cta_footer-img08-wrap {
    display: none;
  }

  .lp-cta_footer-img10-wrap {
    display: none;
    top: 4.1rem;
  }

  .lp-cta_footer-img11-wrap {
    top: 4.9rem;
    right: 13.9rem;
  }

  .lp-cta_footer-img12-wrap {
    max-width: 10rem;
    height: 10rem;
    bottom: -3.4rem;
    right: 1.9rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .heading-style-h1 {
    font-size: 2.6875rem;
    font-weight: 400;
  }

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

  .form_input {
    border-radius: 9.32px;
    min-height: 2.5625rem;
    margin-bottom: 1rem;
    padding-top: .875rem;
    padding-bottom: .875rem;
    padding-left: 1.5rem;
    font-size: .875rem;
  }

  .form_input.is-text-area {
    min-height: 5.6875rem;
    padding-bottom: 3.6rem;
  }

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

  .nav_component {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .nav_brand.w--current {
    padding-left: 0;
  }

  .nav_logo {
    width: 10rem;
  }

  .section_lp-hero {
    padding-top: 18rem;
    padding-bottom: 5rem;
  }

  .lp-hero_content {
    grid-row-gap: 1.5rem;
    overflow: visible;
  }

  .lp-hero-heading-display {
    font-size: 5.875rem;
  }

  .lp-hero-image01-wrapper {
    bottom: -8.6rem;
    right: -4.1rem;
  }

  .lp-hero-image01 {
    max-width: 11.625rem;
  }

  .lp-hero-image02-wrapper {
    top: -10.9rem;
    left: -4.1rem;
  }

  .lp-hero-image02 {
    transform: none;
  }

  .lp-hero-image_jack01-wrapper {
    max-width: 2.5rem;
    inset: auto 0% -1.9rem auto;
  }

  .lp-hero-image-jack01 {
    width: 100%;
    max-width: 2rem;
  }

  .lp-hero-image_jack02-wrapper {
    width: 100%;
    max-width: 2rem;
    top: 10.9rem;
    left: -.4rem;
  }

  .lp-hero-image_jack02 {
    max-width: 2rem;
  }

  .lp-discover_heading {
    grid-row-gap: .875rem;
  }

  .lp-discover_text {
    max-width: 15.5rem;
  }

  .section_lp-sunshine {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .lp-sunshine_component {
    grid-row-gap: 3rem;
  }

  .lp-sunshine_heading {
    grid-row-gap: .875rem;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .lp-sunshine_text {
    max-width: 20rem;
  }

  .lp-sunshine_item-component {
    grid-row-gap: 3rem;
  }

  .lp-sunshine_item-wrapper {
    grid-row-gap: 1.5rem;
  }

  .lp-sunshine_item-img {
    width: 7.5rem;
  }

  .lp-labour_left-wrapper {
    grid-row-gap: 2rem;
  }

  .lp-labour_left-heading-display {
    font-size: 2.6875rem;
  }

  .lp-labour_left-content {
    grid-row-gap: 1rem;
  }

  .lp-labour_image-wrapper {
    margin-top: 2rem;
  }

  .lp-labour_image {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }

  .lp-hero-image_banana01-wrapper {
    max-width: 5.5rem;
    inset: -1.9rem auto auto -1.9rem;
  }

  .lp-hero-image_banana01 {
    max-width: 5.4rem;
    height: auto;
  }

  .lp-hero-image_papaya01-wrapper {
    max-width: 3rem;
    inset: auto 0% 0% auto;
  }

  .lp-hero-image_papaya01 {
    max-width: 3rem;
  }

  .lp-hero-image_jack03-wrapper {
    display: none;
  }

  .lp-discover_coconut-wrapper01 {
    max-width: 4.5rem;
    display: none;
    position: absolute;
    inset: auto -.4rem 1.1rem auto;
  }

  .lp-discover_banana-img {
    max-width: 3rem;
  }

  .lp-sunshine_papaya-wrap {
    top: .4rem;
    right: -3.2rem;
  }

  .lp-sunshine_jack-wrap {
    inset: 3.4rem auto auto -1.1rem;
  }

  .lp-discover_item-component-mob {
    grid-column-gap: 0rem;
  }

  .lp-discover_item-wrapper-mob {
    grid-row-gap: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-discover_item-img-mob {
    max-width: 19.1875rem;
  }

  .lp-discover_item-track {
    margin-bottom: -.6rem;
  }

  .button-lp-hero-circle-arrow {
    max-width: 1rem;
  }

  .button-lp-hero-circle-arrow-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-lp-hero-circle-arrow-alt {
    max-width: 1rem;
  }

  .lp-contact-button-circle {
    top: -1%;
    right: -1%;
  }

  .button-lp-contact-circle-arrow, .button-lp-contact-circle-arrow-alt {
    max-width: 1rem;
  }

  .text-block {
    line-height: 1;
  }

  .preloader-video {
    width: 20rem;
  }

  .lp-hero-image_flower01-wrapper {
    inset: 0% auto auto -1.1rem;
  }

  .lp-hero-image_flower01-img {
    max-width: 3rem;
  }

  .lp-hero-image_flower02-wrapper {
    inset: auto auto 2.6rem -1.1rem;
  }

  .lp-hero-image_flower02-img {
    max-width: 5rem;
  }

  .lp-hero-image-slice01-wrapper {
    display: none;
    bottom: 1.1rem;
    right: 22.2rem;
  }

  .lp-hero-image-slcie01 {
    max-width: 2rem;
  }

  .lp-sunshine_jack01-wrap {
    bottom: -4.1rem;
  }

  .lp-sunshine_jack01-img {
    max-width: 6rem;
  }

  .lp-sunshine_flower-wrap {
    top: 10.2rem;
    right: -.4rem;
  }

  .lp-sunshine_flower-image {
    max-width: 4rem;
  }

  .lp-hero_tab-img-wrap {
    transform: rotate(-15deg);
  }

  .lp-hero_tab-img {
    max-width: 9rem;
    bottom: -1.9rem;
    left: -2.6rem;
    transform: rotate(-15deg);
  }

  .lp-hero_tab-img-wrap02 {
    top: -10.6rem;
    transform: rotate(15deg);
  }

  .lp-hero_tab-img02 {
    max-width: 9rem;
    top: -10.2rem;
    transform: rotate(15deg);
  }

  .matter-image.matter-image-mobile {
    display: none;
  }

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

  .lp-cta_left-wrapper {
    padding: 2rem;
  }

  .lp-cta_info {
    grid-column-gap: .2rem;
  }

  .contact-button-circle {
    width: 3rem;
    height: 3rem;
  }

  .contact-circle-arrow {
    max-width: 1rem;
  }

  .lp-cta_right-wrapper {
    padding: 4rem 1.25rem 3rem;
  }

  .lp-cta_info-icon {
    width: 100%;
    max-width: 1.875rem;
    height: 1.875rem;
  }

  .lp-cta_heading-wrap {
    grid-row-gap: .5rem;
  }

  .lp-cta_left-logo-wrap {
    left: 1.5rem;
    right: 1.5rem;
  }

  .lp-cta_info-wrap {
    flex-flow: column;
    margin-top: .5rem;
  }

  .preloader-video-embed {
    height: 50%;
    transform: scale(.5);
  }

  .lp-hero-image_jack02-wrapper-mobile {
    width: 100%;
    max-width: 2rem;
    top: 10.9rem;
    left: -.4rem;
  }

  .lp-hero-image_papaya {
    top: -45%;
    left: -10%;
  }

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

  .lp_dev-text-link-mobile {
    position: relative;
    top: 0;
  }

  .preloader_alt-video, .preloader_alt-video-mobile {
    object-fit: cover;
  }

  .lp-cta_bottom-patch {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .lp-cta_bottom-legal-page {
    justify-content: center;
  }

  .legal-hero_header-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .legal-hero_heading {
    text-align: center;
    font-size: 4.25rem;
  }

  .legal-content_richtext p {
    font-size: 1.125rem;
  }

  .legal-content_richtext ul {
    font-size: 1rem;
  }

  .lp-labour_coconut-piece-wrap {
    top: -4.1rem;
    left: -1.1rem;
  }

  .thank-you_component {
    grid-row-gap: .5rem;
  }

  .lp-hero-image_banan-stem-wrapper {
    inset: auto 0% .4rem auto;
  }

  .lp-hero-image-banana-stem {
    width: 100%;
  }

  .lp-discover_coconut-wrapper {
    max-width: 4.5rem;
    position: absolute;
    inset: auto -.4rem 1.1rem auto;
  }

  .lp-discover_banana-stem-wrapper {
    position: absolute;
    inset: auto -3.4rem -2.6rem auto;
  }

  .lp-labour_image-wrapper-tab {
    margin-top: 2rem;
  }

  .lp-labour_image-tab {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }

  .lp-discover_banana-img01 {
    max-width: 3rem;
  }

  .lp-discover_coconut-wrapper02 {
    max-width: 4.5rem;
    position: absolute;
    inset: auto -.4rem 1.1rem auto;
  }

  .lp-discover_banana-img02 {
    max-width: 3rem;
  }

  .lp-discover_banana-stem-wrapper-copy {
    max-width: 4.5rem;
    position: absolute;
    inset: auto -.4rem 1.1rem auto;
  }

  .lp-discover_banana-wrapper {
    position: absolute;
    inset: auto -.4rem 3.4rem auto;
  }

  .lp-hero-image_banana01-stem-wrap {
    max-width: 5.5rem;
    bottom: .4rem;
    left: -4.1rem;
  }

  .lp-hero-image_stem-wrapper {
    display: none;
    inset: auto 0% .4rem auto;
  }

  .lp-hero-image-stem {
    width: 100%;
  }

  .lp-hero-image_papaya02-wrapper {
    max-width: 3rem;
    bottom: -10.9rem;
    right: -.4rem;
  }

  .lp-hero-image_papaya02 {
    max-width: 3rem;
  }

  .lp-cta_info-wrap-2 {
    flex-flow: column;
  }

  .lp-cta_info-2 {
    grid-column-gap: .2rem;
  }

  .lp-cta-text-2 {
    font-size: .875rem;
  }

  .lp-cta_footer-img01 {
    max-width: 5rem;
    bottom: -1.1rem;
    left: -1.1rem;
  }

  .lp-cta_footer-img03 {
    max-width: 5rem;
    bottom: -1.9rem;
    left: 2.6rem;
  }

  .lp-cta_footer-img05 {
    max-width: 8rem;
    bottom: -4.1rem;
    left: 13.2rem;
  }

  .lp-cta_footer-img07 {
    max-width: 5rem;
    left: 17.7rem;
  }

  .cta-cta_footer-img08 {
    max-width: 5rem;
    right: 11.7rem;
  }

  .lp-cta_footer-img09 {
    max-width: 5rem;
  }

  .lp-cta_footer-img13 {
    max-width: 8rem;
  }

  .lp-cta_footer-img14 {
    max-width: 5rem;
    bottom: -6.4rem;
  }

  .lp-cta_footer-img02-wrap {
    top: 5.6rem;
    left: 4.1rem;
  }

  .lp-cta_footer-img03-wrap {
    max-width: 3rem;
    height: 3rem;
    left: 6.4rem;
  }

  .lp-cta_footer-img04-wrap {
    max-width: 3rem;
    height: 3rem;
    left: 9.4rem;
  }

  .lp-cta_footer-img05-wrap {
    max-width: 3rem;
    height: 3rem;
    bottom: -.4rem;
  }

  .lp-cta_footer-img06-wrap, .lp-cta_footer-img09-wrap {
    display: none;
  }

  .lp-cta_footer-img11-wrap {
    max-width: 5rem;
    height: 5rem;
    top: 4.9rem;
    right: 3.4rem;
  }

  .lp-cta_footer-img12-wrap {
    max-width: 3rem;
    height: 3rem;
    bottom: -1.1rem;
  }

  .lp-cta_footer-img14-wrap {
    max-width: 2rem;
    height: 2rem;
    bottom: 1.1rem;
  }

  .lp-sunshine_coconut-wrap, .lp-sunshine_coconuts-wrap {
    top: .4rem;
    right: -3.2rem;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-5e9f6d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-5e9f6d8b {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-5e9f6d8b, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-5e9f6d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-5e9f6d8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-5e9f6d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-5e9f6d8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-5e9f6d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-5e9f6d8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-5e9f6d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-5e9f6d8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-5e9f6d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-5e9f6d8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-5e9f6d8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-5e9f6d8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-5e9f6d8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-5e9f6d8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-5e9f6d8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-5e9f6d8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-5e9f6d8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-5e9f6d8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-5e9f6d8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-5e9f6d8b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-5e9f6d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-5e9f6d8b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-5e9f6d8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-5e9f6d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-5e9f6d8b {
  justify-self: start;
}


@font-face {
  font-family: 'Hwt Artz';
  src: url('../fonts/HWT_Artz.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ohnosoftiedemo';
  src: url('../fonts/OhnoSoftieDemo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}