:root {
  --peach: #fbf4ec;
  --primary-gold: #fdbb30;
  --white: white;
  --mykasih-red: #e31b23;
  --black: black;
  --dark-peach: #8a837e;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: #000;
  text-decoration: underline;
}

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

.body.primary-gold {
  background-color: var(--primary-gold);
}

.hero-section {
  background-color: var(--primary-gold);
  position: relative;
}

.appdownloadnavbar {
  background-color: var(--peach);
  height: 110px;
  position: fixed;
  inset: 0% 0% auto;
}

.app-landing-container {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-shadows {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 3px 10px #0000001c;
}

.hero-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  padding: 130px 30px 100px;
  display: flex;
}

.hero-text-wrapper {
  flex: 1;
  margin-top: 100px;
  position: relative;
}

.hero-image-wrapper {
  position: relative;
}

.hero-image-wrapper.map {
  bottom: 50px;
  left: -30px;
}

.hero-btn-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.hero-intro-text {
  text-transform: uppercase;
  font-weight: 500;
}

.hero-title {
  margin-top: 10px;
  line-height: 48px;
}

.hero-image-item {
  position: absolute;
}

.hero-image-item.item-rice {
  top: 34px;
  left: -48px;
}

.hero-image-item.notification {
  top: 0%;
  right: -33px;
}

.hero-image-item.coin {
  top: 120px;
  left: 50%;
}

.hero-image-item.item-egg {
  bottom: 40px;
  right: -30px;
}

.hero-image-item.map {
  bottom: -20px;
  left: -30px;
}

.hero-image {
  width: 479px;
}

.nav-menu-right {
  align-items: center;
  display: flex;
}

.lang-switch-link-block {
  background-color: #00000026;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: .8rem;
  text-decoration: none;
}

.pagetitle {
  color: #000;
  font-size: 1.8rem;
}

.navbar {
  background-color: var(--primary-gold);
  height: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.desktop-navbar {
  background-color: #fdbb3000;
}

.navbar.mobile-navbar, .guide-menu {
  display: none;
}

.main-menu-btn {
  border-radius: 4px;
  padding: 8px 10px;
  font-size: .8rem;
  text-decoration: none;
}

.guide-nav-menu-right {
  align-items: center;
  display: flex;
}

.main-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.overview-card-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
}

.overview-card-wrapper.single {
  margin-top: 32px;
  margin-bottom: 32px;
}

.overview-card-header {
  overflow: hidden;
}

.overview-card-footer {
  justify-content: space-between;
  align-items: center;
  padding: 12px 8px;
  display: flex;
}

.overview-card-link-block {
  width: 100%;
  text-decoration: none;
}

.overview-card-text {
  font-weight: 500;
}

.overview-card-image {
  object-fit: cover;
  width: 100%;
}

.panduan-card-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 76px;
  margin-bottom: 32px;
  display: grid;
}

.content-wrapper {
  margin-top: 76px;
}

.sara-logo-wrapper {
  text-align: center;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.leading-paragraph {
  font-weight: 700;
}

.pm-quote {
  background-color: var(--white);
  border-radius: 8px;
  margin-top: 48px;
  margin-bottom: 16px;
  padding: 48px 16px 16px;
  position: relative;
}

.pm-thumbnail {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
  inset: -32px auto auto 20px;
  overflow: hidden;
}

.sara-info-slider {
  background-color: #0000;
  margin-bottom: 16px;
  margin-left: 16px;
  padding-bottom: 32px;
  overflow: hidden;
}

.sara-slide {
  background-color: var(--primary-gold);
  border-radius: 8px;
  margin-right: 16px;
  padding: 16px;
}

.sara-slider-mask {
  max-width: 260px;
  max-height: 280px;
  overflow: visible;
}

.sara-slide-content-wrapper {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.sara-slide-number {
  background-color: var(--white);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  display: flex;
}

.sara-slide-number-text {
  color: var(--mykasih-red);
  font-size: 1.2rem;
  font-weight: 700;
}

.sara-slider-left-arrow, .sara-slider-right-arrow {
  display: none;
}

.sara-slide-nav {
  padding-top: 16px;
  position: static;
}

.accordion-item {
  background-color: var(--white);
  border: 1px solid #ecdaca;
  border-radius: 8px;
  margin-bottom: 16px;
}

.accordion-heading {
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.accordion-content {
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

.accordion-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.accordion-icon-plus {
  background-color: #8a837e;
  width: 16px;
  height: 2px;
}

.accordion-icon-minus {
  background-color: #8a837e;
  width: 16px;
  height: 2px;
  position: absolute;
  inset: auto 0% auto 2px;
  transform: rotate(90deg);
}

.accordion-description {
  margin-bottom: 16px;
}

.section.bottom {
  padding-bottom: 64px;
}

.heading {
  line-height: 1.5rem;
}

.onboarding-wrapper {
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

.onboarding-slider-container {
  width: 100%;
  max-width: 1290px;
  height: 95vh;
  margin-left: auto;
  margin-right: auto;
}

.swiper-component {
  height: 100%;
  position: relative;
}

.slider_slider-wrapper {
  overflow: hidden;
}

.wb-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.wb-swiper_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.wb-swiper_slide {
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 25%;
  padding-top: 24px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
}

.swiper-image {
  margin-bottom: 16px;
}

.wb-swiper-controls-container {
  position: absolute;
  inset: auto 0% 7.5rem;
}

.wb-swiper_controls {
  justify-content: center;
  display: flex;
}

.wb-swiper_pagination {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.wb-swiper_bullet {
  background-color: #fdbb3040;
  border-radius: 50%;
  width: .8rem;
  height: .8rem;
}

.wb-swiper_bullet.is-active {
  background-color: var(--primary-gold);
}

.onboarding-heading {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.onboarding-text {
  color: #8a837e;
}

.onboarding-link {
  color: #3984dc;
}

.onboarding-button {
  background-color: var(--primary-gold);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 12px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
}

.onboarding-button.str {
  background-color: var(--mykasih-red);
  color: var(--white);
  margin-top: 16px;
}

.onboarding-button.outlined {
  background-color: #fdbb3000;
}

.swiper-slide-content-desc {
  min-height: 6rem;
}

.swiper-slide-content-inner {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.mykasih-photo-gallery-slider {
  background-color: #0000;
  margin-top: 84px;
  margin-bottom: 32px;
  margin-left: 16px;
  padding-bottom: 32px;
  overflow: hidden;
}

.mykasih-photo-gallery-mask {
  max-width: 260px;
  max-height: 280px;
  overflow: visible;
}

.mykasih-gallery-slide {
  background-color: var(--primary-gold);
  border-radius: 8px;
  margin-right: 16px;
  overflow: hidden;
}

.mykasih-gallery-photo {
  object-fit: cover;
  height: 100%;
}

.about-mykasih-header {
  margin-bottom: 16px;
}

.lang-switch {
  background-color: #f7ece1;
  border-radius: .3rem;
  margin-top: 24px;
  margin-left: 12px;
  padding: 6px 8px;
  font-size: .8rem;
  text-decoration: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-3 {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.sara-distribution-table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
}

.sara-dist-cell {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.sara-dist-cell.header {
  background-color: #ecdaca;
  font-weight: 700;
}

.sara-2025-amount-grid {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.sara-2025-amount-grid-cell {
  text-align: center;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 16px;
}

.sara-2025-amount-grid-cell.align-left {
  text-align: left;
}

.sara-2025-check-status-grid {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.sara-2025-check-status-list {
  padding-left: 10px;
}

.catalogue-item-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--primary-gold);
  align-items: center;
  padding: 8px;
  display: flex;
}

.catalogue-item-icon {
  padding: 4px;
}

.catalogue-item-txt {
  font-size: 1.1rem;
}

.nav-brand-chevron {
  display: flex;
}

.help-title-header-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.help-category-header {
  color: var(--dark-peach);
  text-align: center;
}

.help-accordion-item {
  border: 2px solid var(--primary-gold);
  background-color: var(--primary-gold);
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 16px;
  transition: border .2s, box-shadow .2s;
  overflow: hidden;
  box-shadow: 0 0 #fdbb304d;
}

.help-accordion-item:hover {
  box-shadow: 0 5px 16px #fdbb304d;
}

.help-accordion-trigger {
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.help-accordion-content {
  background-color: var(--white);
  overflow: hidden;
}

.help-accordion-arrow-wrapper {
  flex: none;
  padding: 8px;
}

.help-accordion-icon {
  flex: none;
  margin-right: 16px;
}

.help-accordion-title {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
}

.header-center-title {
  text-align: center;
  font-size: 2.2rem;
}

.help-accordion-content-inner {
  margin: 16px;
}

.help-accordion-arrow-img {
  width: 32px;
  height: 32px;
}

.help-accordion-contact-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-accordion-contact-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.navbar-logo {
  height: 40px;
}

.help-accordion-content-image {
  margin-bottom: 8px;
}

.help-accordion-product-category-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.help-accordion-product-item {
  flex-flow: column;
  align-items: center;
  padding: 6px;
  display: flex;
}

.help-accordion-category-txt {
  text-align: center;
  font-size: .8rem;
}

.help-accordion-product-icon {
  width: 48px;
}

.help-accordion-list-img {
  margin-bottom: 8px;
}

.onboarding-note-text {
  border: 1px solid var(--mykasih-red);
  color: var(--mykasih-red);
  border-radius: 8px;
  padding: 8px;
  font-size: .8rem;
  line-height: 18px;
}

.onboarding-subheading {
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.onboarding-gate-link-block {
  background-color: var(--primary-gold);
  background-image: url('../images/onboarding-grocery-basket.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 280px;
  border-radius: 16px;
  flex: 1;
  margin: 16px 8px 8px;
  padding: 24px;
  text-decoration: none;
  box-shadow: 0 5px 15px #d2971b4d;
}

.onboarding-gate-link-block.existing {
  background-color: #f9cad0;
  box-shadow: 0 5px 15px #dda4ab4d;
}

.onboarding-gate-arrow {
  color: var(--white);
}

.onboarding-gate-container {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.onboarding-gate-content {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.onboarding-gate-wrapper {
  height: 100%;
}

.penghargaan-wrapper {
  height: 100%;
  position: relative;
}

.penghargaan-content-wrapper {
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.penghargaan-terms-checkbox {
  text-align: left;
  margin-bottom: 16px;
}

.penghargaan-submit-btn {
  background-color: var(--primary-gold);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 12px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
}

.penghargaan-submit-btn.str {
  background-color: var(--mykasih-red);
  color: var(--white);
  margin-top: 16px;
}

.penghargaan-checkbox-error-message {
  text-align: left;
  background-color: #e31b2340;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 4px 8px;
  font-size: .8rem;
  line-height: 1.2rem;
  display: none;
}

@media screen and (max-width: 991px) {
  .app-landing-container {
    max-width: 700px;
  }

  .hero-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-wrapper {
    margin-top: 0;
  }

  .hero-image-wrapper {
    width: 479px;
    height: auto;
  }

  .menu-button {
    border-radius: 5px;
  }

  .menu-button.w--open {
    background-color: var(--primary-gold);
  }

  .nav-menu {
    background-color: var(--peach);
  }

  .navbar.desktop-navbar {
    display: none;
  }

  .navbar.mobile-navbar {
    display: block;
  }

  .guide-menu {
    background-color: var(--peach);
  }

  .guide-menu-button {
    border-radius: 5px;
    display: none;
  }

  .guide-menu-button.w--open {
    background-color: var(--primary-gold);
  }

  .guide-menu-icon {
    display: none;
  }

  .main-container {
    max-width: 700px;
  }

  .help-accordion-product-category-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .app-landing-container {
    max-width: 700px;
  }

  .hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container {
    max-width: 700px;
  }

  .help-category-header {
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .help-accordion-trigger {
    padding-left: 8px;
    padding-right: 8px;
  }

  .help-accordion-title {
    font-size: 1.1rem;
  }

  .header-center-title {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .help-center-illustration {
    width: 128px;
  }

  .help-accordion-arrow-img {
    width: auto;
    height: auto;
  }

  .help-accordion-product-category-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .app-landing-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-container {
    align-items: flex-start;
  }

  .hero-image-wrapper {
    width: 100%;
  }

  .hero-image-item {
    display: none;
  }

  .pagetitle {
    font-size: 1.5rem;
  }

  .overview-card-image {
    min-height: 120px;
    max-height: 120px;
  }

  .pm-quote {
    box-shadow: 0 5px 15px #0000001a;
  }

  .pm-thumbnail {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    overflow: hidden;
  }

  .wb-swiper_slide {
    width: 90%;
  }

  .sara-dist-cell {
    padding: 4px;
    font-size: .7rem;
  }

  .sara-2025-amount-grid {
    font-size: .8rem;
    line-height: 1rem;
  }

  .sara-2025-amount-grid-cell {
    padding: 4px;
  }

  .sara-2025-check-status-grid {
    font-size: .8rem;
    line-height: 1rem;
  }

  .help-accordion-product-category-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e443e-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4441-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4444-fc05d90e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e4447-fc05d90e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e444a-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e444d-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4450-fc05d90e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e4453-fc05d90e {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e4456-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4459-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e445c-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e445f-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4464-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4467-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e446a-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e446d-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4472-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4475-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4478-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e447b-fc05d90e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e447e-fc05d90e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e4481-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4484-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4487-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e448a-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e448f-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4492-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4495-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4498-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e449b-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e449e-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e449f-fc05d90e, #w-node-d725c096-8fb9-7a84-792f-a250fc9e44a0-fc05d90e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3870da9-d2f7-f802-4a22-d56c31d30e24-04cd70ca, #w-node-_20fc22c8-b188-6e43-1627-8e0d0591493a-04cd70ca, #w-node-_33840b1f-4212-84cb-3f25-6fe609ae4668-04cd70ca, #w-node-_2de483d6-efcc-379e-96eb-b96e1ed7e658-04cd70ca, #w-node-d3ce380b-cc84-a191-e258-35e3f1080463-04cd70ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb04b88b-db7a-59b6-bb66-5d41a8a6b73a-04cd70ca, #w-node-db553752-9927-9413-c75f-0340681695f8-04cd70ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5da29a6e-c227-50bf-3db1-45acc25323b9-00a33d42 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5d12044f-47ad-93c6-fc36-123102ae266d-43357759, #w-node-a555efca-814a-494e-8b3c-54207c7f7135-43357759, #w-node-_1bcbaa57-acc3-9da3-3bfa-304251d2fff5-43357759, #w-node-de7cbda2-8d6a-9f55-d0d5-da6e5acb18ec-43357759, #w-node-_5d12044f-47ad-93c6-fc36-123102ae2665-43357759 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d12044f-47ad-93c6-fc36-123102ae267d-43357759, #w-node-_5d12044f-47ad-93c6-fc36-123102ae2685-43357759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ede402f6-072f-3cba-b6a7-b42ddc94bc88-67bca6cb, #w-node-_658e6d2d-1755-655d-ac87-af7833e0fded-67bca6cb, #w-node-_0320642c-a7b7-6e2b-ed7c-d37f15d6b406-67bca6cb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5b94442a-8776-a266-be67-86af058b1f78-67bca6cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce5b82cb-c851-df88-48af-cd74c3858b86-67bca6cb, #w-node-_2316899c-0175-b39a-5a8a-c26b4c292062-67bca6cb, #w-node-c3f51a8e-6518-364d-2007-488c621d30f5-67bca6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebea5ce2-3903-eb97-1941-9ec3afa11df0-67bca6cb {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-ba1ecf82-3deb-0b89-3fed-a8d855e6cbfd-67bca6cb, #w-node-_9c4191e7-96fa-c516-08c9-e6a88d536b83-67bca6cb, #w-node-_54569c2f-0525-f789-8cb6-45bc0baa9088-67bca6cb, #w-node-_2dc178eb-c3e1-cde4-f0d1-a30ffd2d7461-67bca6cb, #w-node-_2bbf35a5-e270-5626-6631-da4e705e91b0-67bca6cb, #w-node-_75d26902-6fa5-f7fd-78d0-7511e68a87e0-67bca6cb, #w-node-_1763c043-8fe3-8580-9d4e-6f56c03bd435-67bca6cb, #w-node-_56ee2af7-5abc-6c1d-1459-a265e7855698-67bca6cb, #w-node-e9fec8ed-6613-8c34-efbd-fcbcec5e6a37-67bca6cb, #w-node-dd759795-885a-ab9c-d9bf-823b6be91e55-67bca6cb, #w-node-_64ccafc5-d682-aa74-f9fe-7a5a4d7454a4-67bca6cb, #w-node-cb489eb1-9634-1dd4-f391-4d6ae9580dc7-67bca6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7da1186d-f495-77c5-496c-b19a7965be67-67bca6cb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b9406d82-1d9c-7448-4f7f-b7e5e221f958-67bca6cb, #w-node-ef11896f-ed6f-a101-2494-7395f78225f5-67bca6cb, #w-node-_7f46a652-8e15-e2e7-7016-c4efeb60ad58-67bca6cb, #w-node-_407d307f-59a2-630e-8016-24462c1eaa82-67bca6cb, #w-node-_1bf43104-dfb9-4bc1-6d7a-32395db9dcb4-67bca6cb, #w-node-c92630d0-6c3a-6419-93f1-6ea2b336edc3-67bca6cb, #w-node-_33450fbb-b307-fba1-1bb8-b06d890b1d3a-67bca6cb, #w-node-_168cc9e9-719d-fb89-ae61-e1a472eb1926-67bca6cb, #w-node-_40bba62a-7bb9-ad00-454f-b8d8d4fee644-67bca6cb, #w-node-_34257752-2306-9ebe-a680-afb8ec4638d2-67bca6cb, #w-node-_568c5e96-0a22-77ea-0e28-2a643aa0e648-67bca6cb, #w-node-_5a261bcc-f9fd-8212-1b4e-fdf7c517742d-67bca6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e443e-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4441-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4444-283b4e2c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e4447-283b4e2c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e444a-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e444d-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4450-283b4e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e4453-283b4e2c {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e4456-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4459-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e445c-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e445f-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4464-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4467-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e446a-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e446d-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4472-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4475-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4478-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e447b-283b4e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e447e-283b4e2c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d725c096-8fb9-7a84-792f-a250fc9e4481-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4484-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4487-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e448a-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e448f-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4492-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4495-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e4498-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e449b-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e449e-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e449f-283b4e2c, #w-node-d725c096-8fb9-7a84-792f-a250fc9e44a0-283b4e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ede402f6-072f-3cba-b6a7-b42ddc94bc88-4826922b, #w-node-_658e6d2d-1755-655d-ac87-af7833e0fded-4826922b, #w-node-_0320642c-a7b7-6e2b-ed7c-d37f15d6b406-4826922b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5b94442a-8776-a266-be67-86af058b1f78-4826922b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce5b82cb-c851-df88-48af-cd74c3858b86-4826922b, #w-node-_2316899c-0175-b39a-5a8a-c26b4c292062-4826922b, #w-node-c3f51a8e-6518-364d-2007-488c621d30f5-4826922b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebea5ce2-3903-eb97-1941-9ec3afa11df0-4826922b {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-ba1ecf82-3deb-0b89-3fed-a8d855e6cbfd-4826922b, #w-node-_9c4191e7-96fa-c516-08c9-e6a88d536b83-4826922b, #w-node-_54569c2f-0525-f789-8cb6-45bc0baa9088-4826922b, #w-node-_2dc178eb-c3e1-cde4-f0d1-a30ffd2d7461-4826922b, #w-node-_2bbf35a5-e270-5626-6631-da4e705e91b0-4826922b, #w-node-_75d26902-6fa5-f7fd-78d0-7511e68a87e0-4826922b, #w-node-_1763c043-8fe3-8580-9d4e-6f56c03bd435-4826922b, #w-node-_56ee2af7-5abc-6c1d-1459-a265e7855698-4826922b, #w-node-e9fec8ed-6613-8c34-efbd-fcbcec5e6a37-4826922b, #w-node-dd759795-885a-ab9c-d9bf-823b6be91e55-4826922b, #w-node-_64ccafc5-d682-aa74-f9fe-7a5a4d7454a4-4826922b, #w-node-cb489eb1-9634-1dd4-f391-4d6ae9580dc7-4826922b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7da1186d-f495-77c5-496c-b19a7965be67-4826922b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b9406d82-1d9c-7448-4f7f-b7e5e221f958-4826922b, #w-node-ef11896f-ed6f-a101-2494-7395f78225f5-4826922b, #w-node-_7f46a652-8e15-e2e7-7016-c4efeb60ad58-4826922b, #w-node-_407d307f-59a2-630e-8016-24462c1eaa82-4826922b, #w-node-_1bf43104-dfb9-4bc1-6d7a-32395db9dcb4-4826922b, #w-node-c92630d0-6c3a-6419-93f1-6ea2b336edc3-4826922b, #w-node-_33450fbb-b307-fba1-1bb8-b06d890b1d3a-4826922b, #w-node-_168cc9e9-719d-fb89-ae61-e1a472eb1926-4826922b, #w-node-_40bba62a-7bb9-ad00-454f-b8d8d4fee644-4826922b, #w-node-_34257752-2306-9ebe-a680-afb8ec4638d2-4826922b, #w-node-_568c5e96-0a22-77ea-0e28-2a643aa0e648-4826922b, #w-node-_5a261bcc-f9fd-8212-1b4e-fdf7c517742d-4826922b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


