:root {
  --text-color: #333;
  --divider-color: #e6e6e6;
  --white: white;
  --dark-main-color: #2a3542;
  --mid-main-color: #374555;
  --cta-button-accent-color: #af6900;
  --cta-buton-color: #e78400;
  --bright-main-color: #1994ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-embed-youtubevideo {
  background-image: url('../image/29.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.main-container {
  max-width: 1150px;
}

.header-container {
  max-width: 1300px;
  margin-bottom: 10px;
}

.body {
  color: var(--text-color);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.75em;
}

.heading {
  text-align: center;
  margin-top: 0;
}

.main-section {
  background-color: #f8f8f8;
  padding-bottom: 20px;
}

.product-card {
  border: 1px solid var(--divider-color);
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0 1px 7px 2px #0003;
}

.product-card.product-card-review {
  margin-top: 20px;
}

.product-card-quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 10px;
}

.rating-block {
  border: 1px solid var(--dark-main-color);
  border-radius: 3px;
  width: 125px;
  height: 120px;
}

.product-card-cell {
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
}

.product-card-cell.product-card-cell-left-align {
  justify-content: center;
  align-items: flex-start;
}

.product-card-name-text {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 600;
}

.product-card-rating-text {
  background-color: var(--mid-main-color);
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.product-card-rating-number-text {
  color: var(--dark-main-color);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  font-size: 34px;
  font-weight: 600;
}

.product-card-rating-excellent-text {
  text-align: center;
  margin-top: -4px;
  margin-bottom: -8px;
  font-size: 14px;
}

.star-rating {
  width: 20%;
  margin-right: 1px;
}

.product-card-star-rating {
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bestseller-badge {
  background-color: var(--mid-main-color);
  color: var(--white);
  text-align: left;
  background-image: url('../image/10.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  flex-flow: column;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 600;
}

.bestseller-badge.medal-2 {
  background-image: url('../image/11.svg');
}

.bestseller-badge.medal-3 {
  background-image: url('../image/12.svg');
}

.product-card-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.product-card-list-item {
  background-image: url('../image/9.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px;
}

.product-card-list-item-text {
  font-size: 14px;
}

.product-card-discount-small-text {
  color: var(--dark-main-color);
  text-align: center;
  font-size: 12px;
}

.product-card-discount-large-text {
  color: var(--dark-main-color);
  text-align: center;
  margin-top: -5px;
  font-size: 24px;
  font-weight: 600;
}

.cta-button-product-card {
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: var(--cta-button-accent-color);
  background-color: var(--cta-buton-color);
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 2px 2px 5px #00000080;
  border-radius: 3px;
  justify-content: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 600;
  display: flex;
}

.cta-button-product-card.cta-button-review {
  font-size: 26px;
  line-height: 1.25em;
}

.cta-button-product-card.cta-button-ranking {
  font-size: 24px;
  line-height: 1.25em;
}

.official-website-text {
  background-image: url('../image/16.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 15px;
  font-size: 12px;
}

.limited-offer {
  border: 2px dashed var(--mid-main-color);
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 5px 10px;
}

.review-container {
  border: 1px solid var(--divider-color);
  background-color: var(--white);
  max-width: 100%;
  padding: 0 20px 20px;
}

.review-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.progressbar {
  background-color: var(--divider-color);
  border-radius: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-right: 8px;
  padding: 3px;
  display: flex;
  position: relative;
}

.progressbar-100p {
  background-color: var(--mid-main-color);
  object-fit: fill;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.progressbar-100p.progressbar-99p {
  width: 99%;
}

.progressbar-100p.progressbar-98p {
  width: 98%;
}

.progressbar-100p.progressbar-97p {
  width: 97%;
}

.progressbar-100p.progressbar-96p {
  width: 96%;
}

.progressbar-100p.progressbar-95p {
  width: 95%;
}

.progressbar-100p.progressbar-94p {
  width: 94%;
}

.progressbar-100p.progressbar-93p {
  width: 93%;
}

.progressbar-100p.progressbar-92p {
  width: 92%;
}

.progressbar-100p.progressbar-91p {
  width: 91%;
}

.progressbar-100p.progressbar-90p {
  width: 90%;
}

.progressbar-100p.progressbar-89p {
  width: 89%;
}

.review-container-cell-1 {
  justify-content: center;
  align-items: center;
}

.review-container-cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
}

.review-quick-stack {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 0;
}

.review-quick-stack.review-quick-stack-ranking {
  padding-top: 0;
  padding-bottom: 20px;
}

.review-container-cell-3 {
  justify-content: center;
}

.ingredients-list {
  margin-top: -5px;
  padding-left: 10px;
  list-style-type: none;
}

.ingredients-list-item {
  background-image: url('../image/8.svg');
  background-position: 0 11px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-left: 27px;
}

.ingredients-badges-columns {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ingredients-badges-column {
  text-align: center;
}

.ingredients-badge-image-1 {
  width: 100px;
}

.ingredients-badge-image-2 {
  width: 105px;
}

.center-x-container {
  justify-content: center;
  display: flex;
}

.customer-reviews-star-rating {
  width: 80px;
  display: flex;
}

.customer-reviews-text {
  font-size: 16px;
  line-height: 1.6em;
}

.verified-purchase-text {
  background-image: url('../image/7.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 22px;
  font-size: 16px;
}

.customer-reviews-container {
  border: 1px solid var(--divider-color);
  border-radius: 5px;
  padding: 10px 10px 5px;
}

.review-cta-button-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.product-image-150p, .image-2 {
  max-width: 150px;
}

.product-card-mobile-cta {
  display: none;
}

.bottom-badges {
  max-width: 400px;
}

.payment-method-icon {
  max-width: 50px;
}

.bottom-badges-columns {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  display: flex;
}

.bottom-badges-icons {
  max-width: 100px;
}

.footer {
  background-color: #0c1115;
}

.disclaimer-container {
  max-width: 1400px;
}

.scientific-references-text {
  margin-top: 20px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5em;
}

.disclaimer-text {
  margin-top: 20px;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5em;
}

.footer-container {
  max-width: 1400px;
}

.footer-text {
  opacity: .6;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5em;
}

.footer-link {
  color: var(--bright-main-color);
}

.homepage-container {
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 1.8em;
}

.rating-emoji-text-block {
  background-image: url('../image/3.svg');
  background-position: 2px;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 35px;
}

.rating-emoji-text-block.rating-ingredients-emoji-cc {
  background-image: url('../image/wirksamkeit.svg');
}

.rating-emoji-text-block.rating-value-emoji-cc {
  background-image: url('../image/4.svg');
}

.rating-emoji-text-block.rating-customer-emoji-cc {
  background-image: url('../image/5.svg');
}

.rating-emoji-text-block.rating-comfort-emoji-cc {
  background-image: url('../image/anwendung.svg');
}

.rating-emoji-text-block.rating-thumbsup-emoji-cc {
  background-image: url('../image/2.svg');
}

.percentage-progressbar-text-block {
  color: var(--white);
  justify-content: center;
  align-items: center;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ranking-information-container {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.ranking-cta-button-container {
  flex-flow: column;
  align-items: center;
  max-width: 850px;
  display: flex;
}

.ranking-product-card-name-text {
  padding: 5px 10px;
  font-size: 24px;
  font-weight: 600;
}

.hero-image {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.intro-paragraph {
  margin-bottom: 20px;
}

.product-card-ranking {
  border: 1px solid var(--divider-color);
  background-color: var(--white);
  border-radius: 3px;
  margin-bottom: 40px;
  box-shadow: 0 1px 7px 2px #0003;
}

.werbung-disclaimer {
  color: #666;
  text-align: right;
  font-size: 10px;
  line-height: 1em;
}

.footer-text-links {
  opacity: .6;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.product-image-200p {
  max-width: 200px;
}

/* Unified image scaling for ranking cards */
.product-card-ranking .product-image-200p {
  width: 200px;
  height: 200px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.intro-paragraph-mobile-hide {
  margin-bottom: 20px;
}

.product-card-ranking-name-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40px 1fr;
  align-items: stretch;
}

.product-card-ranking-name-grid.ranking-number-wide-grid {
  grid-template-columns: 60px 1fr;
}

.ranking-product-card-number-div-block {
  background-color: var(--mid-main-color);
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ranking-product-card-number-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.column {
  display: none;
}

.attention-box {
  border: 2px dashed var(--text-color);
  background-color: #fff5cc;
  padding: 10px;
}

.space-section {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ingredients-list-item-copy {
  background-image: url('../image/8.svg');
  background-position: 0 11px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-left: 27px;
}

.image-width-500px {
  width: 100%;
  max-width: 500px;
}

.image-width-300px {
  width: 100%;
  max-width: 300px;
}

.image-caption-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.caption-text {
  font-size: 16px;
}

.background-video-16-9 {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}

.sub-heading {
  text-align: center;
  margin-top: 20px;
}

.ingredients-badge-image-3 {
  width: 200px;
}

.ingredients-badge-image-4 {
  width: 250px;
}

.cell-y-center {
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .body {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading {
    margin-top: 10px;
  }

  .product-card-quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .product-card-name-text {
    text-align: center;
    font-size: 28px;
  }

  .product-card-discount-small-text {
    margin-top: -5px;
  }

  .cta-button-product-card {
    font-size: 20px;
  }

  .review-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-container-cell-1 {
    padding-bottom: 10px;
  }

  .review-container-cell-2, .ingredients-list {
    padding-left: 0;
  }

  .customer-reviews-container {
    margin-bottom: 10px;
  }

  .product-image-150p, .image-2 {
    max-width: 200px;
  }

  .product-card-mobile-cta {
    width: 100%;
    margin-top: 10px;
    display: block;
  }

  .rating-emoji-text-block {
    margin-top: 10px;
  }

  .ranking-product-card-name-text {
    font-size: 28px;
  }

  .werbung-disclaimer {
    margin-bottom: 10px;
    font-size: 8px;
  }

  .product-image-200p {
    max-width: 200px;
  }

  .intro-paragraph-mobile-hide {
    display: none;
  }

  .ranking-product-card-number-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 16px;
  }

  .product-card-rating-excellent-text {
    margin-top: 2px;
    margin-bottom: -5px;
  }

  .bestseller-badge {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .legal-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .percentage-progressbar-text-block {
    padding-top: 2px;
  }

  .caption-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .review-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .progressbar {
    width: 100%;
    margin-right: 8px;
  }

  .review-quick-stack {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ingredients-badges-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ranking-product-card-number-text {
    justify-content: center;
    align-items: center;
  }
}

#w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af4386 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af4386 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af4386 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af4386 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_7ebd245d-9099-5ae9-c8bd-8165713068d0-e8af43ba {
  align-self: stretch;
}

#w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-e8af43ba {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-e8af43ba {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_1e506ff4-0a4c-089c-b1f7-bf66c3fe12e5-e8af43ba {
  align-self: stretch;
}

#w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-e8af43ba {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-e8af43ba {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_039c92e7-ab25-eb31-85af-2fb3fff8e456-e8af43ba {
  align-self: stretch;
}

#w-node-c06712d4-0dda-d4fe-8d66-bac5fdcb0693-e8af43ba {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-c06712d4-0dda-d4fe-8d66-bac5fdcb06c2-e8af43ba {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 25% 1fr;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43ba, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43c1 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43c1 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43c1 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43c1, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43cc {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43cc {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43cc {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43cc {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_7ebd245d-9099-5ae9-c8bd-8165713068d0-e8af43cd {
  align-self: stretch;
}

#w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-e8af43cd {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-e8af43cd {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_1e506ff4-0a4c-089c-b1f7-bf66c3fe12e5-e8af43cd {
  align-self: stretch;
}

#w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-e8af43cd {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-e8af43cd {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43cd {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_7ebd245d-9099-5ae9-c8bd-8165713068d0-e8af43ce {
  align-self: stretch;
}

#w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-e8af43ce {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-e8af43ce {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_1e506ff4-0a4c-089c-b1f7-bf66c3fe12e5-e8af43ce {
  align-self: stretch;
}

#w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-e8af43ce {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-e8af43ce {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43ce, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43d4 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43d4 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43d4 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43d4, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43d5 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43d5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43d5 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43d5, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43d7 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43d7 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43d7 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43d7, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43dc {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43dc {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43dc {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43dc, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43dd {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43dd {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43dd {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43dd, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43de {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43de {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43de {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43de, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43df {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43df {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43df {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43df, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e0 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e0 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e0 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e0 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_7ebd245d-9099-5ae9-c8bd-8165713068d0-e8af43e1 {
  align-self: stretch;
}

#w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-e8af43e1 {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-e8af43e1 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_1e506ff4-0a4c-089c-b1f7-bf66c3fe12e5-e8af43e1 {
  align-self: stretch;
}

#w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-e8af43e1 {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-e8af43e1 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_3bb444df-1ee6-5423-5959-8e3becbf6c67-e8af43e1 {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

#w-node-_3bb444df-1ee6-5423-5959-8e3becbf6c68-e8af43e1 {
  grid-column: span 2 / span 2;
}

#w-node-_3e5b87c3-a09d-a10c-eec6-c8c548f1b5ac-e8af43e1 {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

#w-node-_3e5b87c3-a09d-a10c-eec6-c8c548f1b5ad-e8af43e1 {
  grid-column: span 2 / span 2;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e1, #w-node-_0f317de5-02d3-ef2d-c1e5-a8f2a1a2333b-e8af43e1, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e2 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e2 {
  grid-row: span 4 / span 4;
}

#w-node-_78d04ee9-3aa8-bbb1-2071-b338d7fdb5db-e8af43e2 {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

#w-node-_78d04ee9-3aa8-bbb1-2071-b338d7fdb5dc-e8af43e2 {
  grid-column: span 2 / span 2;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e2, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e3 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e3 {
  grid-row: span 4 / span 4;
}

#w-node-_78d04ee9-3aa8-bbb1-2071-b338d7fdb5db-e8af43e3 {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

#w-node-_78d04ee9-3aa8-bbb1-2071-b338d7fdb5dc-e8af43e3 {
  grid-column: span 2 / span 2;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e3, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e4 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e4 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e4 {
  grid-row: span 4 / span 4;
}

#w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4e-e8af43e4 {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

#w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4f-e8af43e4 {
  grid-column: span 2 / span 2;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e4, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e5 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e5 {
  grid-row: span 4 / span 4;
}

#w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4e-e8af43e5 {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

#w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4f-e8af43e5 {
  grid-column: span 2 / span 2;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e5, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e6 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e6 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e6 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e6, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e7 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e7 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e7 {
  grid-row: span 4 / span 4;
}

#w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4e-e8af43e7 {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

#w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4f-e8af43e7 {
  grid-column: span 2 / span 2;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e7, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e8 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e8 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e8 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e8, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e9 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e9 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e9 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e9, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e571b888 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e571b888 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e571b888 {
  grid-row: span 4 / span 4;
}

#w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4e-e571b888 {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

#w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4f-e571b888 {
  grid-column: span 2 / span 2;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e571b888, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-ba0b8e97 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-ba0b8e97 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-ba0b8e97 {
  grid-row: span 4 / span 4;
}

#w-node-_1566e387-0b5a-2e15-c6b9-80ed273bd090-ba0b8e97 {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

#w-node-_1566e387-0b5a-2e15-c6b9-80ed273bd091-ba0b8e97 {
  grid-column: span 2 / span 2;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-ba0b8e97 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_7ebd245d-9099-5ae9-c8bd-8165713068d0-8a1383cb {
  align-self: stretch;
}

#w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-8a1383cb {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-8a1383cb {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_1e506ff4-0a4c-089c-b1f7-bf66c3fe12e5-8a1383cb {
  align-self: stretch;
}

#w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-8a1383cb {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-8a1383cb {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c24-8a1383cb {
  align-self: stretch;
}

#w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c29-8a1383cb {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c58-8a1383cb {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_31e25196-a924-9fde-3b11-43db4df77c8f-8a1383cb {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

#w-node-_31e25196-a924-9fde-3b11-43db4df77c90-8a1383cb {
  grid-column: span 2 / span 2;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-8a1383cb, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-d3a51540 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-d3a51540 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-d3a51540 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-d3a51540, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-077b3cdd {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_93e09f73-79a5-1f9a-9ef9-5a1b5a72c436-077b3cdd {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_93e09f73-79a5-1f9a-9ef9-5a1b5a72c437-077b3cdd {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-077b3cdd, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-0aa75613 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_93e09f73-79a5-1f9a-9ef9-5a1b5a72c436-0aa75613 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_93e09f73-79a5-1f9a-9ef9-5a1b5a72c437-0aa75613 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-0aa75613 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_7ebd245d-9099-5ae9-c8bd-8165713068d0-00141264 {
  align-self: stretch;
}

#w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-00141264 {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-00141264 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_1e506ff4-0a4c-089c-b1f7-bf66c3fe12e5-00141264 {
  align-self: stretch;
}

#w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-00141264 {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-00141264 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c24-00141264 {
  align-self: stretch;
}

#w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c29-00141264 {
  grid-template-rows: auto;
  grid-template-columns: 16% 15% 38% 12% 1fr;
}

#w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c58-00141264 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_31e25196-a924-9fde-3b11-43db4df77c8f-00141264 {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

#w-node-_31e25196-a924-9fde-3b11-43db4df77c90-00141264 {
  grid-column: span 2 / span 2;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-00141264, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-75e370ea {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-75e370ea {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-75e370ea {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-75e370ea, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-3c5f9592 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-3c5f9592 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-3c5f9592 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-3c5f9592, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e0026138 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e0026138 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-e0026138 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e0026138, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-4045f8cf {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-4045f8cf {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-4045f8cf {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-4045f8cf, #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-3825a652 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

#w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-3825a652 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 15% 30% 1fr;
}

#w-node-_37916e83-13d6-22aa-6c76-74c368130693-3825a652 {
  grid-row: span 4 / span 4;
}

#w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-3825a652 {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 38% 12% 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af4386 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af4386, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af4386, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af4386 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af4386 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af4386 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af4386 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af4386, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af4386, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af4386 {
    grid-column: span 2 / span 2;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-e8af43ba {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a5b-e8af43ba, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a6b-e8af43ba, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a74-e8af43ba {
    grid-column: span 2 / span 2;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-e8af43ba {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-e8af43ba {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07415e-e8af43ba, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07416e-e8af43ba, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c074177-e8af43ba {
    grid-column: span 2 / span 2;
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-e8af43ba {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-c06712d4-0dda-d4fe-8d66-bac5fdcb0693-e8af43ba {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-c06712d4-0dda-d4fe-8d66-bac5fdcb06a4-e8af43ba, #w-node-c06712d4-0dda-d4fe-8d66-bac5fdcb06b4-e8af43ba, #w-node-c06712d4-0dda-d4fe-8d66-bac5fdcb06bd-e8af43ba {
    grid-column: span 2 / span 2;
  }

  #w-node-c06712d4-0dda-d4fe-8d66-bac5fdcb06c2-e8af43ba {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43ba {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43ba, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43ba, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43ba {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43c1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43c1, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43c1, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43c1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43c1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43c1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43c1, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43c1, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43c1 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43cc {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43cc, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43cc, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43cc {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43cc {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43cc {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43cc, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43cc, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43cc {
    grid-column: span 2 / span 2;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-e8af43cd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a5b-e8af43cd, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a6b-e8af43cd, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a74-e8af43cd {
    grid-column: span 2 / span 2;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-e8af43cd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-e8af43cd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07415e-e8af43cd, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07416e-e8af43cd, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c074177-e8af43cd {
    grid-column: span 2 / span 2;
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-e8af43cd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43cd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43cd, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43cd, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43cd {
    grid-column: span 2 / span 2;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-e8af43ce {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a5b-e8af43ce, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a6b-e8af43ce, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a74-e8af43ce {
    grid-column: span 2 / span 2;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-e8af43ce {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-e8af43ce {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07415e-e8af43ce, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07416e-e8af43ce, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c074177-e8af43ce {
    grid-column: span 2 / span 2;
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-e8af43ce {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43ce {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43ce, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43ce, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43ce {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43d4 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43d4, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43d4, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43d4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43d4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43d4 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43d4, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43d4, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43d4 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43d5 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43d5, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43d5, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43d5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43d5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43d5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43d5 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43d5, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43d5, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43d5 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43d7 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43d7, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43d7, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43d7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43d7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43d7 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43d7, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43d7, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43d7 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43dc {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43dc, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43dc, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43dc {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43dc {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43dc {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43dc, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43dc, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43dc {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43dd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43dd, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43dd, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43dd {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43dd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43dd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43dd, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43dd, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43dd {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43de {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43de, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43de, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43de {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43de {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43de {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43de, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43de, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43de {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43df {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43df, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43df, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43df {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43df {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43df {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43df, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43df, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43df {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e0 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e0, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e0, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e0 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e0 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e0, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e0, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-e8af43e1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a5b-e8af43e1, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a6b-e8af43e1, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a74-e8af43e1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-e8af43e1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-e8af43e1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07415e-e8af43e1, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07416e-e8af43e1, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c074177-e8af43e1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-e8af43e1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e1, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e1, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0f317de5-02d3-ef2d-c1e5-a8f2a1a2333b-e8af43e1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_0f317de5-02d3-ef2d-c1e5-a8f2a1a2334f-e8af43e1, #w-node-_0f317de5-02d3-ef2d-c1e5-a8f2a1a2335f-e8af43e1, #w-node-_0f317de5-02d3-ef2d-c1e5-a8f2a1a23368-e8af43e1 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e2 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e2, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e2, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e2 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e2, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e2, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e2 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e3 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e3, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e3, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e3 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e3, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e3, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e4 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e4, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e4, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e4 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e4, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e4, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e4 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e5 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e5, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e5, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e5 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e5, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e5, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e5 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e6 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e6, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e6, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e6 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e6, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e6, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e6 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e7 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e7, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e7, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e7 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e7, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e7, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e7 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e8 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e8, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e8, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e8 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e8 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e8, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e8, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e8 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e9 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e9, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e9, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e9 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e9 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e9, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e9, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e9 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e571b888 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e571b888, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e571b888, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e571b888 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e571b888 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e571b888 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e571b888 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e571b888, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e571b888, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e571b888 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-ba0b8e97 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-ba0b8e97, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-ba0b8e97, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-ba0b8e97 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-ba0b8e97 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-ba0b8e97 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-ba0b8e97 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-ba0b8e97, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-ba0b8e97, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-ba0b8e97 {
    grid-column: span 2 / span 2;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-8a1383cb {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a5b-8a1383cb, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a6b-8a1383cb, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a74-8a1383cb {
    grid-column: span 2 / span 2;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-8a1383cb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-8a1383cb {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07415e-8a1383cb, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07416e-8a1383cb, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c074177-8a1383cb {
    grid-column: span 2 / span 2;
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-8a1383cb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c29-8a1383cb {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c3a-8a1383cb, #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c4a-8a1383cb, #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c53-8a1383cb {
    grid-column: span 2 / span 2;
  }

  #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c58-8a1383cb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-8a1383cb {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-8a1383cb, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-8a1383cb, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-8a1383cb {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-d3a51540 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-d3a51540, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-d3a51540, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-d3a51540 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-d3a51540 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-d3a51540 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-d3a51540 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-d3a51540, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-d3a51540, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-d3a51540 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-077b3cdd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-077b3cdd, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-077b3cdd, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-077b3cdd {
    grid-column: span 2 / span 2;
  }

  #w-node-_93e09f73-79a5-1f9a-9ef9-5a1b5a72c436-077b3cdd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_93e09f73-79a5-1f9a-9ef9-5a1b5a72c437-077b3cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-077b3cdd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-077b3cdd, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-077b3cdd, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-077b3cdd {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-0aa75613 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-0aa75613, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-0aa75613, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-0aa75613 {
    grid-column: span 2 / span 2;
  }

  #w-node-_93e09f73-79a5-1f9a-9ef9-5a1b5a72c436-0aa75613 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_93e09f73-79a5-1f9a-9ef9-5a1b5a72c437-0aa75613 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-0aa75613 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-0aa75613, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-0aa75613, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-0aa75613 {
    grid-column: span 2 / span 2;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-00141264 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a5b-00141264, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a6b-00141264, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a74-00141264 {
    grid-column: span 2 / span 2;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-00141264 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-00141264 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07415e-00141264, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07416e-00141264, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c074177-00141264 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-00141264 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c29-00141264 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c3a-00141264, #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c4a-00141264, #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c53-00141264 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c58-00141264 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-00141264 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-00141264, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-00141264, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-00141264 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-75e370ea {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-75e370ea, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-75e370ea, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-75e370ea {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-75e370ea {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-75e370ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-75e370ea {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-75e370ea, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-75e370ea, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-75e370ea {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-3c5f9592 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-3c5f9592, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-3c5f9592, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-3c5f9592 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-3c5f9592 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-3c5f9592 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-3c5f9592 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-3c5f9592, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-3c5f9592, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-3c5f9592 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e0026138 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e0026138, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e0026138, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e0026138 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e0026138 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e0026138 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e0026138 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e0026138, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e0026138, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e0026138 {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-4045f8cf {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-4045f8cf, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-4045f8cf, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-4045f8cf {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-4045f8cf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-4045f8cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-4045f8cf {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-4045f8cf, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-4045f8cf, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-4045f8cf {
    grid-column: span 2 / span 2;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-3825a652 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-3825a652, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-3825a652, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-3825a652 {
    grid-column: span 2 / span 2;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-3825a652 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% minmax(20%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-3825a652 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-3825a652 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr) minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-3825a652, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-3825a652, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-3825a652 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af4386 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af4386 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-e8af43ba, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-e8af43ba, #w-node-c06712d4-0dda-d4fe-8d66-bac5fdcb06c2-e8af43ba, #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43c1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43cc {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-e8af43cd, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-e8af43cd, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-e8af43ce, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-e8af43ce, #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43d4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43d5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43d7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43dc {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43dd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43de {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43df {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e0 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-e8af43e1, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-e8af43e1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_3bb444df-1ee6-5423-5959-8e3becbf6c67-e8af43e1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_3bb444df-1ee6-5423-5959-8e3becbf6c68-e8af43e1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3e5b87c3-a09d-a10c-eec6-c8c548f1b5ac-e8af43e1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_3e5b87c3-a09d-a10c-eec6-c8c548f1b5ad-e8af43e1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78d04ee9-3aa8-bbb1-2071-b338d7fdb5db-e8af43e2 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_78d04ee9-3aa8-bbb1-2071-b338d7fdb5dc-e8af43e2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78d04ee9-3aa8-bbb1-2071-b338d7fdb5db-e8af43e3 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_78d04ee9-3aa8-bbb1-2071-b338d7fdb5dc-e8af43e3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4e-e8af43e4 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4f-e8af43e4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4e-e8af43e5 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4f-e8af43e5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4e-e8af43e7 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4f-e8af43e7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e8af43e9 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e8af43e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e571b888 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e571b888 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4e-e571b888 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_0a3cf03d-c167-9e18-7469-b70566c68f4f-e571b888 {
    grid-column: span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-ba0b8e97 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-ba0b8e97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1566e387-0b5a-2e15-c6b9-80ed273bd090-ba0b8e97 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_1566e387-0b5a-2e15-c6b9-80ed273bd091-ba0b8e97 {
    grid-column: span 1 / span 1;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-8a1383cb, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-8a1383cb, #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c58-8a1383cb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_31e25196-a924-9fde-3b11-43db4df77c8f-8a1383cb {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_31e25196-a924-9fde-3b11-43db4df77c90-8a1383cb {
    grid-column: span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-d3a51540 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-d3a51540 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93e09f73-79a5-1f9a-9ef9-5a1b5a72c436-077b3cdd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_93e09f73-79a5-1f9a-9ef9-5a1b5a72c437-077b3cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93e09f73-79a5-1f9a-9ef9-5a1b5a72c436-0aa75613 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_93e09f73-79a5-1f9a-9ef9-5a1b5a72c437-0aa75613 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a79-00141264, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07417c-00141264, #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c58-00141264 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_31e25196-a924-9fde-3b11-43db4df77c8f-00141264 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_31e25196-a924-9fde-3b11-43db4df77c90-00141264 {
    grid-column: span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-75e370ea {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-75e370ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-3c5f9592 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-3c5f9592 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-e0026138 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-e0026138 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-4045f8cf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-4045f8cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70723a79-c6e9-71e3-3f8a-8bf1cca8862c-3825a652 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(35%, 1fr);
  }

  #w-node-_37916e83-13d6-22aa-6c76-74c368130693-3825a652 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af4386 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af4386, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af4386, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af4386 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af4386 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af4386, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af4386, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af4386 {
    grid-column: span 1 / span 1;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-e8af43ba {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a5b-e8af43ba, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a6b-e8af43ba, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a74-e8af43ba {
    grid-column: span 1 / span 1;
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-e8af43ba {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07415e-e8af43ba, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07416e-e8af43ba, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c074177-e8af43ba {
    grid-column: span 1 / span 1;
  }

  #w-node-c06712d4-0dda-d4fe-8d66-bac5fdcb0693-e8af43ba {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-c06712d4-0dda-d4fe-8d66-bac5fdcb06a4-e8af43ba, #w-node-c06712d4-0dda-d4fe-8d66-bac5fdcb06b4-e8af43ba, #w-node-c06712d4-0dda-d4fe-8d66-bac5fdcb06bd-e8af43ba {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43ba {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43ba, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43ba, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43ba {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43c1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43c1, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43c1, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43c1 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43c1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43c1, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43c1, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43c1 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43cc {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43cc, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43cc, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43cc {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43cc {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43cc, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43cc, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43cc {
    grid-column: span 1 / span 1;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-e8af43cd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a5b-e8af43cd, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a6b-e8af43cd, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a74-e8af43cd {
    grid-column: span 1 / span 1;
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-e8af43cd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07415e-e8af43cd, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07416e-e8af43cd, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c074177-e8af43cd {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43cd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43cd, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43cd, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43cd {
    grid-column: span 1 / span 1;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-e8af43ce {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a5b-e8af43ce, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a6b-e8af43ce, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a74-e8af43ce {
    grid-column: span 1 / span 1;
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-e8af43ce {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07415e-e8af43ce, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07416e-e8af43ce, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c074177-e8af43ce {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43ce {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43ce, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43ce, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43ce {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43d4 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43d4, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43d4, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43d4 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43d4 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43d4, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43d4, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43d4 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43d5 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43d5, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43d5, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43d5 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43d5 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43d5, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43d5, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43d5 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43d7 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43d7, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43d7, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43d7 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43d7 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43d7, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43d7, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43d7 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43dc {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43dc, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43dc, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43dc {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43dc {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43dc, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43dc, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43dc {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43dd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43dd, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43dd, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43dd {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43dd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43dd, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43dd, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43dd {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43de {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43de, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43de, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43de {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43de {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43de, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43de, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43de {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43df {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43df, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43df, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43df {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43df {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43df, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43df, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43df {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e0 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e0, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e0, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e0 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e0 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e0, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e0, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-e8af43e1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a5b-e8af43e1, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a6b-e8af43e1, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a74-e8af43e1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-e8af43e1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07415e-e8af43e1, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07416e-e8af43e1, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c074177-e8af43e1 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e1, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e1, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0f317de5-02d3-ef2d-c1e5-a8f2a1a2333b-e8af43e1 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_0f317de5-02d3-ef2d-c1e5-a8f2a1a2334f-e8af43e1, #w-node-_0f317de5-02d3-ef2d-c1e5-a8f2a1a2335f-e8af43e1, #w-node-_0f317de5-02d3-ef2d-c1e5-a8f2a1a23368-e8af43e1 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e2 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e2, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e2, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e2 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e2 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e2, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e2, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e2 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e3 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e3, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e3, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e3 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e3 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e3, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e3, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e3 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e4 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e4, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e4, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e4 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e4 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e4, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e4, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e4 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e5 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e5, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e5, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e5 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e5 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e5, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e5, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e5 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e6 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e6, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e6, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e6 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e6 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e6, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e6, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e6 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e7 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e7, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e7, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e7 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e7 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e7, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e7, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e7 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e8 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e8, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e8, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e8 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e8 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e8, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e8, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e8 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e8af43e9 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e8af43e9, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e8af43e9, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e8af43e9 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e8af43e9 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e8af43e9, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e8af43e9, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e8af43e9 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e571b888 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e571b888, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e571b888, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e571b888 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e571b888 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e571b888, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e571b888, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e571b888 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-ba0b8e97 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-ba0b8e97, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-ba0b8e97, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-ba0b8e97 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-ba0b8e97 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-ba0b8e97, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-ba0b8e97, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-ba0b8e97 {
    grid-column: span 1 / span 1;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-8a1383cb {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a5b-8a1383cb, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a6b-8a1383cb, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a74-8a1383cb {
    grid-column: span 1 / span 1;
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-8a1383cb {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07415e-8a1383cb, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07416e-8a1383cb, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c074177-8a1383cb {
    grid-column: span 1 / span 1;
  }

  #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c29-8a1383cb {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c3a-8a1383cb, #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c4a-8a1383cb, #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c53-8a1383cb {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-8a1383cb {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-8a1383cb, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-8a1383cb, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-8a1383cb {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-d3a51540 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-d3a51540, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-d3a51540, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-d3a51540 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-d3a51540 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-d3a51540, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-d3a51540, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-d3a51540 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-077b3cdd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-077b3cdd, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-077b3cdd, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-077b3cdd {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-077b3cdd {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-077b3cdd, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-077b3cdd, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-077b3cdd {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-0aa75613 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-0aa75613, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-0aa75613, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-0aa75613 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-0aa75613 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-0aa75613, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-0aa75613, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-0aa75613 {
    grid-column: span 1 / span 1;
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a47-00141264 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a5b-00141264, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a6b-00141264, #w-node-_95b49a80-9d4e-1815-f8d4-718e90768a74-00141264 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07414d-00141264 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07415e-00141264, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c07416e-00141264, #w-node-_7c6a8bd9-e1d3-4633-3952-74072c074177-00141264 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c29-00141264 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c3a-00141264, #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c4a-00141264, #w-node-_7e53351a-b63b-3cff-f428-cf97e44d5c53-00141264 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-00141264 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-00141264, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-00141264, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-00141264 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-75e370ea {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-75e370ea, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-75e370ea, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-75e370ea {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-75e370ea {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-75e370ea, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-75e370ea, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-75e370ea {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-3c5f9592 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-3c5f9592, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-3c5f9592, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-3c5f9592 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-3c5f9592 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-3c5f9592, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-3c5f9592, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-3c5f9592 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-e0026138 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-e0026138, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-e0026138, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-e0026138 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-e0026138 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-e0026138, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-e0026138, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-e0026138 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-4045f8cf {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-4045f8cf, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-4045f8cf, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-4045f8cf {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-4045f8cf {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-4045f8cf, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-4045f8cf, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-4045f8cf {
    grid-column: span 1 / span 1;
  }

  #w-node-aa46cada-095b-7747-fab7-d4dd6783748a-3825a652 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-_6cd12062-5ac2-1ee2-c32d-8834517ae16f-3825a652, #w-node-_5d329f1b-2c5f-56d1-0951-c1edb59d8ce5-3825a652, #w-node-cf36e072-335e-0d6b-b0d4-9995d2b25fdf-3825a652 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee5a-3825a652 {
    grid-template-rows: auto;
    grid-template-columns: minmax(15%, 1fr);
  }

  #w-node-ac4893d0-628d-9619-2213-2a7041d8ee6e-3825a652, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee7e-3825a652, #w-node-ac4893d0-628d-9619-2213-2a7041d8ee87-3825a652 {
    grid-column: span 1 / span 1;
  }
}

/* ==========================================================================
   UI REFRESH 2026 — Deep Forest Green Theme (Weleda-inspired)
   纯追加样式，不修改原有任何规则。
   如需回滚：删除以下所有内容即可恢复原始配色。
   ========================================================================== */

:root {
  --dark-main-color: #1f4d3f;
  --mid-main-color: #2e6b57;
  --bright-main-color: #2e6b57;
  --accent-gold: #b8965a;
  --accent-gold-soft: #d4b878;
  --warm-bg: #f6f4ef;
  --warm-panel: #fbf9f4;
}

.main-section {
  background-color: var(--warm-bg);
}

.heading {
  color: var(--dark-main-color);
  letter-spacing: -0.005em;
}

.review-container h2 {
  color: var(--dark-main-color);
  border-bottom: 2px solid var(--accent-gold);
  padding-bottom: 8px;
  margin-bottom: 18px;
}

.review-container h3 {
  color: var(--dark-main-color);
  margin-top: 28px;
}

.product-card,
.product-card-ranking {
  box-shadow: 0 2px 10px rgba(31, 77, 63, 0.10);
}

.product-card-ranking:first-of-type {
  border: 1px solid var(--accent-gold-soft);
  box-shadow: 0 3px 16px rgba(184, 150, 90, 0.20);
  position: relative;
  overflow: hidden;
}

.product-card-ranking:first-of-type::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--accent-gold), var(--dark-main-color));
  pointer-events: none;
  z-index: 1;
}

.rating-block {
  background-color: #fafaf7;
  box-shadow: inset 0 0 0 1px rgba(31, 77, 63, 0.06);
}

.limited-offer {
  background-color: var(--warm-panel);
  border-color: var(--accent-gold);
}

.cta-button-product-card {
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.cta-button-product-card:hover {
  background-color: #f59320;
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(231, 132, 0, 0.28);
}

.cta-button-product-card:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(231, 132, 0, 0.25);
}

.footer-link {
  color: #9ec5b4;
}

.footer-link:hover {
  color: var(--accent-gold-soft);
}

.review-container a:not(.w-button),
.limited-offer a:not(.w-button),
.attention-box a:not(.w-button),
.ranking-information-container a:not(.w-button) {
  color: var(--dark-main-color);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.review-container a:not(.w-button):hover,
.limited-offer a:not(.w-button):hover,
.attention-box a:not(.w-button):hover,
.ranking-information-container a:not(.w-button):hover {
  color: var(--accent-gold);
}

.cta-button-product-card,
.cta-button-product-card:hover,
.cta-button-product-card:visited,
.cta-button-product-card:active {
  color: #fff;
  text-decoration: none;
}

.scientific-references-text a {
  color: var(--mid-main-color);
}

/* ==========================================================================
   UI REFRESH 2026 · Phase 2 — Shape Differentiation
   1. 圆形测评印章  (Testnote-Siegel)
   2. 金/银/铜奖牌 (Ranking medals)
   3. 丝带锦旗徽章  (Banner ribbon)
   4. 折扣贴纸      (Discount sticker)
   纯追加，HTML 不动，回滚删本段即可。
   ========================================================================== */

/* ── 1. 评分块 → 圆形测评印章 ───────────────────────────────────── */

.rating-block {
  border: 6px solid var(--dark-main-color);
  border-radius: 50%;
  width: 144px;
  height: 144px;
  background:
    radial-gradient(circle at 50% 42%, #ffffff 0%, #faf4e4 70%, #f2ead1 100%);
  box-shadow:
    inset 0 0 0 2px #ffffff,
    inset 0 0 0 3px rgba(31, 77, 63, 0.18),
    inset 0 -6px 14px rgba(31, 77, 63, 0.06),
    0 5px 14px rgba(31, 77, 63, 0.28),
    0 1px 2px rgba(31, 77, 63, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 14px 10px 14px;
  position: relative;
}

.rating-block .product-card-rating-text {
  background-color: transparent;
  color: var(--accent-gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 3px;
  line-height: 1;
}

.rating-block .product-card-rating-number-text {
  color: var(--dark-main-color);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 2px;
  letter-spacing: -0.02em;
}

.rating-block .product-card-rating-excellent-text {
  color: var(--mid-main-color);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 6px;
}

.rating-block .product-card-star-rating {
  padding-left: 0;
  padding-right: 0;
  gap: 0;
  margin-top: 0;
}

.rating-block .star-rating {
  width: 16px;
  height: 16px;
  margin-right: 0;
}

/* ── 2. 排名 1 / 2 / 3 → 金 / 银 / 铜奖牌 ─────────────────────────── */

.product-card-ranking-name-grid {
  grid-template-columns: 72px 1fr;
  align-items: center;
  padding: 6px 4px;
}

.ranking-product-card-number-div-block {
  align-self: center !important;
  justify-self: center;
  width: 54px;
  height: 54px;
  border-radius: 50% !important;
  background: radial-gradient(circle at 35% 30%, #f5d88f 0%, #d4af5a 45%, #a8864c 90%);
  box-shadow:
    inset 0 -2px 4px rgba(0, 0, 0, 0.22),
    inset 0 2px 3px rgba(255, 255, 255, 0.45),
    0 0 0 3px #ffffff,
    0 0 0 4px rgba(184, 150, 90, 0.55),
    0 3px 6px rgba(0, 0, 0, 0.18);
}

.product-card-ranking:nth-of-type(2) .ranking-product-card-number-div-block {
  background: radial-gradient(circle at 35% 30%, #f2f2f2 0%, #c0c0c0 45%, #8a8a8a 90%);
  box-shadow:
    inset 0 -2px 4px rgba(0, 0, 0, 0.22),
    inset 0 2px 3px rgba(255, 255, 255, 0.55),
    0 0 0 3px #ffffff,
    0 0 0 4px rgba(150, 150, 150, 0.55),
    0 3px 6px rgba(0, 0, 0, 0.18);
}

.product-card-ranking:nth-of-type(3) .ranking-product-card-number-div-block {
  background: radial-gradient(circle at 35% 30%, #e4b48d 0%, #b87550 45%, #8a5336 90%);
  box-shadow:
    inset 0 -2px 4px rgba(0, 0, 0, 0.22),
    inset 0 2px 3px rgba(255, 255, 255, 0.32),
    0 0 0 3px #ffffff,
    0 0 0 4px rgba(184, 117, 80, 0.55),
    0 3px 6px rgba(0, 0, 0, 0.18);
}

.ranking-product-card-number-text {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
}

/* ── 3. Testsieger / Empfehlung / Solide Wahl → 丝带锦旗 ──────────── */

.bestseller-badge {
  background:
    url('../image/10.svg') 14px center / 20px no-repeat,
    linear-gradient(135deg, #2e6b57 0%, var(--dark-main-color) 100%);
  padding: 10px 24px 18px 46px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    50% 100%,
    0 calc(100% - 10px)
  );
  border-radius: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.18));
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.bestseller-badge.medal-2 {
  background:
    url('../image/11.svg') 14px center / 20px no-repeat,
    linear-gradient(135deg, #2e6b57 0%, var(--dark-main-color) 100%);
}

.bestseller-badge.medal-3 {
  background:
    url('../image/12.svg') 14px center / 20px no-repeat,
    linear-gradient(135deg, #2e6b57 0%, var(--dark-main-color) 100%);
}

/* ── 4. 折扣栏 → 促销贴纸/邮戳样式 ───────────────────────────────── */

.product-card-cell:has(> .product-card-discount-large-text) {
  background: linear-gradient(135deg, #fef9ef 0%, #fcefd6 100%);
  border: 2px dashed var(--accent-gold);
  border-radius: 14px;
  padding: 12px 8px;
  transform: rotate(-3deg);
  margin: 6px 6px;
  box-shadow: 0 2px 6px rgba(184, 150, 90, 0.20);
  transition: transform 0.2s ease;
}

.product-card-cell:has(> .product-card-discount-large-text):hover {
  transform: rotate(-3deg) scale(1.03);
}

.product-card-cell:has(> .product-card-discount-large-text) .product-card-discount-large-text {
  color: #c26a1e;
  font-size: 28px;
  line-height: 1.05;
  margin-top: 2px;
  letter-spacing: -0.02em;
}

.product-card-cell:has(> .product-card-discount-large-text) .product-card-discount-small-text {
  color: var(--dark-main-color);
  font-weight: 600;
}

/* ── 移动端自适应 ───────────────────────────────────────────────── */

@media screen and (max-width: 767px) {
  .rating-block {
    width: 122px;
    height: 122px;
    border-width: 5px;
    padding: 8px 12px 8px 12px;
  }
  .rating-block .product-card-rating-text {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 3px;
  }
  .rating-block .product-card-rating-number-text {
    font-size: 32px;
    margin-bottom: 2px;
  }
  .rating-block .product-card-rating-excellent-text {
    line-height: 1;
    margin-bottom: 5px;
  }
  .rating-block .star-rating {
    width: 13px;
    height: 13px;
  }
  .product-card-ranking-name-grid {
    grid-template-columns: 60px 1fr;
  }
  .ranking-product-card-number-div-block {
    width: 44px;
    height: 44px;
  }
  .ranking-product-card-number-text {
    font-size: 22px;
  }
  .bestseller-badge {
    font-size: 16px;
    padding: 8px 18px 16px 42px;
  }
  .product-card-cell:has(> .product-card-discount-large-text) {
    transform: rotate(-2deg);
  }
  .product-card-cell:has(> .product-card-discount-large-text):hover {
    transform: rotate(-2deg) scale(1.02);
  }

  .header-container {
    padding-left: max(12px, env(safe-area-inset-left, 0px));
    padding-right: max(12px, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
  }

  .header-top-row {
    gap: 8px;
    margin-bottom: 6px;
    min-width: 0;
  }

  .site-brand-wordmark {
    margin: 0 0 4px 0;
    max-width: none;
    flex: 0 0 auto;
    overflow: visible;
  }

  .site-brand-wordmark__line1 {
    font-size: clamp(0.82rem, 2.8vw, 0.95rem);
  }

  .site-brand-wordmark__line2 {
    font-size: clamp(0.75rem, 2.5vw, 0.88rem);
    letter-spacing: 0.04em;
    padding-bottom: 6px;
  }

  .site-brand-wordmark__line2::after {
    height: 2px;
  }

  .header-top-row .werbung-disclaimer {
    max-width: 42%;
    text-align: right;
    word-break: normal;
  }
}

/* ── 页头文字商标（Verlässliche Bewertungen · 左上、小字号）────────── */

.header-top-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: 8px;
  min-width: 0;
}

.header-top-row .werbung-disclaimer {
  flex: 0 0 auto;
  margin-left: auto;
  align-self: flex-start;
}

.site-brand-wordmark {
  flex: 0 0 auto;
  text-align: left;
  margin: 0 0 6px 0;
  max-width: min(100%, 13.5rem);
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .site-brand-wordmark {
    margin-left: -20px;
  }
}

.site-brand-wordmark__inner {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.06em;
  line-height: 1.08;
}

.site-brand-wordmark__line1,
.site-brand-wordmark__line2 {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

.site-brand-wordmark__line1 {
  font-size: clamp(0.88rem, 1.35vw + 0.55rem, 1.02rem);
  color: var(--dark-main-color);
  letter-spacing: 0.02em;
}

.site-brand-wordmark__line2 {
  font-size: clamp(0.8rem, 1.1vw + 0.5rem, 0.94rem);
  color: var(--mid-main-color);
  letter-spacing: 0.07em;
  padding-bottom: 7px;
  position: relative;
}

.site-brand-wordmark__line2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 11rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    var(--accent-gold-soft) 0%,
    var(--accent-gold) 42%,
    var(--accent-gold-soft) 100%
  );
}

