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

@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/'Clashgrotesk'-Semibold.woff2') format("woff2"), url('../fonts/'Clashgrotesk'-Semibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/'Clashgrotesk'-Medium.woff2') format("woff2"), url('../fonts/'Clashgrotesk'-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald Font';
  src: url('../fonts/oswald-v53-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cambay Font';
  src: url('../fonts/cambay-v13-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Radiocanada Variablefont';
  src: url('../images/') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: fallback;
}

:root {
  --darker-beige: #e8e0c8;
  --dark-beige: #f1eeda;
  --white: white;
  --green-secondary-2: #1c584d;
  --warning: #8e8e8e;
  --grey90: #e3e4e6;
  --black: #253f57;
  --light-beige: #fffce8;
  --dark-green: #0f352e;
  --light-bg: #f2f0e6;
  --green-secondary: #267869;
  --green-primary: #0a9973;
  --green-primary-2: #0a994d;
  --dark-grey: #575757;
  --yellow-green: #7bb294;
  --light-green-secondary: #567d68;
  --_enviroment-variables---xy: 0;
  --green-third: #418564;
  --green-success: #41f182;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

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

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

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

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

a {
  text-decoration: none;
}

.nav {
  z-index: 9999999;
  max-height: 165px;
  position: fixed;
  inset: 0% 0% auto;
}

.notice {
  z-index: 4000;
  background-color: #0f352e;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: .75rem 4% .875rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px .375rem #000;
}

.phone-link {
  z-index: 50;
  color: var(--darker-beige);
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.phone-link:hover {
  filter: brightness(80%);
}

.ikonik-2e0rt {
  max-width: 1.5625rem;
  max-height: 1.5625rem;
  margin-right: .625rem;
}

.notice-text {
  color: #fff;
  text-align: center;
  cursor: default;
  align-self: center;
  margin-right: .625rem;
  font-size: .9375rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.notice-text.link {
  cursor: pointer;
  flex: 1;
  max-width: none;
  margin-right: .5rem;
}

.contact-link {
  color: var(--dark-beige);
  letter-spacing: .2px;
  cursor: pointer;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.contact-link.x {
  color: var(--white);
  letter-spacing: 0;
  cursor: default;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  display: block;
}

.ikonik-59r5y {
  color: var(--darker-beige);
  max-width: 1.5625rem;
  max-height: 1.5625rem;
  margin-right: .625rem;
}

.link-block {
  z-index: 100;
  color: #fff;
  cursor: pointer;
  background-color: #0f352e;
  border: .15rem solid #0f352e;
  border-radius: .375rem;
  justify-content: space-between;
  align-items: center;
  padding: .2rem .45rem .2rem .6rem;
  font-size: .5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.link-block:hover {
  border-color: var(--green-secondary-2);
  color: #fff;
  background-color: #1c584d;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.div-block-775 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 22px;
  max-height: 22px;
  display: flex;
}

.notice-contact-link {
  color: #fff;
  letter-spacing: .75px;
  cursor: pointer;
  min-width: 140px;
  margin-left: 5px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: .9rem;
  font-weight: 800;
  position: relative;
  top: -1px;
}

.external-arrow {
  color: #fff;
  width: 20px;
  margin-bottom: -1px;
  margin-left: -5px;
}

.rect {
  color: var(--warning);
}

.navigation {
  z-index: 999;
  border-bottom: .125rem solid var(--grey90);
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background-color: #fffce8;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  max-height: 5rem;
  padding: 1.375rem 4%;
  display: flex;
  position: sticky;
  top: -.00625rem;
  bottom: 0;
  overflow: visible;
}

.navigation-container {
  z-index: 999;
  flex: 1;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  position: relative;
}

.brand {
  justify-content: flex-start;
  align-items: flex-end;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

.brand.w--current {
  min-width: 16px;
  margin-bottom: -8px;
  transition: all .2s;
}

.brand.w--current:hover {
  transform: scale(.98);
}

.logo {
  max-width: 12rem;
  transition: all .15s;
  display: inline-flex;
  position: relative;
  top: -.25rem;
}

.logo:hover {
  transform: scale(.985);
}

.nav-search-wrap {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 28.75rem;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.form-block {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 3.125rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.form {
  z-index: 70;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 3.125rem;
  display: flex;
  position: relative;
}

.ikonik-wt52j {
  z-index: 100;
  color: #7bb294;
  max-width: 1.875rem;
  max-height: 1.875rem;
  margin-left: .8125rem;
  position: absolute;
  inset: auto auto auto 0%;
}

.nav-search {
  z-index: 70;
  color: #0f352e;
  -webkit-text-stroke-width: .1px;
  cursor: text;
  background-color: #fff;
  border: .125rem solid #7bb2944d;
  border-radius: .375rem;
  width: 28.75rem;
  min-height: 3.125rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem .75rem .5rem 3.125rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  transition: box-shadow .2s, color .2s, box-shadow .2s, border-color .2s;
  position: absolute;
  left: auto;
  right: auto;
  box-shadow: 0 5px .625rem -.3125rem #0000001a;
}

.nav-search:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #7bb294;
}

.nav-search:focus {
  border-color: #7bb294;
}

.nav-search::placeholder {
  color: #12133199;
}

.nav-search-dropown {
  z-index: 50;
  pointer-events: auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-toggle {
  z-index: 10;
  pointer-events: auto;
  color: #7bb294;
  cursor: text;
  border-radius: .375rem;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 56px;
  margin-right: .5rem;
  padding: .25rem;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.nav-toggle:hover {
  color: #1c584d;
}

.icon-2 {
  color: var(--black);
  width: 33px;
  height: 33px;
  margin-bottom: -3px;
  margin-left: 0;
  position: relative;
}

.dropdown-list {
  z-index: 500;
  background-color: #253f57;
}

.dropdown-list.w--open {
  z-index: 300;
  border-bottom: 4px solid var(--darker-beige);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 480px;
  margin-top: 90px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu-wrapper {
  z-index: 500;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  box-shadow: inset 0 -2px 5px #0003, inset 0 2px 5px #0003;
}

.uui-navbar01-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.uui-navbar01-dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.uui-navbar01-dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.uui-navbar01-heading {
  color: #253f57;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.uui-navbar01-dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: #7bb294;
  background-color: #fafafa00;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .85rem;
  text-decoration: none;
  transition: all 50ms;
  display: grid;
}

.uui-navbar01-dropdown-link:hover, .uui-navbar01-dropdown-link.w--current:hover {
  background-color: #fafafa;
}

.uui-navbar01-icon-wrapper {
  flex: none;
}

.ikonik-qramj {
  color: #42775d;
}

.uui-navbar01-item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar01-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar01-item-heading {
  color: #101828;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar01-item-heading.margin-bottom-0 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  color: #38a77a;
  letter-spacing: .5px;
  -webkit-text-stroke-width: .05px;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #e4fdef;
  border-radius: 4px;
  align-items: center;
  padding: .125rem .5rem .06px;
  font-family: Varela Round, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.uui-badge-small-success.app {
  mix-blend-mode: normal;
  position: absolute;
  inset: 0% 0% auto auto;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.ikonik-fmj0h, .ikonik-ps5vr, .ikonik-4v4qn, .ikonik-rls2j {
  color: #42775d;
}

.ikonik-7nhpv {
  color: #418564;
}

.ikonik-txnda, .ikonik-yy2iz {
  color: #42775d;
}

.uui-navbar01-dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 1.25rem;
  display: flex;
  position: relative;
}

.uui-navbar01-dropdown-content-wrapper {
  z-index: 1;
  grid-row-gap: .75rem;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-navbar01-dropdown-blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.uui-navbar01-blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01-blog-item:hover {
  background-color: #fff;
}

.uui-navbar01-blog-image-wrapper {
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 11rem;
  height: 6.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-navbar01-blog-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-navbar01-large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar01-item-button-wrapper {
  margin-top: .75rem;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #567d68;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: #53389e;
}

.uui-button-link.is-button-xsmall {
  font-size: .875rem;
}

.ikonik-73an2 {
  color: #42775d;
  height: 20px;
}

.text-block-83 {
  color: #253f57;
}

.uui-navbar01-dropdown-content-button-wrapper {
  letter-spacing: normal;
  margin-top: 1rem;
  margin-left: .75rem;
  font-size: .875rem;
}

.text-block-84 {
  color: #344054;
}

.uui-button-icon {
  color: #cbcbcb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  padding-top: 1px;
  display: flex;
}

.uui-navbar01-dropdown-right-overlay-absolute {
  border-left: 3px solid var(--grey90);
  box-shadow: inset -20px -2px 5px 0 var(--darker-beige), inset -20px 2px 5px 0 var(--darker-beige);
  background-color: #f9fafb;
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.body {
  background-color: var(--light-beige);
}

.section-home-hero {
  background-color: var(--light-beige);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-home-hero.v2 {
  border-bottom: 6px solid var(--black);
  justify-content: center;
  align-items: center;
}

.section-home-hero.v1 {
  border-bottom: 6px solid var(--dark-green);
  background-color: var(--light-bg);
  height: auto;
  min-height: auto;
  padding-bottom: 80px;
}

.section-home-hero.v1.x {
  background-color: var(--green-secondary-2);
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero-lottie {
  z-index: 4;
  pointer-events: none;
  width: 120vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto -20vw;
}

.hero-lottie.v1 {
  display: none;
}

.hero-content-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-main-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.headline-and-ctas {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 33vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-80 {
  color: var(--green-secondary-2);
  letter-spacing: .4px;
  font-size: 15px;
  font-weight: 700;
}

.text-block-80.checkbox_field {
  color: var(--white);
}

.heading-new {
  color: var(--dark-beige);
  letter-spacing: 4px;
  -webkit-text-stroke-width: 3px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
}

.heading-new.v2 {
  margin-top: 0;
}

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

.hero-button-wrapper {
  z-index: 50;
  margin-top: 0;
  display: flex;
  position: relative;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .03125rem;
  background-color: #0f352e;
  border: .125rem solid #253f57;
  border-radius: 31.25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-size: 1.143rem;
  font-weight: 500;
  transition: color .3s, background-color .3s ease-in-out;
}

.button:hover {
  color: #0f352e;
  background-color: #0000;
}

.button.new-hero {
  background-color: #1c584d;
  border-color: #1c584d;
  border-radius: .3rem;
  min-width: 180px;
  font-family: 'Clashgrotesk', sans-serif;
  font-weight: 600;
}

.button.new-hero:hover {
  color: #fff;
  background-color: #0f352e;
  font-weight: 600;
}

.button.outline {
  color: #2fb3e8;
  background-color: #0000;
  border: 3px solid #2fb3e8;
  margin-left: 20px;
  padding: 12px 32px;
}

.button.outline.new-hero {
  border-color: var(--green-secondary);
  background-color: var(--white);
  color: var(--green-secondary);
  border-radius: 5px;
  min-width: 200px;
  margin-left: 0;
  margin-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  transition: all .2s;
}

.button.outline.new-hero:hover {
  border-color: var(--green-secondary);
  background-color: var(--green-secondary);
  color: #fff;
}

.quick-links {
  height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.quick-links-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: minmax(auto, .5fr) minmax(auto, .5fr);
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-left: 40px;
}

.health-cards {
  background-color: #fafffc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.health-cards:hover {
  background-color: #f2f7f5;
}

.health-card-link-block {
  box-shadow: inset 0 0 20px 0 #e8e0c826, 0 2px 7px 0 var(--dark-green);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 24px;
  display: flex;
}

.columns-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.column-8 {
  height: 100%;
}

.health-cards-image-wrapper {
  background-color: var(--green-primary);
  border-radius: 8px 0 0 8px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  display: flex;
}

.quick-icon {
  color: #fff;
  width: 50px;
  height: 50px;
}

.health-cards-text-wrapper {
  margin-left: 60px;
  font-size: .8rem;
}

.text-block-78 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.text1 {
  color: #394957;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.search-news-wrapper {
  width: 100%;
  margin-top: 25px;
  padding-left: 0;
  padding-right: 0;
}

.lifesoil-hero-banner {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 430px;
  height: 100%;
  min-height: 200px;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 20px #e8e0c885, 0 2px 7px #79c7e761;
}

.lifesoil-hero-banner:hover {
  background-color: #fafffc;
  box-shadow: inset 0 0 20px #e8e0c899, 0 5px 10px #253f5721;
}

.health-news-heading {
  color: #1c584d;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 1px;
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.health-news-headline {
  color: var(--green-primary-2);
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.health-news-text {
  color: #475467;
  width: 85%;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.image-96 {
  max-width: none;
}

.image-97 {
  opacity: .6;
  filter: brightness(74%) grayscale();
  max-width: none;
  height: 40px;
  position: absolute;
  inset: auto 32px 26px auto;
}

.main-wrapper {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.link {
  max-width: 18px;
  max-height: 18px;
  margin-left: 3px;
  font-size: .88rem;
}

.products-description-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-green {
  font-family: Varela, sans-serif;
  font-weight: 700;
}

.shop-embed {
  background-color: var(--white);
  justify-content: space-around;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.text {
  z-index: 10;
  color: #fff;
  text-align: center;
  cursor: default;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 200px;
  height: 40px;
  padding-left: 20px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-icon {
  opacity: .2;
  color: var(--green-secondary-2);
  max-width: 25px;
  max-height: 25px;
  margin-top: -5px;
  margin-right: -5px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(45deg);
}

.badge-small-yellow {
  grid-column-gap: .25rem;
  color: #7a5002;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #fdf3e4;
  border-radius: 4px;
  align-items: center;
  padding: .125rem .5rem .09rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.utility-page-wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-flow: column;
  width: 600px;
  max-width: 600px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Clashgrotesk', sans-serif;
  display: flex;
}

.dropdown {
  z-index: 800;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 55px;
  margin-bottom: -54px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% auto;
}

.link-block-2 {
  z-index: 50;
  color: var(--green-secondary-2);
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  background-color: #f8f5e1;
  border-radius: .375rem;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 46px;
  padding: .75rem .8rem .85rem 1.05rem;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 800;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: -20px;
}

.link-block-2:hover {
  background-color: var(--light-bg);
  color: #1c584d;
}

.text-block-86 {
  color: #253f57;
}

.text-block-87 {
  color: #344054;
}

.text-block-88 {
  color: var(--black);
  -webkit-text-stroke-width: .2px;
  margin-right: 2px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-89 {
  color: #df9351;
  letter-spacing: .2px;
  -webkit-text-stroke-width: .025px;
}

.badge-yellow {
  grid-column-gap: .25rem;
  color: #a76838;
  letter-spacing: .5px;
  -webkit-text-stroke-width: .05px;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #fdf1e4cc;
  border-radius: 4px;
  align-items: center;
  padding: .125rem .5rem .06rem;
  font-family: Varela Round, sans-serif;
  font-size: .7rem;
  font-weight: 700;
  display: flex;
}

.badge-yellow.app {
  mix-blend-mode: normal;
  background-color: #f8efe4;
  position: absolute;
  inset: 0% 0% auto auto;
}

.shop-buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: 12rem;
  min-width: 12rem;
  margin-bottom: -8px;
  display: flex;
  position: relative;
}

.user-icon {
  justify-content: space-between;
  align-items: flex-end;
  width: 30px;
  height: 30px;
  display: flex;
}

.user-icon.user {
  width: 30px;
  height: 30px;
  position: relative;
  bottom: -1px;
}

.user-icons {
  color: #475d70;
  transition: all .15s;
}

.user-icons:hover {
  filter: drop-shadow(0 2px 5px #60ffabe6);
  color: #3c4d5c;
}

.user-icons.account {
  display: none;
}

.path-cvhgxk {
  border-radius: 100px;
  display: flex;
  position: relative;
}

.path-b8dlz {
  position: relative;
}

.grid {
  cursor: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

.grid_item {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 1.04em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
}

.grid_item.is--footer-heading {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  margin-bottom: 40px;
  padding: 8em 4em 1em;
  display: flex;
  position: relative;
}

.grid_item.is--footer-heading.we {
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.grid_item.is--footer-heading.social {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.grid_item.is--footer-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: .2em;
  display: flex;
}

.grid_item.is--footer-1 {
  cursor: auto;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding-left: 0;
  display: flex;
}

.top-tag-text {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: #f1eeda;
  text-transform: uppercase;
  width: 270px;
  margin-bottom: 60px;
  padding-bottom: 1px;
  font-size: 1.5em;
  font-weight: 400;
}

.footer-heading {
  color: #ffeec2;
  letter-spacing: 0;
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: #7fa88e;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 1.1em;
  margin-top: 0;
  margin-bottom: 44px;
  font-family: Lato, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.text-span-7 {
  color: #f1eeda66;
  -webkit-text-stroke-color: #f1eeda66;
  margin-top: 8px;
  font-size: 20px;
  display: none;
}

.check {
  opacity: .74;
  color: #6ac16a;
  -webkit-text-stroke-width: 0px;
}

.card-flowbase {
  background-color: #182530;
  border-radius: 12px;
  width: 100%;
  max-width: 440px;
  padding: 72px 32px 20px;
  position: relative;
  box-shadow: 34px 34px 88px #17093614;
}

.title-large {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Varela Round, sans-serif;
  font-size: 2.6em;
  font-weight: 600;
}

.line-break {
  background-color: #ffffff0f;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.grid-social-button {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.discord-buttno {
  color: #fff;
  letter-spacing: 1px;
  background-color: #5865f2;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-right: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 1.2vw;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.discord-buttno:hover {
  filter: brightness(120%);
  color: #fff;
}

.discord-button {
  background-color: #4650bf;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  margin-right: 14px;
  padding: 10px;
  display: flex;
}

.facebook-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ca4810;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-right: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 1.2vw;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.facebook-button:hover {
  filter: brightness(120%);
  color: #fff;
}

.facebook-icon {
  background-color: #b02e0e;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  margin-right: 14px;
  padding: 10px;
  display: flex;
}

.linkedin-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0d84cc;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-right: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 1.2vw;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.linkedin-button:hover {
  filter: brightness(120%);
  color: #fff;
}

.linkedin-icon {
  background-color: #0e6599;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  margin-right: 14px;
  padding: 10px;
  display: flex;
}

.twitter-button {
  color: #fff;
  background-color: #23abff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-right: 20px;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.twitter-icon {
  background-color: #1f9ae5;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 100%;
  margin-right: 14px;
  padding: 10px;
  display: flex;
}

.whatsapp-button {
  color: #fff;
  background-color: #5fce45;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-right: 20px;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.whatsapp-icon {
  background-color: #45aa2e;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 100%;
  margin-right: 14px;
  padding: 10px;
  display: flex;
}

.sticker-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -60px 0% auto;
}

.copy-sticker {
  transform: rotate(-4deg);
}

.image-16 {
  max-width: 100%;
  transition: all .2s;
  position: relative;
  left: -20px;
}

.image-16:hover {
  transform: scale(.95);
}

.image-16.disd {
  max-width: 70%;
  position: relative;
}

.image-16.pcity {
  max-width: 120%;
  bottom: -1px;
  left: -70px;
}

.image-16._420b {
  min-width: 200px;
  top: -7px;
  left: -45px;
}

.image-16.fpay {
  left: -40px;
}

.footer-text {
  color: #ddd;
  letter-spacing: 2px;
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: #f1eeda;
  padding-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
}

.social-img {
  filter: invert();
}

.social-img.discord {
  filter: none;
  width: 25px;
  height: 25px;
}

.text-block-90 {
  -webkit-text-stroke-width: .2px;
  margin-bottom: -3px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link-block-4 {
  max-width: 180px;
  position: relative;
}

.footer-link {
  color: #2e5e40;
  -webkit-text-stroke-width: 0px;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link-block {
  z-index: 100;
  color: #43775e;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #43775e;
  cursor: pointer;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
  text-decoration-thickness: 0;
  position: relative;
}

.footer-link-block:hover {
  color: #47b388;
}

.linky {
  z-index: 100;
  color: #43775e;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #43775e;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
  position: relative;
}

.linky:hover {
  color: #47b388;
}

.footer {
  z-index: 5;
  color: #182530;
  cursor: auto;
  background-color: #121b24;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5.6em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.drawer-wrapper {
  z-index: 20;
  display: none;
  position: fixed;
  inset: 0%;
}

.drawer-close {
  flex: 1;
}

.drawer {
  z-index: 2147483647;
  cursor: auto;
  background-color: #fff;
  border-top: .1875rem solid #000;
  border-bottom: 0 #000;
  border-left: .2rem solid #567d68;
  flex-flow: wrap;
  flex: 0 auto;
  align-self: flex-end;
  max-width: 1100px;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.drawer.static {
  z-index: 500;
  margin-top: -70px;
}

.drawer-content {
  z-index: 500;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: center stretch;
  width: 600px;
  max-width: 600px;
  height: 100%;
  max-height: 100vh;
  padding-bottom: 28px;
  display: flex;
  position: relative;
  overflow: auto;
}

.drawer-content.static {
  width: auto;
  padding-bottom: 12px;
}

.cart-icon {
  color: #475d70;
  transition: all .15s;
  position: relative;
}

.cart-icon:hover {
  filter: drop-shadow(0 2px 5px #60ffabe6);
  color: #3c4d5c;
}

.cart-count-wrapper {
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: -5px -10px auto auto;
}

.cart-count {
  color: var(--white);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.checkout-button {
  z-index: 1000;
  background-color: var(--green-primary);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 60px;
  min-height: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: relative;
}

.checkout-button:hover {
  background-color: var(--green-secondary);
}

.section {
  z-index: 2;
  -webkit-text-stroke-color: #25394b;
  background-color: #f1eeda;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section.lifesoil {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 6rem 4em;
}

.section.lifesoil.yt {
  justify-content: flex-start;
  align-items: center;
}

.section.seeds {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding: 6rem 4em 0;
}

.section-discord {
  background-color: var(--light-bg);
  opacity: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding: 175px 40px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.code-embed-5 {
  width: 100%;
  overflow: hidden;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 400px 5vw 60px;
  display: flex;
}

.code-embed-6 {
  width: 100%;
  overflow: hidden;
}

.code-embed-7 {
  width: 100%;
  margin-top: -355px;
  overflow: hidden;
}

.ikonik-6k7hy, .ikonik-a2h1z {
  color: #fff;
}

.ikonik-2p82th {
  color: #fff;
  width: 24px;
  height: 24px;
}

.yt-btn {
  color: #fff;
  letter-spacing: 1px;
  background-color: #e60734;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-right: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 1.2vw;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.yt-btn:hover {
  filter: brightness(120%);
  color: #fff;
}

.yt-icon {
  background-color: #b20629;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  margin-right: 14px;
  padding: 10px;
  display: flex;
}

.link-span {
  color: #ffffffb3;
  letter-spacing: .3px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffffffb3;
  font-size: 14px;
  font-weight: 500;
}

.h1 {
  color: var(--black);
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  margin-bottom: 0;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 80px;
}

.h1._20-bottom {
  margin-top: 0;
  margin-bottom: 20px;
}

.h1.welcome {
  letter-spacing: 2px;
  order: -1;
  max-width: 1200px;
  margin: 0 auto 30px;
  font-size: 120px;
  font-weight: 700;
  line-height: 140px;
}

.h1.welcome.hub {
  color: var(--green-primary);
  letter-spacing: -2px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 4px;
  font-weight: 600;
  line-height: 120px;
  text-decoration: none;
}

.image-100 {
  max-width: 160px;
  max-height: 60px;
}

.authhead {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  display: flex;
}

.auth-subline {
  color: #8e8e8e;
  margin-top: 5px;
  font-family: Varela Round, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.separator {
  background-color: #f1eeda;
  border-radius: 100px;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.field-label {
  color: var(--black);
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.input-field {
  color: #1c584d;
  letter-spacing: .0625rem;
  background-color: #fff;
  border: .125rem solid #7bb2944d;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .3rem 1rem;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow .2s, color .2s, box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 5px .625rem -.3125rem #0000001a;
}

.input-field:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #7bb294;
}

.input-field:focus {
  border-color: #7bb294;
}

.input-field::placeholder {
  color: #e3e4e6;
  letter-spacing: .08rem;
  -webkit-text-stroke-width: 0rem;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.input-field._20-bttom {
  min-height: 3.2rem;
  margin-top: -12px;
  padding-top: .5rem;
}

.input-field._20-bttom::placeholder {
  color: #d6d7d9;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.button-auth {
  z-index: 5;
  letter-spacing: 2px;
  background-color: #0a9973;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  min-height: 3rem;
  margin-bottom: 0;
  margin-right: 0;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.button-auth:hover {
  background-color: #087f60;
  box-shadow: 0 2px 5px #00000059;
}

.button-auth.yes {
  font-size: 1.3rem;
}

.button-auth.no {
  background-color: var(--light-bg);
  color: var(--warning);
  font-size: 1.25rem;
}

.button-auth.hero {
  background-color: var(--green-primary);
  letter-spacing: 1px;
  border-radius: 5px;
  min-width: 220px;
  margin-right: 20px;
  padding-bottom: 7px;
  font-size: 1.5rem;
  display: flex;
}

.button-auth.hero:hover {
  background-color: var(--green-secondary);
}

.form-footer {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 33.75rem;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 1.2rem;
}

.textlink {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #7bb294;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: 'Clashgrotesk', sans-serif;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
}

.textlink:hover {
  color: #1c584d;
}

.pw-form {
  background-color: #fef9e9;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  min-width: 33.75rem;
  max-width: 33.75rem;
  min-height: 390px;
  margin-bottom: 0;
  padding: 2.5rem 2.5rem 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.login-img {
  border-radius: 20px;
  width: 50%;
  max-width: 620px;
}

.login-head-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.text-span-8 {
  color: var(--black);
  font-weight: 500;
}

.notice-inner-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  display: flex;
}

.div-block-784 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-11 {
  color: var(--black);
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  font-family: 'Oswald Font', Tahoma, sans-serif;
  font-size: 19px;
  font-weight: 400;
  position: relative;
  bottom: -1px;
}

.text-span-11-copy {
  opacity: .82;
  color: var(--black);
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .3px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  position: relative;
}

.age-gate {
  z-index: 998;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
  position: absolute;
  inset: 0;
}

.age-gate-wrapper {
  background-color: var(--dark-beige);
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.age-gate-content {
  background-color: var(--light-beige);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 24px;
  max-width: 500px;
  max-height: 600px;
  margin-top: -1px;
  padding: 56px 28px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.age-gate-subheading {
  color: #5f6674;
  text-align: center;
  max-width: 400px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.age-gate-verification {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 100%;
  display: flex;
}

.image-103 {
  width: 140px;
}

.h2 {
  color: var(--black);
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.h2._20-bottom {
  margin-top: 0;
  margin-bottom: -10px;
  font-size: 2.75em;
  line-height: 100%;
}

.h2.mid {
  z-index: 2000;
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  max-width: none;
  margin-top: 20px;
  padding-right: 4rem;
  font-size: 44px;
  position: relative;
}

.discord-embed-script {
  background-color: #34363d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.discord-embed-script.mobile {
  display: none;
}

.embed-section {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  padding-top: 70px;
  display: flex;
}

.browser-wrapper {
  z-index: 100;
  border: 3px solid #666cac;
  border-radius: 18px;
  flex-flow: column;
  flex: 1;
  height: 100%;
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 5px 4px #00000096, 0 7px 14px 2px #666cac94;
}

.top-bar {
  background-color: #32344b;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.top-bar__left {
  justify-content: space-between;
  align-items: center;
  width: 170px;
  display: flex;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.arrows-wrapper {
  display: flex;
}

.top-bar__center {
  flex: 1;
  max-width: 40%;
}

.search-bar {
  color: #34363d;
  text-align: center;
  letter-spacing: .2px;
  background-color: #e0e0e0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 26px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.search-bar:hover {
  color: var(--green-secondary-2);
  -webkit-text-stroke-width: .15px;
  background-color: #ffffffe6;
  font-weight: 600;
}

.top-bar__right {
  justify-content: flex-end;
  align-items: center;
  width: 170px;
  display: flex;
}

.top-bar__right-contents {
  justify-content: space-between;
  align-items: center;
  width: 110px;
  display: flex;
}

.browser-window {
  background-color: #303339;
  height: 100%;
  position: relative;
}

.browser-img {
  filter: brightness(200%);
}

.image-104 {
  opacity: .6;
  filter: sepia(27%) brightness(147%) brightness(200%) brightness(200%);
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.community-icon {
  width: 20px;
}

.language-select {
  z-index: 100;
  pointer-events: auto;
  -webkit-text-stroke-width: .4px;
  max-height: 20px;
  margin-top: 0;
  margin-bottom: -4px;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
  display: none;
  position: absolute;
  inset: auto 55px auto auto;
}

.quick-stack {
  width: 100%;
  height: 100%;
  padding: 0;
}

.cell {
  background-image: linear-gradient(55deg, var(--darker-beige) 13%, var(--light-beige));
  justify-content: center;
  align-items: center;
  padding-top: 8%;
  padding-bottom: 8%;
}

.cell-2 {
  justify-content: space-between;
  padding-top: 8%;
  padding-bottom: 6%;
  padding-left: 40px;
  text-decoration: none;
}

.youtube-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-self: stretch;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.left-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.code-embed-8 {
  align-self: stretch;
  width: 100%;
}

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

.ytb-icon-big {
  color: #ff083e;
  width: 70px;
  height: 70px;
}

.cart-button-icon {
  color: #fff;
  margin-bottom: -4px;
  margin-left: 14px;
}

.cart-embed {
  flex: 1;
  align-self: stretch;
  width: 100%;
  min-width: 25vw;
  margin-top: -100px;
  overflow: hidden;
}

.preloader-div {
  z-index: 5000;
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preload-body {
  background-color: var(--darker-beige);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-105 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.loader-lottie {
  max-width: 150px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.loading-text {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.loading-texts-script {
  display: none;
}

.div-block-786 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.loading-dots {
  color: var(--black);
  text-align: left;
  min-width: 17px;
  margin-top: 20px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.age-gate-button {
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0 10px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.checkout-embed {
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  width: 100vw;
  min-width: 100vw;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.close-cart-icon {
  color: #098163;
}

.page-wrapper {
  margin-top: 130px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-7 {
  padding-top: 40px;
}

.container-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 100%;
  display: flex;
}

.disdhub-linkblock-wrapper {
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.disdhub-linkblock-wrapper.w--current {
  border-bottom-color: #330b12;
}

.p {
  max-width: 90%;
  margin-top: 6px;
  margin-bottom: 14px;
  padding-top: 0;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.p.hub {
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  max-width: 800px;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 22px;
}

.text-span-12 {
  color: #b3b3b3;
}

.bold-text-2 {
  color: var(--green-secondary);
}

.sectionx {
  z-index: 100;
  min-height: 177px;
  max-height: 177px;
  padding-top: 10px;
  padding-bottom: 20px;
  position: sticky;
  top: 122px;
}

.container-x {
  max-width: 1500px;
  min-height: 146px;
  max-height: 146px;
}

.blog-filter-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid var(--green-secondary);
  background-color: var(--green-secondary-2);
  box-shadow: inset 0 2px 5px 0 var(--dark-green);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1500px;
  max-height: 146px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.filter-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template: "Area Area"
  / 2.4fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  max-height: 177px;
  display: grid;
}

.hub-tags-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: block;
}

.tags-collection {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 40px;
  display: flex;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.blog-search-wrapper {
  height: 70px;
  position: relative;
}

.searchbar-wrapper {
  color: #4e1922;
  justify-content: flex-start;
  align-items: flex-start;
  height: 54px;
  display: flex;
  position: relative;
}

.searchbar-wrapper:focus {
  color: #a53f38;
}

.search-icon-blog {
  z-index: 3;
  color: var(--green-secondary);
  justify-content: flex-start;
  align-items: flex-start;
  width: 25px;
  display: block;
  position: absolute;
  inset: auto auto 15px 20px;
}

.search-icon-blog:hover {
  cursor: pointer;
}

.search-field {
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: #000314 #000314 var(--green-secondary-2);
  background-color: var(--white);
  box-shadow: inset 0 2px 5px 0 var(--green-secondary-2), 0 5px 14px 0 var(--green-secondary-2);
  color: var(--warning);
  letter-spacing: 1px;
  border-radius: 8px;
  flex: 1;
  width: 100%;
  min-width: 100%;
  max-width: 880px;
  height: 54px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 56px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  position: relative;
}

.search-field:hover {
  background-color: var(--white);
  box-shadow: inset 0 2px 5px 0 var(--green-primary), 0 12px 14px 0 var(--green-secondary-2);
  color: var(--black);
}

.search-field:focus {
  box-shadow: inset 0 2px 5px 0 var(--green-primary), 0 12px 14px 0 var(--dark-green);
  color: #a53f38;
  border-bottom-color: #000314;
  font-weight: 600;
}

.search-field:focus-visible, .search-field[data-wf-focus-visible] {
  color: #a53f38;
  border-bottom-color: #000314;
}

.search-field::placeholder {
  color: var(--dark-grey);
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 500;
}

.filter_header {
  background-color: #fff;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: flex;
}

.filter_header.element-design {
  border: 1px solid var(--green-secondary-2);
  box-shadow: inset 0 2px 5px 0 var(--green-secondary-2), 0 6px 14px 0 var(--green-secondary-2);
  border-radius: 8px;
  max-width: 420px;
  min-height: 54px;
  margin-top: -2px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.filter_tags-wrapper {
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.title-large-2 {
  color: #b3b3b3;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.title-large-2.hub-tags {
  color: #b3b3b3;
  width: 140px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.title-large-2.hub-tags.breadcrumbs {
  color: var(--darker-beige);
  text-shadow: 0 1px 6px #000;
  width: auto;
  font-size: 14px;
  position: relative;
}

.tag-box {
  color: #b3b3b3;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: .2px;
  background-color: #121421;
  border: 2px solid #4e1922;
  border-radius: 2px;
  margin-right: 8px;
  padding: 6px 28px 6px 8px;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: relative;
}

.tag-box.active-filters {
  border-color: var(--green-secondary-2);
  background-color: var(--green-secondary);
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  border-radius: 4px;
}

.filter_tag-text {
  cursor: default;
  font-size: 12px;
  line-height: 14px;
}

.filter_tag-remove {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18px;
  margin-right: 4px;
  padding: .1rem .25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 5.8125px auto;
}

.filter_tag-remove:hover {
  filter: invert(80%);
}

.filter_sort-by {
  color: #3d3d3d;
  background-color: #121421;
  border: 2px solid #4e1922;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 120px;
  padding: .5rem 2.8rem .5rem 1rem;
  display: flex;
}

.filter_sort-by.category {
  border-color: var(--green-secondary-2);
  background-color: var(--green-secondary);
  color: var(--white);
  border-radius: 4px;
  min-width: 110px;
  margin-right: 0;
  padding: 6px 10px;
}

.filter_sort-by.category.w--open {
  margin-right: 0;
}

.dropdown_icon {
  margin-right: .5rem;
  font-size: 1rem;
}

.dropdown-text {
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-weight: 500;
  line-height: 14px;
}

.dropdown_list {
  border: 2px solid #4e1922;
}

.dropdown_list.w--open {
  background-color: #121421;
  border-radius: 8px;
  padding: 10px 16px;
}

.dropdown_list.sortlist.w--open {
  border-color: #3d3d3d;
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
}

.filter_options {
  max-height: 15rem;
  position: relative;
}

.section-6 {
  padding-top: 20px;
  padding-bottom: 80px;
  position: relative;
}

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

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  height: 200%;
  position: relative;
}

.content-left {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stick-wrapper {
  position: sticky;
  top: 300px;
}

.stick-wrapper.content-site {
  position: sticky;
  top: 150px;
}

.card-wrapper {
  z-index: 6;
  border: 3px solid var(--darker-beige);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--black);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px 24px 26px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 11px #111425, inset 0 2px 5px #57575780;
}

.card-wrapper:hover {
  box-shadow: 0 2px 11px 0 #111425, inset 0 2px 5px 0 var(--dark-green);
}

.card-wrapper.yt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.card-heading {
  text-transform: uppercase;
  align-self: auto;
  font-size: 24px;
  line-height: 42px;
  display: inline-block;
  position: relative;
}

.card-heading.blog {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Oswald Font', Tahoma, sans-serif;
  font-size: 32px;
}

.button-secondary-2 {
  color: #cf2b4c;
  background-color: #fff0;
  border: 3px solid #cf2b4c;
  border-radius: 5px;
  padding: 13px 18px;
  font-weight: 500;
  transition: all .22s ease-in-out;
}

.button-secondary-2:hover {
  filter: saturate(150%) brightness(120%);
}

.button-secondary-2.nav {
  color: #fff;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  background-color: #141414;
  border-width: 2.2px;
  border-color: #4e1922;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding: 9px 11px;
  font-size: 14px;
  font-weight: 600;
  transition-property: none;
  position: relative;
  bottom: -9px;
  box-shadow: 0 4px 5px #000;
}

.button-secondary-2.nav:hover {
  filter: none;
  background-color: #171c33;
}

.button-secondary-2.nav.button-3.cta {
  border-color: var(--black);
  background-color: var(--green-primary);
  box-shadow: 0 4px 5px 0 var(--dark-green);
  letter-spacing: 1px;
  margin-top: 0;
  padding: 14px 16px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 18px;
  transition: all .1s;
  bottom: 0;
}

.button-secondary-2.nav.button-3.cta:hover {
  transform: scale(.98);
}

.button-secondary-2.nav.cta {
  border-color: var(--black);
  background-color: var(--green-primary);
  box-shadow: 0 4px 5px 0 var(--dark-green);
  margin-top: 0;
  padding-top: 11px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  transition: all .1s;
}

.button-secondary-2.nav.cta:hover {
  transform: scale(.98);
}

.button-secondary-2.nav.cta.blog {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  padding: 14px 22px 12px;
  font-size: 22px;
  font-weight: 700;
  position: static;
}

.blog-tag {
  opacity: .75;
  color: #a53f38;
  background-color: #000314;
  border: 1px solid #4e1922;
  border-radius: 2px;
  padding: 0 3px;
  display: block;
}

.blog-tag.newsletter {
  background-color: var(--green-secondary-2);
  color: #ededed;
  border-color: #b3b3b3;
  padding: 4px 6px;
}

.blog-tag.tags {
  border-color: var(--green-secondary);
  background-color: var(--light-beige);
  opacity: 100;
  color: var(--black);
}

.blog-tag.post {
  border-color: var(--green-secondary);
  background-color: var(--green-secondary-2);
  opacity: 1;
  color: var(--white);
  cursor: default;
  padding-left: 6px;
  padding-right: 6px;
  transition: all .2s;
  display: block;
}

.blog-tag.post:hover {
  filter: brightness(140%);
}

.tag-text {
  opacity: 1;
  color: var(--black);
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .6px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  padding-left: 2px;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.tag-text.white, .tag-text.post {
  color: var(--white);
}

.content-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1000%;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.content-right.hub {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.content-right.post.hub-post {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  position: relative;
}

.collection-item {
  color: var(--black);
  font-family: 'Cambay Font', Tahoma, sans-serif;
}

.fs-checkbox_field {
  opacity: .8;
  color: #999;
  letter-spacing: .6px;
  -webkit-text-stroke-width: .2px;
  cursor: pointer;
  background-color: #121421;
  border: 2px solid #4e1922;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 3px 8px 3px 6px;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: relative;
}

.fs-checkbox_field:hover {
  color: #ededed;
  background-color: #1c1f33;
}

.fs-checkbox_field.hub-filter {
  border-color: var(--dark-green);
  background-color: var(--light-bg);
  color: var(--dark-green);
  border-radius: 4px;
  padding-right: 6px;
}

.fs-checkbox_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  display: none;
}

.fs-checkbox_icon:hover {
  opacity: 1;
  color: #ededed;
}

.fs-checkbox_button {
  opacity: 1;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-weight: 700;
  transition: all .2s;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0000;
}

.fs-checkbox_button:hover {
  color: #e5dcdc;
}

.fs-checkbox_button.w--redirected-checked {
  background-color: #0000;
  background-image: none;
}

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

.fs-checkbox_button.w--redirected-focus-visible {
  outline-offset: 4px;
  color: #ededed;
  background-color: #11142500;
  outline: 2px solid #b3b3b3;
}

.fs-checkbox_label {
  z-index: 1;
  align-self: center;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.blog-item {
  grid-column-gap: 60px;
  grid-row-gap: 22px;
  border: 4px solid var(--green-secondary);
  background-color: var(--white);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.05fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  margin-bottom: 40px;
  padding: 28px;
  text-decoration: none;
  transition: all .2s;
  display: grid;
  position: relative;
  box-shadow: inset 0 2px 5px #171c33, 0 22px 34px #171c33;
}

.blog-item:hover {
  background-color: var(--light-bg);
  color: #cf2b4c;
}

.blog-image-wrap {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  max-height: 220px;
  display: flex;
  overflow: hidden;
}

.blog-image {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  max-width: 220%;
  height: 100%;
  min-height: 100%;
  display: block;
  overflow: hidden;
}

.blog-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-info-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.content-date-text {
  color: #3d3d3d;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  display: none;
}

.heading-h2 {
  opacity: .8;
  color: #cf2b4c;
  letter-spacing: .3px;
  margin-top: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
}

.heading-h2.hub {
  color: var(--dark-green);
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 4px;
  font-family: 'Clashgrotesk', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.paragraph-detials-medium {
  color: var(--dark-grey);
  letter-spacing: .2px;
  max-height: 200px;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  overflow: hidden;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.blog-link {
  display: block;
  position: absolute;
  inset: 0%;
}

.post-body-hidden {
  display: none;
}

.text-span-16 {
  font-size: 18px;
  position: relative;
  bottom: -1px;
}

.blog-header-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  display: flex;
}

.header-blog {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  margin-top: 100px;
  padding: 180px 0 80px;
  display: flex;
  position: relative;
  top: 20px;
}

.hero-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100vw;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.breadcrumbs-wrapper {
  z-index: 100;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  display: flex;
  position: relative;
  top: 34px;
}

.div-block-28 {
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.link-2 {
  color: var(--darker-beige);
  text-shadow: 0 1px 6px #000;
  font-size: 14px;
  font-weight: 600;
}

.link-2:hover {
  color: #b3b3b3;
}

.link-3 {
  text-shadow: 0 1px 1px #0003;
}

.link-3.w--current {
  color: var(--light-beige);
  text-shadow: 0 1px 6px #000000e8;
  font-weight: 800;
  position: relative;
  top: -1px;
}

.link-3.w--current:hover {
  color: #d9d9d9;
}

.hub-post-title-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.title-wrapper {
  z-index: 5;
  border: 3px solid var(--green-secondary);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #0f352e99;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  max-width: 65%;
  padding: 24px 30px;
  display: flex;
  position: relative;
  top: 50px;
  box-shadow: inset 0 2px 5px #0003;
}

.blog-post-date {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
  position: absolute;
  inset: 20px 40px auto auto;
}

.collection-list-4 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-13 {
  z-index: 0;
  box-sizing: border-box;
  background-color: var(--darker-beige);
  filter: brightness(75%) blur(2.5px);
  object-fit: fill;
  width: 100vw;
  max-width: 100vw;
  max-height: 62vh;
  position: absolute;
  inset: -20px 0% 0%;
  overflow: visible;
}

.blog-cta-text {
  color: var(--black);
  letter-spacing: -.5px;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 20px;
  padding-right: 4rem;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.pagination {
  justify-content: flex-end;
  align-items: center;
}

.text-block-93 {
  color: var(--dark-green);
  letter-spacing: .5px;
  -webkit-text-stroke-width: .3px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  bottom: -1px;
}

.icon-3 {
  color: var(--dark-green);
}

.post-cta-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.blog-content-section {
  z-index: 3;
  max-width: 96vw;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 100px;
  position: relative;
}

.blog-container {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.toc-wrapper {
  border: 3px solid var(--darker-beige);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f1eedaf2;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 360px;
  max-height: 360px;
  padding: 20px 1.63em;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 11px #111425, inset 0 2px 5px #57575780;
}

.toc-wrapper:hover {
  box-shadow: 0 2px 11px 0 #111425, inset 0 2px 5px 0 var(--black);
}

.fs-toc_link-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
  overflow: scroll;
}

.fs-toc_link-wrapper {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 100%;
  overflow: visible;
}

.fs-toc_link-wrapper.is-h3 {
  padding-left: .75rem;
}

.fs-toc_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--black);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .25rem;
  margin-bottom: .75rem;
  text-decoration: none;
  display: flex;
}

.fs-toc_link:hover, .fs-toc_link:active, .fs-toc_link:focus, .fs-toc_link:focus-visible, .fs-toc_link[data-wf-focus-visible], .fs-toc_link:visited {
  color: var(--green-secondary);
}

.fs-toc_link:lang(en) {
  color: var(--black);
}

.fs-toc_link.w--current {
  color: #cf2b4c;
  font-weight: 700;
}

.fs-toc_label-5 {
  color: var(--dark-green);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .25rem .35rem .125rem .4rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 0;
  display: inline-block;
}

.toc-h2 {
  color: var(--black);
  font-weight: 600;
}

.toc-h2:hover, .toc-h2:active, .toc-h2:focus, .toc-h2:focus-visible, .toc-h2[data-wf-focus-visible] {
  color: var(--green-secondary);
}

.toc-h2:lang(en) {
  color: var(--black);
}

.fs-toc_h-trigger {
  display: none;
}

.toc-h3 {
  font-size: 14px;
  font-weight: 400;
}

.toc-h3:hover, .toc-h3:active, .toc-h3:focus, .toc-h3:focus-visible, .toc-h3[data-wf-focus-visible] {
  color: var(--green-secondary);
}

.toc-h3:lang(en) {
  color: var(--black);
}

.toc-h4 {
  font-size: 12px;
  font-weight: 400;
}

.toc-h4:hover, .toc-h4:active, .toc-h4:focus, .toc-h4:focus-visible, .toc-h4[data-wf-focus-visible] {
  color: var(--green-secondary);
}

.toc-h4:lang(en) {
  color: var(--black);
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 40px;
  display: block;
}

.post-body_rich-text {
  border: 3px solid var(--darker-beige);
  background-color: var(--white);
  box-shadow: inset 0 2px 5px 0 var(--darker-beige), 0 0 5px 3px var(--warning);
  color: var(--black);
  background-image: linear-gradient(#fffce88c, #fffce88c), url('../images/paper-texture_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  border-radius: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px 42px 24px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 34px;
  display: flex;
}

.blog-cta {
  z-index: 6;
  border: 3px solid var(--darker-beige);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--black);
  background-image: none;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin-bottom: 30px;
  padding: 38px 48px;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 11px #111425, inset 0 2px 5px #57575780;
}

.blog-cta:hover {
  box-shadow: 0 2px 11px 0 #111425, inset 0 2px 5px 0 var(--dark-green);
}

.checkbox_field {
  background-color: var(--green-secondary);
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.checkbox_field:hover {
  background-color: var(--green-secondary-2);
}

.checkbox_input {
  border: 2px solid #3d3d3d;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.checkbox_input.w--redirected-checked {
  background-color: #cf2b4c;
  background-size: .6rem;
  border-color: #cf2b4c;
  box-shadow: 1px 1px 3px #0000;
}

.checkbox_input.w--redirected-focus {
  box-shadow: none;
  border-color: #90c396;
}

.checkbox_label {
  color: var(--dark-beige);
  margin-right: .25rem;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.option-results {
  color: #3c7c43;
  display: none;
}

.body-x {
  background-image: linear-gradient(#ffffffb0, #ffffffb0), url('../images/topographic-min.svg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  max-width: 100vw;
}

.line-divider {
  height: 1px;
}

.app-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 170px;
  padding-bottom: 200px;
  display: flex;
}

.body-2 {
  background-color: var(--light-bg);
}

.css {
  display: none;
}

.container {
  width: 100%;
  max-width: 1400px;
  height: 600px;
  min-height: 60vh;
  box-shadow: 0 2px 10px #0003;
}

.tabs {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border: 3px solid var(--green-secondary-2);
  background-color: var(--green-secondary-2);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  padding-left: 4rem;
  display: grid;
}

.tabs__menu {
  margin: -32px -24px;
}

.tabs__link {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  padding: 24px;
  transition: background-color .2s;
  display: block;
}

.tabs__link.w--current {
  border: 3px solid var(--yellow-green);
  background-color: var(--green-secondary);
}

.tabs-link__title {
  align-items: flex-start;
  position: relative;
}

.country {
  letter-spacing: 1px;
  align-items: center;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  display: flex;
}

.style--mono {
  line-height: 1;
}

.tabs__link-body {
  overflow: hidden;
}

.tabs__content {
  background-color: var(--white);
  padding-left: 2rem;
  padding-right: 2rem;
}

.tabs__pane {
  background-color: var(--white);
  height: 100%;
}

.tabs__image {
  border-radius: 4px;
  flex: 1;
  align-self: center;
  max-width: 80%;
  max-height: 80%;
  box-shadow: 0 2px 5px #00000080;
}

.app-heading {
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 24px;
}

.code-embed-9 {
  color: var(--black);
  width: 100%;
  margin-bottom: 0;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-789 {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.app-paragraph {
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  line-height: 24px;
}

.div-block-790 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ikonik-6lkks {
  color: #42775d;
  width: 20px;
}

.separator-light {
  background-color: var(--grey90);
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-793 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  display: flex;
  position: relative;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 600px;
  margin-left: -80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.item {
  min-width: 340px;
  padding-left: 0;
  padding-right: 0;
}

.card {
  background-color: var(--dark-beige);
  color: #eae9e4;
  cursor: pointer;
  border-radius: 2rem;
  width: 340px;
  position: relative;
  overflow: hidden;
}

.card:hover {
  filter: saturate(140%);
}

.card_wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  position: relative;
}

.card_side {
  backface-visibility: hidden;
  background-color: #141314;
  border: 1px solid #191819;
  border-radius: 2rem;
  padding: 4rem 1.75rem 1.75rem;
  position: absolute;
  inset: 0%;
}

.card_side.is-front {
  grid-row-gap: 2.5rem;
  backface-visibility: visible;
  flex-direction: column;
  padding-top: 5rem;
  display: block;
}

.card_side.is-back {
  border-width: 5px;
  border-color: var(--black);
  background-color: var(--dark-beige);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card_side.is-front {
  grid-row-gap: 2.5rem;
  border-width: 5px;
  border-color: var(--black);
  background-color: var(--black);
  backface-visibility: visible;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
  transform: none;
  box-shadow: 0 2px 6px #00000096;
}

.card_hole {
  background-color: var(--black);
  border-radius: 100rem;
  flex: none;
  width: 6rem;
  height: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 1rem 0% auto;
}

.image-106 {
  filter: saturate(115%);
  border-radius: 20px;
  width: 100%;
}

.pagination-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: -6%;
}

.seed-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.button-card {
  z-index: 20;
  border: 2.2px solid var(--black);
  background-color: var(--green-secondary);
  box-shadow: 0 4px 5px 0 var(--dark-green);
  color: #eae9e4;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 340px;
  max-width: 60%;
  max-height: 165px;
  margin: 0 auto 30px;
  padding: 9px 11px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .1s;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.button-card:hover {
  background-color: var(--green-primary);
  filter: saturate(140%);
  transform: scale(.98);
}

.clickup-table-view {
  border: 1px solid var(--grey90);
  background-color: var(--white);
  border-radius: 6px;
  min-width: 100%;
  padding: 20px;
}

.clickup-table-view.wide {
  background-color: var(--white);
  border-width: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 20px;
  display: flex;
}

.clickup-table {
  background-color: var(--white);
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 20px;
  display: flex;
}

.qlbt-cell-line {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-width: 100%;
  min-height: 100%;
  padding: 10px;
  display: flex;
}

.next {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fafafa82;
  border-radius: 3px;
  height: 100%;
  min-height: 48px;
  padding-top: 12px;
  padding-left: 18px;
  padding-right: 18px;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.next:hover {
  background-color: #fafafae0;
}

.next.back {
  padding-left: 18px;
  padding-right: 18px;
  inset: 0% auto 0% 0%;
}

.icon-4 {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-794 {
  width: 30%;
}

.div-block-795 {
  z-index: 500;
  justify-content: center;
  align-items: flex-end;
  width: 25vw;
  min-width: 25vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.body-3 {
  background-color: #f1eeda;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-10 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span-17 {
  -webkit-text-stroke-width: 1px;
}

.link-4 {
  color: var(--green-secondary);
  text-decoration: underline;
}

.link-4:hover {
  color: var(--green-secondary-2);
}

.quick-stack-2 {
  min-width: 1200px;
  padding: 0;
}

.image-107 {
  min-width: 200px;
  max-width: 380px;
}

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

.cell-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2rem;
  padding-left: 60px;
  padding-right: 40px;
}

.link-block-5 {
  min-width: 400px;
  max-width: 400px;
  transition: all .2s;
}

.link-block-5:hover {
  transform: scale(.96);
}

.bold-text-3 {
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.health-search-links-wrapper {
  color: var(--green-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 15px;
}

.link-7 {
  color: var(--green-primary);
  margin-right: 24px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.link-7:hover {
  color: var(--green-secondary-2);
  text-decoration: underline;
}

.text-span-18 {
  color: var(--green-secondary-2);
  -webkit-text-stroke-width: .5px;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
}

.link-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 3px dashed var(--darker-beige);
  background-color: #7bb294;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block-6:hover {
  background-color: var(--light-green-secondary);
}

.coupon-icon {
  color: var(--white);
  min-width: 32px;
  min-height: 32px;
  position: relative;
  bottom: -1px;
}

.text-span-19 {
  color: var(--light-beige);
  text-shadow: 0 1px 4px #000000d9;
  font-family: Radiocanada Variablefont, Tahoma, sans-serif;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.ikonik-ohwo4 {
  color: #098163;
}

@media screen and (max-width: 991px) {
  .nav {
    z-index: 500;
  }

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

  .notice-text {
    min-width: 150px;
  }

  .contact-link.x {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-width: 200px;
  }

  .link-block {
    display: none;
  }

  .navigation-container {
    min-height: auto;
    position: relative;
    left: 0%;
  }

  .brand {
    margin-right: .625rem;
    padding: 0;
  }

  .brand.w--current {
    min-width: 200px;
    margin-bottom: 0;
  }

  .logo {
    max-width: 10rem;
  }

  .dropdown-list.w--open {
    justify-content: center;
    align-items: flex-start;
    min-height: 900px;
    margin-top: 80px;
  }

  .menu-wrapper {
    align-self: stretch;
  }

  .uui-navbar01-dropdown-content {
    flex-direction: column;
  }

  .uui-navbar01-dropdown-content-left {
    align-content: stretch;
    place-items: start stretch;
    padding: 1rem;
  }

  .uui-navbar01-dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01-dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar01-dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .uui-navbar01-dropdown-content-wrapper {
    margin-top: -10px;
  }

  .uui-navbar01-dropdown-blog-list {
    width: 100%;
  }

  .uui-navbar01-blog-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01-blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar01-large-item-content {
    width: 100%;
  }

  .uui-navbar01-dropdown-content-button-wrapper {
    margin-top: .5rem;
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar01-dropdown-right-overlay-absolute {
    box-shadow: none;
    border-radius: .5rem;
    min-width: 100%;
  }

  .body {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .section-home-hero {
    background-image: none;
    margin-top: 0;
  }

  .section-home-hero.v2 {
    margin-top: -40px;
  }

  .hero-lottie {
    inset: auto auto -8%;
  }

  .hero-lottie.v1 {
    display: none;
  }

  .hero-content-wrapper {
    padding-top: 0;
  }

  .hero-main-wrapper {
    flex-flow: column;
  }

  .headline-and-ctas {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-new {
    max-width: 80%;
  }

  .heading-new.v2 {
    -webkit-text-stroke-width: 1.5px;
    font-size: 55px;
    line-height: 70px;
  }

  .hero-button-wrapper {
    margin-top: 10px;
  }

  .button {
    font-size: 1rem;
  }

  .quick-links-grid {
    place-items: center start;
    padding-left: 0;
  }

  .search-news-wrapper {
    max-width: 50vw;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .lifesoil-hero-banner {
    display: none;
  }

  .main-wrapper {
    width: 100vw;
    padding-top: 135px;
  }

  .utility-page-wrap {
    background-image: linear-gradient(#fffce8d9, #fffce8d9), url('../images/jeff-w-8L1R6LZa8ns-unsplash_1jeff-w-8L1R6LZa8ns-unsplash.avif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    flex-flow: column;
    margin-top: 0;
  }

  .text-block-88 {
    font-size: 16px;
  }

  .shop-buttons {
    min-width: 200px;
  }

  .grid_item.is--footer-heading {
    padding-top: 16em;
  }

  .grid_item.is--footer-heading.we {
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item.is--footer-heading.social {
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid_item.is--footer-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 4em;
    padding-right: 4em;
  }

  .grid_item.is--footer-1 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .grid_item.is--footer-1.soical {
    display: none;
  }

  .top-tag-text {
    padding-bottom: .7em;
    font-size: 2em;
    line-height: 40px;
  }

  .footer-heading {
    font-size: 2em;
  }

  .card-flowbase {
    max-width: 500px;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .grid-social-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-height: 200px;
  }

  .facebook-button {
    padding-right: 10px;
  }

  .image-16 {
    max-width: 170px;
    position: relative;
  }

  .image-16.disd {
    max-width: 120px;
  }

  .image-16.pcity {
    max-width: 180px;
    left: 0;
  }

  .image-16._420b, .image-16.fpay {
    left: 0;
  }

  .footer-text {
    font-size: 2.2em;
  }

  .text-block-90 {
    -webkit-text-stroke-width: .2px;
    padding-top: 4px;
    font-size: 14px;
    font-weight: 400;
  }

  .footer-link-block, .linky {
    font-size: 16px;
  }

  .footer {
    justify-content: space-between;
    align-items: center;
    padding: 12vh 2em 4em;
  }

  .drawer-wrapper {
    z-index: 400;
    display: none;
  }

  .drawer {
    width: 60vw;
  }

  .drawer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
  }

  .section.lifesoil {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section.lifesoil.yt {
    display: none;
  }

  .section.seeds {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-discord {
    background-image: none;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 95vh;
    margin-top: 0;
    padding: 0%;
  }

  .link-span {
    font-size: 11px;
  }

  .h1 {
    max-width: 80%;
  }

  .h1.welcome.hub {
    font-size: 100px;
  }

  .login-img {
    display: none;
  }

  .h2 {
    max-width: 80%;
  }

  .discord-embed-script {
    flex: 1;
    display: flex;
  }

  .browser-wrapper {
    border-width: 0;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .browser-window {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    display: flex;
  }

  .language-select {
    display: none;
  }

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

  .code-embed-8 {
    width: 100%;
  }

  .p {
    font-size: 14px;
    line-height: 1.4;
  }

  .p.hub {
    font-size: 18px;
  }

  .filter-grid {
    grid-template-columns: .6fr;
  }

  .hub-tags-wrapper {
    display: flex;
  }

  .collection-list-2 {
    overflow: hidden;
  }

  .filter_header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
  }

  .filter_tags-wrapper {
    margin-top: .5rem;
  }

  .section-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-grid {
    grid-column-gap: 14px;
    flex-flow: column;
    grid-template-columns: .5fr 1fr;
    display: flex;
  }

  .stick-wrapper {
    top: 250px;
  }

  .card-heading.blog {
    font-size: 20px;
    line-height: 25px;
  }

  .blog-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .header-blog {
    padding-top: 368px;
  }

  .title-wrapper {
    max-width: 100%;
  }

  .blog-cta-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
  }

  .text-block-93 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .blog-content-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .content-left_blog {
    padding: 20px 10px;
  }

  .post-body_rich-text {
    font-size: 18px;
  }

  .app-section {
    height: 100%;
  }

  .container {
    height: auto;
  }

  .tabs {
    min-height: 100vh;
  }

  .tabs__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card {
    height: 50vw;
  }

  .card_side {
    backface-visibility: hidden;
  }

  .button-card {
    z-index: 500;
    height: 50vw;
  }

  .cell-4 {
    display: none;
  }

  .cell-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .health-search-links-wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .notice {
    display: none;
  }

  .brand.w--current {
    margin-bottom: 0;
  }

  .logo {
    max-width: 10rem;
    top: 0;
  }

  .dropdown-list.w--open {
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    height: 100vh;
    min-height: 100vw;
    margin-top: 80px;
    position: fixed;
    inset: 0%;
  }

  .menu-wrapper {
    align-self: stretch;
    align-items: stretch;
    min-height: 90vh;
  }

  .uui-navbar01-container {
    justify-content: space-between;
    align-items: flex-start;
  }

  .uui-navbar01-dropdown-content-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar01-dropdown-link-list {
    grid-row-gap: 0rem;
    max-width: none;
  }

  .uui-navbar01-heading {
    margin-bottom: 1rem;
  }

  .uui-navbar01-dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .uui-navbar01-item-heading {
    color: var(--black);
    font-weight: 700;
  }

  .uui-navbar01-item-heading.margin-bottom-0 {
    font-size: 14px;
    line-height: 200%;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-text-size-small.hide-mobile-landscape-2 {
    display: none;
  }

  .uui-navbar01-dropdown-content-right {
    padding: 1.5rem 1rem;
  }

  .uui-navbar01-dropdown-blog-list {
    grid-row-gap: 1.5rem;
  }

  .uui-navbar01-blog-item {
    grid-column-gap: 1rem;
    grid-template-columns: .6fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: #6941c6;
  }

  .section-home-hero {
    height: auto;
    min-height: 80vh;
  }

  .section-home-hero.v2 {
    margin-top: 100px;
  }

  .hero-lottie {
    bottom: -15%;
    left: auto;
    right: auto;
  }

  .hero-content-wrapper {
    width: 95vw;
    max-width: none;
    margin-top: 0;
    padding-top: 2vh;
  }

  .headline-and-ctas {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .heading-new {
    -webkit-text-stroke-width: 1px;
    max-width: 100%;
    font-size: 50px;
    line-height: 60px;
  }

  .heading-new.v2 {
    letter-spacing: 2px;
  }

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

  .quick-links {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-links-grid {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .search-news-wrapper {
    display: none;
  }

  .main-wrapper {
    padding-top: 0;
  }

  .badge-small-yellow {
    padding: .125rem .5rem;
  }

  .utility-page-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .utility-page-content {
    width: 100%;
  }

  .dropdown {
    width: 70px;
    margin-bottom: -139px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .link-block-2 {
    padding-left: .5rem;
    padding-right: .5rem;
    top: -8px;
  }

  .text-block-88 {
    display: none;
  }

  .badge-yellow {
    padding: .125rem .5rem;
  }

  .shop-buttons {
    min-width: 8rem;
    margin-bottom: 0;
    margin-right: 80px;
  }

  .grid_item.is--footer-heading.social {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item.is--footer-3 {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    flex-flow: wrap;
    justify-content: space-between;
    margin-left: -2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .top-tag-text {
    margin-bottom: 20px;
    padding-bottom: .7em;
    font-family: 'Clashgrotesk', sans-serif;
    font-size: 2em;
  }

  .footer-heading {
    font-size: 1.6em;
  }

  .title-large {
    font-size: 2.2em;
  }

  .discord-button {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .facebook-icon {
    width: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .linkedin-button {
    font-size: 14px;
  }

  .linkedin-icon {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-16, .image-16.disd {
    left: 0;
  }

  .footer-text {
    margin-top: 10px;
    padding-bottom: 0;
    font-size: 2.5em;
  }

  .text-block-90 {
    font-size: 14px;
    line-height: 16px;
  }

  .footer-link.last {
    border-bottom-style: none;
  }

  .footer {
    padding-top: 6vh;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .drawer-close {
    display: none;
  }

  .drawer {
    width: 100vw;
    padding-right: 0;
  }

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

  .section.lifesoil, .section.seeds {
    justify-content: flex-start;
    align-items: center;
    padding-top: 5rem;
  }

  .section-discord {
    margin-top: 80px;
  }

  .yt-icon {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    -webkit-text-stroke-width: 1px;
    max-width: 100%;
    font-size: 50px;
    line-height: 60px;
  }

  .h1._20-bottom {
    font-size: 40px;
  }

  .image-100 {
    max-width: 120px;
    max-height: 50px;
  }

  .authhead {
    font-size: 30px;
  }

  .auth-subline {
    margin-top: 5px;
    font-size: 1.1rem;
  }

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

  .field-label {
    font-size: 1rem;
  }

  .pw-form {
    min-width: auto;
    max-width: none;
    min-height: 340px;
    padding: 1rem 1.5rem;
  }

  .login-head-wrap {
    margin-bottom: 0;
  }

  .text-span-8 {
    font-size: 1.1rem;
  }

  .h2 {
    -webkit-text-stroke-width: 1px;
    max-width: 100%;
    font-size: 50px;
    line-height: 60px;
  }

  .top-bar__left {
    display: none;
  }

  .top-bar__center {
    max-width: 100%;
  }

  .top-bar__right {
    display: none;
  }

  .checkout-embed {
    margin-top: 0;
  }

  .p {
    font-size: 15px;
  }

  .sectionx {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .filter-grid {
    grid-template-columns: 1.2fr;
  }

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
    display: none;
  }

  .blog-grid {
    grid-row-gap: 31px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .card-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card-wrapper.yt {
    max-width: 90vw;
  }

  .content-right.post.hub-post {
    display: none;
  }

  .header-blog {
    justify-content: center;
    padding-bottom: 162px;
  }

  .item {
    width: 45vw;
    min-width: 45vw;
  }

  .card, .button-card {
    height: 70vw;
  }

  .quick-stack-2 {
    min-width: 100vw;
  }

  .cell-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .health-search-links-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    display: flex;
  }

  .div-block-796 {
    min-width: 85vw;
  }
}

@media screen and (max-width: 479px) {
  .navigation, .navigation-container {
    z-index: 9999;
  }

  .brand {
    display: flex;
  }

  .brand.w--current {
    order: 1;
    min-width: auto;
    margin-right: auto;
    display: flex;
  }

  .logo {
    max-width: 9rem;
  }

  .dropdown-list {
    z-index: 100;
    height: 150vh;
    min-height: 150vh;
    overflow: auto;
  }

  .dropdown-list.w--open {
    z-index: 10;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    margin-top: 80px;
  }

  .menu-wrapper {
    z-index: 10;
    align-self: stretch;
    align-items: stretch;
    min-height: auto;
    position: relative;
    overflow: auto;
  }

  .uui-navbar01-container {
    justify-content: space-between;
    align-items: flex-start;
    overflow: auto;
  }

  .uui-navbar01-dropdown-content {
    overflow: auto;
  }

  .uui-navbar01-dropdown-content-left {
    grid-template-columns: 1fr;
    align-content: space-around;
    place-items: start stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar01-dropdown-link-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar01-dropdown-link {
    padding-left: 0;
  }

  .uui-navbar01-dropdown-blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-navbar01-blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar01-large-item-content {
    margin-top: 1rem;
  }

  .body {
    background-color: #fffce8;
  }

  .section-home-hero {
    min-height: 90vh;
    padding-top: 40px;
  }

  .hero-lottie {
    bottom: 3%;
    transform: scale(1.4);
  }

  .hero-content-wrapper {
    width: 100vw;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-main-wrapper {
    flex-flow: column;
    max-width: 100vw;
  }

  .headline-and-ctas {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .text-block-80 {
    color: var(--green-secondary-2);
    text-align: left;
  }

  .heading-new {
    text-align: left;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 2px;
    max-width: 100%;
    font-size: 44px;
    line-height: 48px;
  }

  .heading-new.v2 {
    letter-spacing: .5px;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: 0;
  }

  .button.new-hero {
    justify-content: center;
    min-width: 100px;
  }

  .button.outline {
    margin-left: auto;
    display: flex;
  }

  .button.outline.new-hero {
    letter-spacing: .5px;
    width: 120px;
    min-width: 150px;
    min-height: 3rem;
    margin-right: 10px;
    padding: 9px 10px;
    font-size: 1rem;
  }

  .quick-links {
    height: auto;
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .quick-links-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    place-content: space-around;
    place-items: stretch stretch;
    max-width: 100vw;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .health-cards {
    height: auto;
    margin-bottom: 10px;
  }

  .health-card-link-block {
    min-height: 120px;
    position: relative;
  }

  .columns-6 {
    position: relative;
  }

  .column-8 {
    min-height: 100%;
  }

  .health-cards-image-wrapper {
    justify-content: center;
    align-items: stretch;
    min-height: 100%;
  }

  .quick-icon {
    width: 40px;
    height: 120px;
  }

  .text-block-78 {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 19px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-decoration-thickness: 0;
  }

  .text1 {
    font-size: .85rem;
    line-height: 1.2rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-decoration-thickness: 0;
  }

  .search-news-wrapper {
    display: none;
  }

  .main-wrapper {
    background-color: var(--light-beige);
    padding-top: 30px;
  }

  .shop-embed {
    height: 100%;
    margin-top: 0;
    top: 0;
  }

  .link-icon {
    max-width: 20px;
    transform: rotate(0);
  }

  .utility-page-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown {
    z-index: 20;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50px;
    margin-left: 0;
  }

  .link-block-2 {
    order: -1;
    padding: .7rem .5rem;
    top: -8px;
  }

  .shop-buttons {
    z-index: 200;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 6rem;
    margin-bottom: 0;
    margin-right: 0;
    bottom: -4px;
  }

  .user-icon, .user-icon.user, .user-icons {
    width: 25px;
    height: 25px;
  }

  .grid {
    flex-direction: row;
  }

  .grid_item.is--footer-heading {
    margin-top: 20px;
  }

  .grid_item.is--footer-heading.we {
    order: -1;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item.is--footer-heading.social {
    order: -1;
    width: 100%;
    margin-top: 20px;
    padding-top: 4em;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid_item.is--footer-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-grid;
  }

  .grid_item.is--footer-1 {
    order: 1;
    width: 100%;
    padding-bottom: 1em;
  }

  .top-tag-text {
    opacity: .64;
    -webkit-text-stroke-width: .4px;
    border-radius: 0;
    font-size: 16px;
  }

  .footer-heading {
    margin-bottom: 34px;
    font-size: 1.5em;
  }

  .check {
    opacity: 1;
    color: #6ac16a;
    -webkit-text-stroke-color: #6ac16a;
  }

  .card-flowbase {
    padding: 80px 24px;
  }

  .title-large, .line-break {
    display: none;
  }

  .grid-social-button {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .discord-buttno {
    padding-right: 0;
  }

  .discord-button {
    width: 176%;
    margin-right: 0;
  }

  .facebook-button {
    padding-right: 0;
  }

  .facebook-icon {
    width: 176%;
    margin-right: 0;
  }

  .linkedin-button {
    padding-right: 0;
  }

  .linkedin-icon {
    width: 130%;
    margin-right: 0;
  }

  .copy-sticker {
    max-width: 50%;
  }

  .image-16 {
    width: 200px;
    max-width: 200px;
    display: block;
    position: relative;
    left: 0;
    overflow: visible;
  }

  .footer-text {
    opacity: .64;
    border-radius: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .text-block-90 {
    display: none;
  }

  .link-block-4 {
    align-self: flex-start;
  }

  .footer-link {
    margin-top: 0;
    font-size: 2em;
    line-height: 1;
  }

  .footer-link-block, .linky {
    line-height: 1;
  }

  .footer {
    padding: 0 20px 5em;
  }

  .drawer-wrapper {
    display: none;
  }

  .drawer-content {
    overflow: hidden;
  }

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

  .section.seeds {
    padding-top: 4rem;
    padding-bottom: 4rem;
    left: 0;
  }

  .section-discord {
    margin-top: 0;
    padding-top: 0;
  }

  .yt-btn {
    padding-right: 0;
  }

  .yt-icon {
    width: 176%;
    margin-right: 0;
  }

  .h1 {
    text-align: left;
    -webkit-text-stroke-width: 2px;
    max-width: 100%;
    font-size: 56px;
    line-height: 66px;
  }

  .h1._20-bottom {
    -webkit-text-stroke-width: 1px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .h1.welcome {
    font-size: 40px;
    line-height: 60px;
  }

  .h1.welcome.hub {
    letter-spacing: 2px;
    -webkit-text-stroke-width: .5px;
    font-size: 40px;
    line-height: 34px;
  }

  .image-100 {
    max-width: 100px;
    max-height: 34px;
  }

  .authhead {
    font-size: 24px;
    line-height: 26px;
  }

  .auth-subline {
    text-align: left;
    margin-top: 0;
    font-size: 1rem;
  }

  .field-label {
    font-size: 1rem;
  }

  .input-field._20-bttom, .input-field._20-bttom::placeholder {
    letter-spacing: 0;
    font-size: 16px;
  }

  .button-auth {
    margin-top: 0;
  }

  .button-auth.yes {
    color: var(--white);
    font-size: 1.1rem;
  }

  .button-auth.no {
    font-size: 1.1rem;
  }

  .button-auth.hero {
    width: 80%;
    min-width: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1rem;
  }

  .form-footer {
    justify-content: space-between;
    align-items: flex-start;
  }

  .pw-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: 40vh;
    padding-top: .25rem;
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .login-head-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-span-8 {
    text-align: left;
    font-size: .9rem;
  }

  .age-gate {
    display: none;
  }

  .age-gate-content {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    max-height: none;
    margin-top: 0;
    padding-top: 32px;
  }

  .h2 {
    text-align: left;
    -webkit-text-stroke-width: 2px;
    max-width: 100%;
    font-size: 56px;
    line-height: 66px;
  }

  .h2._20-bottom {
    letter-spacing: 1px;
    -webkit-text-stroke-width: .5px;
    font-size: 2.4em;
    font-weight: 600;
  }

  .h2.mid {
    font-size: 23px;
    line-height: 28px;
  }

  .discord-embed-script {
    align-self: stretch;
    align-items: stretch;
    min-height: 100%;
    margin-top: 80px;
    display: none;
    top: 0;
  }

  .discord-embed-script.mobile {
    justify-content: space-around;
    display: flex;
  }

  .embed-section {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -20px;
    padding-top: 0;
  }

  .browser-wrapper {
    margin-top: -80px;
  }

  .top-bar {
    display: none;
  }

  .language-select {
    margin-right: 60px;
  }

  .ytb-icon-big {
    margin-left: -20px;
  }

  .cart-embed {
    background-color: var(--white);
    position: relative;
    left: -10px;
  }

  .checkout-embed {
    margin-top: 0;
    top: 0;
  }

  .text-block-92 {
    font-size: 1rem;
  }

  .close-cart-icon {
    z-index: 90000;
    color: var(--green-secondary);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 92px;
    left: 12px;
  }

  .page-wrapper {
    margin-top: 80px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-7 {
    padding-top: 0;
  }

  .p {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .p.hub {
    margin-top: 0;
    font-size: 15px;
  }

  .sectionx {
    min-height: auto;
    padding-top: 0;
    top: 80px;
  }

  .container-x {
    min-height: auto;
  }

  .blog-filter-wrapper {
    flex: 1;
    padding: 0;
  }

  .filter-grid {
    grid-template: "."
                   "Area"
                   / 1fr;
  }

  .hub-tags-wrapper {
    display: none;
  }

  .blog-search-wrapper {
    height: auto;
  }

  .search-icon-blog {
    left: 20px;
  }

  .search-field {
    padding-left: 60px;
    font-size: 16px;
  }

  .filter_header.element-design {
    justify-content: center;
    align-items: flex-start;
    max-height: 120px;
    display: none;
  }

  .filter_tags-wrapper {
    display: flex;
    position: absolute;
    inset: 70px 0% 0% auto;
  }

  .title-large-2.hub-tags.breadcrumbs {
    font-size: 14px;
  }

  .dropdown_list.sortlist.w--open {
    border-radius: 4px;
  }

  .section-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-left {
    order: 1;
  }

  .stick-wrapper {
    width: 100%;
  }

  .stick-wrapper.content-site {
    order: -1;
    display: block;
  }

  .card-wrapper {
    min-height: 240px;
    max-height: 340px;
    padding: 20px 20px 30px;
  }

  .card-wrapper.yt {
    margin-bottom: 100px;
  }

  .card-heading {
    font-size: 20px;
  }

  .card-heading.blog {
    letter-spacing: 2px;
    -webkit-text-stroke-width: .5px;
    font-family: 'Oswald Font', Tahoma, sans-serif;
    line-height: 30px;
  }

  .button-secondary-2.nav {
    text-align: center;
    letter-spacing: 1.3px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 7px 8px;
    font-size: 12px;
    bottom: -12px;
  }

  .button-secondary-2.nav.button-3 {
    margin-top: 16px;
  }

  .button-secondary-2.nav.cta.blog {
    font-size: 18px;
  }

  .blog-tag.newsletter {
    padding: 2px 4px;
  }

  .tag-text.white {
    -webkit-text-stroke-width: .3px;
    font-size: 11px;
  }

  .tag-text.post {
    font-size: 11px;
  }

  .content-right {
    width: 100%;
  }

  .content-right.hub {
    padding-bottom: 0;
  }

  .content-right.post.hub-post {
    display: none;
  }

  .blog-item {
    margin-bottom: 20px;
    padding: 30px 20px 20px;
  }

  .blog-image {
    max-height: 120px;
  }

  .heading-h2 {
    font-size: 18px;
  }

  .heading-h2.hub {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-detials-medium {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
  }

  .collection-list-3 {
    margin-left: 0;
  }

  .blog-header-section {
    min-height: auto;
  }

  .header-blog {
    margin-top: 60px;
    padding: 20vh 24px 80px;
  }

  .hero-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .link-2, .link-3.w--current {
    font-size: 14px;
  }

  .title-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 20px;
  }

  .blog-post-date {
    top: 48px;
    right: 36px;
  }

  .collection-list-wrapper-4 {
    width: 100%;
  }

  .collection-list-4 {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
    width: 100%;
    min-width: 100px;
    max-width: 100vw;
    display: flex;
  }

  .image-13 {
    top: -40px;
  }

  .blog-cta-text {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .post-cta-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-content-section {
    z-index: 9;
    margin-bottom: 40px;
    padding: 20px 14px;
  }

  .toc-wrapper {
    min-height: 240px;
    max-height: 340px;
    padding: 10px 20px 40px;
  }

  .content-left_blog {
    padding: 0;
  }

  .post-body_rich-text {
    padding: 20px 14px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-cta {
    min-height: 240px;
    max-height: 420px;
    padding: 28px 20px 40px;
  }

  .app-section {
    padding-top: 100px;
  }

  .container {
    margin-top: 20px;
  }

  .tabs {
    flex-flow: column;
    grid-auto-flow: column;
    min-height: 100vh;
    padding-top: 28px;
    padding-left: 0;
    display: flex;
    overflow: hidden;
  }

  .tabs__link, .tabs__link.w--current {
    padding: 14px 2rem;
  }

  .style--mono {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tabs__content {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    min-height: 100vh;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .app-heading {
    font-size: 20px;
  }

  .code-embed-9 {
    height: 100%;
  }

  .app-paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .item {
    justify-content: center;
    align-items: center;
    width: 88vw;
    min-width: 88vw;
    display: flex;
  }

  .card {
    width: 300px;
    height: auto;
  }

  .card_side.is-front {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card_side.is-back {
    padding: 6rem 1.5rem 1.5rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card_side.is-front {
    padding: 0;
  }

  .image-106 {
    height: 100%;
  }

  .seed-list {
    margin-left: -30px;
  }

  .button-card {
    text-align: center;
    letter-spacing: 1.3px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 16px;
    padding: 7px 8px;
    font-size: 12px;
  }

  .collection-item-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .health-search-links-wrapper {
    display: none;
  }
}

#w-node-_9d2e510c-008b-652d-797f-6201bc0a1857-aeac9059 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-b34d2741-0f19-0c23-e7c7-4ae5571c618b-aeac9059, #w-node-b34d2741-0f19-0c23-e7c7-4ae5571c619e-aeac9059 {
  place-self: center;
}

#w-node-b34d2741-0f19-0c23-e7c7-4ae5571c61b0-aeac9059, #w-node-_9d69a7d4-7639-3251-6ec2-d5acb4112078-aeac9059 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a32efb10-b9fe-3dbf-1987-77734d3fce30-8e3a8c74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a32efb10-b9fe-3dbf-1987-77734d3fce31-8e3a8c74 {
  justify-self: start;
}

#w-node-fc02fa8d-cdab-4efd-b37f-24ac8e3a8d28-8e3a8c74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fc02fa8d-cdab-4efd-b37f-24ac8e3a8d29-8e3a8c74 {
  justify-self: start;
}

#w-node-f63124e5-a758-c2ab-dd63-ef166b2fcb12-6b2fca6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f63124e5-a758-c2ab-dd63-ef166b2fcb13-6b2fca6f {
  justify-self: start;
}

#w-node-f63124e5-a758-c2ab-dd63-ef166b2fcbb1-6b2fca6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f63124e5-a758-c2ab-dd63-ef166b2fcbb2-6b2fca6f {
  justify-self: start;
}

#Filter-Form.w-node-_9baf2198-cf43-971b-7b28-e5f3ecd3057d-67b57ebc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#seamless-replace.w-node-_9baf2198-cf43-971b-7b28-e5f3ecd3057e-67b57ebc {
  order: 1;
  grid-area: Area;
}

#w-node-_9baf2198-cf43-971b-7b28-e5f3ecd3058b-67b57ebc {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9baf2198-cf43-971b-7b28-e5f3ecd30585-67b57ebc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e31f490-a711-4915-04f0-b1b49050a941-67b57ebc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3cd6189-c364-ba8c-ab0d-60e44125c43e-a8408489 {
  align-self: stretch;
}

#w-node-a00fc9ec-d97f-3616-785e-372fc4ee273a-a8408489, #w-node-a00fc9ec-d97f-3616-785e-372fc4ee2740-a8408489 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a233373f-4927-bb92-7f74-db3bfa380a84-0be620a7 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_9d2e510c-008b-652d-797f-6201bc0a1857-aeac9059 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_9d69a7d4-7639-3251-6ec2-d5acb4112078-aeac9059 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc31e44c-58d6-a6c3-21ee-94a224d9ba85-24d9ba3f, #w-node-cc31e44c-58d6-a6c3-21ee-94a224d9ba87-24d9ba3f {
    justify-self: start;
  }

  #w-node-_9baf2198-cf43-971b-7b28-e5f3ecd3058b-67b57ebc {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e31f490-a711-4915-04f0-b1b49050a941-67b57ebc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3cd6189-c364-ba8c-ab0d-60e44125c43e-a8408489 {
    order: 9999;
  }
}


@font-face {
  font-family: ''Clashgrotesk'';
  src: url('../fonts/'Clashgrotesk'-Regular.woff2') format('woff2'), url('../fonts/'Clashgrotesk'-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ''Clashgrotesk'';
  src: url('../fonts/'Clashgrotesk'-Semibold.woff2') format('woff2'), url('../fonts/'Clashgrotesk'-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ''Clashgrotesk'';
  src: url('../fonts/'Clashgrotesk'-Medium.woff2') format('woff2'), url('../fonts/'Clashgrotesk'-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ''Oswald Font'';
  src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ''Cambay Font'';
  src: url('../fonts/cambay-v13-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radiocanada Variablefont';
  src: url('../images/') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: fallback;
}