:root {
  --paper-white: #fcfaf9;
  --black: black;
  --sea-green: #6c8766;
  --mid-grey: #a4a4b8;
  --linen: #f0ded3;
  --gainsboro: #e6e6e8;
  --yellow-green-3: #b0c964a8;
  --sunny-lime: #deef87;
  --light-salmon: #ffb59f;
  --misty-rose: #fddfd6;
  --seashell: #fcf5f0;
  --khaki: #b0c964;
  --tomato: #ff6a53;
  --blue: #3743fb;
  --wheat-2: #f7f5f2;
  --dark-sea-green: #92a492;
  --medium-sea-green: #3ca785;
  --misty-rose-90: #fddfd6e6;
  --misty-blue: #3743fb9c;
  --light-salmon-85: #ffb59fd9;
  --gold: #fcdb4c;
  --powder-blue: #b6d2c1;
  --wheat: #c9c3a5;
  --powder-blue-2: #6a6c3b;
  --dark-khaki: #baac6c99;
  --silver: #c5c3be;
  --yellow-green: #c8cd47f5;
  --yellow-green-2: #9fc031;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  background-color: var(--paper-white);
  color: var(--black);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

h1 {
  letter-spacing: .02em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Italianplateno2expanded, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Italianplateno2expanded, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ovo, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ovo, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

h5 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.4em;
}

h6 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .6em;
  font-weight: 400;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.8em;
}

a {
  border-bottom: 1px none var(--sea-green);
  color: var(--black);
  font-weight: 300;
  text-decoration: none;
}

label {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

blockquote {
  color: var(--black);
  text-align: center;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Separat, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
}

figcaption {
  color: var(--mid-grey);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.4em;
}

.style-guide-content {
  flex-direction: column;
  flex: 1;
  align-self: center;
  margin-left: 1vw;
  display: block;
}

.margin-bottom-20px {
  margin-bottom: 20px;
}

.horizontal-line {
  background-color: var(--black);
  flex: 1;
  align-self: center;
  width: auto;
  height: 1px;
}

.horizontal-line.neutral-color-2 {
  background-color: var(--linen);
}

.horizontal-line.margin-left-10px {
  margin-left: 10px;
}

.horizontal-line.margin-left-10px.margin-right-10px {
  margin-right: 10px;
}

.horizontal-line.margin-right-10px {
  background-color: var(--black);
  margin-right: 10px;
}

.horizontal-line.large-bottom-margin {
  margin-bottom: 40px;
}

.webflow-class {
  color: #38f;
  background-color: #e9f2ff;
  border-radius: 3px;
  margin: 4px 4px 4px 0;
  padding: 2px 8px 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.4em;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.webflow-class:hover {
  color: #fff;
  background-color: #38f;
}

.webflow-class.html-tag {
  color: #db4ca5;
  background-color: #fff1fa;
}

.webflow-class.html-tag:hover {
  color: #fff;
  background-color: #db4ca5;
}

.text-large {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6em;
}

.text-large.bold {
  font-weight: 400;
}

.text-small {
  color: var(--black);
  text-transform: none;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.4em;
}

.text-small.centered-text {
  color: var(--black);
  font-family: Work Sans, sans-serif;
  font-size: .9em;
  font-weight: 300;
}

.search-menu-header {
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-links {
  border-bottom-style: none;
  margin-bottom: 20px;
  transition: transform .4s cubic-bezier(.39, .575, .565, 1);
}

.nav-links:hover {
  transform: translate(0, -10px);
}

.cart-wrapper {
  box-shadow: none;
  color: var(--black);
  background-color: #fcf5f0;
  width: 30%;
  min-width: auto;
  max-width: none;
}

.nav-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex: 1;
  grid-template-rows: 4vw 110px 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 13% 1fr 2vw 1fr 13%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
  inset: 0%;
}

.search-menu-content.big-margins-l-r {
  z-index: 50;
  text-align: left;
  margin-left: 4vw;
  margin-right: 4vw;
  position: relative;
}

.cart-quantity {
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  align-self: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: .25vw;
  padding-right: .25vw;
  font-size: .5vw;
  font-weight: 500;
  line-height: 1vw;
  position: static;
  inset: 0% 0% auto auto;
}

.search-menu-bg {
  background-color: #24242466;
  position: absolute;
  inset: 0%;
}

.navbar-container {
  z-index: 110;
  border-bottom: 1px solid var(--black);
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  height: 140px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-container.align-center {
  display: flex;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 20% .5% 50% .5% 20%;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 1248px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.menu-button {
  float: none;
  padding: 0;
}

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

.close-button {
  border-bottom-style: none;
  width: auto;
  height: auto;
}

.cart-header {
  border-bottom-style: none;
  border-bottom-color: #000;
  padding: 1vw;
}

.cart-list {
  padding: 0;
}

.text-smallest {
  color: var(--black);
  font-size: .7em;
  font-weight: 400;
  line-height: 1.4em;
}

.text-smallest.l-r-padding {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-smallest.l-r-padding.font-color-grey {
  color: var(--gainsboro);
}

.text-smallest.margin-right-4px {
  margin-right: 4px;
}

.text-smallest.margin-left-4px {
  margin-left: 4px;
}

.template-links {
  border-top: 1px solid var(--black);
  background-color: var(--yellow-green-3);
  align-items: baseline;
  width: 100%;
  padding: 1vw;
  display: flex;
}

.icons {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  margin: 1vw;
  display: flex;
  position: relative;
}

.icons.cart-close {
  margin: 0;
}

.icons.no-left-margin {
  margin-left: 0;
}

.icons.opacity-0 {
  opacity: 0;
  display: flex;
}

.logo-container {
  z-index: 100;
  border: 1px solid var(--black);
  background-color: var(--sunny-lime);
  flex-flow: row;
  justify-content: center;
  height: 80px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.logo-container.hide {
  display: block;
}

.logo-container.only-landscape {
  display: none;
}

.medium-title-style {
  text-align: left;
  font-family: Ovo, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}

.apple-pay {
  height: 50px;
}

.centered-text {
  color: var(--black);
  text-align: center;
  text-transform: none;
  font-family: Work Sans, sans-serif;
  font-size: .7em;
  font-weight: 400;
}

.centered-text.margin-bottom-20px {
  color: var(--black);
  font-family: Work Sans, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.centered-text.margin-bottom-20px.font-color-black {
  color: var(--black);
  font-size: 1em;
}

.centered-text.no-padding {
  font-family: Italianplateno2expanded, sans-serif;
}

.centered-text.small {
  color: var(--black);
  font-family: Work Sans, sans-serif;
  font-size: .7em;
  font-weight: 500;
}

.centered-text.no-margin {
  padding-bottom: 0;
}

.theme-links {
  letter-spacing: 2.6px;
  text-transform: uppercase;
  border-bottom-style: solid;
  border-bottom-color: #0000;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0;
  font-size: .6em;
  font-weight: 500;
  line-height: 1.2px;
  transition: border-color .4s cubic-bezier(.39, .575, .565, 1);
}

.theme-links:hover {
  border-bottom-style: solid;
  border-bottom-color: #fcf5f0;
}

.theme-links.font-color-grey {
  color: var(--gainsboro);
}

.logo {
  width: 200px;
}

.logo.width-100-px {
  width: 100px;
}

.logo-lockup {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.cart-quantity-circle {
  background-color: var(--light-salmon);
  border: 1px #fcfaf9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 1vw;
  height: 1vw;
  display: flex;
  position: absolute;
  inset: -5% -5% auto auto;
}

.small-icons {
  margin-bottom: 0;
  margin-right: 8px;
}

.theme-link-block {
  border-bottom-style: none;
  transition-duration: 1.2s;
}

.cart-footer {
  border-top-color: var(--black);
  padding: 2vw 0;
}

.small-caps-style {
  text-align: left;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border-bottom: 1px #000;
  padding-top: 2px;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.2em;
}

.search-menu-container {
  z-index: 80;
  background-color: #0000;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-text {
  color: var(--black);
  letter-spacing: 1px;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: Italianplateno2expanded, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.nav-text.footer {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 8px;
  font-size: 1.2em;
}

.outline-badge {
  border: 1px solid var(--misty-rose);
  background-color: #0000;
  border-radius: 100px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px 6px;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.outline-badge:hover {
  border-color: var(--light-salmon);
}

.outline-badge.w--current {
  color: #f1b6a5;
  border-color: #fddfd6;
}

.outline-badge.outline-brand-color-2 {
  border-color: var(--light-salmon);
}

.outline-badge.outline-brand-color-2:hover {
  border-color: var(--paper-white);
}

.outline-badge.outline-brand-color-2.margin-right-10px, .outline-badge.margin-right-10px {
  margin-right: 10px;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  position: relative;
  inset: 0% 0% auto;
}

.navbar.hide {
  display: none;
}

.button {
  background-color: var(--misty-rose);
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-family: Work Sans, sans-serif;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.4em;
  transition: background-color .4s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.button:hover {
  background-color: var(--light-salmon);
  color: var(--black);
  border: 1px #000;
  border-bottom-color: #ffb59f;
}

.button.brand-color-2:hover {
  background-color: #ffb59f66;
}

.button.brand-color-2.attached {
  background-color: var(--light-salmon);
  width: auto;
}

.button.brand-color-2.attached:hover {
  background-color: #ffb59f66;
}

.button.add-to-cart {
  flex: 1;
}

.button.attached {
  width: auto;
  margin-left: 0;
}

.button.buy-now {
  background-color: var(--seashell);
  flex: 0 auto;
}

.button.buy-now:hover {
  background-color: var(--misty-rose);
}

.button.brand-color-1 {
  background-color: var(--sunny-lime);
}

.button.brand-color-1:hover {
  background-color: var(--khaki);
}

.button.brand-color-1.hover-pink:hover {
  background-color: var(--tomato);
}

.cart-content.big-margins-l-r {
  margin-left: 4vw;
  margin-right: 4vw;
}

.search-menu-trigger {
  align-self: center;
  display: none;
}

.lf-lottie-wrapper {
  align-self: auto;
  width: 2.25vw;
  height: 2.25vw;
  margin-left: 0;
  display: none;
}

.social-icons {
  border-bottom-style: none;
}

.added-product-thumbnail {
  width: 100px;
}

.added-product-thumbnail.image-mask {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}

.mobile-hidden {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .6em;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.mobile-hidden.centered-text {
  color: var(--blue);
}

.tagline {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 1em;
}

.tagline.font-color-blue {
  color: var(--black);
  font-weight: 500;
}

.tagline.hide-on-mobile {
  color: var(--blue);
}

.tagline.align-left {
  text-align: left;
  line-height: 1.2em;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  background-color: var(--seashell);
  color: #242424;
  border-radius: 0;
  flex: 0 auto;
  height: 50px;
  margin-bottom: 0;
  padding: 6px 14px;
  font-family: Work Sans, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.3em;
}

.form-input:active, .form-input:focus {
  border-color: #000;
}

.form-input.checkout {
  background-color: #fcfaf9;
  flex: 0 auto;
}

.form-input.quantity {
  width: 15%;
}

.form-input.height-200px {
  height: 30vh;
}

.form-input.input-kg {
  height: 30px;
}

.form-input.brand-color-2 {
  background-color: var(--yellow-green-3);
}

.nav-social-icons {
  border-bottom: 1px #000;
  margin-left: 4px;
  margin-right: 4px;
  transition: transform .4s cubic-bezier(.39, .575, .565, 1);
}

.nav-social-icons:hover {
  transform: scale(1.1);
}

.number-detail {
  color: var(--black);
  text-align: left;
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.close-search-menu-trigger {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  margin: 1vw;
  display: flex;
  position: relative;
}

.large-title-style {
  text-align: left;
  border-bottom: 1px solid #000;
  font-family: Ovo, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

.large-title-style.centered-text {
  border-bottom-color: var(--black);
}

.flex-horizontal {
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.center-content {
  flex-direction: row;
  justify-content: center;
}

.flex-horizontal.distribute-baseline {
  flex: 1;
  justify-content: space-between;
  align-items: baseline;
}

.flex-horizontal.distribute-baseline.align-right {
  justify-content: flex-end;
  margin-left: auto;
}

.flex-horizontal.distribute-baseline.margin-bottom-20px {
  display: flex;
}

.flex-horizontal.list-gallery {
  flex-wrap: nowrap;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.flex-horizontal.list-gallery.mobile {
  display: block;
}

.flex-horizontal.product-thumbnails {
  justify-content: space-between;
  width: 100%;
  height: 46px;
  display: block;
}

.flex-horizontal.product-thumbnails.medium {
  height: auto;
  margin-top: 25px;
}

.flex-horizontal.align-center {
  align-items: center;
}

.flex-horizontal.grow {
  flex: 1;
}

.flex-horizontal.accordion-questions {
  border-top: 1px solid var(--light-salmon);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.flex-horizontal.cart-buttons {
  flex: 1;
  align-items: flex-start;
}

.flex-horizontal.ailign-center-vertival {
  flex-direction: column;
  align-items: center;
  display: block;
}

.flex-horizontal.hidden {
  display: flex;
}

.flex-horizontal.alignt-left {
  justify-content: flex-end;
  align-items: center;
}

.cart-container {
  z-index: 50;
  background-color: #24242466;
}

.theme-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10px;
  font-family: Italianplateno2expanded, sans-serif;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.theme-heading:hover {
  padding-left: 10px;
}

.vertical-line {
  background-color: var(--black);
  width: 1px;
  height: 100%;
}

.vertical-line.mobile-hidden {
  background-color: var(--black);
  display: block;
}

.vertical-line.timeline {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.vertical-line.timeline.hidden {
  display: none;
}

.remove-button {
  border-bottom-style: none;
  flex-wrap: nowrap;
  flex: 0 auto;
  place-content: flex-end flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.search-menu-wrapper {
  background-color: var(--misty-rose);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100vh;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.cart-item {
  border-bottom: 1px #fcf5f0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-item.margin-top-20px {
  border-bottom-style: none;
  margin-top: 20px;
}

.nav-menu {
  z-index: 99;
  background-color: var(--wheat-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: auto;
}

.error-message {
  color: var(--tomato);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  padding: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.badge-text {
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .6em;
  font-weight: 500;
  line-height: 1.4em;
}

.badge-text.light {
  color: #fff;
}

.badge-text.large {
  letter-spacing: .5px;
  text-transform: none;
  font-family: Academysansexp, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
}

.badge-text.large.light {
  font-family: Italianplateno2expanded, sans-serif;
  font-size: 1em;
}

.badge-text.font-color-grey {
  color: var(--black);
}

.nav-container {
  z-index: 99;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: auto;
  overflow: auto;
}

.footer {
  border-top: 1px solid var(--blue);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer.placeholder {
  padding-top: 211px;
  padding-bottom: 211px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 30% .5% 39% .5% 30%;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-navigation-container {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.big-margins-l-r {
  z-index: 50;
  border-bottom-style: none;
  margin-left: 4vw;
  margin-right: 4vw;
  position: relative;
}

.big-margins-l-r.align-center {
  flex-direction: column;
  display: flex;
}

.footer-form-padding {
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-links {
  border-bottom-style: none;
  margin-bottom: 10px;
  transition: transform .4s cubic-bezier(.39, .575, .565, 1);
}

.footer-links:hover {
  transform: translate(0, -5px);
}

.heading {
  color: var(--black);
}

.section {
  border: 1px none var(--dark-sea-green);
  background-color: #0000;
  width: 100%;
  max-width: 1248px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 4vw 2vw;
  position: static;
}

.section.large-top-margin {
  margin-top: 240px;
}

.section.large-top-margin.hide {
  display: block;
}

.section._100vh {
  height: 100vh;
  max-height: 100%;
}

.section.hide-on-desktop, .section.hidden {
  display: none;
}

.section.margin-top {
  margin-top: 16vw;
}

.section.margin-top.bigger {
  margin-top: 15vw;
}

.instagram-image {
  width: 100%;
  transition: all .4s;
}

.instagram-image:hover {
  opacity: .8;
  transform: scale(.98);
}

.instagram-post {
  border-bottom-style: none;
  flex: 1;
  padding: .5vw;
}

.social-link-underlined {
  color: var(--black);
  font-family: Ovo, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

.section-divider {
  background-color: #0000;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 2vw;
  display: block;
}

.section-divider.categories.minus-right-margin {
  margin-right: -10px;
}

.section-divider.side-nav, .section-divider.margin-1vw {
  margin-bottom: 1vw;
}

.instagram-gallery {
  flex-wrap: wrap;
  margin-bottom: 1vw;
  margin-left: -.5vw;
  margin-right: -.5vw;
  display: flex;
}

.content-block {
  background-color: var(--linen);
  padding: 2vw 4vw;
}

.content-block.no-color {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.content-block.brand-color-1 {
  background-color: #b0c9647d;
}

.circle-small {
  background-color: var(--light-salmon);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 0;
  display: flex;
  position: static;
}

.circle-small.success-color {
  background-color: #3ca785;
}

.circle-small.error-color {
  background-color: #ff6a53;
}

.circle-small.margin-right-10px {
  background-color: var(--sea-green);
  margin-right: 10px;
}

.circle-small.margin-right-10px.success-color {
  background-color: var(--medium-sea-green);
}

.circle-small.margin-right-10px.error-color {
  background-color: var(--tomato);
}

.circle-small.in-front {
  z-index: 10;
  align-self: flex-start;
  position: relative;
}

._3-column-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 1vw;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-column-grid.grid-3x3 {
  grid-template-rows: auto auto auto;
}

._3-column-grid.grid-3x2 {
  grid-template-rows: auto auto;
}

._3-column-grid.grid-3x2.padding {
  grid-column-gap: 3vw;
}

._3-column-grid._2-3 {
  grid-template-columns: 1.75fr 1fr 1fr;
}

.success-message {
  color: var(--medium-sea-green);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  padding: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.right-arrow {
  z-index: 100;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slide {
  z-index: 1;
  height: auto;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.left-arrow {
  z-index: 100;
  display: block;
  position: absolute;
}

.left-arrow.mobile-hidden {
  z-index: 55;
}

.slider-arrows {
  color: #000;
  font-size: 22px;
}

.slider-arrows.hide-arrows {
  font-size: 16px;
}

.slider {
  background-color: #0000;
  height: 50%;
}

.slider-dots-off {
  display: none;
}

.mask {
  height: auto;
}

.tabs-content {
  z-index: 100;
  width: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tabs-list {
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  position: static;
}

.tab-link {
  border-top: 1px solid var(--black);
  background-color: #0000;
  border-bottom-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0;
  font-weight: 300;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.tab-link:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.tab-link.w--current {
  border-top: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-bottom-style: none;
  flex-direction: column;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.tab-link.w--current:hover {
  padding-left: 10px;
}

.tab-link.align-horizontal {
  border-top-style: none;
  border-bottom-style: solid;
  border-bottom-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 120px;
  display: flex;
}

.placeholder-image {
  z-index: -100;
  opacity: 0;
  background-color: #fff;
  display: block;
  position: relative;
}

.flex-child-50 {
  z-index: 0;
  clear: none;
  flex: 0 50%;
  align-self: center;
  margin-right: 0;
  display: block;
  position: relative;
}

.flex-child-50.big-margin-r {
  flex: 1;
  margin-right: 4vw;
  display: block;
  position: static;
}

.image-block {
  z-index: 0;
  display: block;
  position: relative;
}

.image-block.padding-left-right {
  margin-top: 0;
  padding: 0 153px 0 0;
  display: block;
}

.image-cover {
  position: absolute;
  inset: 0%;
}

.image-cover.neutral-color-1 {
  background-color: var(--seashell);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  height: 0%;
  inset: auto 0% 0%;
}

.image-cover.neutral-color-1.blue {
  background-color: var(--blue);
}

.image-cover.neutral-color-1.color-green {
  background-color: var(--sunny-lime);
}

.lottie-animations {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animations.large {
  width: 250px;
  height: 250px;
}

.lottie-animations.vert {
  flex-direction: row;
  display: flex;
}

.lottie-animations.small {
  width: 100px;
  height: 100px;
}

.lottie {
  display: block;
}

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

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

._2-column-grid.grid-padding {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
}

._2-column-grid.over-video {
  align-items: start;
  position: absolute;
}

.position-top-right {
  position: absolute;
  inset: -20% -5% auto auto;
}

.blog-post-inner-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-block {
  border-bottom-style: none;
  transition-duration: .4s;
  transition-timing-function: ease-in-out;
}

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

.hover-opacity {
  width: 100%;
  transition: opacity .4s;
}

.hover-opacity:hover {
  opacity: .8;
}

.thumbnail-post-heading {
  width: 85%;
  margin-top: 40px;
  font-family: Italianplateno2expanded, sans-serif;
}

.thumbnail-post-heading.small {
  margin-top: 20px;
}

.blog-post-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-post-grid.margin-bottom {
  margin-bottom: 60px;
}

.content-wrapper {
  display: flex;
  position: relative;
}

.image-mask {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  max-width: 100%;
  transition: all .2s ease-in-out;
}

.image-mask.hover-opacity {
  width: 200%;
  transition-duration: .4s;
}

.image-mask.hover-opacity:hover {
  opacity: .8;
}

.image-mask.hover-opacity.image-01 {
  background-image: url('../images/DSC00888.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-mask.block-color {
  background-color: var(--misty-rose-90);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 680px;
  display: flex;
  position: relative;
}

.image-mask.block-color.color-misty-blue {
  background-color: var(--misty-blue);
}

.blog-post-arrow {
  border-bottom-style: none;
  align-self: flex-end;
  margin-bottom: 6px;
  margin-left: auto;
  display: block;
}

.blog-post-arrow.large {
  margin-bottom: 20px;
}

.tag-tab {
  z-index: 5;
  background-color: var(--light-salmon);
  border-top-left-radius: 8px;
  padding: 5px 8px;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tag-tab.top {
  border-top-left-radius: 0;
  border-bottom-left-radius: 8px;
  inset: 0% 0% auto auto;
}

.tag-tab.bottom-left {
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  inset: auto auto 0% 0%;
}

.blog-category-tag {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-category-tag.light {
  color: var(--paper-white);
}

.right-aligned-cost {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

._4-column-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

._4-column-grid.gap-mobile {
  grid-row-gap: 5vw;
}

.price {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Work Sans, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.3em;
}

.price.discount {
  color: var(--light-salmon);
  margin-bottom: 2px;
  text-decoration: line-through;
}

.price.large {
  font-size: 1em;
}

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

.price.center.small-caps-style {
  text-transform: none;
}

.sticker-position-wrapper {
  z-index: 50;
  position: absolute;
}

.sticker-position-wrapper.offset {
  top: -85px;
  left: -60px;
}

.sticker-position-wrapper.buds-of-the-month {
  position: relative;
  top: -170px;
}

.thumbnail-product-heading {
  align-self: flex-end;
}

.thumbnail-product-heading.no-margin {
  color: var(--blue);
  font-family: Separat, sans-serif;
}

.sticker {
  background-color: var(--misty-rose-90);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 5px;
  display: flex;
}

.sticker.brand-color-1.opacity-85 {
  background-color: var(--misty-rose-90);
}

.sticker.brand-color-2 {
  background-color: var(--light-salmon-85);
}

.sticker.brand-color-3 {
  background-color: var(--dark-sea-green);
}

.sticker.brand-color-4 {
  background-color: #e6e6e8d6;
}

.sticker.bg_veggie {
  background-image: url('../images/Icon_Radieserl_1_grey_circle-05.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sticker.bg-fruit {
  background-image: url('../images/Icon_Pear_grey_circle-05.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sticker.brand-color-5 {
  background-color: var(--sunny-lime);
}

.page-heading-centered {
  color: var(--black);
  text-align: center;
  letter-spacing: .02em;
  background-color: #0000;
  font-family: Italianplateno2expanded, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.page-heading-centered.left-align {
  text-align: left;
}

.page-heading-centered.left-align.big-capital, .page-heading-centered.big-capital {
  text-transform: uppercase;
}

.page-heading-centered.gold {
  color: #c7a556;
  margin-bottom: 0;
}

.header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 4vw 110px auto;
  grid-template-columns: 4vw 1fr 1fr 4vw;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.header-grid.wide {
  border: 1px none var(--khaki);
  grid-template-rows: 4vw 110px 1fr;
  max-width: 1480px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product-image-large {
  margin-bottom: 110px;
}

.field-label {
  color: #000;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3em;
}

.alert-text {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.large-sticker {
  background-color: var(--misty-rose-90);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 10px;
  display: flex;
  position: static;
}

.large-sticker.brand-color-1 {
  background-color: var(--misty-rose);
}

.large-sticker.brand-color-1.opacity-85 {
  background-color: var(--misty-rose-90);
}

.large-sticker.brand-color-2 {
  background-color: var(--light-salmon-85);
}

.image-cut-off {
  align-self: flex-end;
}

.product-header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 4vw 110px auto;
  grid-template-columns: 4vw 1fr 1fr 4vw;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-cut-off-container {
  display: flex;
  overflow: hidden;
}

.out-of-stock-state {
  background-color: var(--seashell);
  color: #a26472;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.sticky-side {
  margin-bottom: 110px;
  position: sticky;
  top: 200px;
}

.collection-item {
  flex-direction: row;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.empty-state {
  background-color: var(--seashell);
  color: var(--mid-grey);
  text-align: center;
  border-radius: 5px;
  font-weight: 400;
}

.title-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 12% .5% 75% .5% 12%;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 1248px;
  margin: 5vw auto 0;
  display: grid;
}

.title-grid.no-bottom-margin {
  margin-bottom: 0;
}

.badge-text-light {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .6em;
  font-weight: 400;
  line-height: 1.4em;
}

.sticky-place-order-container {
  flex: 1;
  align-self: flex-start;
  position: sticky;
  top: 250px;
}

.shipping-costs {
  font-size: .8em;
  font-weight: 400;
}

.checkbox-label {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  align-self: flex-start;
  margin-bottom: 0;
  font-size: .8em;
  line-height: 1.2em;
}

.shipping-method-list {
  border: 1px #000;
}

.checkout-form {
  background-color: #0000;
}

.pay-with-browser {
  height: 50px;
  min-height: 30px;
}

.shipping-wrapper {
  align-self: flex-start;
  padding-top: 3px;
}

.checkbox {
  background-color: #fff;
  border-color: #f0ded3;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-bottom: 4px;
  margin-right: 10px;
  transition: all .3s ease-in-out;
}

.checkbox.w--redirected-checked {
  background-color: #3ca785;
  background-size: 95%;
  border-color: #3ca785;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.shipping-method-container {
  background-color: #0000;
  border: 1px #000;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
}

.block-content {
  background-color: #0000;
  border: 1px #000;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.block-header {
  background-color: #0000;
  border-style: none none solid;
  border-color: #000 #000 #f0ded3;
  padding-left: 0;
  padding-right: 0;
}

.no-margin {
  margin: 0;
  font-family: Separat, sans-serif;
}

.billing-address-toggle {
  margin-top: 20px;
}

.country-dropdown {
  background-color: #fcf5f0;
  border-style: solid;
  border-color: #000;
  border-radius: 0;
  height: 50px;
}

.radio-label-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3em;
}

.paypal-checkout-form {
  background-color: #0000;
}

.order-confirmation {
  background-color: #0000;
  padding: 20px;
}

.checkout-headings {
  text-align: left;
  font-family: Ovo, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

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

.cart-item-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

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

.small-title-style {
  text-align: left;
  font-family: Ovo, sans-serif;
  font-size: .9em;
  line-height: 1em;
  display: inline-block;
}

.small-title-style.margin-left-10px {
  margin-left: 10px;
}

.blog-details-wrapper {
  text-align: left;
  align-self: flex-start;
}

.badge {
  background-color: var(--misty-rose);
  border: 1px #fddfd6;
  border-radius: 100px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 0;
  padding: 4px 8px;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.badge:hover {
  background-color: var(--light-salmon);
}

.badge.w--current {
  color: #f1b6a5;
  border-color: #fddfd6;
}

.badge.brand-color-2 {
  background-color: var(--light-salmon);
}

.badge.brand-color-2:hover, .badge.color-blue {
  background-color: var(--misty-rose);
}

.margin-top-20px {
  margin-top: 20px;
}

.next-blog-posts-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product-wrapper {
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5% 5% 5.5%;
}

.little-margins-l-r {
  z-index: 50;
  text-align: center;
  margin-left: 2vw;
  margin-right: 2vw;
  position: relative;
}

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

.rich-text-block h2 {
  font-family: Italianplateno2expanded, sans-serif;
}

.extra-large-sticker {
  background-color: var(--misty-rose-90);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  padding: 15px;
  display: flex;
  position: static;
}

.extra-large-sticker.brand-color-2 {
  background-color: var(--light-salmon-85);
}

.extra-large-sticker.brand-color-blue {
  background-color: var(--blue);
  position: relative;
}

.extra-large-sticker.brand-color-green {
  background-color: var(--sunny-lime);
  width: 140px;
  height: 140px;
  margin-left: 15vw;
}

.featured-product {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: 110px auto auto;
  grid-template-columns: 1fr 2vw 2vw 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatar {
  background-color: #fddfd6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
  border: 2px #ece1da;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.avatar.avatar-small {
  width: 40px;
  height: 40px;
}

.avatar.avatar-large {
  background-image: linear-gradient(#0000, #0000);
  width: 160px;
  height: 160px;
  transition: all .4s ease-in-out;
  display: block;
}

.avatar.avatar-large:hover {
  opacity: .8;
  transform: scale(1.05);
}

.avatar.avatar-large.centered {
  margin-left: auto;
  margin-right: auto;
}

.avatar.avatar-large.centered.margin-bottom-20px {
  background-image: url('../images/karin-boon-v5MFEeyD7lQ-unsplash.jpg');
  background-position: 50%;
  background-size: contain;
}

.avatar.avatar-large.centered.margin-bottom-20px.fleurope {
  background-image: url('../images/FLEU_Guetesiegel_5web450-3654387896.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-child {
  align-self: flex-end;
  width: 50%;
  position: relative;
}

.flex-child.background {
  background-color: var(--seashell);
  border-radius: 4px;
}

.flex-child.background.inner-padding {
  align-self: center;
  padding: 30px;
}

.flex-child.background.inner-padding.withh-100 {
  background-color: var(--wheat-2);
  width: 100%;
}

.flex-child.stretch {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  padding-top: 4vh;
  display: flex;
}

.flex-child.align-center {
  align-self: center;
}

.large-blog-post-container {
  display: flex;
}

.large-blog-post-wrapper {
  z-index: 50;
  border-bottom-style: none;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 4vw;
  margin-right: 4vw;
  font-weight: 300;
  display: flex;
  position: relative;
}

.large-blog-post-wrapper.minus-left {
  margin-left: 0;
}

.margin-right-10px {
  margin-right: 10px;
}

.center-content {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-content.margin-left-10px.margin-right-10px {
  align-items: flex-start;
}

.flex-justify-center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.flex-justify-center.strecth {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-justify-center.margin-top-60-px {
  margin-top: 60px;
}

.margin-left-10px {
  margin-left: 10px;
}

._2-column-text {
  text-transform: none;
  column-count: 2;
  column-gap: 2vw;
}

.icon-align {
  margin-top: 1px;
}

.text-area-input {
  color: #242424;
  background-color: #fcf5f0;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 14px;
  font-size: .9em;
  line-height: 1.3em;
}

.text-area-input:active, .text-area-input:focus {
  border-color: #000;
}

.logo-gallery {
  flex-wrap: wrap;
  margin-left: -.5vw;
  margin-right: -.5vw;
  display: flex;
}

.featured-logo-link-block {
  border-bottom-style: none;
  flex: 0 auto;
  width: 25%;
  padding: 1vw 2vw;
}

.featured-logo {
  opacity: 1;
  width: 100%;
  transition: transform .4s ease-in-out;
}

.featured-logo:hover {
  transform: scale(1.05);
}

.question {
  width: 90%;
  margin-top: .5vw;
  margin-bottom: .5vw;
}

.plus-icon {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 1vw;
  height: 1vw;
  margin: .5vw 0;
  display: flex;
  position: relative;
}

.accordion-item-trigger {
  cursor: pointer;
}

.no-padding {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ovo, sans-serif;
  font-weight: 400;
}

.accordion-item-content {
  overflow: hidden;
}

.intro-paragraph.centered-text {
  font-size: 1em;
  font-weight: 300;
}

.lottie-position-top-left {
  flex: 0 auto;
  height: 250px;
  margin: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.services-container {
  flex-direction: column;
  flex: 0 15%;
  align-items: center;
  margin-left: 1vw;
  margin-right: 1vw;
  display: flex;
}

.services-container.hiden {
  display: none;
}

.icon {
  border-bottom: 1px #000;
}

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

.team-member-wrapper {
  border-bottom-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 0 10px 60px;
  display: flex;
}

.flex-child-20 {
  flex-direction: column;
  flex: 0 20%;
  order: 0;
  place-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.full-width-section {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.background-video {
  height: 700px;
  margin-bottom: auto;
  display: block;
}

.background-video.image {
  background-image: url('../images/Insa_10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-arrow-wrapper {
  margin-left: 4vw;
  margin-right: 4vw;
}

.blog-arrow-wrapper.minus-left {
  margin-left: 0;
}

.search-results-link {
  font-family: Ovo, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.slug {
  color: var(--mid-grey);
  font-size: .9em;
  font-style: italic;
  line-height: 1.4em;
}

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

.timeline-icon-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.timeline-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 47% 6% 47%;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.style-guide-card {
  background-color: #fcf5f0;
  border: 1px #ece1da;
  border-radius: 0;
  flex-direction: column;
  align-self: flex-start;
  align-items: stretch;
  width: 25%;
  height: auto;
  margin-right: 1vw;
  display: flex;
}

.card-content {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px;
  display: block;
}

.slide-nav {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
  font-size: .6em;
  line-height: .6em;
  display: flex;
}

.hide {
  display: none;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.ovo {
  font-family: Ovo, sans-serif;
}

.work-sans {
  font-size: 2em;
}

.swatches-container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  justify-items: center;
  display: grid;
}

.swatches-container.centered-text {
  grid-template-rows: auto auto;
}

.color-swatch {
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.color-swatch.brand-color-1 {
  background-color: var(--misty-rose);
}

.color-swatch.brand-color-2 {
  background-color: var(--light-salmon);
}

.color-swatch.dark-brand-color {
  background-color: var(--black);
}

.color-swatch.light-color {
  background-color: var(--paper-white);
}

.color-swatch.neutral-color-1 {
  background-color: var(--seashell);
}

.color-swatch.neutral-color-2 {
  background-color: var(--linen);
}

.color-swatch.neutral-color-3 {
  background-color: var(--mid-grey);
}

.color-swatch.success-color {
  background-color: var(--medium-sea-green);
}

.color-swatch.alert-color {
  background-color: var(--gold);
}

.color-swatch.error-color {
  background-color: var(--tomato);
}

.global-corner-angle {
  background-image: linear-gradient(135deg, #0000, #0000 49%, #fff 50%, #fff);
  width: 25%;
  height: 25%;
  position: relative;
}

.color-swatch-wrapper {
  width: 100%;
}

.style-guide-icons {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.style-guide-icons.reverse {
  background-color: var(--light-salmon);
}

.style-guide-content-item {
  flex-flow: wrap;
  margin: 9px;
}

.tiny-arrow {
  opacity: .3;
  background-image: linear-gradient(225deg, #000 50%, #0000 51%);
  width: 6px;
  height: 6px;
  margin-left: 4px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: -3px;
  transform: rotate(134deg);
}

.search-results-margin {
  margin-top: 0;
  margin-bottom: 60px;
}

.checkout-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shipping-method-wrapper {
  flex: 1;
  align-self: flex-start;
  display: flex;
}

.address-wrapper {
  justify-content: flex-start;
}

.header-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h3 {
  color: var(--black);
  letter-spacing: 0;
  font-family: Ovo, sans-serif;
}

.h3.font-color-grey {
  color: var(--gainsboro);
}

.h3.font-color-blue {
  color: var(--blue);
}

.h2 {
  color: var(--black);
  font-family: Italianplateno2expanded, sans-serif;
  font-weight: 400;
}

.h2.font-color-grey {
  color: var(--gainsboro);
}

.h2.font-color-blue {
  color: var(--blue);
}

.h2.big-capital {
  text-transform: uppercase;
}

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

.block-quote {
  color: var(--black);
  font-family: Italianplateno2expanded, sans-serif;
}

.block-quote.big-capital {
  text-transform: uppercase;
}

.block-quote.big-capital.font-color-white-grey {
  color: var(--gainsboro);
}

.background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  padding-left: 53px;
  padding-right: 53px;
}

.background-image.image-1 {
  cursor: pointer;
  background-image: url('../images/Icon_Pear_grey_circle-05.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  padding-left: 0;
  padding-right: 0;
}

.background-image.image-2 {
  background-image: url('../images/Icon_Radieserl_2_grey_circle-05.png');
}

.background-image.image-3 {
  background-image: url('../images/Icon_Ananas_grey_circle-05.png');
}

.background-image.image-4, .background-image.image-5 {
  background-image: url('../images/Icon_Olive_grey_circle-05.png');
}

.div-block {
  border: 1px solid var(--blue);
  height: auto;
  padding: 15px;
}

.text-block, .text-block-2, .text-block-3 {
  line-height: 28px;
}

.backgroun-logo {
  background-image: url('../images/Luna-Flora_Logo-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  max-width: 100%;
  height: auto;
  display: block;
}

.radio-button {
  background-color: var(--blue);
}

.radio-button.w--redirected-checked {
  background-color: var(--tomato);
}

.radio-button-text {
  font-weight: 500;
}

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

.list-2 {
  display: block;
}

.no-underline {
  border-bottom-style: none;
  list-style-type: disc;
  overflow: hidden;
}

.link-block-2 {
  color: #0c0c0c;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.link-block-2.w--current {
  border-bottom-width: 2px;
  border-bottom-color: #0c0c0c;
}

.text-list {
  letter-spacing: 1.5px;
  font-size: 12px;
  line-height: 1.2em;
}

.underline {
  z-index: 1;
  background-color: #0c0c0c;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.dropdown-list {
  background-color: #0000;
  width: 70vw;
  max-width: none;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
}

.dropdown-list.w--open {
  width: auto;
  max-width: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-list.dropdown-2 {
  width: 70vw;
  margin-left: -383px;
  display: block;
}

.h4 {
  font-family: Separat, sans-serif;
}

._5-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.heading-2 {
  font-family: Separat, sans-serif;
}

.tabs-content-2, .tabs-content-2:focus {
  display: block;
}

.tabs-menu {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-2 {
  margin-top: 0;
}

.container-ailign-top-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph.separat {
  letter-spacing: .5px;
  font-family: Separat, sans-serif;
}

.paragraph.align-center {
  font-weight: 400;
}

.div-dropdown {
  border-bottom: 1px solid var(--blue);
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-icon {
  z-index: 1;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-icon.padding-eqal {
  margin-top: 0;
  padding-left: 69px;
  padding-right: 69px;
}

.container-icon.padding-right {
  margin-top: -43px;
  padding-right: 94px;
}

.left-align {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-order.w--open {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
  position: static;
}

.dropdown-click {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.dropdown-click.w--open {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.dropdown-order-list {
  flex-direction: column;
  align-self: auto;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.dropdown-4, .dropdown-5 {
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
}

.dropdown-6 {
  align-self: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-4 {
  background-image: url('../images/UG2B6036-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 700px;
}

.hero-h1 {
  font-family: Separat, sans-serif;
  font-size: 12em;
}

.hero-h1.big-capital {
  text-transform: uppercase;
  font-size: 23em;
}

.hero-h1.big-capital.font-color-grey {
  color: var(--gainsboro);
  font-size: 12vw;
}

.hero-div {
  margin-bottom: 5vh;
}

.icon-block {
  z-index: 1;
  margin-left: 208px;
  position: relative;
}

.image-6 {
  display: inline-block;
}

.image-7 {
  display: block;
}

.container-align-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-slide {
  align-self: auto;
}

.container-image_text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.slider-2 {
  width: 100%;
  height: 700px;
}

.slider-3 {
  background-color: #0000;
  height: 800px;
}

.div-block-5 {
  display: block;
}

.image-8 {
  border: 5px solid var(--blue);
  background-color: var(--blue);
  border-radius: 20px;
  width: 25px;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  margin-left: -74px;
  padding-left: 0;
  display: flex;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  margin-right: -75px;
  display: flex;
}

.image-9 {
  border: 5px solid var(--blue);
  background-color: var(--blue);
  border-radius: 20px;
  align-self: center;
  width: 25px;
}

.slide-nav-2 {
  display: none;
}

.div-block-6 {
  align-items: flex-end;
  height: 5px;
  display: flex;
}

.image-sticker {
  width: auto;
}

.sticker-icon {
  z-index: 5;
  width: 160px;
  height: 160px;
  position: relative;
}

.image-10 {
  align-self: center;
  width: 100px;
}

.icon-link {
  border-bottom-style: none;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 242px;
  display: flex;
}

.lottie-animation {
  align-self: center;
}

.link-no-underlinee {
  border-bottom-style: none;
}

.h2-no-slide.align-center {
  font-family: Italianplateno2expanded, sans-serif;
  font-weight: 700;
}

.h2-no-slide.align-center.font-color-blue {
  font-weight: 400;
}

.align-center {
  text-align: center;
  letter-spacing: .02em;
  font-family: Italianplateno2expanded, sans-serif;
}

.align-center.font-color-blue {
  color: var(--blue);
}

.accordion-wrapper-2 {
  background-color: #0000;
}

.accordion-item-trigger-2 {
  background-color: #0000;
  border: 1px solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.accordion-item-trigger-2.white {
  border-color: var(--blue);
  background-color: #0000;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: center;
}

.accordion-text {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 0 0 25px;
  font-weight: 500;
}

.plus-icon-2 {
  cursor: pointer;
  padding: 15px 25px;
  font-size: 2vw;
}

.accordion-item-content-2 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: black var(--blue) var(--blue);
  background-color: #0000;
  padding: 0;
  overflow: hidden;
}

.faq-text {
  padding: 15px 25px;
  line-height: 1.4;
}

.columns {
  justify-content: center;
  display: block;
}

.slider-4 {
  background-color: #0000;
  height: 100%;
}

.slide-2, .mask-2 {
  height: 100%;
}

.div-block-8 {
  flex-direction: row;
  display: flex;
}

.left-arrow-3 {
  margin-left: 0;
}

.heading-3 {
  font-family: Italianplateno2expanded, sans-serif;
}

.fp-logo {
  mix-blend-mode: normal;
  width: 100px;
  display: inline-block;
}

.fp-logo.fp {
  width: 180px;
  margin-top: 0;
}

.fp-logo.small {
  width: 120px;
}

.fp-logo.pc-hidden {
  display: none;
}

.heading-4 {
  text-transform: none;
}

.div-block-9 {
  align-items: center;
  display: flex;
}

.div-block-10 {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  display: block;
}

.image-11 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  width: 22px;
}

.div-block-11 {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.form-block {
  display: block;
}

.body {
  border: 4vw none var(--linen);
  background-color: var(--wheat-2);
}

.columns-2 {
  flex-direction: row;
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.column-2 {
  justify-content: center;
  align-self: center;
  display: flex;
}

.column-3 {
  align-self: center;
}

.column-4 {
  justify-content: flex-end;
  align-self: center;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Italianplateno2expanded, sans-serif;
}

.heading-6 {
  color: var(--black);
}

.heading-6.not-centered {
  color: var(--sea-green);
  text-align: left;
}

.heading-7 {
  font-size: 10em;
}

.paragraph-2 {
  letter-spacing: 1px;
  font-family: Italianplateno2expanded, sans-serif;
}

.slider-5 {
  z-index: 99;
  background-color: #0000;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.image-12 {
  display: block;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: block;
}

.image-13 {
  width: auto;
}

.left-arrow-4 {
  display: none;
}

.link-block-4 {
  border-bottom-style: none;
}

.div-block-14 {
  background-color: #0000;
  display: flex;
}

.checkbox-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--paper-white);
  background-color: #0000;
  align-items: center;
  height: 60px;
  margin-left: 0;
  padding-left: 10px;
  display: flex;
}

.checkbox-2:active {
  border-radius: 0;
}

.checkbox-3 {
  background-color: var(--wheat-2);
  background-image: url('../images/logo-white-blue-04.png');
  background-position: 0 0;
  background-size: auto;
  border-color: #000;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-left: 0;
}

.checkbox-3.w--redirected-checked {
  background-color: var(--sea-green);
  background-image: url('../images/Luna-Flora_Icons_White_Tick.svg');
  border-color: #06339f;
}

.checkbox-label-2 {
  color: var(--black);
  padding-left: 10px;
  font-family: Italianplateno2expanded, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.italic {
  color: var(--sea-green);
  text-transform: uppercase;
  font-family: Italianplateno2expanded, sans-serif;
  font-style: normal;
  text-decoration: underline;
}

.div-grid {
  border: 1px none var(--sea-green);
  box-shadow: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 61px;
  padding-bottom: 61px;
  display: none;
}

.left-arrow-5 {
  display: block;
}

.icon-2 {
  background-color: var(--powder-blue);
  border-radius: 20px;
}

.icon-color {
  background-color: var(--sunny-lime);
  border-radius: 20px;
}

.div-block-15 {
  z-index: 0;
  position: relative;
}

.tab-pane-tab-1, .tab-pane-tab-2 {
  z-index: 100;
}

.slide-nav-gallery {
  display: none;
  top: 772.057px;
}

.backg-image {
  background-image: url('../images/UG2B1926.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 800px;
}

.backg-image.imag-t1 {
  background-image: url('../images/IMG_20180627_195542_resized_20220531_064145381.jpg');
  width: 50%;
}

.backg-image.imag-t2 {
  background-image: url('../images/IMG_20200617_120145_resized_20220531_064144267.jpg');
}

.backg-image.image-t3 {
  background-image: url('../images/IMG_20210916_114328_resized_20220531_064143703.jpg');
}

.paragraph-hidden {
  display: none;
}

.image-51 {
  max-width: 50%;
}

.link-line {
  letter-spacing: 3px;
  transition: color .2s, letter-spacing .2s;
  display: block;
}

.link-line:hover {
  color: var(--sea-green);
  letter-spacing: 3px;
  text-decoration: none;
}

.columns-3 {
  height: 100%;
}

.div-block-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-5 {
  height: 100%;
}

.link-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-fleurope {
  transform: rotate(0);
}

.link-fleurope:hover {
  transform: rotate(360deg);
}

.heading-8 {
  font-weight: 400;
}

.div-block-19 {
  height: 100%;
}

.link-block-6 {
  font-size: 1em;
}

.heading-9 {
  font-size: 42px;
}

.column-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-news {
  border: 1px solid var(--black);
  background-color: var(--wheat-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 53px;
  padding-top: 0;
  display: flex;
}

.image-52 {
  width: 50%;
}

.star {
  color: var(--black);
  font-family: Academysansexp, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: .5em;
}

.text-block-4 {
  font-size: 11px;
}

.div-flower {
  justify-content: center;
  align-items: center;
  display: none;
}

.row-2 {
  width: 100%;
  display: flex;
  position: relative;
}

.text-field {
  letter-spacing: 1px;
  background-color: #0000;
  border-top: 1px #000;
  border-bottom: 1px solid #0003;
  border-left: 1px solid #0003;
  border-right: 1px #000;
}

.text-field:focus {
  border-bottom-color: #0c0c0c;
  border-left-color: #0c0c0c;
}

.padding-10 {
  padding-left: 0;
  padding-right: 10px;
}

.textarea {
  letter-spacing: 1px;
  background-color: #0000;
  border-style: none none solid solid;
  border-bottom-width: 1px;
  border-bottom-color: #0003;
  border-left-width: 1px;
  border-left-color: #0003;
  min-height: 130px;
}

.textarea:focus {
  border-bottom-color: #0c0c0c;
  border-left-color: #0c0c0c;
}

.submit-button {
  color: #0c0c0c;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000001a;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s, color .3s;
}

.submit-button:hover {
  color: #fff;
  background-color: #0c0c0c;
}

.success-message-2 {
  background-color: #89c269;
}

.text-block-9 {
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 16px;
}

.container {
  margin-top: 266px;
}

.image-53 {
  margin-left: 0;
}

.mask-3 {
  flex: none;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .h1 {
  font-size: 42px;
}

.return_block {
  z-index: 999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: fixed;
  inset: auto 25px 20px auto;
}

.arrow_up {
  filter: invert();
}

.color-link {
  background-color: var(--sunny-lime);
  box-shadow: 0 2px 5px 0 var(--tomato);
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 11px 10px;
}

.aktuelles-text {
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}

.nav-small {
  align-self: center;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.cell-3, .cell-4 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-5 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-mini-nav {
  background-color: var(--sunny-lime);
  color: var(--black);
  justify-content: center;
  align-items: stretch;
  height: 80px;
  display: flex;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.div-block-21, .div-block-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-line-2 {
  background-color: #000;
  width: 1px;
  height: 100%;
}

.vertical-line-2.mobile-hidden-2 {
  background-color: #000;
  display: block;
}

.tagline-2 {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 1em;
}

.tagline-2.hide-on-mobile {
  color: #3743fb;
}

.logo-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 12% .5% 75% .5% 12%;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 1248px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.logo-container-2 {
  z-index: 100;
  border: 1px solid #000;
  flex-flow: row;
  justify-content: space-between;
  height: 110px;
  margin-top: 4vw;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.mobile-hidden-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .6em;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.mobile-hidden-2.centered-text {
  color: #3743fb;
}

@media screen and (min-width: 1280px) {
  .logo-grid-2 {
    place-items: stretch stretch;
  }

  .logo-container-2 {
    display: none;
    inset: 27% 0% auto;
  }
}

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

  h2 {
    font-size: 1.6em;
  }

  h5 {
    font-size: .6em;
    line-height: 1.2em;
  }

  label {
    font-size: .6em;
  }

  blockquote {
    font-size: 1.6em;
    line-height: 1.4em;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .margin-bottom-20px {
    margin-bottom: 20px;
  }

  .text-large {
    font-size: 1em;
    line-height: 1.4em;
  }

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

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

  .cart-wrapper {
    width: 75%;
  }

  .nav-grid {
    grid-template-rows: 5vw 110px 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 20% 1fr 5vw 1fr 20%;
  }

  .cart-quantity {
    min-width: auto;
    height: auto;
    padding-top: 0;
    padding-left: .25vw;
    padding-right: .25vw;
    font-size: 1.5vw;
    top: -25%;
    right: -25%;
  }

  .logo-grid {
    grid-template-columns: 25% 1% 50% 1% 25%;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-header {
    padding: 2vw;
  }

  .cart-list {
    padding: 3vw;
  }

  .text-smallest.margin-right-4px, .text-smallest.margin-left-4px {
    margin-right: 4px;
  }

  .template-links {
    background-color: var(--sunny-lime);
    align-items: baseline;
    padding: 1vw 2vw;
  }

  .icons {
    width: 3vw;
    height: 3vw;
  }

  .logo-container {
    border-top-style: none;
    height: 100px;
    margin-top: 0;
  }

  .logo-container.hide {
    display: block;
  }

  .logo-container.only-landscape {
    display: none;
  }

  .medium-title-style {
    text-align: left;
    line-height: 1.1em;
  }

  .centered-text {
    position: relative;
  }

  .theme-links {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .logo {
    width: 168px;
  }

  .logo-lockup {
    justify-content: center;
  }

  .cart-quantity-circle {
    min-width: 2vw;
    height: 2vw;
    line-height: 1vw;
    position: absolute;
    top: -20%;
    right: -20%;
  }

  .cart-footer {
    padding: 4vw 0;
  }

  .nav-text {
    font-size: 1.8em;
  }

  .outline-badge {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .button.add-to-cart {
    width: 80%;
  }

  .button.brand-color-1 {
    font-size: .6em;
  }

  .search-menu-trigger {
    align-self: center;
  }

  .lf-lottie-wrapper {
    width: 4.75vw;
    height: 4.75vw;
    margin-left: 5vw;
  }

  .mobile-hidden {
    font-size: .5em;
  }

  .mobile-hidden.tablet-hidden {
    display: none;
  }

  .tagline {
    color: var(--blue);
    margin-top: 4px;
    margin-bottom: 0;
  }

  .form-input.quantity {
    width: 20%;
  }

  .number-detail {
    font-size: .6em;
  }

  .close-search-menu-trigger {
    width: 3vw;
    height: 3vw;
    margin: 2vw;
  }

  .large-title-style {
    text-align: left;
    line-height: 1.1em;
  }

  .flex-horizontal {
    flex-flow: wrap;
  }

  .flex-horizontal.distribute-baseline {
    justify-content: space-around;
  }

  .flex-horizontal.product-thumbnails {
    flex-direction: row;
    align-items: flex-start;
    height: 72px;
  }

  .flex-horizontal.team {
    justify-content: center;
    align-items: flex-start;
  }

  .theme-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .search-menu-wrapper {
    width: 75%;
  }

  .nav-menu {
    inset: 0% 0% auto;
  }

  .badge-text {
    font-size: .6em;
  }

  .badge-text.large {
    font-size: .8em;
  }

  .badge-text.large.light.mobile-hidden {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 28% .5% 43% .5% 28%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-navigation-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-margins-l-r {
    z-index: 51;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .section {
    padding: 4vw 5vw;
  }

  .section.large-top-margin {
    margin-top: 160px;
  }

  .section-divider {
    margin-bottom: 2.5vw;
  }

  .section-divider.categories {
    justify-content: center;
  }

  .section-divider.categories.minus-right-margin {
    flex-direction: column;
    margin-right: 0;
  }

  ._3-column-grid {
    grid-column-gap: 2vw;
    grid-row-gap: 1vw;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .right-arrow {
    width: 70px;
  }

  .left-arrow {
    width: 70px;
    margin-left: 0;
    position: absolute;
  }

  .tab-link:hover {
    padding-left: 8px;
  }

  .tab-link.align-horizontal {
    margin-left: 58px;
    margin-right: 58px;
  }

  .image-block.padding-left-right {
    margin-top: 0;
    padding-left: 43px;
    padding-right: 43px;
  }

  .lottie-animations {
    width: 140px;
    height: 140px;
  }

  .lottie-animations.large {
    width: 220px;
    height: 220px;
  }

  .lottie-animations.large.margin-top-20px {
    width: 200px;
    height: 200px;
  }

  ._2-column-grid {
    grid-column-gap: 10px;
    grid-row-gap: 25px;
  }

  .position-top-right {
    top: -10%;
    right: -10%;
  }

  .blog-post-inner-grid {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    cursor: default;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .thumbnail-post-heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blog-post-grid {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    grid-template-columns: 42.5vw 21.25vw 21.25vw;
  }

  .image-mask.block-color {
    height: 560px;
  }

  .tag-tab {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .right-aligned-cost {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    display: flex;
  }

  ._4-column-grid {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .price.discount.large {
    margin-bottom: 0;
  }

  .sticker-position-wrapper.offset {
    top: -60px;
    left: -50px;
  }

  .sticker-position-wrapper.buds-of-the-month {
    top: -100px;
  }

  .thumbnail-product-heading {
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .sticker {
    width: 50px;
    height: 50px;
  }

  .page-heading-centered {
    z-index: 100;
    position: static;
  }

  .header-grid {
    grid-template-rows: 5vw 110px auto;
    grid-template-columns: 5vw 1fr 1fr 5vw;
  }

  .header-grid.wide {
    grid-template-rows: 5vw 110px;
  }

  .product-image-large {
    margin-bottom: 5vw;
  }

  .large-sticker {
    width: 100px;
    height: 100px;
  }

  .product-header-grid {
    grid-template-rows: 5vw 110px auto;
    grid-template-columns: 5vw 1fr 1fr 5vw;
  }

  .sticky-side {
    margin-bottom: 5vw;
    top: 240px;
  }

  .title-grid {
    grid-template-columns: 19% 1% 60% 1% 19%;
    height: auto;
    margin-top: 4vw;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .badge-text-light {
    font-size: .6em;
  }

  .order-confirmation-container {
    margin-right: 0;
  }

  .badge {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .next-blog-posts-grid {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    grid-template-columns: 1fr 1fr;
  }

  .product-wrapper {
    width: auto;
    margin-top: 4vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .little-margins-l-r {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .extra-large-sticker {
    width: 100px;
    height: 100px;
  }

  .extra-large-sticker.brand-color-green {
    z-index: 0;
    margin-left: 50%;
    position: relative;
  }

  .flex-child {
    align-self: flex-end;
  }

  .flex-child.background.inner-padding {
    align-self: center;
    width: 80%;
  }

  .flex-child.stretch {
    padding-top: 0;
  }

  .large-blog-post-wrapper {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .plus-icon {
    width: 3vw;
    height: 3vw;
  }

  .lottie-position-top-left {
    height: 220px;
    margin: 20px;
    inset: 0% 0% auto auto;
  }

  .services-container {
    flex-basis: 30%;
  }

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

  .team-member-wrapper {
    padding-bottom: 40px;
  }

  .flex-child-20 {
    flex: 0 30%;
  }

  .background-video {
    height: 580px;
  }

  .page-heading {
    position: relative;
  }

  .timeline-grid {
    grid-template-columns: 47% 6% 47%;
  }

  .style-guide-card {
    width: 100%;
    margin-bottom: 4vw;
    margin-right: 0;
  }

  .slide-nav {
    font-size: .4em;
    line-height: .4em;
  }

  .work-sans {
    font-size: 1.4em;
  }

  .color-swatch {
    width: 100px;
    height: 100px;
  }

  .style-guide-icons {
    justify-content: flex-start;
  }

  .style-guide-content-item {
    margin-top: 10px;
    margin-left: 10px;
  }

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

  .backgroun-logo {
    background-image: url('../images/Haus_ok_Wellen_blau-04.png');
    height: 60px;
  }

  .link-block-2 {
    border: 1px #000;
    display: inline-block;
  }

  .text-list {
    text-transform: uppercase;
    font-size: 11px;
  }

  .dropdown-list.w--open {
    width: 690px;
  }

  .tabs-menu {
    display: block;
  }

  .container-icon.padding-eqal {
    margin-top: -65px;
    padding-left: 22px;
    padding-right: 35px;
  }

  .div-block-4 {
    height: 500px;
  }

  .hero-h1.big-capital.font-color-grey {
    font-size: 15vw;
  }

  .hero-div {
    margin-bottom: 2vh;
  }

  .slider-3 {
    height: 50vh;
  }

  .left-arrow-2 {
    margin-left: 0;
  }

  .right-arrow-2 {
    margin-right: 0;
  }

  .sticker-icon {
    width: 100px;
    height: 100px;
  }

  .accordion-text {
    padding-left: 15px;
  }

  .plus-icon-2 {
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 4vw;
  }

  .faq-text {
    padding: 15px;
  }

  .fp-logo {
    width: 70px;
  }

  .fp-logo.fp {
    width: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .fp-logo.pc-hidden {
    width: 100px;
    display: block;
  }

  .slider-5 {
    position: relative;
  }

  .checkbox-label-2 {
    font-size: 14px;
  }

  .div-grid {
    box-shadow: none;
    border-style: none;
    height: 50vh;
  }

  .icon-2 {
    z-index: 100;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-50 {
    width: 60%;
  }

  .div-block-17.mobile-hidden {
    display: flex;
  }

  .div-news {
    border-style: none;
  }

  .field-label-2 {
    font-size: .6em;
  }

  .text-block-4 {
    font-size: 11px;
  }

  .div-flower {
    display: flex;
  }

  .flower-logo {
    width: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .h1 {
    font-size: 38px;
  }

  .nav-small {
    height: 100px;
  }

  .tagline-2 {
    color: #3743fb;
    margin-top: 4px;
    margin-bottom: 0;
  }

  .logo-grid-2 {
    grid-template-columns: 19% 1% 60% 1% 19%;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-container-2 {
    border-top-style: none;
    height: 100px;
    margin-top: 5vw;
  }

  .mobile-hidden-2 {
    font-size: .6em;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .style-guide-content {
    margin-top: 20px;
  }

  .webflow-class {
    line-height: 1.3em;
  }

  .cart-wrapper {
    width: 100%;
  }

  .nav-grid {
    grid-template-rows: 8vw 90px 1fr auto auto auto auto auto auto 1fr;
    grid-template-columns: 8vw 1fr 8vw;
    position: static;
  }

  .cart-quantity {
    font-size: 2vw;
    line-height: 1vw;
    inset: -3% -3% 0% auto;
  }

  .navbar-container {
    height: 110px;
  }

  .logo-grid {
    grid-template-columns: 24.5% .5% 50% .5% 24.5%;
  }

  .cart-header {
    padding: 4vw;
  }

  .cart-list {
    padding-left: 0;
    padding-right: 0;
  }

  .text-smallest.margin-right-4px, .text-smallest.margin-left-4px {
    margin-right: 4px;
  }

  .template-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .icons {
    width: 6vw;
    height: 6vw;
  }

  .logo-container {
    height: 90px;
    margin-top: 0;
  }

  .logo-container.hide {
    display: none;
  }

  .logo-container.only-landscape {
    display: block;
  }

  .theme-links {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .logo {
    width: 160px;
  }

  .cart-quantity-circle {
    min-width: 3vw;
    height: 3vw;
    top: -10%;
    right: -10%;
  }

  .outline-badge {
    padding: 4px 8px;
  }

  .lf-lottie-wrapper {
    width: 6.8vw;
    height: 6.8vw;
    margin-left: 8vw;
  }

  .mobile-hidden {
    font-size: .4em;
    display: inline-block;
  }

  .mobile-hidden.hide-mobile {
    display: block;
  }

  .form-input {
    margin-bottom: 10px;
  }

  .form-input.no-margin, .form-input.quantity {
    margin-bottom: 0;
  }

  .close-search-menu-trigger {
    width: 6vw;
    height: 6vw;
    margin: 4vw;
  }

  .large-title-style {
    font-size: 1.4em;
  }

  .flex-horizontal.distribute-baseline.align-right {
    margin-top: 20px;
    margin-right: auto;
  }

  .flex-horizontal.list-gallery {
    flex-direction: column-reverse;
  }

  .flex-horizontal.product-thumbnails {
    justify-content: flex-start;
    height: 46px;
  }

  .theme-heading {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .theme-heading:hover {
    padding-left: 0;
  }

  .vertical-line.mobile-hidden {
    display: none;
  }

  .search-menu-wrapper {
    width: 100%;
  }

  .nav-menu {
    height: 100%;
    position: static;
    overflow: visible;
  }

  .badge-text {
    font-size: .6em;
  }

  .badge-text.large {
    font-size: 1em;
  }

  .nav-container {
    background-color: #fddfd6;
  }

  .footer-grid {
    grid-row-gap: 10px;
    grid-template-columns: 8vw 1fr 1fr 8vw;
  }

  .footer-navigation-container {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .big-margins-l-r {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .section {
    padding: 6vw 8vw;
  }

  .section.large-top-margin {
    margin-top: 120px;
  }

  .instagram-post {
    flex: 0 auto;
    width: 33.3333%;
  }

  .section-divider {
    margin-bottom: 4vw;
  }

  .section-divider.categories {
    flex-direction: column;
    min-height: 70px;
  }

  .section-divider.categories.minus-right-margin {
    flex-direction: column;
    min-height: auto;
    margin-right: 0;
  }

  .instagram-gallery {
    margin-bottom: 2vw;
  }

  ._3-column-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1fr;
  }

  .slider-dots-off {
    display: none;
  }

  .tabs-content {
    width: 100%;
    inset: 0% 0% auto;
  }

  .tab-link.align-horizontal {
    margin-left: 19px;
    margin-right: 19px;
  }

  .placeholder-image {
    opacity: 0;
    background-color: #fff;
  }

  .flex-child-50.big-margin-r {
    margin-right: 0;
  }

  .lottie-animations {
    width: 120px;
    height: 120px;
  }

  .lottie-animations.large {
    width: 200px;
    height: 200px;
  }

  ._2-column-grid {
    grid-row-gap: 4vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.over-video {
    width: 100%;
    margin-left: -8vw;
  }

  .position-top-right {
    top: 0%;
    right: -5%;
  }

  .blog-post-inner-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .blog-post-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-grid.margin-bottom {
    grid-template-columns: 1fr;
  }

  .image-mask {
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
  }

  .tag-tab.bottom-left.switch {
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    inset: auto 0% 0% auto;
  }

  .right-aligned-cost {
    flex: 1;
  }

  ._4-column-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .price.center.small-caps-style {
    text-transform: none;
  }

  .sticker-position-wrapper.offset {
    inset: -20% 10% auto auto;
  }

  .sticker-position-wrapper.buds-of-the-month {
    display: none;
    top: -25px;
    left: 25px;
  }

  .thumbnail-product-heading {
    align-self: flex-end;
    margin-bottom: 4px;
  }

  .sticker {
    width: 70px;
    height: 70px;
  }

  .header-grid {
    grid-template-rows: 8vw 90px auto auto;
    grid-template-columns: 8vw 1fr 8vw;
  }

  .header-grid.wide {
    grid-template-rows: 8vw 90px;
  }

  .large-sticker {
    width: 100px;
    height: 100px;
  }

  .product-header-grid {
    grid-template-rows: 8vw 90px auto auto;
    grid-template-columns: 8vw 1fr 8vw;
  }

  .sticky-side {
    margin-bottom: 5vw;
    position: relative;
    top: 0;
  }

  .title-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 24.5% .5% 50% .5% 24.5%;
  }

  .title-wrapper {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .badge-text-light {
    font-size: .6em;
  }

  .shipping-costs {
    text-align: right;
    align-self: flex-end;
  }

  .shipping-wrapper {
    margin-left: 20px;
    margin-right: 0;
  }

  .shipping-method-container {
    flex-direction: column;
  }

  .order-confirmation-container {
    width: 100%;
    margin-right: 0;
  }

  .small-title-style {
    text-align: center;
  }

  .blog-details-wrapper {
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .badge {
    padding: 4px 8px;
  }

  .next-blog-posts-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .little-margins-l-r {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .extra-large-sticker {
    width: 140px;
    height: 140px;
  }

  .featured-product {
    grid-row-gap: 6vw;
    grid-template-rows: 90px auto auto;
  }

  .avatar.avatar-large {
    width: 120px;
    height: 120px;
  }

  .flex-child {
    width: 100%;
    margin-top: 2vh;
  }

  .flex-child.background.inner-padding {
    align-self: center;
  }

  .large-blog-post-container {
    flex-direction: column;
  }

  .large-blog-post-container.reverse-order {
    flex-direction: column-reverse;
  }

  .large-blog-post-wrapper {
    margin: 0;
  }

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

  .center-content.margin-left-10px.margin-right-10px {
    align-items: center;
  }

  ._2-column-text {
    column-count: auto;
  }

  .featured-logo-link-block {
    flex: 0 auto;
    width: 33.3333%;
  }

  .plus-icon {
    width: 4vw;
    height: 4vw;
    margin-top: 1vw;
    margin-bottom: 0;
  }

  .lottie-position-top-left {
    margin: 0 -8vw 0 0;
  }

  .services-container {
    flex-basis: 40%;
  }

  .flex-child-20 {
    flex-basis: 50%;
  }

  .background-video {
    z-index: -10;
    background-image: url('../images/cottonbro-unsplash_resized-2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .blog-arrow-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .timeline-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 45% 10% 45%;
  }

  .swatches-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .color-swatch {
    width: 120px;
    height: 120px;
  }

  .style-guide-icons {
    place-content: flex-start;
    align-items: flex-start;
  }

  .lottie-spacer {
    height: 160px;
  }

  .address-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .background-image {
    height: 10vh;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    display: block;
  }

  .container-icon.padding-eqal {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-h1.big-capital.font-color-grey {
    font-size: 72px;
  }

  .container-image_text {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .accordion-text {
    padding-left: 10px;
    padding-right: 0;
  }

  .fp-logo {
    width: 100px;
  }

  .fp-logo.fp {
    width: 90px;
  }

  .fp-logo.pc-hidden {
    width: 100px;
  }

  .checkbox-3 {
    width: 20px;
    height: 20px;
  }

  .checkbox-label-2 {
    font-size: 28px;
  }

  .div-block-16 {
    margin-top: 20px;
  }

  .div-block-18 {
    display: none;
  }

  .column-gallery {
    margin-top: 20px;
  }

  .flower-logo {
    width: 25px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .vertical-line-2.mobile-hidden-2 {
    display: none;
  }

  .logo-grid-2 {
    grid-template-columns: 24.5% .5% 50% .5% 24.5%;
  }

  .logo-container-2 {
    height: 90px;
    margin-top: 8vw;
  }

  .mobile-hidden-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.4em;
  }

  blockquote {
    font-size: 1.2em;
  }

  .horizontal-line.margin-left-10px.margin-right-10px {
    align-self: stretch;
  }

  .nav-grid {
    grid-template-rows: 11vw 65px 1fr auto auto auto auto auto auto 1fr;
    grid-template-columns: 11vw 1fr 11vw;
  }

  .cart-quantity {
    font-size: 3vw;
    line-height: 2vw;
    top: -10%;
    right: -10%;
  }

  .navbar-container {
    background-color: #f7f5f2;
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .logo-grid {
    height: 65px;
  }

  .cart-header {
    padding: 6vw;
  }

  .text-smallest.l-r-padding.mobile-hidden-vertical {
    display: none;
  }

  .template-links {
    background-color: var(--sunny-lime);
    padding: 3vw 1vw;
  }

  .icons {
    width: 7vw;
    height: 7vw;
    margin: 2vw;
  }

  .logo-container {
    height: 65px;
    margin-top: 11vw;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .logo-container.only-landscape {
    display: none;
  }

  .logo {
    width: 140px;
  }

  .logo-lockup {
    flex-direction: column;
    display: flex;
  }

  .cart-quantity-circle {
    min-width: 4vw;
    height: 4vw;
    top: -15%;
    right: -15%;
  }

  .search-menu-container {
    display: none;
  }

  .navbar {
    position: fixed;
  }

  .lf-lottie-wrapper {
    width: 10.5vw;
    height: 10.5vw;
    margin-left: 0;
  }

  .tagline {
    margin-top: 2px;
    line-height: 1em;
  }

  .form-input {
    margin-bottom: 0;
  }

  .close-search-menu-trigger {
    width: 7vw;
    height: 7vw;
    margin: 6vw;
  }

  .flex-horizontal.distribute-baseline.align-right {
    margin-top: 20px;
    margin-right: auto;
  }

  .flex-horizontal.distribute-baseline.margin-bottom-20px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex-horizontal.list-gallery {
    display: none;
  }

  .flex-horizontal.list-gallery.mobile {
    display: block;
  }

  .flex-horizontal.small-print {
    flex-direction: column;
    align-items: center;
  }

  .nav-menu {
    inset: 0% 0% auto;
  }

  .badge-text.large {
    font-size: .8em;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 11vw 1fr 1fr 11vw;
  }

  .footer-navigation-container {
    padding-left: 0;
    padding-right: 0;
  }

  .big-margins-l-r {
    margin-left: 0;
    margin-right: 0;
  }

  .big-margins-l-r.mobile-top-padding {
    padding-top: 20px;
  }

  .section {
    margin-top: 0;
    padding: 115px 11vw 8vw;
    display: block;
  }

  .section.large-top-margin {
    margin-top: 100px;
  }

  .section.checkout-pages {
    padding-left: 0;
    padding-right: 0;
  }

  .section.hide {
    display: none;
  }

  .instagram-post {
    width: 50%;
  }

  .section-divider {
    margin-bottom: 5.5vw;
  }

  .section-divider.categories {
    min-height: 90px;
  }

  .section-divider.categories.minus-right-margin {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .instagram-gallery {
    margin-bottom: 4vw;
  }

  .content-block {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .circle-small.margin-right-10px {
    align-self: flex-start;
  }

  ._3-column-grid {
    grid-row-gap: 6vw;
  }

  ._3-column-grid._2-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .left-arrow.mobile-hidden {
    background-image: none;
  }

  .slider-arrows.hide-arrows {
    display: none;
  }

  .slider {
    height: auto;
  }

  .tab-link {
    flex-wrap: nowrap;
    align-items: flex-start;
    transition-duration: .4s;
  }

  .tab-link:hover {
    padding-left: 5px;
  }

  .tab-link.w--current {
    border-top-color: var(--black);
  }

  .tab-link.w--current:hover {
    padding-left: 5px;
  }

  .image-block.padding-left-right {
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animations {
    width: 100px;
    height: 100px;
  }

  .lottie-animations.large, .lottie-animations.large.margin-top-20px {
    width: 160px;
    height: 160px;
  }

  ._2-column-grid {
    grid-template-rows: auto auto;
  }

  ._2-column-grid.over-video {
    width: 75%;
    margin-left: 0;
  }

  .position-top-right {
    inset: 0% 0% auto;
  }

  .blog-post-inner-grid {
    grid-column-gap: 5.5vw;
    grid-row-gap: 5.5vw;
    grid-template-columns: 1fr;
  }

  .blog-post-grid {
    grid-template-rows: auto auto;
  }

  .image-mask.block-color {
    height: 420px;
  }

  ._4-column-grid {
    grid-column-gap: 5.5vw;
    grid-row-gap: 8vw;
    grid-template-columns: 1fr;
  }

  ._4-column-grid.gap-mobile {
    grid-column-gap: 5.5vw;
    grid-row-gap: 5.5vh;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .sticker-position-wrapper.offset {
    top: -15%;
    right: -5%;
  }

  .sticker-position-wrapper.buds-of-the-month {
    right: -150px;
  }

  .sticker {
    z-index: 5;
    width: 80px;
    height: 80px;
  }

  .header-grid {
    grid-template-rows: 11vw 65px auto auto;
    grid-template-columns: 11vw 1fr 11vw;
  }

  .header-grid.wide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 11vw 65px;
    grid-template-columns: 11vw 1fr 11vw;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .large-sticker {
    z-index: 5;
    width: 80px;
    height: 80px;
  }

  .large-sticker.brand-clor-blue {
    background-color: var(--blue);
  }

  .product-header-grid {
    grid-template-rows: 11vw 65px auto auto;
    grid-template-columns: 11vw 1fr 11vw;
  }

  .out-of-stock-state {
    color: #a27264;
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .no-margin.centered-text {
    margin-left: 0;
  }

  .cart-item-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .small-title-style {
    text-align: center;
  }

  .blog-details-wrapper {
    flex: 0 100%;
    align-self: center;
  }

  .next-blog-posts-grid {
    grid-column-gap: 5.5vw;
    grid-row-gap: 5.5vw;
    grid-template-columns: 1fr;
  }

  .little-margins-l-r {
    margin-left: 0;
    margin-right: 0;
  }

  .extra-large-sticker {
    z-index: 5;
    width: 100px;
    height: 100px;
  }

  .extra-large-sticker.bg_img-1 {
    opacity: .74;
    background-color: #0000;
    background-image: url('../images/Icon_Pear_blue_circle-06.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .extra-large-sticker.bg_img-2 {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .featured-product {
    grid-template-rows: 65px auto auto;
  }

  .avatar.avatar-large {
    width: 80px;
    height: 80px;
  }

  .flex-child.background.inner-padding {
    width: 100%;
    padding: 20px;
  }

  .large-blog-post-wrapper {
    margin: 0;
  }

  .image {
    width: 20px;
  }

  ._2-column-text {
    column-count: auto;
  }

  .featured-logo-link-block {
    width: 50%;
  }

  .question {
    width: 85%;
  }

  .plus-icon {
    width: 7vw;
    height: 7vw;
    margin: 1.5vw 0 0;
  }

  .lottie-position-top-left {
    height: 160px;
    margin-right: -10vw;
  }

  .services-container {
    flex-basis: 100%;
  }

  .team-member-wrapper {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .flex-child-20 {
    flex-basis: 100%;
  }

  .background-video {
    background-size: cover;
    background-attachment: scroll;
    height: 460px;
  }

  .background-video.image {
    width: auto;
  }

  .timeline-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 40% 20% 40%;
  }

  .work-sans {
    font-size: 1.2em;
  }

  .swatches-container {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .color-swatch {
    width: 100%;
    height: 80px;
  }

  .global-corner-angle {
    width: 20px;
    height: 20px;
  }

  .color-swatch-wrapper {
    width: 100%;
  }

  .style-guide-icons {
    justify-content: flex-start;
  }

  .lottie-spacer {
    height: 120px;
  }

  .header-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .block-header-text {
    margin-bottom: 0;
  }

  .background-image {
    height: 20vh;
    padding-left: 0;
    padding-right: 0;
  }

  .background-image.image-1 {
    height: 20vh;
    padding-left: 50px;
    padding-right: 50px;
  }

  .backgroun-logo {
    height: 40px;
  }

  .text-list {
    font-size: 11px;
  }

  .container-ailign-top-left {
    display: block;
  }

  .container-icon {
    padding-left: 0;
    display: none;
    position: relative;
  }

  .container-icon.padding-eqal {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    height: 400px;
  }

  .hero-h1.big-capital.font-color-grey {
    font-size: 42px;
  }

  .hero-div {
    margin-bottom: 0;
  }

  .icon-slide {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .slider-3 {
    height: 420px;
  }

  .image-8 {
    margin-bottom: 15px;
  }

  .left-arrow-2 {
    align-items: center;
    padding-left: 0;
    padding-right: 40px;
  }

  .right-arrow-2 {
    align-items: center;
    padding-left: 40px;
  }

  .image-9 {
    align-self: auto;
    margin-bottom: 15px;
  }

  .image-sticker {
    width: 100px;
  }

  .sticker-icon {
    z-index: 5;
    align-items: center;
    width: 100px;
    margin-top: 39px;
    display: block;
    position: relative;
  }

  .div-block-7 {
    padding-right: 0;
  }

  .accordion-item-trigger-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .accordion-item-trigger-2.white {
    align-items: center;
  }

  .accordion-text {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .plus-icon-2 {
    padding-left: 10px;
    padding-right: 25px;
    font-size: 6vw;
    line-height: 1.75em;
  }

  .fp-logo.fp {
    width: 90px;
  }

  .checkbox-2 {
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
  }

  .checkbox-3 {
    border-radius: 10px;
  }

  .checkbox-label-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    display: flex;
  }

  .icon-color {
    background-color: #0000;
  }

  .link-block-5, .div-block-18 {
    display: none;
  }

  .row-2 {
    flex-direction: column;
    display: inline-block;
  }

  .container-2 {
    max-width: none;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .color-link {
    margin: 0;
  }

  .tagline-2 {
    margin-top: 2px;
    line-height: 1em;
  }

  .logo-grid-2 {
    height: 65px;
  }

  .logo-container-2 {
    height: 65px;
    margin-top: 11vw;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }
}

#w-node-_8ee7a542-81e3-c2e0-809e-0552d48afdd9-e9565483 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

#w-node-_55d03449-5170-f615-5c6d-79f47632d120-e9565483 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_55d03449-5170-f615-5c6d-79f47632d126-e9565483 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_55d03449-5170-f615-5c6d-79f47632d12c-e9565483 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_55d03449-5170-f615-5c6d-79f47632d132-e9565483 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_55d03449-5170-f615-5c6d-79f47632d138-e9565483 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_55d03449-5170-f615-5c6d-79f47632d13e-e9565483 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_55d03449-5170-f615-5c6d-79f47632d144-e9565483 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-c78501df-d4dd-07b2-a631-3198546a90d4-e9565483 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c78501df-d4dd-07b2-a631-3198546a90db-e9565483 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-c78501df-d4dd-07b2-a631-3198546a90dc-e9565483 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-c78501df-d4dd-07b2-a631-3198546a90e0-e9565483 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-c78501df-d4dd-07b2-a631-3198546a90e1-e9565483 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
}

#w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f049-e9565483 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center stretch;
}

#w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f04c-e9565483 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center end;
}

#w-node-d398eef9-14f5-3c89-de4d-3d4a922e0884-e9565483, #w-node-c63ec28b-fa96-42e4-9307-20833cf3a2f2-e9565483, #w-node-a19d0c19-f4f7-e69c-0627-c4228f5fcc42-e9565483, #w-node-_36e06d49-e24c-59a9-3c9d-ce2535339066-e9565483 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_485d25e4-3ffe-9944-dc68-1f88e0a4635d-e9565483, #w-node-d423fe47-d858-7d58-89ec-6d026768ee41-e9565483 {
  place-self: center;
}

#w-node-_6f0ff2a2-7dd8-51a8-de6d-28c5f11b0f37-e9565483, #w-node-_6f0ff2a2-7dd8-51a8-de6d-28c5f11b0f3b-e9565483 {
  align-self: end;
}

#w-node-_55462f7b-6540-3228-9f53-7be597fde607-e9565483 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2127372b-7160-6e2b-82fc-f2d479ec52e7-e9565483 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b7c923d9-2106-4dfc-0cb0-96997cd903d8-e9565483 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_70920fbe-98dd-4dcc-011e-9a2d5d1aa5e0-e9565483 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_38b29bac-e586-1abe-e21e-32ddab4c6b92-e9565483 {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-_5bd7322c-09f9-2ba4-7c4f-e2798fc5137a-e9565483 {
  place-self: center;
}

#w-node-b1d268d8-45dc-dacb-648f-61e8aea1ad1f-e9565483 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_39af1323-1b32-854b-2d19-7adfa2be5f7f-a2be5f7d {
  grid-area: 2 / 1 / 6 / 2;
  align-self: stretch;
}

#w-node-_39af1323-1b32-854b-2d19-7adfa2be5fa1-a2be5f7d {
  grid-area: 1 / 2 / 7 / 3;
  place-self: center;
}

#w-node-_39af1323-1b32-854b-2d19-7adfa2be5fa2-a2be5f7d {
  grid-area: 1 / 4 / 7 / 5;
  place-self: center;
}

#w-node-_39af1323-1b32-854b-2d19-7adfa2be5fa3-a2be5f7d {
  grid-area: 3 / 5 / 4 / 6;
  place-self: center;
}

#w-node-e5099626-de55-412d-c7e4-e2e01e347134-a2be5f7d {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_39af1323-1b32-854b-2d19-7adfa2be5faa-a2be5f7d {
  grid-area: 4 / 5 / 5 / 6;
  place-self: center;
}

#w-node-_39af1323-1b32-854b-2d19-7adfa2be5fb3-a2be5f7d {
  grid-area: 5 / 5 / 6 / 6;
  place-self: center;
}

#w-node-_39af1323-1b32-854b-2d19-7adfa2be5fc1-a2be5f7d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_39af1323-1b32-854b-2d19-7adfa2be5fc6-a2be5f7d {
  grid-area: 2 / 5 / 3 / 6;
  place-self: center;
}

#w-node-_39af1323-1b32-854b-2d19-7adfa2be5fd1-a2be5f7d {
  grid-area: 3 / 3 / 6 / 4;
}

#w-node-_39af1323-1b32-854b-2d19-7adfa2be5fe7-a2be5f7d {
  grid-area: 3 / 2 / 6 / 5;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da668-45565484 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da66f-45565484 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da670-45565484 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da675-45565484 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da676-45565484 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da680-45565484 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da686-45565484 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da68c-45565484 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da692-45565484 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da698-45565484 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da69e-45565484 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-a85d9e20-1401-d99b-f017-001c6672284d-6672284b {
  grid-area: 2 / 1 / 6 / 2;
  align-self: stretch;
}

#w-node-a85d9e20-1401-d99b-f017-001c66722878-6672284b {
  grid-area: 1 / 2 / 7 / 3;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c66722879-6672284b {
  grid-area: 1 / 4 / 7 / 5;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c6672287a-6672284b {
  grid-area: 3 / 5 / 4 / 6;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c66722883-6672284b {
  grid-area: 4 / 5 / 5 / 6;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c66722890-6672284b {
  grid-area: 5 / 5 / 6 / 6;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c66722897-6672284b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c6672289c-6672284b {
  grid-area: 2 / 5 / 3 / 6;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c667228a5-6672284b {
  grid-area: 3 / 3 / 6 / 4;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a94986-25565485 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a9498d-25565485 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a9498e-25565485 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a94993-25565485 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a94994-25565485 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a9499e-25565485 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949a4-25565485 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949aa-25565485 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949b0-25565485 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949b6-25565485 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949bc-25565485 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-aa395038-3d19-50f6-6128-643a6eae49a4-07565488 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-aa395038-3d19-50f6-6128-643a6eae49c2-07565488 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-fee4b3c1-971c-f88d-d194-129d746bd875-07565488 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

#w-node-_29ae2f21-195d-7d38-3387-43e976b9bf55-07565488 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: stretch stretch;
}

#w-node-_29ae2f21-195d-7d38-3387-43e976b9bf58-07565488 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center end;
}

#w-node-ec8750ba-0af2-d10c-b2b2-e9e2e086b267-07565488 {
  grid-area: 2 / 2 / 4 / 4;
  place-self: center;
}

#w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7b6-07565488 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7ba-07565488 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7be-07565488 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_81f1919b-8320-1082-d00c-5892e887aefe-07565488 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_94ce9df0-7940-08e7-5a6e-5271f651c3ca-07565488 {
  grid-area: 2 / 2 / 3 / 2;
  align-self: end;
}

#w-node-_0a891dc4-bc55-5f05-b526-c2673f91199b-07565488 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: end;
}

#w-node-_7b0b88a1-a4e8-aafe-17f0-1fcc63e41e66-07565488 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_1b2370c2-cc28-0174-f701-23d9f2fd3e64-07565488 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7cd-07565488 {
  grid-area: 4 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7c2-07565488 {
  grid-area: 4 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_22ca2231-2cd0-639f-8266-c2fc3496eb69-07565488 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b8ac82c8-6d1a-5d80-b623-6dd2dc8643d8-07565488 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: start;
}

#w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7e0-07565488 {
  grid-area: 5 / 1 / 6 / 3;
  align-self: end;
}

#w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7e4-07565488 {
  grid-area: 5 / 3 / 6 / 4;
  align-self: end;
}

#w-node-a1857923-85c6-fc35-29c4-cff42ee026e3-f256548e {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-a1857923-85c6-fc35-29c4-cff42ee026e9-f256548e {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_3b88584c-50cd-2d99-6d69-c86563a97b19-f256548e {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd76-f256548e {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd77-f256548e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd7c-f256548e {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd7d-f256548e {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center start;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd82-f256548e {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-a435469f-09cf-921a-1bfa-7fc90b0e617e-f256548e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ecc3aed4-46d8-192b-1a55-4398a2d6af2e-6456549b {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-ecc3aed4-46d8-192b-1a55-4398a2d6af34-6456549b {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-bafe0421-72e2-3ad3-a0c3-b976abe13015-6456549b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd76-6456549b {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd77-6456549b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd7c-6456549b {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd7d-6456549b {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center start;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd82-6456549b {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_5453a1ba-de4b-e76a-d8b9-55827dc161a7-6456549b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1227c00d-a5c8-441c-5088-23e0a612716d-f95654ce {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_1227c00d-a5c8-441c-5088-23e0a612716e-f95654ce {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-_2663f0ac-a1a7-917d-301e-e9e0352dea53-7e565528 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_2663f0ac-a1a7-917d-301e-e9e0352dea58-7e565528 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_2663f0ac-a1a7-917d-301e-e9e0352dea59-7e565528 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_2663f0ac-a1a7-917d-301e-e9e0352dea5e-7e565528 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_2663f0ac-a1a7-917d-301e-e9e0352dea5f-7e565528 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
}

#w-node-_2663f0ac-a1a7-917d-301e-e9e0352dea68-7e565528 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_2663f0ac-a1a7-917d-301e-e9e0352dea6e-7e565528 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-a9f0638f-c6f6-bf10-6b30-50025f9ec23c-7e565528 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-a9f0638f-c6f6-bf10-6b30-50025f9ec239-7e565528 {
  grid-area: 2 / 3 / 4 / 4;
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f049-e9565483 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f04c-e9565483 {
    align-self: center;
  }

  #w-node-_485d25e4-3ffe-9944-dc68-1f88e0a4635d-e9565483, #w-node-d423fe47-d858-7d58-89ec-6d026768ee41-e9565483 {
    align-self: end;
  }

  #w-node-_5bd7322c-09f9-2ba4-7c4f-e2798fc51377-e9565483 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5bd7322c-09f9-2ba4-7c4f-e2798fc5137a-e9565483 {
    align-self: end;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5fd1-a2be5f7d, #w-node-a85d9e20-1401-d99b-f017-001c667228a5-6672284b {
    place-self: center;
  }

  #w-node-_29ae2f21-195d-7d38-3387-43e976b9bf55-07565488 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_29ae2f21-195d-7d38-3387-43e976b9bf58-07565488 {
    align-self: center;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd76-f256548e, #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd76-6456549b, #w-node-_1227c00d-a5c8-441c-5088-23e0a612716d-f95654ce {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-a9f0638f-c6f6-bf10-6b30-50025f9ec239-7e565528 {
    grid-area: 2 / 3 / 4 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_55d03449-5170-f615-5c6d-79f47632d126-e9565483 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_55d03449-5170-f615-5c6d-79f47632d12c-e9565483 {
    grid-row: 6 / 7;
  }

  #w-node-_55d03449-5170-f615-5c6d-79f47632d132-e9565483 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_55d03449-5170-f615-5c6d-79f47632d138-e9565483 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55d03449-5170-f615-5c6d-79f47632d13e-e9565483 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_55d03449-5170-f615-5c6d-79f47632d144-e9565483 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f049-e9565483 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: start;
  }

  #w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f04c-e9565483 {
    grid-area: 4 / 2 / 5 / 3;
    place-self: center;
  }

  #w-node-_485d25e4-3ffe-9944-dc68-1f88e0a4635a-e9565483 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_485d25e4-3ffe-9944-dc68-1f88e0a4635d-e9565483 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: stretch center;
  }

  #w-node-d423fe47-d858-7d58-89ec-6d026768ee41-e9565483 {
    grid-area: 2 / 1 / 2 / 2;
    place-self: stretch center;
  }

  #w-node-_90066880-b62e-02f9-a038-76dfd50a213d-e9565483 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55462f7b-6540-3228-9f53-7be597fde607-e9565483 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2127372b-7160-6e2b-82fc-f2d479ec52e7-e9565483 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_05ed7e58-c0b8-ddad-10b9-dce2fb7edd30-e9565483 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9d1e1e79-4fe8-28e7-2151-b5fe7fd5f458-e9565483 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b7c923d9-2106-4dfc-0cb0-96997cd903d8-e9565483 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b7c923d9-2106-4dfc-0cb0-96997cd903d9-e9565483 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b7c923d9-2106-4dfc-0cb0-96997cd903df-e9565483 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_70920fbe-98dd-4dcc-011e-9a2d5d1aa5e0-e9565483 {
    grid-column: span 2 / span 2;
  }

  #w-node-_38b29bac-e586-1abe-e21e-32ddab4c6b92-e9565483 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-_5bd7322c-09f9-2ba4-7c4f-e2798fc5137a-e9565483 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5f7f-a2be5f7d {
    grid-area: 5 / 2 / 6 / 4;
    align-self: stretch;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5fa3-a2be5f7d {
    grid-area: 4 / 2 / 5 / 3;
    place-self: start center;
  }

  #w-node-e5099626-de55-412d-c7e4-e2e01e347134-a2be5f7d {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start center;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5faa-a2be5f7d {
    grid-area: 3 / 3 / 4 / 4;
    place-self: start center;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5fb3-a2be5f7d {
    grid-area: 4 / 3 / 5 / 4;
    place-self: start center;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5fc1-a2be5f7d {
    grid-area: 1 / 2 / 2 / 4;
    place-self: center;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5fc6-a2be5f7d {
    grid-area: 3 / 2 / 4 / 3;
    place-self: start;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5fd1-a2be5f7d {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5fe7-a2be5f7d {
    grid-row: 6 / 7;
  }

  #w-node-_2fb640c2-229e-2a03-82ab-d3ad874da686-45565484 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_2fb640c2-229e-2a03-82ab-d3ad874da68c-45565484 {
    grid-row: 6 / 7;
  }

  #w-node-_2fb640c2-229e-2a03-82ab-d3ad874da692-45565484 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_2fb640c2-229e-2a03-82ab-d3ad874da698-45565484 {
    grid-row: 8 / 9;
  }

  #w-node-_2fb640c2-229e-2a03-82ab-d3ad874da69e-45565484 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c6672284d-6672284b {
    grid-area: 5 / 2 / 6 / 4;
    align-self: stretch;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c6672287a-6672284b {
    grid-area: 4 / 2 / 5 / 3;
    place-self: start center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c66722883-6672284b {
    grid-area: 3 / 3 / 4 / 4;
    place-self: start center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c66722890-6672284b {
    grid-area: 4 / 3 / 5 / 4;
    place-self: start center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c66722897-6672284b {
    grid-area: 1 / 2 / 2 / 4;
    place-self: center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c6672289c-6672284b {
    grid-area: 3 / 2 / 4 / 3;
    place-self: start;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c667228a5-6672284b {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949a4-25565485 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949aa-25565485 {
    grid-row: 6 / 7;
  }

  #w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949b0-25565485 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949b6-25565485 {
    grid-row: 8 / 9;
  }

  #w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949bc-25565485, #w-node-aa395038-3d19-50f6-6128-643a6eae49c2-07565488 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_29ae2f21-195d-7d38-3387-43e976b9bf55-07565488 {
    grid-area: 2 / 2 / 4 / 3;
    align-self: start;
  }

  #w-node-_29ae2f21-195d-7d38-3387-43e976b9bf58-07565488 {
    grid-area: 4 / 2 / 5 / 3;
    place-self: center;
  }

  #w-node-ec8750ba-0af2-d10c-b2b2-e9e2e086b267-07565488 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: end;
  }

  #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7b6-07565488, #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7ba-07565488, #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7be-07565488, #w-node-_81f1919b-8320-1082-d00c-5892e887aefe-07565488, #w-node-_94ce9df0-7940-08e7-5a6e-5271f651c3ca-07565488, #w-node-_0a891dc4-bc55-5f05-b526-c2673f91199b-07565488, #w-node-_7b0b88a1-a4e8-aafe-17f0-1fcc63e41e66-07565488, #w-node-_1b2370c2-cc28-0174-f701-23d9f2fd3e64-07565488, #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7cd-07565488, #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7c2-07565488, #w-node-b8ac82c8-6d1a-5d80-b623-6dd2dc8643d8-07565488, #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7e0-07565488, #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7e4-07565488 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1857923-85c6-fc35-29c4-cff42ee026e9-f256548e {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd76-f256548e {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd77-f256548e {
    grid-area: 1 / 1 / 2 / 6;
    justify-self: auto;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd7d-f256548e {
    grid-area: 3 / 3 / 4 / 4;
    place-self: center;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd82-f256548e {
    grid-area: 2 / 3 / 3 / 4;
    place-self: center;
  }

  #w-node-ecc3aed4-46d8-192b-1a55-4398a2d6af34-6456549b {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd76-6456549b {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd77-6456549b {
    grid-area: 1 / 1 / 2 / 6;
    justify-self: auto;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd7d-6456549b {
    grid-area: 3 / 3 / 4 / 4;
    place-self: center;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd82-6456549b {
    grid-area: 2 / 3 / 3 / 4;
    place-self: center;
  }

  #w-node-_1227c00d-a5c8-441c-5088-23e0a612716d-f95654ce {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_1227c00d-a5c8-441c-5088-23e0a612716e-f95654ce {
    grid-area: 1 / 1 / 3 / 6;
    justify-self: auto;
  }

  #w-node-_2663f0ac-a1a7-917d-301e-e9e0352dea6e-7e565528 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-a9f0638f-c6f6-bf10-6b30-50025f9ec23c-7e565528 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-a9f0638f-c6f6-bf10-6b30-50025f9ec239-7e565528 {
    grid-area: 2 / 2 / 4 / 3;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_55d03449-5170-f615-5c6d-79f47632d132-e9565483 {
    grid-row: 7 / 8;
  }

  #w-node-_55d03449-5170-f615-5c6d-79f47632d138-e9565483 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_55d03449-5170-f615-5c6d-79f47632d13e-e9565483 {
    grid-row: 10 / 11;
  }

  #w-node-_55d03449-5170-f615-5c6d-79f47632d144-e9565483 {
    grid-row: 9 / 10;
    grid-column-start: 2;
  }

  #w-node-c78501df-d4dd-07b2-a631-3198546a90dc-e9565483 {
    place-self: center;
  }

  #w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f049-e9565483 {
    place-self: start;
  }

  #w-node-d398eef9-14f5-3c89-de4d-3d4a922e0884-e9565483 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c63ec28b-fa96-42e4-9307-20833cf3a2f2-e9565483 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1fcc7a2a-fc40-c7a2-1496-67acfa1a9f47-e9565483 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_55462f7b-6540-3228-9f53-7be597fde607-e9565483 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2127372b-7160-6e2b-82fc-f2d479ec52e7-e9565483 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9d1e1e79-4fe8-28e7-2151-b5fe7fd5f458-e9565483 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b7c923d9-2106-4dfc-0cb0-96997cd903d8-e9565483 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b7c923d9-2106-4dfc-0cb0-96997cd903df-e9565483 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_70920fbe-98dd-4dcc-011e-9a2d5d1aa5e0-e9565483 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_38b29bac-e586-1abe-e21e-32ddab4c6b92-e9565483 {
    grid-area: 5 / 1 / 6 / 3;
    align-self: start;
  }

  #w-node-_5bd7322c-09f9-2ba4-7c4f-e2798fc51377-e9565483 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5bd7322c-09f9-2ba4-7c4f-e2798fc5137a-e9565483 {
    grid-column: span 2 / span 2;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5f7f-a2be5f7d {
    grid-row: 7 / 8;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5fa3-a2be5f7d {
    grid-area: 4 / 2 / 5 / 4;
    place-self: start center;
  }

  #w-node-e5099626-de55-412d-c7e4-e2e01e347134-a2be5f7d {
    grid-area: 1 / 1 / 2 / 3;
    place-self: start center;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5faa-a2be5f7d {
    grid-area: 6 / 2 / 6 / 4;
    place-self: start center;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5fb3-a2be5f7d {
    grid-row: 3 / 4;
    grid-column-start: 2;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5fc6-a2be5f7d {
    grid-area: 5 / 2 / 6 / 4;
    place-self: start;
  }

  #w-node-_39af1323-1b32-854b-2d19-7adfa2be5fe7-a2be5f7d {
    grid-row: 8 / 9;
    grid-column-end: 4;
  }

  #w-node-_2fb640c2-229e-2a03-82ab-d3ad874da670-45565484 {
    place-self: center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c6672284d-6672284b {
    grid-row: 7 / 8;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c6672287a-6672284b {
    grid-area: 4 / 2 / 5 / 4;
    place-self: start center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c66722883-6672284b {
    grid-area: 5 / 2 / 6 / 4;
    place-self: start center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c66722890-6672284b {
    grid-row: 6 / 7;
    grid-column-start: 2;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c6672289c-6672284b {
    grid-area: 3 / 2 / 4 / 4;
    place-self: start;
  }

  #w-node-bcc6f094-b5ac-e6d9-632c-c2d651a9498e-25565485 {
    place-self: center;
  }

  #w-node-aa395038-3d19-50f6-6128-643a6eae49c2-07565488 {
    grid-row: 10 / 11;
  }

  #w-node-_29ae2f21-195d-7d38-3387-43e976b9bf55-07565488 {
    grid-row-start: 3;
    place-self: start;
  }

  #w-node-ec8750ba-0af2-d10c-b2b2-e9e2e086b267-07565488 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7b6-07565488, #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7ba-07565488, #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7be-07565488, #w-node-_81f1919b-8320-1082-d00c-5892e887aefe-07565488, #w-node-_94ce9df0-7940-08e7-5a6e-5271f651c3ca-07565488, #w-node-_0a891dc4-bc55-5f05-b526-c2673f91199b-07565488, #w-node-_7b0b88a1-a4e8-aafe-17f0-1fcc63e41e66-07565488, #w-node-_1b2370c2-cc28-0174-f701-23d9f2fd3e64-07565488, #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7cd-07565488, #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7c2-07565488 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22ca2231-2cd0-639f-8266-c2fc3496eb69-07565488 {
    grid-row: 3 / 4;
  }

  #w-node-b8ac82c8-6d1a-5d80-b623-6dd2dc8643d8-07565488 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7e0-07565488 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_49666cb3-2940-e843-01aa-2fe25b0fa7e4-07565488 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1857923-85c6-fc35-29c4-cff42ee026e9-f256548e, #w-node-ecc3aed4-46d8-192b-1a55-4398a2d6af34-6456549b {
    grid-row: 10 / 11;
  }

  #w-node-_2663f0ac-a1a7-917d-301e-e9e0352dea59-7e565528 {
    place-self: center;
  }

  #w-node-_2663f0ac-a1a7-917d-301e-e9e0352dea6e-7e565528 {
    grid-row: 10 / 11;
  }

  #w-node-a9f0638f-c6f6-bf10-6b30-50025f9ec239-7e565528 {
    grid-area: 2 / 2 / 4 / 3;
    place-self: start;
  }
}


@font-face {
  font-family: 'Separat';
  src: url('../fonts/Separat-Bold.woff2') format('woff2'), url('../fonts/Separat-Bold.eot') format('embedded-opentype'), url('../fonts/Separat-Bold.woff') format('woff'), url('../fonts/Separat-Bold.ttf') format('truetype'), url('../fonts/Separat-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Italianplateno2expanded';
  src: url('../fonts/ItalianPlateNo2Expanded-Regular.woff2') format('woff2'), url('../fonts/ItalianPlateNo2Expanded-Regular.eot') format('embedded-opentype'), url('../fonts/ItalianPlateNo2Expanded-Regular.woff') format('woff'), url('../fonts/ItalianPlateNo2Expanded-Regular.ttf') format('truetype'), url('../fonts/ItalianPlateNo2Expanded-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Academysansexp';
  src: url('../fonts/AcademySansExp-Regular.woff2') format('woff2'), url('../fonts/AcademySansExp-Regular.eot') format('embedded-opentype'), url('../fonts/AcademySansExp-Regular.woff') format('woff'), url('../fonts/AcademySansExp-Regular.ttf') format('truetype'), url('../fonts/AcademySansExp-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}