:root {
  --cadet-blue: #219fa3;
  --medium-aquamarine: #5dc3a3;
}

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

body {
  color: #333;
  background-color: #131313;
  font-family: Exo, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: .9em;
}

.c-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

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

.help {
  z-index: 99999;
  text-align: center;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.c-help-btn {
  text-align: right;
  padding: 10px;
}

._w-help-btn {
  background-color: #13131326;
  border: 1px solid #ffffff80;
  border-radius: 5000px;
  padding: 5px;
  box-shadow: 0 0 15px #13131326;
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

.b-help-btn {
  background-image: linear-gradient(45deg, var(--cadet-blue), var(--medium-aquamarine));
  border-radius: 5000px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.b-help-btn.open-menu {
  opacity: 0;
  display: none;
  position: absolute;
}

.b-help-btn.close-menu {
  position: relative;
}

.help-icon {
  z-index: 500;
  height: 25px;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.help-text {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-weight: 500;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.b-nav-dropdown {
  background-color: #ffffff26;
  border-radius: 500px;
  padding: 3px;
  transition: all .25s;
}

.c-nav-dropdown-link {
  color: #333;
  text-transform: none;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: .9em;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-faq {
  z-index: 99999;
  align-items: flex-start;
  width: 400px;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

._w-faq {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px #13131333;
}

.c-howto-header {
  padding-right: 40px;
}

.howto-header {
  color: var(--cadet-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.c-howto-divider {
  border-bottom: 1px dashed #eee;
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

._w-howto-close {
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  display: flex;
}

.c-magnetic-btn-link {
  z-index: 100;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.c-help-open-nav {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

._w-created {
  background-color: #333;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

._w-created:hover {
  padding-top: 15px;
}

.logo {
  height: 15px;
  margin-right: 5px;
}

.c-created-link {
  color: #fff;
  letter-spacing: .5px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.co-created {
  z-index: 99998;
  position: fixed;
  inset: 0% 10px auto auto;
  overflow: hidden;
}

.c-hero-banner {
  text-align: center;
  background-color: #e2f8e8;
  display: block;
  overflow: visible;
}

.c-hero-banner.teamwork {
  display: none;
}

.c-hero-banner.results {
  z-index: auto;
  position: sticky;
}

.c-hero-banner.results.get {
  padding-top: 220px;
}

.c-hero-banner.results.en {
  width: 100%;
}

.c-header {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350vh;
  display: flex;
}

.c-header.shoppi, .c-header.buddy {
  height: 150vh;
}

.c-header.results {
  z-index: 9;
  height: 400vh;
  margin-top: -130vh;
  display: flex;
  position: relative;
}

.c-header.results.taate {
  z-index: auto;
  height: 35vh;
  margin-top: 0;
}

.c-header.results.taate.medi {
  height: auto;
  display: block;
}

.c-header.results.not {
  z-index: auto;
}

.c-header.results.syx {
  height: 280vh;
  margin-top: -60vh;
}

.header {
  color: var(--cadet-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50vw;
  height: 100vh;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 5em;
  line-height: 1em;
  display: flex;
  position: sticky;
  top: 0;
}

.header.sideby {
  text-align: right;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 4.6em;
  display: inline-block;
}

.header.sideby._25 {
  text-align: left;
}

.header.takeaction {
  flex: none;
  max-width: 100vw;
  height: 50vh;
  display: block;
  position: relative;
}

.header.turn {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  place-content: flex-start center;
  align-self: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.header.turn.results {
  z-index: 1;
  justify-content: flex-start;
  height: 150vh;
  position: sticky;
}

.header.turn.results.buddi {
  height: 100vh;
  position: sticky;
}

.header.turn.results.buddi.not {
  justify-content: center;
}

.header.turn.results.getj {
  height: 220vh;
  margin-top: 0;
}

.header.turn.time {
  padding-left: 5%;
  line-height: 1em;
}

.header.turn.time.thanks {
  height: auto;
  margin-top: 10px;
  padding-left: 0%;
}

.header.everything {
  align-items: flex-start;
  height: 150vh;
}

.c-lottie {
  height: 500vh;
}

.lottie {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.c-main-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 20px;
  display: flex;
}

.main-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  line-height: 1em;
}

.green {
  color: var(--medium-aquamarine);
}

._w-main-header {
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.details {
  color: #ccc;
  text-align: center;
  font-size: 1em;
  line-height: 1.4em;
}

.body {
  background-color: #e2f8e8;
}

.heading {
  color: #134724;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 57px;
}

.heading.subtwww {
  color: #58813f;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.heading.subtwww.wwwwww {
  margin-top: 0;
  padding-top: 0;
  font-size: 20px;
  position: relative;
  top: -1px;
}

.heading.subtwww.small-caps {
  padding-top: 6px;
}

.heading.subtwww.small-caps.qwrqw {
  clear: both;
  color: #5b8d7d;
  width: 100%;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  position: relative;
  top: -200px;
}

.heading.wefewf {
  margin-top: 0;
}

.bold-text {
  color: #15582b;
  font-size: 60px;
  line-height: 25px;
}

.bold-text-2 {
  color: #8fb967;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  top: -6px;
}

.bold-text-2.small-caps {
  letter-spacing: 1px;
  font-size: 17px;
}

.text-span {
  color: #15582b;
  position: relative;
  top: -12.5px;
}

.text-span.asas {
  margin-right: 10px;
}

.text-span.sasa {
  margin-left: 10px;
}

.text-span-2 {
  position: relative;
  left: 2px;
}

.text-block {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block {
  clear: both;
  text-align: center;
  flex: none;
  order: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block.chev {
  z-index: 9999;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 7%;
}

.html-embed {
  clear: both;
  flex: none;
  width: 100%;
}

.html-embed-2 {
  clear: both;
  flex: none;
  order: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-2 {
  text-align: center;
  font-style: italic;
}

.div-block-2 {
  clear: both;
  text-align: center;
  object-fit: fill;
  flex: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.bounce.mobile22 {
  display: none;
}

.image-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.div-block-3 {
  width: 50%;
  height: auto;
  padding-left: 10%;
  padding-right: 0%;
  display: inline-block;
}

.div-block-4 {
  text-align: left;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.3px;
  display: inline-block;
}

.div-block-4.buddies {
  padding-left: 0%;
  padding-right: 5%;
}

.image-3 {
  clear: both;
  flex: none;
  display: block;
  position: relative;
}

.div-block-5 {
  clear: both;
  flex: none;
  width: 100%;
}

.image-4 {
  width: 90%;
}

.image-5 {
  clear: both;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-right: 10%;
  position: sticky;
  top: 0;
}

.image-5.resu {
  z-index: 9;
  width: 45%;
  margin-top: 5vh;
  padding-top: 0;
  padding-right: 0%;
  position: sticky;
}

.image-5.resu.budi {
  width: 40%;
  padding-top: 0;
  top: 0;
}

.image-5.resu.budi.tate {
  z-index: auto;
  width: 33%;
  margin-bottom: 170px;
  padding-top: 100px;
}

.image-5.resu.budi.tate.thanks {
  width: 20%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  display: block;
}

.image-5.venm {
  width: 40%;
}

.image-5.venm.sal {
  margin-top: 0;
  top: 20vh;
}

.image-5.teach {
  padding-top: 100px;
}

.image-5.money {
  padding-top: 140px;
}

.text-span-3 {
  font-size: 2em;
}

.div-block-6 {
  z-index: auto;
  padding-top: 10vh;
  position: sticky;
  top: 0;
}

.div-block-7 {
  width: 100%;
  position: sticky;
  inset: auto 0% 0%;
}

.div-block-7.firsty {
  width: 50%;
  height: 75vh;
  display: block;
  bottom: 15%;
  left: 2.5%;
}

.button {
  margin-bottom: 100px;
}

.html-embed-3 {
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 0%;
  display: none;
}

.text-span-4 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 400;
  position: relative;
  top: -25px;
}

.div-block-8 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.holder, .holder.main, .holder.lasty {
  display: none;
}

.centered-container {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subscribe-form {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.subscribe-form-input-wrapper {
  color: #000;
  text-align: left;
  font-weight: 400;
}

.submit-button {
  color: #3d2d2db3;
  background-color: gold;
  border-radius: 500px;
  margin-right: 0;
  font-weight: 800;
  line-height: 1em;
}

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

.subscribe-form-flex {
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.button-dribbble {
  clear: both;
  color: #000;
  cursor: pointer;
  background-color: #daa520;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 800;
  line-height: 2em;
  display: flex;
  position: relative;
}

.form-block {
  margin-top: 17px;
  padding-left: 10px;
  padding-right: 10px;
}

.success-message {
  color: var(--cadet-blue);
  background-color: #0000;
  font-weight: 800;
}

.text-block-3 {
  z-index: 2;
  color: #fff;
  text-align: center;
  margin-bottom: -30px;
  margin-left: 18px;
  margin-right: 18px;
  font-weight: 800;
  line-height: 2.1em;
  display: block;
  position: relative;
  bottom: -23px;
}

.subscribe-form-input {
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 21px;
  font-weight: 400;
}

.dribbble-wrapper {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -180px;
  padding: 0;
  display: flex;
}

.error-message {
  background-color: #ec7979;
}

.text-block-4 {
  color: #fff;
}

.ripple-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto;
}

.ripple {
  z-index: 2;
  opacity: 0;
  background-color: #ffffff80;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: auto;
}

.button-body {
  z-index: 999;
  color: #fff;
  text-align: center;
  background-color: #4ba468;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 26px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0, -6px);
  box-shadow: 0 6px 20px #0003;
}

.button-body:active {
  transform: translate(0);
  box-shadow: 0 0 10px #0003;
}

.button-text {
  z-index: 2;
  letter-spacing: 1px;
  font-weight: 800;
  position: relative;
}

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

.text-span-5 {
  color: #3f6357;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-span-6 {
  font-family: Bitter, serif;
}

.bold-text-3 {
  color: #689486;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .c-hero-banner, .c-hero-banner.gradientz, .header.turn.time.thanks {
    display: none;
  }

  .header.turn.time.thanks.sdf {
    width: 100%;
    display: block;
  }

  ._w-main-header {
    text-align: center;
    max-width: 60vw;
  }

  .heading {
    display: none;
  }

  .heading.subtwww.small-caps.qwrqw.dfafsafs {
    display: block;
    top: -175px;
  }

  .image.desky, .bounce {
    display: none;
  }

  .bounce.mobile22 {
    display: block;
  }

  .image-5.resu.budi.tate.thanks {
    display: none;
  }

  .image-5.resu.budi.tate.thanks.sss {
    width: 50%;
    display: block;
  }

  .div-block-8.movov {
    width: 80%;
  }

  .holder {
    z-index: 0;
    background-color: #e2f8e8;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

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

  .holder.main.afafa {
    z-index: 999;
  }

  .holder.lasty {
    display: block;
  }

  .div-block-9 {
    z-index: 0;
    background-color: #e2f8e8;
    align-self: center;
    width: 100%;
    height: 100vh;
    margin-top: 220px;
    margin-bottom: 220px;
    position: relative;
  }

  .div-block-9.main {
    width: 80%;
    margin: 0 auto;
  }

  .div-block-9.lasty {
    background-color: #e2f8e8;
    width: 100%;
    margin: 0 auto;
    padding-top: 220px;
    position: relative;
  }

  .image-6.werew, .image-6.toppish {
    margin-top: 100px;
  }

  .image-7.medi {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .grid {
    grid-template-columns: 1fr;
    place-items: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .dribbble-wrapper {
    margin-top: -222px;
  }

  .dribbble-wrapper.paddt {
    margin-top: -100px;
  }

  .button-body {
    display: none;
  }

  .button-body.sss {
    display: block;
  }

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

  .text-span-5 {
    color: var(--cadet-blue);
  }

  .text-span-7 {
    color: #6a8b81;
    font-family: Lato, sans-serif;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .c-faq {
    width: 100%;
  }

  .header {
    max-width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 4em;
  }

  .c-main-banner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .main-header {
    max-width: 100vw;
  }

  ._w-main-header {
    max-width: 70vw;
  }

  .holder {
    background-color: #e2f8e8;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .holder.main {
    position: absolute;
    inset: 0%;
  }

  .div-block-9 {
    height: 100vh;
  }

  .grid {
    width: 69%;
    margin-left: auto;
    margin-right: auto;
  }

  .subscribe-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .c-hero-banner, .c-hero-banner.gradientz {
    display: none;
  }

  .c-header {
    height: 200vh;
  }

  .header {
    font-size: 3em;
  }

  .c-lottie {
    height: 300vh;
  }

  .main-header {
    font-size: 2em;
    line-height: 1.2em;
  }

  ._w-main-header {
    max-width: 100vw;
  }

  .details {
    color: #ccc;
    text-align: center;
  }

  .heading {
    display: none;
  }

  .heading.subtwww.small-caps.qwrqw.dfafsafs.sgdg {
    width: 90%;
    top: -259px;
  }

  .image.desky, .bounce {
    display: none;
  }

  .bounce.mobile22 {
    display: block;
  }

  .image-5.resu.budi.tate.thanks.sss {
    width: 80%;
    margin-bottom: 0;
  }

  .html-embed-3 {
    clear: both;
    flex: 0 auto;
    width: 100%;
    display: none;
    position: sticky;
    inset: 0% auto auto;
  }

  .div-block-8.movov {
    width: 100%;
    margin-bottom: 50px;
  }

  .holder {
    z-index: 0;
    background-color: #e2f8e8;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .holder.main {
    z-index: -1;
    background-color: #e2f8e8;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-9.main {
    flex-direction: column;
    width: 100%;
    height: 100vh;
  }

  .div-block-9.lasty {
    padding-top: 100px;
    padding-bottom: 280px;
  }

  .image-6 {
    width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6.toppish {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .div-block-10 {
    text-align: center;
    margin-top: 0;
  }

  .image-7 {
    clear: both;
    flex: 0 auto;
    width: 90%;
    display: block;
    position: relative;
  }

  .image-7.medi {
    margin-top: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-flow: column;
    place-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .centered-container {
    text-align: left;
    display: flex;
  }

  .subscribe-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

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

  .subscribe-form-flex {
    justify-content: space-between;
  }

  .form-block.bbkb {
    margin-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .dribbble-wrapper {
    margin-top: -220px;
  }

  .ripple {
    width: 100vw;
    height: 100vw;
    position: fixed;
    inset: 0%;
  }

  .button-body {
    padding: 6vw 13vw;
  }

  .button-body.sss {
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .text-block-7 {
    position: relative;
    top: -200px;
  }

  #w-node-_519e38b0-eaf6-1160-266c-9b43652f859f-195dcf94, #w-node-_6c2d1773-d95c-1179-2d3b-64afbf014666-195dcf94, #w-node-_68e2585e-a8c8-ab92-62e9-f4985a32044c-195dcf94, #w-node-_7673ca20-cc1b-257c-269b-e50c420083db-195dcf94, #w-node-_1d14ea5e-acbe-bb66-ba5e-a8770738bb22-195dcf94, #w-node-a2d53ea0-87f0-7308-5bd8-043df03d28e9-195dcf94, #w-node-e55595e1-fbec-759f-c5d4-1393ed5dde34-195dcf94, #w-node-ef6cd85e-6b13-2e88-4977-177d9e4b5f80-195dcf94, #w-node-_27fc44fe-bebe-a302-48ff-70076372d70e-195dcf94, #w-node-d4941a48-afd9-8b29-cf36-843288317375-195dcf94, #w-node-f97533e9-5081-bb0c-6f2b-6c0995f9da0d-195dcf94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


