/** Shopify CDN: Minification failed

Line 35:0 All "@import" rules must come first

**/
/* ***************************** */
/* Custom 9 Reasons CSS Section */
/* ***************************** */


.needsclick {
    display: none;
}

.ip-split__h.h2 {
    font-family: 'Poppins', sans-serif;
}

.lp__body {overflow-x:hidden;}

img.lp-hero__img {
    max-width: 80%;
}

h2.ip-cta__heading {
    font-family: 'Poppins', sans-serif;
}



/* ***************************** */
/* Custom Product Landing CSS Section */
/* ***************************** */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300&display=swap');
@font-face {
  font-family: 'FontAwesome';
  src: url('/cdn/shop/t/124/assets/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BrandFont';
  src: url('/cdn/shop/t/124/assets/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

header#SiteHeader, 
div#shopify-section-footer,
div#shopify-section-footer-promotions, 
.announcement-slider, 
.toolbar, 
.announcement-bar
{
    display: none;
}

@media screen and (min-width:991px) {



.nav__section.section {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 5.5rem;
  transition:min-height 0.3s ease-out;
}

.nav__section.section.scrolled {
  min-height: 3.8rem;
}

}

.h1 {
  font-size:2.4rem;
}

.lp-how__h {
    font-size: 1.1rem;
}

h3.lp-why__h {
    font-family: 'Poppins';
}

h4.lp-how__h.is--wide {
    max-width: 53ch;
    width: 100%;
    margin-top: 1rem;
}
/* **************************** */
/* End of Custom CSS */
/* **************************** */
.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

body {
  color: #333;
  font-size: 14px;
}

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

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.section.green {
  color: #fff;
  background-color: #81bb67;
}

.container {
  width: 90%;
  max-width: 1400px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav__section.section {
  z-index: 1000;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand__img {
  height: 3rem;
}

.nav-links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  text-decoration: none;
}

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

.social-link {
  color: #81bb67;
  font-family: "FontAwesome", sans-serif;
  text-decoration: none;
}

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

.lp-hero__section.section {
  min-height: 100svh;
  padding-top: 8rem;
}

.lp-hero__container.container {
  z-index: 2;
  align-items: flex-start;
}

.lp-hero__col {
  z-index: 2;
  width: 50%;
  position: relative;
}

.lp-hero__col.is--left {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.green {
  color: #81bb67;
}

.lp-hero__title {
  max-width: 22ch;
}

.lp-hero__title.h1 {
  max-width: 21ch;
}

.lp-hero__p {
  max-width: 50ch;
}

.lp-hero__ul {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  margin-bottom: 1rem;
  display: flex;
}

.lp-hero__li {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.lp-hero__li-icon {
  width: 1.5em;
  height: 1.5em;
  max-height: 1.5em;
  max-width: 1.5em;
  min-height: 1.5em;
  min-width: 1.5em;
  color: #fff;
  background-color: #81bb67;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-family: "FontAwesome", sans-serif;
  display: flex;
}

.lp-hero__li-icon.other {
  color: #000;
  background-color: #ffe3e3;
}

.lp-hero__li-icon-text {
  margin-bottom: .3em;
  font-family: "Font awesome 6 free solid 900", sans-serif;
}

.mb-0 {
  margin-bottom: 0;
}

.lp-hero__save {
  border: 1px solid #81bb67;
  border-radius: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding: .5rem 1rem;
  font-size: 15px;
  display: flex;
}

.bold {
  font-weight: 700;
}

.button {
  color: #fff;
  background-color: #81bb67;
  border: 2px solid #81bb67;
  border-radius: 2rem;
  padding: .7rem 4rem;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: #81bb67;
  background-color: #fff;
  border-color: #81bb67;
}

.button.lp-cmp__button {
  border: 5px solid #fff;
  margin-top: -1.5rem;
  margin-left: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button.lp-cmp__button:hover {
  color: #fff;
  background-color: #81bb67;
}

.button.lp-cmp__button.right {
  color: #000;
  background-color: #ffe3e3;
  margin-left: 0;
  margin-right: 2rem;
}

.button.is--white {
  color: #81bb67;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2.5rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  line-height: 1.2;
  transition: color .2s, background-color .2s;
}

.button.is--white:hover {
  color: #fff;
  background-color: #81bb67;
}

.mb-1 {
  margin-bottom: 1rem;
}

.lp-hero__radio {
  grid-column-gap: .5rem;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.lp-hero__refill {
  max-height: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  transition: max-height .3s;
  display: flex;
  overflow: hidden;
}

.lp-hero__refill.active {
  max-height: 3rem;
}

.lp-hero__refill-p {
  white-space: nowrap;
  margin-bottom: 0;
}

.lp-hero__refill-select {
  width: 7rem;
  height: 2rem;
  border: 1px solid #81bb67;
  border-radius: 2rem;
  margin-bottom: 0;
  padding: 0 .5rem;
}

.lp-seen__container.container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
}

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

.lp-seen__item {
  border: 1px solid #d9d9d9;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.lp-seen__img {
  max-height: 6rem;
}

.lp-why__section.section {
  padding-bottom: 4rem;
}

.lp-why__container.container {
  flex-direction: column;
  align-items: center;
}

.lp-why__grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.lp-why__col {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid #81bb67;
  border-radius: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
}

.lp-why__col.first {
  border-color: rgba(0, 0, 0, 0);
}

.lp-why__h {
  text-align: center;
  margin-top: 0;
}

.lp-why__h.white.is--invisible {
  opacity: 0;
}

.white {
  color: #fff;
}

.green-bg {
  background-color: #81bb67;
}

.lp-why__cell {
  flex-direction: column;
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.lp-why__cell.check {
  border-bottom: 1px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
}

.lp-why__cell.check.last {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.lp-why__check {
  width: 2em;
  height: 2em;
  max-height: 2em;
  max-width: 2em;
  min-height: 2em;
  min-width: 2em;
  color: #fff;
  background-color: #81bb67;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "FontAwesome", sans-serif;
  display: flex;
}

.lp-why__check.white {
  color: #81bb67;
  background-color: #fff;
}

.lp-why__check.white.x {
  color: #eb001b;
  background-color: #ffe3e3;
}

.section-title {
  margin-bottom: 2rem;
}

.section-title.h2.is--centered {
  text-align: center;
}

.lp-quote__section.section.green {
  background-image: url('/cdn/shop/t/124/assets/circles.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-quote__col.img-col {
  width: 30%;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -2rem;
  display: flex;
}

.lp-quote__inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.lp-quote__icon {
  width: 2rem;
  margin-top: auto;
  display: block;
}

.lp-quote__inner-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.lp-quote__quote {
  max-width: 55ch;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.3;
}

.lp-quote__author {
  text-transform: uppercase;
  margin-left: 3rem;
  font-weight: 700;
}

.lp-quote__leaf {
  width: auto;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0%;
  right: auto;
}

.lp-quote__leaf._2 {
  z-index: 0;
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.lp-cmp__section.section {
  background-color: #fff;
}

.lp-cmp__container.container {
  flex-direction: column;
  align-items: center;
}

.lp-cmp__row {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.lp-cmp__col {
  width: 50%;
}

.lp-cmp__img-cont {
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.lp-cmp__img {
  object-fit: cover;
}

.lp-how__container.container {
  flex-direction: column;
  align-items: center;
}

.lp-how__row {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lp-how__col {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.lp-how__img-cont {
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.lp-how__img-circle {
  width: 10rem;
  height: 10rem;
  background-color: #70ac55;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lp-how__img-circle-sm {
  width: 4rem;
  height: 4rem;
  background-image: linear-gradient(rgba(129, 187, 103, .5), rgba(255, 255, 255, 0));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -1rem;
  box-shadow: 0 0 118px 120px rgba(255, 255, 255, .01);
}

.lp-how__h {
  max-width: 30ch;
}

.lp-hero__bg {
  z-index: 1;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lp__body {
  background-color: rgba(129, 187, 103, .11);
  font-size: 18px;
  line-height: 1.6;
}

.lp-hero__img {
  z-index: 2;
  max-width: 95%;
  position: relative;
}

.lp-hero__circle {
  width: 100%;
  opacity: .5;
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(73, 94, 98, 0), rgba(255, 255, 255, .15));
  border-radius: 50%;
  padding-bottom: 100%;
  position: absolute;
  box-shadow: 0 0 120px 120px rgba(255, 255, 255, .55);
}

.lp-hero__circle.is--smaller {
  width: 70%;
  padding-bottom: 70%;
  position: relative;
}

.bg-block {
  z-index: 1;
  background-image: radial-gradient(circle, rgba(129, 187, 103, .95), rgba(148, 197, 126, 0) 61%, rgba(255, 255, 255, 0));
  position: absolute;
}

.bg-block.is--first {
  width: 80vw;
  height: 80vw;
  opacity: .73;
  top: auto;
  bottom: -42%;
  left: -44%;
  right: auto;
}

.bg-block.is--second {
  width: 80vw;
  height: 80vw;
  opacity: .37;
  top: auto;
  bottom: -148%;
  left: auto;
  right: -44%;
}

.bg-block.is--reverse {
  width: 80vw;
  height: 80vw;
  opacity: .73;
  top: auto;
  bottom: -42%;
  left: auto;
  right: -44%;
}

.lp-how__circle-inner {
  width: 2.2rem;
  height: 2.2rem;
  background-color: #81bb67;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.lp-how__img {
  width: 5rem;
}

.ip-hero__section.section {
  z-index: 3;
  text-align: center;
}

.ip-hero__logo {
  height: 3.4rem;
}

.ip-hero__container.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.is--green {
  color: #81bb67;
}

.ip-hero__h1.h1 {
  max-width: 30ch;
  font-family:'Poppins', sans-serif;
}

.lp-hero__container-copy.container {
  z-index: 2;
  align-items: flex-start;
}

.ip-split__container.container {
  z-index: 2;
  align-items: center;
}

.ip-split__container.container.is--reverse {
  flex-direction: row-reverse;
}

.ip-split__col {
  z-index: 2;
  width: 50%;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ip-split__col.is--left {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ip-split__number {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
  font-family:'Poppins', sans-serif;
}

.ip-split__num-parent {
  -webkit-text-fill-color: transparent;
  background-image: url('/cdn/shop/t/124/assets/leaf_bg.webp');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.ip-split__h {
  max-width: 22ch;
}

.ip-split__h.h2 {
  max-width: 18ch;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.ip-split__h.h2.is--wide {
  max-width: 21ch;
}

.ip-split__p {
  max-width: 50ch;
}

.ip-bg-block {
  z-index: 1;
  background-image: radial-gradient(circle, rgba(129, 187, 103, .95), rgba(148, 197, 126, 0) 61%, rgba(255, 255, 255, 0));
  position: absolute;
}

.ip-bg-block.is--first {
  width: 80vw;
  height: 80vw;
  opacity: .73;
  top: auto;
  bottom: -42%;
  left: -44%;
  right: auto;
}

.ip-bg-block.is--second {
  width: 80vw;
  height: 80vw;
  opacity: .37;
  top: auto;
  bottom: -148%;
  left: auto;
  right: -44%;
}

.ip-bg-block.is--reverse {
  width: 80vw;
  height: 80vw;
  opacity: .27;
  top: auto;
  bottom: -92%;
  left: auto;
  right: -44%;
}

.ip-cta__heading {
  max-width: 30ch;
  text-align: center;
  margin-bottom: 2rem;
}

.ip-how__section.section.green {
  z-index: 2;
  margin-top: 5rem;
}

.ip-footer.section {
  background-color: #fff;
  font-size: 14px;
}

.ip-footer__container.container {
  align-items: center;
}

.ip-foter__img-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.ip-footer__icon-img {
  width: 2.6rem;
  height: auto;
}

.ip-footer__logo {
  height: 2.7rem;
}

.ip-footer__bot-cont.container {
  margin-top: 1rem;
  padding-top: 1rem;
}

.ip-footer__divider {
  width: 100%;
  height: 1.5px;
  background-image: radial-gradient(circle, #81bb67, #fff);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ip-footer__col.is--right {
  text-align: right;
}

.ip-footer__text {
  color: rgba(51, 51, 51, .48);
}

.lp-review__container.container {
  flex-direction: column;
}

.lp-review__heading.h2 {
  text-align: center;
}

.lp-review__okendo-widget-parent {
  width: 100%;
}

.h2 {
  font-size: 2.5rem;
  line-height: 1.3;
}

.lp-hero__splitter {
  grid-column-gap: 1rem;
  display: flex;
}

.lp-hero__size-select {
  width: 20rem;
  height: 2rem;
  max-width: 100%;
  border: 1px solid #81bb67;
  border-radius: 2rem;
  margin-bottom: 1rem;
  padding: 0 .5rem;
}

.lp-hero__checked.w--redirected-checked {
  outline-offset: 0px;
  background-color: #81bb67;
  border-width: 2px;
  border-color: #fff;
  outline: 3px solid #81bb67;
}

.lp-hero__label {
  font-size: 14px;
}

.lp-hero__split-col.is--quant {
  width: 7rem;
}

@media screen and (max-width: 991px) {
  .nav-links {
    display: none;
  }

  .lp-hero__container.container {
    flex-direction: column;
  }

  .lp-hero__col {
    width: 100%;
  }

  .lp-seen__grid, .lp-why__grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-cmp__row {
    flex-direction: column;
  }

  .lp-cmp__col {
    width: 100%;
  }

  .lp-hero__container-copy.container, .ip-split__container.container, .ip-split__container.container.is--reverse {
    flex-direction: column;
  }

  .ip-split__col {
    width: 100%;
  }

  .ip-split__col.is--left {
    max-width: 25rem;
    margin-left: -3rem;
  }

  .ip-footer__container.container {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .lp-seen__item {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lp-why__section.section {
    display: none;
  }

  .lp-quote__container.container {
    flex-direction: column;
  }

  .lp-quote__col.img-col {
    width: 50%;
    margin-left: auto;
  }

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

  .lp-how__row {
    grid-template-columns: 1fr;
  }

  .ip-split__container.container.is--reverse {
    flex-direction: column;
  }

  .ip-split__col.is--left {
    margin-left: -2.5rem;
  }

  .ip-footer__container.container {
    grid-row-gap: 1rem;
  }

  .ip-foter__img-container {
    width: 20rem;
    max-width: 100%;
    justify-content: center;
  }

  .ip-footer__bot-cont.container {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .ip-footer__col, .ip-footer__col.is--right {
    text-align: center;
  }

  .lp-hero__splitter {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .lp-why__grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_6205827c-2174-c7ed-ed16-ed1fc65320d1-8994e6d1, #w-node-e6269472-3488-a00d-cfd5-1e4ada3353e9-8994e6d1, #w-node-e5acbb5d-d6f6-23d0-e372-73c493f05d9d-8994e6d1, #w-node-e5acbb5d-d6f6-23d0-e372-73c493f05d9e-8994e6d1, #w-node-_085558af-4ac2-7533-1340-f818c78639c2-8994e6d1, #w-node-_085558af-4ac2-7533-1340-f818c78639c3-8994e6d1, #w-node-_5fe1b855-4eea-2b63-7298-3807c5adef5d-8994e6d1, #w-node-_5fe1b855-4eea-2b63-7298-3807c5adef5e-8994e6d1, #w-node-_68df6454-f266-8a03-7a78-c693af8872c5-8994e6d1, #w-node-_68df6454-f266-8a03-7a78-c693af8872c6-8994e6d1, #w-node-e03cefb1-ec78-f38f-75a3-2a287bfe4afc-8994e6d1, #w-node-e03cefb1-ec78-f38f-75a3-2a287bfe4afd-8994e6d1, #w-node-d97a79d1-fbe3-8692-1a9b-da594c58f784-8994e6d1, #w-node-d97a79d1-fbe3-8692-1a9b-da594c58f785-8994e6d1, #w-node-c68f8847-567a-6446-3596-f419a79bd887-8994e6d1, #w-node-c68f8847-567a-6446-3596-f419a79bd888-8994e6d1, #w-node-_2f8122fc-6c8d-550e-b7e8-8010c9695323-8994e6d1, #w-node-e02d53ee-32ea-8bbe-ee27-d913d56519e2-8994e6d1, #w-node-f4ede567-6b24-6b98-6e5a-f7d3c58dddfa-8994e6d1, #w-node-f5424773-4b68-75bc-9192-4efb1c694f32-8994e6d1, #w-node-_92991530-d49c-c81c-3cbc-390d2719999a-8994e6d1, #w-node-_7dd78e79-e566-0b41-44ea-45c6cc40d188-8994e6d1, #w-node-_6bfd6977-e0db-6700-487f-e019acb5b6d7-8994e6d1, #w-node-_069f49b6-fafb-d086-39b5-d4ada1c20fcc-8994e6d1, #w-node-_01183689-5b60-7032-5b21-c0c9342899b1-8994e6d1, #w-node-_6f952cf8-5087-8642-365a-92960c7086d8-8994e6d1, #w-node-_8ca1a032-e92d-aa22-16b7-fda4eec1f449-8994e6d1, #w-node-c0db1963-a594-d05e-0a70-918247918324-8994e6d1, #w-node-c5061b32-f5f0-3294-205a-d9b136faa353-8994e6d1, #w-node-_9154874b-cd45-f5c9-d6aa-f18f48a903f3-8994e6d1, #w-node-_160564e8-8cfa-bccc-d304-19bc09602699-8994e6d1, #w-node-_1343bee8-b0c0-6d25-14f2-9249a536c6e4-8994e6d1, #w-node-bbeed7f3-a5f3-b51d-28d2-80e865748a9d-8994e6d1, #w-node-_4de35d3b-64d2-8576-0829-f0fc36837301-8994e6d1, #w-node-c4d39ba4-b120-a6e1-5b44-e4ee47580564-8994e6d1, #w-node-eb09b475-fed9-6709-1761-1406b5a567ee-8994e6d1, #w-node-_57b8b41f-2506-a5c6-5708-5d3f07038b82-8994e6d1, #w-node-_57b8b41f-2506-a5c6-5708-5d3f07038b85-8994e6d1, #w-node-_57b8b41f-2506-a5c6-5708-5d3f07038b88-8994e6d1, #w-node-_57b8b41f-2506-a5c6-5708-5d3f07038b8b-8994e6d1, #w-node-_4a4c6fa4-0eab-8bdd-a533-53c3415eacb4-8994e6d1, #w-node-_57b8b41f-2506-a5c6-5708-5d3f07038b91-8994e6d1, #w-node-a0a77803-a887-32ea-580f-d79fddfbb382-8994e6d1, #w-node-e5ef7a55-3621-feff-e28a-126b70a805f7-8994e6d1, #w-node-a758f3e9-1c73-1858-e07e-f95ba1787148-8994e6d1, #w-node-_2fa320b1-e63d-021b-1cc5-02d74dc88ea6-8994e6d1, #w-node-_7a6fbe74-c792-c8df-00ac-bb95416cfb37-8994e6d1, #w-node-_7a6fbe74-c792-c8df-00ac-bb95416cfb3a-8994e6d1, #w-node-_7a6fbe74-c792-c8df-00ac-bb95416cfb3d-8994e6d1, #w-node-_7a6fbe74-c792-c8df-00ac-bb95416cfb40-8994e6d1, #w-node-_7a6fbe74-c792-c8df-00ac-bb95416cfb43-8994e6d1, #w-node-_7a6fbe74-c792-c8df-00ac-bb95416cfb49-8994e6d1, #w-node-_64a5c5dd-3387-6f9f-23de-ec788836029b-8994e6d1, #w-node-_7a6fbe74-c792-c8df-00ac-bb95416cfb4c-8994e6d1, #w-node-_7a6fbe74-c792-c8df-00ac-bb95416cfb4f-8994e6d1, #w-node-_7a6fbe74-c792-c8df-00ac-bb95416cfb52-8994e6d1, #w-node-b4db54c5-aca4-234e-58e0-484c53b381a4-8994e6d1, #w-node-b05d3313-39d5-e657-dff1-452a39f04d13-8994e6d1, #w-node-_1d204266-f9fa-a623-a21f-c1f8548ab8eb-8994e6d1, #w-node-_772d7c9a-fafe-391d-f68f-9fe847775a63-8994e6d1, #w-node-d0427cb1-c44d-1ce9-b4a6-ba4823ae9f58-8994e6d1, #w-node-d0427cb1-c44d-1ce9-b4a6-ba4823ae9f59-8994e6d1, #w-node-d0427cb1-c44d-1ce9-b4a6-ba4823ae9f5c-8994e6d1, #w-node-d0427cb1-c44d-1ce9-b4a6-ba4823ae9f5e-8994e6d1, #w-node-b84a94eb-5242-a76d-3b0a-d14e2798d770-8994e6d1, #w-node-b84a94eb-5242-a76d-3b0a-d14e2798d771-8994e6d1, #w-node-b84a94eb-5242-a76d-3b0a-d14e2798d774-8994e6d1, #w-node-b84a94eb-5242-a76d-3b0a-d14e2798d776-8994e6d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


