:root {
  --background: #effafb;
  --dark-slate-blue: #10405b;
  --color: #e36e3c;
  --primary: #5eccd3;
  --white: white;
  --khaki: #eed96c;
  --untitled-ui--gray700: #344054;
  --shadow: #5eccd333;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray300: #d0d5dd;
  --flowui-component-library--grey-300: #e4e6f1;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--white: white;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary700: #6941c6;
  --combine-library--white: white;
  --combine-library--grey-800: #1f2c3d;
  --grijs-nieuw: #929292;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --untitled-ui--gray400: #98a2b3;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-100: #f7f9fd;
  --back1: #f1eded;
  --untitled-ui--success700: #027a48;
  --combine-library--grey-050: #f2f3f7;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--primary-base: #642eff;
  --combine-library--primary-600: #6157f8;
  --flowui-component-library--gray-500: #6b7094;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --flowui-component-library--gray-700: #282556;
  --untitled-ui--success50: #ecfdf3;
  --test: white;
  --water: #c8dff8;
  --untitled-ui--primary800: #53389e;
  --combine-library--grey-600: #5f6570;
  --untitled-ui--primary50: #f9f5ff;
  --greyline: #10405b;
  --flowui-component-library--primary-dark: #2d0896;
  --flowui-component-library--gray-800: #1b114a;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--pink700: #c11574;
  --color-2: white;
  --neworange: #d67634;
}

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

.w-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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.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%;
}

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

body {
  background-color: var(--background);
  color: var(--dark-slate-blue);
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--color);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

blockquote {
  border-left: 6px solid var(--primary);
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 10px;
  padding: 0 20px 0 40px;
  font-size: 24px;
  line-height: 150%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.page.overflow-visible {
  overflow: visible;
}

.section {
  background-color: #fff;
  flex: 1;
  padding: 75px 5% 120px;
  position: static;
}

.section.white-section {
  background-color: var(--white);
}

.section.cta-section {
  z-index: 2;
  background-image: linear-gradient(to bottom, #10405b00 70%, var(--dark-slate-blue) 70%);
  padding-top: 0;
  padding-bottom: 90px;
  position: relative;
}

.section.footer {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  margin-top: 70px;
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.section.listing-hero-section {
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: url('../images/pexels-naya-shaw-2002570.jpg');
  background-position: 50%;
  background-size: cover;
  max-height: 100%;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 50px;
}

.section.property-hero-section {
  color: var(--white);
  text-align: center;
  padding-top: 240px;
  padding-bottom: 180px;
  position: relative;
}

.section.property-main-section {
  padding-top: 0;
}

.section.location-hero-section {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 200px;
  position: relative;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero-wrapper {
  z-index: 2;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.properties-filter-wrapper {
  z-index: 2;
  flex-flow: row;
  flex: 0 auto;
  place-content: space-around flex-start;
  align-items: flex-start;
  width: 320px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 100px 13% auto auto;
  box-shadow: 0 20px 30px -20px #d5966f;
}

.header {
  z-index: 100;
  color: var(--dark-slate-blue);
  background-color: #ffffff80;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-logo {
  padding-left: 0;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.header-link {
  color: var(--dark-slate-blue);
  border-bottom: 2px solid #0000;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  margin-left: 40px;
  padding: 3px 0;
  font-size: 18px;
  line-height: 130%;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.header-link:hover {
  color: var(--primary);
  text-decoration: none;
}

.header-link.w--current {
  border-bottom-color: var(--khaki);
  color: var(--dark-slate-blue);
  cursor: default;
}

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

.button {
  background-color: var(--dark-slate-blue);
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button.header-button {
  min-height: 50px;
  margin-left: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.button.secondary-button-overlay {
  background-color: var(--white);
  color: #10405b80;
  border: 2px solid #10405b80;
  border-radius: 16px;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px #10405b1a;
}

.button.yellow-button {
  background-color: var(--khaki);
  color: var(--dark-slate-blue);
}

.button.filter-button {
  background-color: var(--khaki);
  color: var(--untitled-ui--gray700);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 6px 24px;
  font-size: 15px;
}

.map-point-wrapper {
  color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-point-wrapper:hover {
  z-index: 2;
}

.location-link {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding-top: 60%;
  text-decoration: none;
  display: block;
  position: relative;
}

.property-tab-link {
  background-color: var(--khaki);
  opacity: .5;
  color: var(--dark-slate-blue);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.property-tab-link:hover {
  background-color: #fff;
  text-decoration: none;
}

.property-tab-link.w--current {
  background-color: var(--shadow);
  opacity: 1;
  color: var(--dark-slate-blue);
  cursor: default;
  box-shadow: 0 10px 10px -5px #10405b1a;
}

.property-types-menu {
  opacity: 1;
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 20px;
  outline: 3px #eed96c;
  align-items: center;
  height: 50px;
  display: flex;
}

.property-types-menu.full-color {
  background-color: #5eccd3;
  margin-bottom: 20px;
}

.property-tabs-link-icon {
  margin-right: 7px;
}

.agent-name {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.agent-position {
  opacity: .5;
  color: var(--dark-slate-blue);
  font-size: 14px;
  line-height: 130%;
}

.listings-wrapper {
  align-self: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.listings-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 90px;
  display: flex;
}

.listing-item {
  width: 33.33%;
  padding: 10px;
}

.listing-card {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  height: 100%;
  padding: 10px 10px 20px;
  text-decoration: none;
  transition: transform .8s cubic-bezier(.23, 1, .32, 1), box-shadow .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 30px 40px -20px #5eccd380;
}

.listing-card:hover {
  text-decoration: none;
  transform: translate(0, 5px);
  box-shadow: 0 15px 30px -15px #5eccd380;
}

.listing-card-img-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  height: 240px;
  margin-bottom: 36px;
  position: relative;
}

.listing-card-img-overlay {
  background-image: linear-gradient(#10405b00, #10405b80);
  border-radius: 16px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  inset: 0%;
}

.listing-card-img-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.featured-tag {
  background-color: var(--khaki);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-right: 10px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.purpose-tag {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-transform: capitalize;
  background-color: #fff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px #10405b1a;
}

.listing-card-price {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 5px 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto auto -22px 12px;
  box-shadow: 0 10px 20px -6px #5eccd380;
}

.listing-card-content {
  flex-direction: column;
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.listing-card-name {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 120%;
}

.listing-card-location {
  color: #10405b80;
  background-image: url('../images/location-grey.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 130%;
}

.listing-card-info-block {
  align-items: center;
  margin-top: auto;
  margin-right: -28px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.listing-card-info-item {
  opacity: .5;
  align-items: center;
  margin-right: 28px;
  display: flex;
}

.listing-info-icon {
  margin-right: 12px;
}

.hidden {
  display: none;
}

.cta-block {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(270deg, #5eccd3f2, #48adc0d9 55%, #3693b0f2), url('../images/CTA-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  padding: 100px 100px 120px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #5eccd34d;
}

.cta-form {
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  display: flex;
  position: relative;
}

.phone-field {
  color: var(--dark-slate-blue);
  background-image: url('../images/email.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.phone-field:hover {
  opacity: .9;
}

.phone-field::placeholder {
  color: #10405b80;
}

.cta-form-button {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/white-arr-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  transition: background-position .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 20px -30px auto;
  box-shadow: 0 15px 30px -5px #10405b4d;
}

.cta-form-button:hover {
  background-position: 60%;
}

.cta-field-wrapper {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  position: relative;
}

.success-message {
  background-color: #0000;
  font-size: 24px;
}

.cta-form-error {
  color: var(--white);
  background-color: #bb245e80;
  border-radius: 15px;
  width: 100%;
  margin-top: 35px;
  font-size: 16px;
  position: absolute;
}

.cta-form-block {
  position: relative;
}

.footer-main {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.footer-left-col {
  max-width: 350px;
}

.footer-logo {
  color: var(--white);
  margin-bottom: 20px;
}

.footer-logo:hover {
  text-decoration: none;
}

.footer-social-links {
  align-items: center;
  margin-top: 36px;
  margin-left: -15px;
  display: flex;
}

.social-link {
  opacity: .5;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  transition: opacity .4s;
}

.social-link:hover {
  opacity: 1;
}

.footer-links {
  display: flex;
}

.footer-links-col {
  min-width: 200px;
  margin-left: 60px;
}

.footer-heading {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 24px;
}

.footer-menu-link {
  color: var(--white);
  margin-bottom: 14px;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.footer-menu-link:hover {
  color: var(--khaki);
  text-decoration: none;
}

.footer-menu-link.w--current {
  font-size: .9375rem;
}

.footer-bottom {
  color: #ffffff80;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-copyright {
  font-size: .875rem;
}

.filter-form-wrapper {
  background-color: var(--white);
  opacity: 1;
  mix-blend-mode: normal;
  border: 1px solid #000;
  border-radius: 5px;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 20px 30px 30px;
  position: static;
  inset: auto 30% 20% auto;
  box-shadow: 1px 0 5px #d5966f;
}

.filter-dropdown {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: fill;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.filter-dropdown-toggle {
  background-color: var(--untitled-ui--gray200);
  color: #10405b80;
  object-fit: fill;
  border-radius: 5px;
  align-items: center;
  width: 250px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-toggle:hover {
  background-color: #c8dff8;
}

.filter-dropdown-arrow {
  position: absolute;
  inset: 15px 20px auto auto;
}

.filter-dropdown-icon {
  opacity: .5;
  margin-right: 12px;
  position: relative;
}

.filter-dropdown-list {
  z-index: auto;
  float: none;
  clear: none;
  aspect-ratio: auto;
  background-color: var(--untitled-ui--gray200);
  object-fit: fill;
  border-radius: 20px;
  margin-top: 2px;
  display: none;
  position: relative;
  inset: 5px 0% auto;
  overflow: visible;
  box-shadow: 0 20px 40px -12px #10405b33;
}

.filter-dropdown-list-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .89;
  color: var(--untitled-ui--gray600);
  background-color: #eaecf0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 10px;
  display: block;
  position: static;
  overflow: visible;
}

.filter-dropdown-item {
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 2px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-item:hover {
  background-color: #ffffffb3;
}

.filter-checkbox {
  background-color: var(--white);
  border-width: 2px;
  border-color: #10405b1a;
  border-radius: 7px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-width .3s;
}

.filter-checkbox:hover {
  border-color: #10405b4d;
}

.filter-checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: 14px;
}

.filter-checkbox.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: #10405b4d;
}

.filter-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  display: flex;
}

.filter-price-wrapper {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.rangeslider-track {
  color: var(--untitled-ui--gray300);
  background-color: #eaecf0;
  border-radius: 3px;
  height: 6px;
  position: relative;
}

.rangeslider-handle {
  z-index: 2;
  border: 6px solid var(--untitled-ui--gray600);
  background-color: var(--white);
  color: var(--khaki);
  cursor: grab;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
}

.rangeslider-handle:focus {
  background-color: var(--primary);
}

.rangeslider-fill {
  background-color: var(--untitled-ui--gray600);
  color: var(--khaki);
  width: 20%;
  height: 100%;
  position: absolute;
}

.range-value-wrap {
  color: #10405b80;
  text-align: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% -34px -50%;
}

.listing-hero-inner {
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 800px;
  max-width: 70%;
  margin-right: 5%;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.filter-price-input {
  display: none;
}

.property-hero-bg {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block {
  background-color: #10405bb3;
  position: absolute;
  inset: 0%;
}

.property-hero-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.property-type-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-transform: capitalize;
  background-color: #fff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px #10405b1a;
}

.property-type-text {
  margin-right: 5px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.property-location {
  background-image: url('../images/Vector.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  font-size: 22px;
}

.property-description-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-right: 4%;
}

.property-description-card {
  background-color: var(--white);
  box-shadow: 0 30px 60px -5px var(--shadow);
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  width: 100%;
  margin-top: -70px;
  margin-bottom: 100px;
  padding: 40px 40px 45px;
  display: flex;
  position: relative;
}

.description-card-top {
  align-items: flex-end;
  display: flex;
}

.prise-text {
  color: var(--primary);
  margin-right: 3px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.description-show-more-overlay {
  z-index: 2;
  background-image: linear-gradient(to top, var(--white) 24%, #ffffffed 50%, #ffffffd9 66%, #ffffffab 81%, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120px;
  margin-top: -120px;
  display: flex;
  position: absolute;
  inset: auto 40px 30px;
}

.property-info-block {
  z-index: 3;
  background-color: #5eccd31a;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 30px 5%;
  display: flex;
}

.heading-32px {
  font-size: 32px;
}

.property-info-inner {
  color: #10405b80;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.property-info-icon-wrapper {
  color: #10405b;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.property-icon {
  margin-right: 10px;
}

.property-id {
  color: #10405b80;
  margin-left: 5px;
  font-size: 14px;
  line-height: 100%;
}

.property-price-wrapper {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.period-text {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 100%;
}

.agent-card {
  box-shadow: 0 30px 60px -5px var(--shadow);
  background-color: #5eccd333;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 31%;
  margin-top: 60px;
  padding: 60px 40px;
  font-size: 18px;
  display: flex;
  position: sticky;
  top: 120px;
}

.arent-image {
  border: 10px solid #fff;
  border-radius: 40px;
  margin-bottom: 15px;
  box-shadow: 0 15px 30px #162d3a1a;
}

.arent-image.contact-block {
  object-fit: cover;
  width: 140px;
  height: 140px;
  margin-top: -70px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.description-rich-text {
  width: 100%;
}

.description-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.features-rich-text {
  margin-bottom: 100px;
}

.features-rich-text ul {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.features-rich-text li {
  background-color: var(--white);
  box-shadow: 0 4px 4px 0 var(--shadow);
  background-image: url('../images/chechbox.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding: 15px 15px 15px 60px;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
}

.property-id-wrap {
  color: #10405b80;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.property-address {
  color: #10405b80;
  font-size: 14px;
  line-height: 100%;
}

.property-map-block {
  max-width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.property-gallery-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.property-gallery {
  width: 100%;
  margin-top: 20px;
}

.property-gallery-item {
  border-radius: 20px;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.property-gallery-thumbnail-img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.property-gallery-item-overlay {
  opacity: 0;
  background-color: #10405bb3;
  background-image: url('../images/Zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0%;
}

.property-gallery-item-overlay:hover {
  opacity: 1;
}

.property-contact-agent {
  width: 100%;
  padding-top: 100px;
}

.form-fields-wrap {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.form-field-wrap {
  padding: 10px;
}

.name-field {
  color: var(--dark-slate-blue);
  background-image: url('../images/name.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.name-field:hover {
  opacity: .9;
}

.name-field::placeholder {
  color: #10405b80;
}

.email-field {
  color: var(--dark-slate-blue);
  background-image: url('../images/email_1.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.email-field:hover {
  opacity: .9;
}

.email-field::placeholder {
  color: #10405b80;
}

.text-area {
  color: var(--dark-slate-blue);
  border: 1px #000;
  border-radius: 20px;
  min-height: 160px;
  padding: 22px 24px 30px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.text-area:hover {
  opacity: .9;
}

.text-area::placeholder {
  color: #10405b80;
}

.agent-form {
  position: relative;
}

.agent-form-button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.cta-block-overlay {
  opacity: 1;
  background-image: linear-gradient(270deg, #5eccd3f2, #48adc0d9 55%, #3693b0f2);
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.agent-form-block {
  color: var(--white);
  text-align: center;
  background-image: url('../images/CTA-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #5eccd34d;
}

.agent-form-fields {
  margin-top: 50px;
}

.agent-form-info {
  z-index: 2;
  margin-bottom: 40px;
  position: relative;
}

.relative {
  position: relative;
}

.property-main-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.additional-listings-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.additional-listing-item {
  width: 33.33%;
  padding: 10px;
}

.filter-form-bottom {
  color: #10405b80;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.filter-buttons {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  margin-right: 0;
  display: flex;
}

.clear-filter-button {
  border: 2px solid var(--dark-slate-blue);
  opacity: .5;
  color: var(--dark-slate-blue);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-height: 50px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: none;
}

.clear-filter-button:hover {
  background-color: #5eccd31a;
  text-decoration: none;
  transform: scale(.95);
}

.filter-form-top {
  word-break: normal;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.yellow-text {
  color: var(--khaki);
}

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

.location-hero-overlay {
  background-color: #10405bb3;
  position: absolute;
  inset: 0%;
}

.filter-form-city {
  flex: none;
  margin-left: 5px;
}

.filter-form-info {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: auto;
  line-height: 130%;
  display: flex;
}

.property-types-tabs {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: -300px;
  display: flex;
}

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

.property-types-tabs-content {
  width: 100%;
}

.property-tabs-filter {
  margin-bottom: 40px;
}

.pagination-next-button {
  background-color: #ffffff80;
  background-image: url('../images/right-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.pagination-next-button:hover {
  background-color: #fff;
}

.pagination {
  flex-wrap: nowrap;
  align-items: center;
}

.pagination-prev-button {
  background-color: #ffffff80;
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.pagination-prev-button:hover {
  background-color: #fff;
}

.page-count {
  color: #10405b80;
  width: auto;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.empty-state {
  text-align: center;
  background-color: #ffffff80;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-heading, .white-text {
  color: var(--white);
}

.value {
  color: #10405b80;
  flex-direction: column;
  align-items: center;
  max-width: 260px;
  font-size: 14px;
  line-height: 160%;
  display: flex;
}

.contact-office {
  background-color: var(--white);
  text-align: left;
  border-radius: 20px;
  flex: 1;
  min-width: 260px;
  padding: 32px;
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
}

.show-tablet {
  display: none;
}

.uui-navbar08_menu-button-2 {
  padding: 0;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--khaki);
  background-color: var(--khaki);
  color: var(--untitled-ui--gray600);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--flowui-component-library--grey-300);
  background-color: var(--flowui-component-library--grey-300);
  text-decoration: none;
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-tertiary-gray-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray-2:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray700);
}

.uui-button-tertiary-gray-2.hide-tablet {
  border-bottom: 0 #fff;
  text-decoration: none;
}

.uui-button-tertiary-gray-2.hide-tablet:hover {
  background-color: var(--untitled-ui--gray100);
  border-radius: 3px;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-2.show-tablet {
  display: none;
}

.uui-navbar08_button-wrapper-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar08_menu-right-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar08_link-2 {
  color: var(--untitled-ui--gray700);
  align-items: center;
  padding: .75rem 1rem;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar08_link-2:hover {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  border-radius: 3px;
  text-decoration: none;
}

.uui-navbar08_link-2.w--current {
  color: #000;
}

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

.uui-text-size-small-2.hide-mobile-landscape {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_item-heading-2 {
  color: var(--untitled-ui--gray700);
  margin-bottom: .25rem;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}

.uui-navbar08_item-right-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-navbar08_dropdown-link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar08_dropdown-link-2:hover {
  background-color: var(--untitled-ui--gray50);
  text-decoration: none;
}

.uui-navbar08_heading-2 {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}

.uui-navbar08_dropdown-link-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.uui-navbar08_dropdown-list-2 {
  display: none;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar08_dropdown-list-2.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 40rem;
  padding: 1.25rem;
  left: -100%;
}

.uui-dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar08_dropdown-toggle-2 {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar08_dropdown-toggle-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_menu-left-2 {
  min-width: 520px;
}

.uui-navbar08_menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar08_logo-link-2 {
  padding-left: 0;
}

.uui-navbar08_container-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.uui-navbar08_component-2 {
  background-color: #fff;
  border: 0 #fff;
  align-items: center;
  min-height: 4rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 .5px 1px 1px #d5966f;
}

.text-block {
  color: var(--untitled-ui--gray700);
  font-family: Outfit, sans-serif;
}

.text-block:hover {
  text-decoration: none;
}

.text-block-2, .text-block-3 {
  color: var(--untitled-ui--gray700);
  font-family: Outfit, sans-serif;
}

.text-block-3:hover {
  border: 0 #000;
  text-decoration: none;
}

.heading-3 {
  opacity: 1;
  color: var(--white);
  mix-blend-mode: normal;
  max-width: 100%;
  margin-bottom: 150px;
  font-size: 70px;
}

.text-block-8 {
  color: var(--untitled-ui--gray600);
  justify-content: flex-start;
  margin-bottom: 25px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.text-block-9, .text-block-10, .text-block-11 {
  color: #344054;
  font-size: 15px;
  font-weight: 500;
}

.text-block-13 {
  margin-right: 2px;
}

.image {
  margin-left: 40px;
  margin-right: 40px;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--khaki);
  background-color: var(--khaki);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray600);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 0;
  padding-right: 0;
}

.uui-padding-vertical-xhuge-2 {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
}

.combine-heading-style-h6 {
  color: var(--untitled-ui--gray700);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h6:hover {
  text-decoration: underline;
}

.combine-blog2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-blog2_label {
  z-index: 2;
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 4rem;
  margin-top: .75rem;
  margin-right: .75rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  inset: 0% 0% auto auto;
}

.combine-blog2_image-wrapper {
  border-radius: .25rem;
  width: 100%;
  height: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog2_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--grey-800);
  flex-direction: column;
  text-decoration: none;
  transition: transform .25s, color .25s;
  display: flex;
}

.combine-blog2_item:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #0000;
}

.combine-blog2_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.combine-container-large {
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto 1rem;
}

.combine-padding-section-medium {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.combine-padding-global {
  background-color: #fff;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.combine-section_blog2 {
  background-color: var(--white);
}

.text-block-15 {
  color: var(--untitled-ui--gray700);
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 42px;
  font-weight: 600;
}

.uui-blogsection10_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection10_button-row.mobile-landscape {
  display: none;
}

.uui-blogsection10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-blogsection10_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection10_arrow:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-blogsection10_arrow.left {
  right: 4rem;
}

.uui-blogsection10_image-wrapper {
  color: var(--untitled-ui--gray500);
  border: .25px solid #a2b4bf;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 480px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.uui-blogsection10_image-link {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
  transition: all .3s;
}

.uui-blogsection10_image-link:hover {
  color: var(--untitled-ui--gray500);
  text-decoration: none;
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection10_item {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.uui-blogsection10_slide {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  margin-right: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 20px 30px -20px #d5966f;
}

.uui-blogsection10_mask {
  width: 32%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.uui-blogsection10_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  height: auto;
  margin-top: 2rem;
  padding-bottom: 5rem;
  display: block;
  position: relative;
}

.uui-blogsection10_heading {
  flex: 1;
}

.uui-blogsection10_heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-section_blogsection10 {
  background-color: #f1eded;
  overflow: hidden;
}

.text-block-16 {
  color: var(--untitled-ui--gray600);
  font-family: Outfit, sans-serif;
}

.heading-4 {
  color: var(--untitled-ui--gray700);
  margin-bottom: 10px;
  padding-left: 12px;
  font-size: 18px;
  line-height: 24px;
}

.heading-4:hover {
  text-decoration: underline;
}

.div-block-4 {
  color: var(--untitled-ui--gray500);
  width: 100%;
  margin-top: 0;
}

.list-2 {
  color: var(--grijs-nieuw);
  margin-bottom: 20px;
  padding-left: 30px;
}

.list-item-4 {
  color: var(--untitled-ui--gray700);
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 130%;
}

.list-item-9 {
  color: var(--untitled-ui--gray700);
  font-size: 14px;
  line-height: 125%;
}

.div-block-5 {
  opacity: .7;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 12px;
  position: absolute;
  inset: auto auto 0% 10px;
}

.div-block-6 {
  background-image: url('../images/189156102.jpg');
  background-position: 50%;
  background-size: cover;
  height: 240px;
  margin-bottom: 15px;
}

.div-block-7 {
  color: var(--untitled-ui--gray700);
  text-align: center;
  background-color: #eed96c;
  border-radius: 10px;
  width: 80px;
  height: 30px;
  margin-top: 0;
  margin-left: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
  position: absolute;
  inset: 20px auto auto 10px;
}

.div-block-8 {
  padding-top: 0;
}

.image-3 {
  opacity: 1;
  color: var(--dark-slate-blue);
  height: 20px;
  margin-right: 0;
}

.div-block-9 {
  width: 100%;
}

.cell {
  justify-content: center;
  padding-right: 0;
}

.text-block-18 {
  color: var(--untitled-ui--gray700);
  font-size: 14px;
}

.quick-stack {
  grid-column-gap: 10px;
  width: 200px;
  padding: 0;
}

.cell-2 {
  justify-content: center;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0 5px 0 0;
}

.image-32 {
  height: 15px;
  margin-right: 10px;
  padding-right: 0;
}

.cell-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 20px;
}

.cell-5 {
  justify-content: center;
  padding-left: 0;
}

.text-block-20 {
  color: var(--untitled-ui--gray700);
  margin-left: 0;
  font-size: 14px;
  line-height: 130%;
  position: static;
  inset: 0% auto auto;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  padding: 0;
}

.div-block-10 {
  opacity: .7;
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  padding-left: 12px;
}

.div-block-11 {
  color: var(--untitled-ui--gray800);
  background-color: #0000;
  border-radius: 10px;
  width: 100px;
  height: 50px;
  position: absolute;
  inset: auto 10px 15px auto;
}

.paragraph-3 {
  color: var(--dark-slate-blue);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 22px;
  line-height: 125%;
  display: flex;
}

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

.text-span-6 {
  color: var(--untitled-ui--gray500);
  font-size: 12px;
}

.paragraph-3-copy {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 30px;
  font-size: 18px;
  line-height: 125%;
}

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

.divblock1 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-align: center;
  background-color: #fff3;
  border-radius: 10px;
  width: 100px;
  height: 30px;
  margin-top: 0;
  margin-left: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
  position: absolute;
  inset: 20px 20px auto auto;
}

.image-33 {
  height: 25px;
}

.cell-6 {
  justify-content: center;
}

.bold-text-2 {
  color: var(--untitled-ui--gray700);
  font-weight: 400;
}

.divblocka2 {
  background-image: url('../images/camping-les-prairies-de-la-mer-strand-115032.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 240px;
  margin-bottom: 15px;
}

.divblock3 {
  background-image: url('../images/sanfelice.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 240px;
  margin-bottom: 15px;
}

.text-span-9 {
  color: var(--khaki);
  font-size: 70px;
}

.image-34 {
  width: 20px;
  margin-top: 5px;
  margin-left: 0;
  font-size: .9375rem;
  display: block;
}

.image-35, .image-36, .image-37, .image-38 {
  margin-top: 5px;
}

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

.link_bekijkmeer {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding: 4px 10px;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.link_bekijkmeer:hover {
  background-color: var(--untitled-ui--gray50);
  text-decoration: none;
}

.bekijkmeer {
  color: var(--untitled-ui--primary600);
  text-align: center;
  margin-top: 10px;
  margin-bottom: .25rem;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}

.bold-text-3 {
  color: var(--untitled-ui--gray600);
  font-size: 20px;
  font-weight: 500;
}

.text-block-22 {
  color: var(--white);
  -webkit-text-stroke-color: var(--background);
  margin-left: -70px;
}

.image-39 {
  margin-right: 0;
  padding-right: 0;
}

.quick-stack-4 {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  margin-bottom: 20px;
  padding: 5px 0 5px 5px;
}

.quick-stack-5 {
  margin-bottom: 20px;
  padding: 5px;
}

.uitgelicht {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 100%;
  display: grid;
}

.text-span-10 {
  color: var(--khaki);
}

.text-blu {
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.text-blu:hover {
  text-decoration: none;
}

.div-block-15 {
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-left: 0;
}

.heading-5 {
  color: var(--untitled-ui--gray700);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 60px;
  display: flex;
  position: static;
  top: -60%;
  left: 0%;
}

.quick-stack-6 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
}

.cell-9 {
  justify-content: center;
  font-size: 16px;
}

.land {
  color: var(--untitled-ui--gray600);
  font-size: 14px;
}

.land:hover {
  text-decoration: underline;
}

.bold-text-4 {
  color: var(--untitled-ui--gray700);
  font-size: 1rem;
}

.sectionp {
  background-color: #f1eded;
  flex: 1;
  padding: 75px 5% 160px;
  position: static;
}

.sectionp.listing-hero-section {
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 50px 2%;
  display: flex;
}

.combine-gallery1_image {
  object-fit: cover;
  width: 18.4375rem;
  height: 14.0625rem;
}

.combine-gallery1_image-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 5px;
  flex-direction: row;
  align-items: flex-start;
  width: 18.4375rem;
  height: 13.75rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery1_component {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "Area Area-3"
                 "Area Area-2"
                 / 1.75fr .75fr;
  grid-auto-columns: 1fr;
  width: 68.75rem;
  max-width: 100%;
  height: 28.125rem;
  font-size: 18px;
  display: grid;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.combine-section_gallery1 {
  background-color: var(--combine-library--white);
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.combine-gallery_main {
  object-fit: cover;
  width: 56.25rem;
  height: 28.125rem;
}

.div-block-16 {
  align-items: center;
  max-width: 100%;
  display: flex;
}

.combine-gallery1_image-wrapper2 {
  border-radius: 5px;
  flex-direction: row;
  align-items: flex-start;
  width: 53rem;
  max-width: 100%;
  height: 28.125rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery1_image-number {
  opacity: 1;
  color: var(--white);
  border-radius: 5px;
  flex-direction: row;
  align-items: flex-start;
  width: 18.4375rem;
  height: 14.0625rem;
  font-size: 15px;
  display: flex;
  overflow: hidden;
}

.combine-gallery1_image-number:hover {
  text-decoration: none;
}

.containerproduct {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.f-paragraph-regular {
  color: var(--untitled-ui--gray700);
  letter-spacing: -.02em;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 170%;
}

.f-tab-heading {
  color: var(--untitled-ui--gray700);
  letter-spacing: -.03em;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-right: 11px;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}

.f-tab-pane {
  background-color: var(--white);
  border: .25px solid #d8d8d8;
  border-radius: 0;
  width: 100%;
  padding: 24px;
}

.f-tab-button-toggle {
  color: var(--untitled-ui--gray600);
  text-align: center;
  letter-spacing: -.01em;
  background-color: #eaecf0;
  border-radius: 0;
  margin-left: 1px;
  margin-right: 1px;
  padding: 6px 44px;
  font-size: 14px;
}

.f-tab-button-toggle:hover {
  background-color: #d0d5dd;
  text-decoration: none;
}

.f-tab-button-toggle.w--current {
  background-color: var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray700);
  border-bottom: 1.5px solid #eed96c;
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
  box-shadow: 3px 8px 20px #8d9bbe29;
}

.f-tab-button-toggle.w--current:hover {
  border-bottom-color: #daa788;
  text-decoration: none;
}

.f-tab-toggle-menu {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--untitled-ui--gray600);
  background-image: linear-gradient(#f1eded, #f1eded);
  border-bottom: 0 #475467;
  border-radius: 0;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.f-tab {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.text-block-28 {
  color: var(--untitled-ui--gray700);
  margin-right: 2px;
  font-size: 16px;
}

.bold-text-5 {
  color: var(--untitled-ui--gray700);
  font-size: 1.5rem;
}

.text-block-29, .text-block-30, .text-block-31 {
  color: var(--untitled-ui--gray700);
  font-size: 16px;
}

.quick-stack-8 {
  background-color: #f7f7f7;
  margin-top: 5px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
}

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

.text-block-32 {
  color: var(--untitled-ui--gray700);
  font-size: 16px;
}

.quick-stack-8c {
  background-color: #0000;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
}

.div-block-18 {
  width: 700px;
  max-width: 100%;
}

.link-2 {
  color: var(--color);
}

.link-2:hover {
  text-decoration: underline;
}

.text-block-33 {
  color: var(--untitled-ui--gray700);
  font-size: 16px;
}

.image-41 {
  width: 700px;
  margin-bottom: 20px;
}

.bold-text-6 {
  color: var(--untitled-ui--gray700);
  font-size: 18px;
}

.aanbod_link {
  width: 100%;
}

.aanbod_link:hover {
  color: var(--untitled-ui--gray600);
  text-decoration: none;
}

.paragraph-8 {
  font-size: .9375rem;
}

.quick-stack-13 {
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.paragraph-10 {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-size: 1rem;
}

.cell-21 {
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
}

.quick-stack-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0 5px;
}

.cell-22 {
  justify-content: center;
}

.div-block-21 {
  background-color: #eaecf0;
  background-image: linear-gradient(#b6bcc4, #b6bcc4);
  width: 100%;
  height: .5px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-22 {
  width: 100%;
  height: 15px;
}

.f-tab-pane-c {
  background-color: var(--white);
  border: .25px solid #d8d8d8;
  border-radius: 0;
  width: 100%;
  padding: 24px;
}

.body-met-kleur {
  background-color: var(--white);
}

.combine-padding-section-medium-zoeken {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.div-block-25 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.imagediv0 {
  width: 100%;
  height: 240px;
  margin-bottom: 15px;
}

.uui-blogsection10_image-wrapper-deal {
  color: var(--untitled-ui--gray500);
  border: .25px solid #a2b4bf;
  width: 24.375rem;
  max-width: 100%;
  height: 430px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.quick-stack-17 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding: 0 0 0 10px;
}

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

.text-block-39 {
  font-size: 14px;
}

.image-44 {
  width: 100%;
  height: 240px;
}

.div-block-27 {
  margin-top: 60px;
}

.paragraph-14 {
  color: var(--untitled-ui--gray600);
  margin-top: 30px;
  padding-left: 10px;
  font-size: 16px;
}

.div-block-28 {
  width: 100%;
  max-width: 600px;
}

.image-45 {
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 10px;
}

.text-block-40 {
  margin-top: 25px;
  padding-left: 10px;
}

.bold-text-13 {
  color: var(--untitled-ui--gray600);
}

.image-46 {
  margin-left: 10px;
  padding-left: 0;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-3.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-3.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray-3.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost01_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.uui-blogpost01_share-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.uui-blogpost01_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.div-block-29 {
  max-width: 100%;
}

.paragraph-15 {
  color: var(--untitled-ui--gray700);
  margin-bottom: 20px;
  font-size: 16px;
}

.block-quote {
  color: var(--untitled-ui--gray700);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-style: italic;
}

.div-block-30 {
  position: relative;
}

.text-span-15 {
  color: var(--untitled-ui--gray600);
  font-size: 13px;
  font-style: normal;
}

.text-block-44 {
  margin-bottom: 20px;
}

.div-block-31 {
  object-fit: fill;
  background-image: url('../images/capri.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 1200px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-17 {
  color: var(--untitled-ui--gray700);
  font-size: 15px;
  font-weight: 600;
}

.custom-checkbox {
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.zcheckbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--gray-100);
  pointer-events: auto;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 -20px;
}

.zcheckbox:hover {
  background-color: var(--back1);
}

.zcheckbox.w--redirected-checked {
  background-color: var(--color);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.zcheckbox.w--redirected-focus {
  background-color: var(--color);
  box-shadow: none;
}

.checkbox-label-3 {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
}

.quick-stack-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0 5px;
}

.text-span-18 {
  color: var(--untitled-ui--gray600);
  font-size: 15px;
}

.text-span-18:hover {
  color: var(--color);
  text-decoration: none;
}

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

.image-47 {
  padding-top: 5px;
  padding-bottom: 0;
}

.text-block-45 {
  color: var(--untitled-ui--gray600);
  -webkit-text-stroke-color: var(--untitled-ui--gray600);
  text-decoration: none;
}

.box-link {
  cursor: pointer;
  margin-bottom: 25px;
}

.box-link:hover {
  text-decoration: none;
  box-shadow: 0 0 .5px .5px #0003;
}

.quick-stack-19 {
  pointer-events: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-32 {
  color: var(--untitled-ui--gray600);
  border: .25px solid #c8cbd1;
  padding: 10px 10px 10px 15px;
  font-size: 15px;
}

.div-block-33 {
  background-color: #e2e3e3;
  height: .25px;
  margin: 5px -10px 5px -15px;
}

.field-label-2 {
  color: var(--untitled-ui--gray700);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.bold-text-14 {
  color: var(--untitled-ui--gray700);
  font-size: 15px;
}

.div-block-34 {
  width: 150px;
  max-width: 100%;
  height: 42px;
}

.quick-stack-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 100%;
  padding: 0;
}

.image-48 {
  object-fit: cover;
  width: 300px;
  height: 250px;
}

.cell-25 {
  border-right: .25px solid #eaecf0;
  padding: 10px 10px 5px 20px;
}

.text-span-19 {
  color: var(--untitled-ui--gray600);
  font-size: 20px;
}

.quick-stack-21 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding: 2px;
}

.image-49 {
  opacity: 1;
  width: 12px;
  height: 12px;
}

.text-block-47 {
  margin-bottom: 0;
}

.div-block-35 {
  border: .25px solid #c8cbd1;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 5px;
}

.div-block-35:hover {
  border-width: 1px;
}

.quick-stack-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

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

.text-span-21 {
  color: var(--untitled-ui--gray700);
  font-size: 14px;
  display: block;
}

.image-50 {
  opacity: .6;
}

.text-span-22 {
  color: var(--untitled-ui--gray600);
  font-size: 14px;
}

.div-block-36 {
  width: 100px;
  margin-top: 20px;
  padding-left: 10px;
  position: relative;
  top: 30px;
}

.bold-text-1 {
  color: var(--color);
  font-size: 22px;
  font-weight: 600;
}

.text-span-23 {
  color: var(--untitled-ui--gray700);
  font-size: 13px;
}

.text-block-49 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.text-block-50 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: -10px;
}

.div-block-37 {
  color: var(--untitled-ui--gray600);
  text-align: center;
  background-color: #eed96c;
  border-radius: 5px;
  width: 80px;
  height: 30px;
  font-size: 15px;
  position: static;
  bottom: 20px;
  left: 90px;
}

.div-block-37:hover {
  background-color: #e4e6f1;
  border: 0 #c1c6cc;
}

.quick-stack-23 {
  padding: 0;
}

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

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

.quick-stack-24 {
  margin-bottom: 30px;
  padding: 0;
}

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

.text-block-51 {
  opacity: 1;
  color: var(--untitled-ui--gray600);
  font-size: 14px;
  line-height: 120%;
}

.text-span-24 {
  color: var(--untitled-ui--gray200);
}

.bold-text-15 {
  color: var(--untitled-ui--success700);
}

.quick-stack-25 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: .7;
  align-items: center;
  width: 100%;
  padding: 0;
}

.text-span-25 {
  color: var(--untitled-ui--gray700);
  align-items: flex-start;
  font-size: 14px;
  display: block;
}

.text-block-52 {
  line-height: 120%;
  display: block;
}

.quick-stack-26 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: .7;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  position: static;
}

.text-span-27 {
  color: var(--untitled-ui--gray700);
  font-size: 13px;
}

.text-block-54 {
  font-size: 13px;
  line-height: 120%;
}

.quick-stack-27 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding: 5px 0;
}

.image-52 {
  display: block;
}

.cell-31, .cell-32 {
  justify-content: center;
  align-items: center;
}

.div-block-38 {
  cursor: pointer;
  border: 1px solid #babdd1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-38:hover {
  background-color: #f7f7f7;
  border-radius: 3px;
}

.text-field {
  color: var(--untitled-ui--gray700);
  text-transform: none;
  cursor: default;
  border: .25px solid #eaecf0;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  padding-right: 8px;
}

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

.text-block-56 {
  color: var(--untitled-ui--gray700);
  margin: 5px 5px 5px 0;
  line-height: 120%;
}

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

.text-block-57 {
  color: var(--untitled-ui--gray700);
  font-size: 16px;
}

.text-block-57:hover {
  text-decoration: none;
}

.div-block-41 {
  opacity: 1;
  background-image: url('../images/cala-goloritze-2277644_1920.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
}

.bold-text-16 {
  color: var(--untitled-ui--gray700);
}

.bold-text-16:hover {
  text-decoration: underline;
}

.text-block-58 {
  color: var(--untitled-ui--gray700);
}

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

.bold-text-17 {
  color: var(--untitled-ui--gray700);
}

.text-span-31 {
  opacity: .8;
  color: var(--untitled-ui--gray700);
}

.pricebox {
  cursor: auto;
  border: .25px solid #b4b4b4;
  border-top-style: none;
  border-radius: 0;
  padding: 15px 15px 20px;
  display: block;
}

.pricebox:hover {
  background-color: #fefefe;
}

.bold-text-20 {
  color: var(--untitled-ui--gray700);
  font-size: 1rem;
}

.quick-stack-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: .25px solid #b4b4b4;
  padding: 6px 0;
}

.quick-stack-28:hover {
  background-color: #fcfcfc;
  border-bottom-width: .5px;
  border-bottom-color: #eddb7c;
  box-shadow: 0 .5px 1px 1px #f2f2f2;
}

.cell-40 {
  justify-content: center;
  padding-left: 10px;
}

.cell-41 {
  justify-content: center;
}

.text-block-61 {
  color: var(--untitled-ui--gray700);
  font-size: 15px;
}

.cell-42 {
  text-align: left;
  justify-content: center;
}

.cell-43 {
  justify-content: center;
}

.text-span-34 {
  color: var(--untitled-ui--success700);
  font-size: 18px;
}

.text-span-35 {
  -webkit-text-stroke-color: var(--untitled-ui--gray800);
}

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

.bold-text-21 {
  font-size: 15px;
}

.quick-stack-28h {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #eaecf0;
  border: .25px solid #b4b4b4;
  margin-top: 25px;
  padding: 6px 0;
}

.txtblock1 {
  color: var(--untitled-ui--gray600);
  font-size: .888889rem;
}

.bold-text-22 {
  font-size: 16px;
}

.bold-text-23 {
  color: var(--untitled-ui--gray700);
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.bold-text-24, .bold-text-25 {
  color: var(--untitled-ui--gray700);
  font-size: 16px;
  font-weight: 600;
}

.link-block-4 {
  cursor: pointer;
  width: 100%;
}

.link-block-4:hover {
  color: var(--untitled-ui--gray600);
  font-size: 16px;
  text-decoration: none;
}

.quick-stack-30 {
  padding: 0;
}

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

.cell-49 {
  justify-content: center;
}

.text-block-63 {
  color: var(--untitled-ui--gray700);
  margin-bottom: 10px;
  font-size: 15px;
}

.cell-50 {
  color: var(--untitled-ui--gray600);
  justify-content: center;
  align-items: flex-start;
  font-size: 15px;
}

.text-block-64 {
  font-size: 15px;
}

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

.bold-text-26 {
  color: var(--untitled-ui--gray700);
}

.link-block-5 {
  background-color: #fff;
  border: .25px solid #475467;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 5px 5px 15px;
}

.link-block-5:hover {
  background-color: var(--combine-library--grey-050);
  color: var(--untitled-ui--gray600);
  font-size: 15px;
  text-decoration: none;
}

.div-block-47 {
  color: var(--untitled-ui--gray500);
  text-align: center;
  background-color: #eed96c;
  border: .25px solid #eed96c;
  border-radius: 3px;
  width: 80px;
  margin-right: 10px;
  font-size: 15px;
}

.div-block-47:hover {
  background-color: #e4e6f1;
  border-style: none;
}

.div-block-48 {
  width: 100%;
  height: 60px;
}

.text-span-37 {
  text-decoration: underline;
}

.image-53 {
  margin-bottom: 10px;
}

.div-block-49 {
  width: 100%;
  height: 10px;
}

.quick-stack-31 {
  width: 1100px;
  margin-top: 20px;
  padding: 0;
}

.link-4 {
  color: var(--untitled-ui--gray600);
  font-size: 1rem;
}

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

.list-4 {
  width: 100%;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.list-item-15 {
  padding-left: 20px;
  list-style-type: square;
}

.bold-text-27 {
  color: var(--untitled-ui--gray700);
}

.cell-53 {
  padding-top: 5px;
}

.image-54 {
  display: block;
}

.text-span-39 {
  color: #eed96c;
}

.text-span-40 {
  color: #fff;
}

.div-block-50 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-50:hover {
  background-color: #ecf0f7;
  border-radius: 10px;
}

.link-block-6 {
  color: var(--untitled-ui--gray600);
  font-size: 16px;
}

.filter-dropdown-list-c {
  z-index: auto;
  float: none;
  clear: none;
  aspect-ratio: auto;
  background-color: var(--untitled-ui--gray200);
  object-fit: fill;
  border-radius: 20px;
  margin-top: 2px;
  display: none;
  position: relative;
  inset: 5px 0% auto;
  overflow: visible;
  box-shadow: 0 20px 40px -12px #10405b33;
}

.uui-text-size-medium-5 {
  color: var(--untitled-ui--gray700);
  letter-spacing: normal;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.uui-text-divider-3 {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blogpost01_date-wrapper-2 {
  align-items: center;
  display: flex;
}

.uui-blogpost01_author-heading-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.uui-blogpost01_author-text-2 {
  font-size: 16px;
}

.uui-blogpost01_author-image-2 {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-blogpost01_author-image-wrapper-2 {
  margin-right: 1rem;
}

.uui-blogpost01_author-wrapper-2 {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.uui-blogpost01_divider-2 {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  max-width: 60rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-badge-2 {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-2.is-primary {
  background-color: var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray600);
  border-radius: 10px;
  height: 40px;
  font-family: Outfit, sans-serif;
}

.uui-badge-2.is-primary:hover {
  box-shadow: 0 .5px 5px 1px #0003;
}

.uui-blogpost01_tag-list-2 {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.uui-blogpost01_tag-list-wrapper-2 {
  width: 50%;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-3.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-4:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-4:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-4.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-4.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray-4.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost01_share-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.uui-blogpost01_share-heading-2 {
  color: var(--untitled-ui--gray700);
  letter-spacing: normal;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost01_share-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.uui-blogpost01_content-bottom-2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost01_image-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  height: 400px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.uui-blogpost01_content-top-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.uui-heading-large-2 {
  color: var(--untitled-ui--gray700);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.uui-breadcrumb-divider-2 {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost01_title-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_blogpost01-2 {
  display: block;
}

.text-block-71 {
  color: var(--untitled-ui--gray700);
  font-family: Outfit, sans-serif;
}

.f-breadcrumb-link {
  color: var(--flowui-component-library--grey-600);
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-breadcrumb-link:hover {
  color: var(--untitled-ui--gray600);
}

.f-breadcrumb-link.w--current {
  color: var(--flowui-component-library--gray-900);
}

.f-breadcrumb-home-svg {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.f-breadcrumb-home {
  color: var(--flowui-component-library--grey-600);
  transition: color .3s;
}

.f-breadcrumb-home:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-breadcrumb-home.w--current {
  color: var(--flowui-component-library--gray-900);
}

.f-breadcrumb-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.f-breadcrumb {
  width: 100%;
  margin-top: 40px;
}

.text-block-72 {
  color: var(--grijs-nieuw);
}

.text-block-72:hover {
  text-decoration: underline;
}

.text-block-73 {
  color: var(--untitled-ui--gray700);
}

.text-block-73:hover {
  text-decoration: underline;
}

.heading-7 {
  color: #344054;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
}

.link_team {
  color: var(--untitled-ui--gray700);
}

.link_team:hover {
  text-decoration: underline;
}

.uui-badge-3 {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-3.is-primary {
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray600);
  border-radius: 10px;
  height: 40px;
  font-family: Outfit, sans-serif;
}

.uui-badge-3.is-primary:hover {
  box-shadow: 0 .5px 5px 1px #0003;
}

.text-block-75 {
  color: var(--untitled-ui--gray700);
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  display: flex;
}

.uui-breadcrumb-divider-2a {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.combine_multipleimages {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.combine-gallery1_componentm {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "Area"
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 60rem;
  height: 28.125rem;
  font-size: 18px;
  display: grid;
}

.combine-gallery_mainc {
  object-fit: cover;
  width: 60rem;
  height: 28.125rem;
}

.combine-gallery1_image-wrapper2c {
  border-radius: 0;
  flex-direction: row;
  align-items: flex-start;
  width: 60rem;
  max-width: 100%;
  height: 28.125rem;
  display: flex;
  overflow: hidden;
}

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

.combine-chevron-right_icon {
  cursor: pointer;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  flex: 0 auto;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: none;
}

.combine-button-icon:hover {
  color: var(--combine-library--primary-600);
}

.magazine_img_large {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 5px;
  width: 100%;
  height: 380px;
}

.combine-blog4_label {
  z-index: 2;
  background-color: var(--khaki);
  color: var(--untitled-ui--gray600);
  border-radius: 2px;
  margin-top: .75rem;
  margin-left: .75rem;
  padding: .25rem .75rem;
  font-family: Outfit, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  inset: 0% auto auto 0%;
}

.combine-blog4_content-featured {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.combine-blog4_image-featured {
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 12rem;
  height: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_featured {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.combine-blog4_featured:hover {
  color: var(--flowui-component-library--gray-900);
}

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_blog4 {
  background-color: var(--combine-library--white);
}

.div-block-54 {
  width: 1200px;
  max-width: 100%;
}

.text-block-82 {
  color: var(--untitled-ui--gray600);
  font-family: Outfit, sans-serif;
  font-size: .875rem;
}

.text-block-82:hover {
  color: var(--flowui-component-library--gray-500);
}

.text-block-83 {
  color: var(--untitled-ui--gray800);
}

.link_in_tekst:hover {
  text-decoration: underline;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
}

.magazine_section {
  object-position: 50% 25%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.combine-text-align-center-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.combine-container-small-5 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-4 {
  padding-top: 1rem;
  padding-bottom: 0;
}

.combine-padding-global-4 {
  padding-left: 0;
  padding-right: 0;
}

.combine-section_blog2-2 {
  background-color: var(--combine-library--white);
}

.magazine_subtitle {
  color: var(--untitled-ui--gray600);
  background-color: #fff;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  display: none;
}

.mag_head_main {
  color: var(--untitled-ui--gray700);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.mag_head_main:hover {
  color: var(--flowui-component-library--gray-500);
  text-decoration: underline;
}

.paragraph-18 {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-size: 1rem;
}

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

.bold-text-28 {
  font-size: .875rem;
}

.menu_vak_dropdown {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.menu_vak_dropdown:hover {
  color: var(--untitled-ui--gray700);
}

.menu_vak_droplist {
  display: none;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.menu_vak_droplist.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 40rem;
  padding: 1.25rem;
  left: -100%;
}

.menu_vak_dropdown_content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.menu_vak_link1 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.menu_vak_link1:hover {
  background-color: var(--untitled-ui--gray50);
  text-decoration: none;
}

.vak_icon {
  margin-top: 5px;
}

.vakdrop1 {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  width: 400px;
  display: grid;
}

.image-55 {
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.menu_language {
  padding-left: 1rem;
  display: none;
  position: absolute;
  top: auto;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.menu_language.w--open {
  border: 1px none var(--untitled-ui--gray200);
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  width: 4px;
  padding: .5rem 2.5rem .5rem .5rem;
  position: absolute;
  left: auto;
}

.menu_taal {
  color: var(--white);
  margin-right: 20px;
  position: static;
  inset: 0% 0% auto auto;
}

.menu_taal-toggle {
  color: var(--untitled-ui--gray600);
  justify-content: center;
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: none;
}

.menu_taal-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.menu_taal-toggle.w--open {
  padding-left: .5rem;
}

.uui-dropdown-icon3 {
  color: var(--untitled-ui--gray600);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.taal_drop0 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 100%;
  padding: .1rem 0 .1rem 1.25rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.taal_drop0:hover {
  background-color: var(--untitled-ui--gray50);
  text-decoration: none;
}

.taal_heading {
  color: var(--untitled-ui--gray600);
  margin-bottom: auto;
  font-family: Outfit, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  display: block;
}

.taal_droplistc {
  grid-column-gap: 0px;
  grid-row-gap: .25rem;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  width: 200px;
  max-width: 200px;
  padding-top: .5rem;
  padding-bottom: .25rem;
  display: grid;
}

.uui-navbar08_dropdown-content-2-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 200px;
  display: flex;
}

.text-block-84 {
  font-family: Outfit, sans-serif;
  font-size: .875rem;
}

.quick-stack-34 {
  padding: 10px 0;
}

.quick-stack-35 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 5px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.quick-stack-35:hover {
  background-color: #f3f3f3;
}

.link-block-7 {
  width: 100%;
  margin-bottom: 5px;
}

.image-57 {
  border-radius: 5px;
  width: 150px;
  height: 100px;
}

.quick-stack-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding: 2px 0 10px;
}

.heading-10 {
  color: var(--untitled-ui--gray700);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.heading-10:hover {
  text-decoration: underline;
}

.div-block-61 {
  width: 100%;
}

.text-span-44 {
  color: var(--untitled-ui--gray700);
  font-size: 15px;
  line-height: 120%;
}

.text-block-94 {
  color: var(--untitled-ui--gray700);
  line-height: 120%;
}

.div-block-62 {
  background-color: #e3e3e3;
  width: 100%;
  height: .5px;
}

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

.link-block-8 {
  width: 100%;
  height: 380px;
}

.link-block-8:hover {
  box-shadow: 0 2px 1px .5px #0003;
}

.image-59 {
  border-radius: 5px;
  height: 380px;
}

.div-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: relative;
  top: -70px;
}

.heading-11 {
  color: var(--white);
  align-self: auto;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}

.heading-11:hover {
  text-decoration: underline;
}

.paragraph-23 {
  color: var(--untitled-ui--gray700);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1rem;
}

.heading-12r {
  color: var(--untitled-ui--gray700);
  text-align: left;
  background-color: #0000;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%;
}

.heading-10s {
  color: var(--untitled-ui--gray700);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.heading-10s:hover {
  text-decoration: underline;
}

.heading-12l {
  color: var(--untitled-ui--gray700);
  text-align: left;
  background-color: #0000;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%;
}

.text-span-45 {
  color: var(--color);
}

.text-span-45:hover {
  text-decoration: underline;
}

.div-block-65 {
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 15px 20px 2px;
}

.text-span-46 {
  font-size: 1.25rem;
}

.mag_header_link {
  color: var(--untitled-ui--gray700);
}

.mag_header_link:hover {
  text-decoration: underline;
}

.heading-12 {
  color: var(--white);
  font-size: .5px;
}

.product-link-hover {
  color: var(--untitled-ui--gray600);
  font-size: 15px;
}

.link-underline {
  color: var(--untitled-ui--gray800);
}

.link-underline:hover, .link1:hover {
  text-decoration: underline;
}

.div-block-66 {
  display: block;
}

.bold-text-30 {
  color: var(--untitled-ui--gray700);
  font-size: 1.125rem;
}

.quick-stack-38 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.text-block-96 {
  color: var(--untitled-ui--gray600);
  padding-left: 5px;
  font-size: 14px;
  line-height: 150%;
}

.bold-text-31 {
  color: var(--untitled-ui--gray700);
  font-size: 16px;
}

.bold-text-31:hover {
  text-decoration: underline;
}

.loc {
  color: var(--untitled-ui--gray700);
  margin-top: -5px;
  padding-left: 5px;
  font-size: 12px;
}

.image-61 {
  border-radius: 5px;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.link-block-9 {
  width: 100%;
}

.link-block-9.w--current {
  border: .5px solid #fff;
  border-radius: 5px;
  height: 280px;
  min-height: 100%;
  padding: 5px;
}

.link-block-9.w--current:hover {
  border: 1px solid #eaecf0;
  border-radius: 5px;
}

.bold-text-32 {
  font-size: 1.125rem;
}

.pricebox_intro {
  cursor: auto;
  border: .25px solid #e95900;
  border-radius: 5px;
  margin-top: 3rem;
  padding: 20px 15px;
  display: block;
}

.pricebox_intro:hover {
  background-color: #fefefe;
}

.text-block-97 {
  color: var(--untitled-ui--gray600);
  margin-bottom: 0;
}

.paragraph-25 {
  color: var(--untitled-ui--gray700);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 1rem;
  display: block;
}

.bold-text-33 {
  color: var(--untitled-ui--gray700);
  font-size: 1.5rem;
}

.bold-text-34 {
  color: var(--untitled-ui--gray700);
  font-size: 1rem;
}

.bold-text-37 {
  color: var(--untitled-ui--success700);
}

.div-block-69 {
  width: 100%;
  height: 15px;
}

.heading14a {
  color: var(--untitled-ui--gray700);
  padding-left: 10px;
  font-size: 24px;
}

.heading-15 {
  color: var(--untitled-ui--gray600);
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.quick-stack-39 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 80px;
  padding: 0;
}

.div-block-71 {
  margin-top: 2px;
}

.div-block-62e {
  background-color: #e3e3e3;
  width: 100%;
  height: .5px;
  display: none;
}

.image-62 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 200px;
}

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

.div-block-72 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 200px;
  display: block;
}

.paragraph-27 {
  color: var(--untitled-ui--gray600);
  font-size: 1rem;
}

.bold-text-41 {
  color: var(--untitled-ui--gray700);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.bold-text-42 {
  color: var(--untitled-ui--gray700);
  font-size: 15px;
}

.bold-text-43, .bold-text-44 {
  color: var(--untitled-ui--success700);
}

.bold-text-44:hover {
  text-decoration: none;
}

.checkbox-label-4, .checkbox-label-5, .checkbox-label-6, .checkbox-label-7 {
  color: var(--untitled-ui--gray700);
}

.text-field-2 {
  color: var(--untitled-ui--gray700);
  cursor: default;
}

.checkbox-label-8 {
  color: var(--untitled-ui--gray700);
}

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

.italic-text {
  color: var(--untitled-ui--gray700);
}

.std_link:hover {
  text-decoration: underline;
}

.div-block-75 {
  background-image: url('../images/italy-large.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div-block---clean-1 {
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.text-span-52 {
  font-size: 1.25rem;
}

.heading-16 {
  color: var(--untitled-ui--gray700);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.div_spanje {
  background-image: url('../images/Spain-Calo-Beach.jpg');
  background-position: 50% 60%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div_frankrijk {
  background-image: url('../images/Villefranche_sur_Mer_Large.webp');
  background-position: 50% 10%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div_nl {
  background-image: url('../images/Veluwe-in-NL.jpg');
  background-position: 50% 75%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div_oostenrijk {
  background-image: url('../images/Oostenrijk-meren-voor-families.webp');
  background-position: 50% 55%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div_tr {
  background-image: url('../images/Turkey-Coast.jpg');
  background-position: 50% 75%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div_vs {
  background-image: url('../images/national-park-usa-red.webp');
  background-position: 50% 75%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div_th {
  color: var(--dark-slate-blue);
  background-image: url('../images/thailand-front-picture.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div_wintersport {
  color: var(--dark-slate-blue);
  background-image: url('../images/Shuttleberg-Salzburger.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div_zon {
  color: var(--dark-slate-blue);
  background-image: url('../images/kids-sun-holiday.jpg');
  background-position: 50% 55%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div-bucket {
  color: var(--dark-slate-blue);
  background-image: url('../images/Bucketlist-noorderlicht.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div-city {
  color: var(--dark-slate-blue);
  background-image: url('../images/NY-stad.webp');
  background-position: 50% 70%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div-weekend {
  color: var(--dark-slate-blue);
  background-image: url('../images/Prague-weekendje.webp');
  background-position: 50% 80%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div-meivakantie {
  color: var(--dark-slate-blue);
  background-image: url('../images/camison.jpg');
  background-position: 50% 75%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div-zomer {
  color: var(--dark-slate-blue);
  background-image: url('../images/zomervakantie2.webp');
  background-position: 50% 40%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.text-span-53 {
  color: var(--untitled-ui--gray700);
}

.text-span-54 {
  color: var(--background);
}

.text-span-55 {
  text-decoration: underline;
}

.div-herfst {
  color: var(--dark-slate-blue);
  background-image: url('../images/herfstvakantie.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div-kerst {
  color: var(--dark-slate-blue);
  background-image: url('../images/winter-alps.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div-voorjaar {
  color: var(--dark-slate-blue);
  background-image: url('../images/aqua-resort-egypt.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div-kamp {
  color: var(--dark-slate-blue);
  background-image: url('../images/laguna-park-albatros.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div-rond {
  color: var(--dark-slate-blue);
  background-image: url('../images/grand-canyon-monument-valley.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div-all {
  color: var(--dark-slate-blue);
  background-image: url('../images/happy-vacation.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.text-span-56 {
  color: var(--untitled-ui--gray700);
}

.div-best {
  color: var(--dark-slate-blue);
  background-image: url('../images/Sanguli-strand.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div-deals {
  background-image: url('../images/NY_Central_Park1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.centered_h1 {
  color: var(--white);
}

.q28a {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #eaecf0;
  border: .25px solid #b4b4b4;
  margin-top: 25px;
  padding: 6px 0;
}

.bold-text-48 {
  color: var(--untitled-ui--gray700);
  font-size: 1rem;
}

.bold-text-49 {
  line-height: 120%;
}

.div-mx {
  color: var(--dark-slate-blue);
  background-image: url('https://www.travelu.nl/images/mexico-beach1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div_verrereizen {
  color: var(--dark-slate-blue);
  background-image: url('../images/pexels-oliver-sjöström-931018.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.div_dummy {
  background-image: url('../images/panama-nature.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h2 {
    font-size: 50px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 120px;
  }

  .section.listing-hero-section {
    padding-left: 5%;
    padding-right: 2%;
  }

  .home-hero-wrapper {
    flex-direction: column;
  }

  .properties-filter-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: 100%;
    padding-top: 40px;
    inset: 0% 5% auto auto;
  }

  .header-link {
    color: var(--white);
    text-align: center;
    margin-left: 0;
    padding: 20px 5%;
    font-size: 20px;
  }

  .header-link.w--current {
    color: var(--khaki);
    border-bottom-style: none;
  }

  .header-menu {
    background-color: var(--dark-slate-blue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
    box-shadow: 0 20px 40px #0000001a;
  }

  .button.header-button {
    background-color: var(--khaki);
    color: var(--dark-slate-blue);
    align-self: center;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .location-link {
    border-radius: 20px;
  }

  .listings-list {
    margin-bottom: 40px;
  }

  .listing-item {
    flex: none;
    width: 50%;
  }

  .footer-left-col {
    max-width: 300px;
  }

  .footer-links-col {
    min-width: 0;
    margin-left: 40px;
  }

  .footer-heading {
    font-size: 16px;
  }

  .menu-button {
    background-color: var(--dark-slate-blue);
    color: var(--white);
    border-radius: 20px;
  }

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

  .filter-dropdown-list {
    margin-top: 2px;
  }

  .filter-form {
    flex-wrap: wrap;
  }

  .filter-price-wrapper {
    flex: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .listing-hero-inner {
    width: 60%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .property-hero-wrapper {
    flex-direction: column;
  }

  .property-description-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .property-info-block {
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .agent-card {
    display: none;
  }

  .form-fields-wrap {
    flex-direction: column;
  }

  .form-field-wrap {
    padding-top: 0;
  }

  .agent-form-block {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .agent-form-fields {
    margin-top: 30px;
  }

  .agent-form-info {
    margin-bottom: 20px;
  }

  .additional-listings-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: -40px;
    margin-left: -5%;
    margin-right: -5%;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .additional-listing-item {
    flex: none;
    width: 340px;
  }

  .filter-form-top {
    flex-wrap: wrap;
  }

  .value {
    max-width: 28%;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .menu-icon_line-bottom-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar08_menu-button-2 {
    position: absolute;
    inset: 10px 30px auto auto;
  }

  .uui-navbar08_menu-button-2.w--open {
    background-color: #0000;
  }

  .uui-button-secondary-gray-2.show-tablet {
    display: block;
  }

  .uui-navbar08_button-wrapper-2 {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar08_menu-right-2 {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
    position: static;
  }

  .uui-navbar08_link-2 {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar08_link-2:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_dropdown-link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar08_dropdown-link-2:hover {
    background-color: #0000;
  }

  .uui-navbar08_dropdown-content-2 {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .uui-navbar08_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list-2.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-dropdown-icon-2 {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar08_dropdown-toggle-2 {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar08_dropdown-toggle-2:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_menu-dropdown-2 {
    width: 100%;
    font-size: 1.125rem;
  }

  .uui-navbar08_menu-left-2 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar08_menu-2 {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar08_container-2 {
    margin-left: 5px;
  }

  .heading-3 {
    font-size: 48px;
  }

  .image {
    margin-left: 15px;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .combine-blog2_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-container-large {
    max-width: 100%;
  }

  .combine-padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-15 {
    text-align: left;
    font-size: 36px;
  }

  .uui-blogsection10_button-row {
    flex: none;
  }

  .uui-blogsection10_image-wrapper {
    object-fit: fill;
    overflow: visible;
  }

  .uui-blogsection10_item {
    object-fit: fill;
  }

  .uui-blogsection10_mask {
    width: 50%;
  }

  .uui-blogsection10_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogsection10_heading {
    margin-right: 3rem;
  }

  .uui-blogsection10_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .heading-4 {
    float: none;
    max-height: 20px;
    font-size: 16px;
    overflow: hidden;
  }

  .list-2 {
    position: absolute;
  }

  .div-block-5 {
    position: absolute;
    inset: auto 0% 0% 10px;
  }

  .text-block-20 {
    position: static;
  }

  .div-block-10 {
    z-index: auto;
    position: relative;
  }

  .text-span-9 {
    font-size: 48px;
  }

  .link_bekijkmeer {
    padding-left: 0;
    padding-right: 0;
  }

  .link_bekijkmeer:hover {
    background-color: #0000;
  }

  .uitgelicht {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-5 {
    font-size: 42px;
  }

  .sectionp {
    padding-top: 30px;
    padding-bottom: 120px;
  }

  .sectionp.listing-hero-section {
    max-width: 100%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .combine-gallery1_image {
    width: 15.625rem;
    height: 12.75rem;
  }

  .combine-gallery1_image-wrapper {
    height: 12.75rem;
    display: none;
  }

  .combine-gallery1_component {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    width: 43.75rem;
    height: 25.1rem;
  }

  .combine-container-large-2 {
    max-width: 43.75rem;
  }

  .combine-padding-global-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-gallery_main {
    width: 43.75rem;
    height: 25.6rem;
  }

  .div-block-16 {
    max-width: 100%;
  }

  .combine-gallery1_image-wrapper2 {
    width: 43.75rem;
    height: 25.6rem;
  }

  .combine-gallery1_image-number {
    height: 12.75rem;
    display: none;
  }

  .containerproduct {
    max-width: 100%;
  }

  .f-tab-button-toggle {
    width: 43rem;
    max-width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .f-tab-toggle-menu {
    background-color: var(--flowui-component-library--white);
    background-image: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .text-block-28 {
    display: flex;
  }

  .text-block-29 {
    align-items: flex-start;
    display: flex;
  }

  .text-block-30, .text-block-31, .text-block-33 {
    display: flex;
  }

  .tabs-content-2 {
    width: 100%;
    max-width: 100%;
  }

  .uui-blogsection10_image-wrapper-deal {
    object-fit: fill;
    width: 21rem;
    height: 430px;
    overflow: visible;
  }

  .checkbox-label-3 {
    font-size: 13px;
  }

  .quick-stack-19 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-32 {
    font-size: 13px;
  }

  .image-48 {
    height: 100%;
    min-height: 250px;
  }

  .cell-25 {
    padding-left: 12px;
    padding-right: 5px;
  }

  .text-span-21, .text-span-23 {
    font-size: 12px;
  }

  .div-block-37 {
    width: 60px;
  }

  .quick-stack-23 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-51, .text-span-25 {
    font-size: 12px;
  }

  .text-span-27 {
    font-size: 11.5px;
  }

  .text-field, .text-block-56 {
    font-size: 13px;
  }

  .bold-text-16 {
    font-size: 16px;
  }

  .form, .form-block {
    font-size: 15px;
  }

  .text-block-58 {
    font-size: 13px;
  }

  .text-span-31 {
    opacity: .9;
  }

  .pricebox {
    display: none;
  }

  .bold-text-24 {
    font-size: 1rem;
  }

  .quick-stack-31 {
    max-width: 100%;
  }

  .filter-dropdown-list-c {
    margin-top: 2px;
  }

  .uui-blogpost01_image-wrapper-2 {
    margin-bottom: 2rem;
    padding-top: 0%;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

  .uui-blogpost01_title-wrapper-2 {
    margin-bottom: 2rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .f-breadcrumb {
    margin-top: 0;
  }

  .text-block-75 {
    margin-right: 20px;
  }

  .combine_multipleimages {
    max-width: 43.75rem;
    height: 28rem;
  }

  .combine-gallery1_componentm {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    width: 43.75rem;
    height: 25.1rem;
  }

  .combine-gallery_mainc, .combine-gallery1_image-wrapper2c {
    width: 43.75rem;
    height: 25.6rem;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-padding-global-3, .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .magazine_subtitle {
    font-size: 2.5rem;
  }

  .menu_vakanties {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu_vak_dropdown {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .menu_vak_dropdown:hover {
    color: var(--untitled-ui--gray900);
  }

  .menu_vak_droplist {
    position: static;
    overflow: hidden;
  }

  .menu_vak_droplist.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .menu_vak_dropdown_content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .menu_vak_link1 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu_vak_link1:hover {
    background-color: #0000;
  }

  .image-55 {
    margin-left: 0;
  }

  .menu_language {
    position: relative;
    overflow: hidden;
  }

  .menu_language.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    height: 200px;
    padding: 0;
  }

  .menu_taal {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu_taal-toggle {
    color: var(--untitled-ui--gray900);
    justify-content: flex-start;
    align-items: center;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .menu_taal-toggle:hover {
    color: var(--untitled-ui--gray900);
    justify-content: flex-start;
    align-items: center;
    font-family: Outfit, sans-serif;
    position: relative;
  }

  .uui-dropdown-icon3 {
    color: var(--untitled-ui--gray500);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    inset: auto 0% auto auto;
  }

  .taal_drop0 {
    padding-top: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .taal_drop0:hover {
    background-color: #0000;
  }

  .taal_heading {
    color: var(--untitled-ui--gray900);
    font-size: 1rem;
    font-weight: 600;
  }

  .taal_heading:hover {
    color: var(--untitled-ui--gray600);
  }

  .taal_droplistc {
    width: 90%;
    max-width: 100%;
  }

  .uui-navbar08_dropdown-content-2-copy {
    flex-flow: row;
    place-content: start flex-start;
    align-items: flex-start;
    max-width: 100%;
    height: 130px;
    padding: 1rem 0;
    position: relative;
    inset: 0%;
  }

  .quick-stack-35 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-7 {
    margin-bottom: 0;
  }

  .image-57 {
    width: 180px;
    height: 100px;
  }

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

  .link-block-8, .image-59 {
    height: 360px;
  }

  .heading-11 {
    font-size: 20px;
  }

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

  .quick-stack-38 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .bold-text-31 {
    font-size: 1.125rem;
  }

  .loc {
    margin-top: -5px;
  }

  .image-61 {
    width: 400px;
    height: 250px;
  }

  .link-block-9.w--current {
    height: 320px;
  }

  .pricebox_intro {
    display: block;
  }

  .paragraph-27 {
    font-size: .888889rem;
  }

  .bold-text-39 {
    font-size: 1rem;
  }

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

  .centered_h1 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 170%;
  }

  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .section.cta-section {
    padding-bottom: 40px;
  }

  .section.listing-hero-section {
    padding-top: 100px;
  }

  .section.property-hero-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .section.location-hero-section {
    padding-top: 150px;
  }

  .properties-filter-wrapper {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: -50px;
    top: 300px;
    left: 0%;
    right: 0%;
  }

  .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .button.filter-button {
    width: 100%;
    margin-right: 15px;
    font-size: 16px;
  }

  .listings-wrapper {
    margin-bottom: 0;
  }

  .listings-list {
    margin-bottom: 30px;
  }

  .listing-item {
    width: 100%;
  }

  .listing-card-price {
    height: 40px;
  }

  .cta-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .cta-form {
    margin-bottom: 20px;
  }

  .footer-main {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .footer-left-col {
    margin-bottom: 60px;
  }

  .footer-links {
    justify-content: space-between;
  }

  .footer-links-col {
    margin-left: 0;
    margin-right: 40px;
  }

  .footer-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-menu-link {
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    margin-bottom: 10px;
  }

  .menu-button {
    padding: 14px;
  }

  .filter-form-wrapper {
    border-radius: 20px;
    flex: 0 auto;
    align-self: center;
    min-width: 400px;
    max-width: 500px;
    padding: 20px;
    position: absolute;
    inset: 0% 10% auto 5%;
  }

  .filter-dropdown {
    width: 100%;
    margin-right: 0;
  }

  .filter-dropdown-toggle {
    width: 100%;
  }

  .filter-dropdown-toggle:hover {
    background-color: var(--background);
  }

  .filter-dropdown-list {
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -13px;
  }

  .filter-form {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .listing-hero-inner {
    width: 90%;
    max-width: 100%;
  }

  .property-type-wrapper {
    font-size: 14px;
  }

  .property-location {
    font-size: 18px;
  }

  .property-description-card {
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
  }

  .prise-text {
    font-size: 30px;
  }

  .description-show-more-overlay {
    left: 20px;
    right: 20px;
  }

  .property-info-block {
    border-radius: 15px;
    flex-wrap: wrap;
    flex: none;
    margin-top: 20px;
    padding: 20px 20px 0;
  }

  .heading-32px {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .property-info-inner {
    flex: none;
    width: 50%;
    margin-bottom: 20px;
  }

  .period-text {
    font-size: 16px;
  }

  .arent-image.contact-block {
    border-radius: 30px;
    margin-top: -127px;
  }

  .features-rich-text {
    margin-bottom: 60px;
  }

  .features-rich-text ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .features-rich-text li {
    background-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 14px;
  }

  .property-gallery-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-block-overlay {
    border-radius: 20px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .agent-form-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .additional-listing-item {
    max-width: 80%;
  }

  .filter-form-bottom {
    font-size: 14px;
  }

  .filter-buttons {
    width: 100%;
    margin-right: 0;
  }

  .clear-filter-button {
    font-size: 16px;
  }

  .filter-form-top {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-form-city {
    margin-left: 0;
  }

  .filter-form-info {
    flex-direction: column;
  }

  .property-types-tabs {
    margin-top: -240px;
  }

  .property-tabs-filter {
    margin-bottom: 20px;
  }

  .pagination {
    margin-bottom: 24px;
  }

  .value {
    max-width: 400px;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-navbar08_menu-button-2 {
    position: absolute;
    inset: 10px 30px auto auto;
  }

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

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-tertiary-gray-2:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-navbar08_link-2 {
    font-size: 1rem;
  }

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

  .uui-navbar08_dropdown-link-list-2 {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar08_dropdown-content-2 {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar08_dropdown-toggle-2 {
    font-size: 1rem;
  }

  .uui-navbar08_menu-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar08_container-2 {
    align-items: center;
  }

  .uui-navbar08_component-2 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image {
    margin-left: 0;
  }

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

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .combine-heading-style-h6 {
    font-family: Outfit, sans-serif;
    font-size: 16px;
  }

  .combine-blog2_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-container-large {
    margin-bottom: 3.2rem;
  }

  .combine-padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-15 {
    font-size: 28px;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-blogsection10_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection10_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .uui-blogsection10_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-blogsection10_arrow.left {
    right: 3.5rem;
  }

  .uui-blogsection10_image-wrapper {
    height: 460px;
  }

  .uui-blogsection10_image-link {
    margin-bottom: auto;
  }

  .uui-blogsection10_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection10_slide {
    padding-right: 0;
  }

  .uui-blogsection10_mask {
    width: 80%;
  }

  .uui-blogsection10_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection10_heading {
    margin-right: 0;
  }

  .uui-blogsection10_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-4 {
    max-height: 25px;
    padding-left: 10px;
    font-size: 18px;
  }

  .list-item-4 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .list-item-9 {
    font-size: 16px;
  }

  .div-block-5 {
    padding-left: 15px;
  }

  .div-block-6 {
    height: 220px;
  }

  .image-32 {
    margin-left: 10px;
    margin-right: 20px;
    padding-left: 0;
  }

  .text-block-20 {
    font-size: 13px;
  }

  .div-block-10 {
    padding-left: 1px;
  }

  .divblocka2, .divblock3 {
    height: 220px;
  }

  .uitgelicht {
    grid-template-columns: 1fr;
  }

  .heading-5 {
    font-size: 42px;
  }

  .sectionp {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .sectionp.listing-hero-section {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr 1fr;
    height: 20rem;
  }

  .combine-container-large-2 {
    max-width: 100%;
  }

  .combine-padding-global-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-gallery_main {
    width: 100%;
    height: 20rem;
  }

  .combine-gallery1_image-wrapper2 {
    width: 200%;
    max-width: 200%;
    height: 20rem;
  }

  .f-paragraph-regular {
    width: 100%;
    max-width: 100%;
  }

  .f-tab-pane {
    padding-left: 12px;
    padding-right: 12px;
  }

  .f-tab-button-toggle {
    width: 98%;
  }

  .f-tab-toggle-menu {
    flex-wrap: wrap;
  }

  .image-41 {
    width: 500px;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .aanbod_link {
    color: var(--untitled-ui--gray600);
    display: none;
  }

  .f-tab-pane-c {
    padding-left: 12px;
    padding-right: 12px;
  }

  .imagediv0 {
    height: 240px;
  }

  .uui-blogsection10_image-wrapper-deal {
    width: 100%;
    height: 430px;
  }

  .div-block-28 {
    max-width: 95%;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .text-span-17 {
    font-size: 16px;
  }

  .custom-checkbox {
    margin-bottom: 2px;
  }

  .zcheckbox {
    width: 25px;
    height: 25px;
  }

  .checkbox-label-3 {
    font-size: 15px;
  }

  .box-link {
    width: 100%;
  }

  .quick-stack-19 {
    max-width: 100%;
  }

  .div-block-32 {
    display: none;
  }

  .quick-stack-20 {
    width: 100%;
  }

  .text-span-19 {
    font-size: 16px;
  }

  .div-block-35 {
    width: 100%;
    max-width: 100%;
  }

  .quick-stack-22 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-37 {
    width: 60px;
  }

  .quick-stack-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-56 {
    font-size: 14px;
  }

  .div-block-42 {
    width: 100%;
  }

  .text-block-58 {
    font-size: 13px;
  }

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

  .text-block-59 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 18px;
    display: flex;
  }

  .bold-text-18 {
    font-size: 20px;
  }

  .pricebox {
    display: none;
  }

  .cell-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .text-block-61 {
    font-style: normal;
  }

  .cell-42 {
    display: none;
  }

  .txtblock1 {
    display: block;
  }

  .filter-dropdown-list-c {
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -13px;
  }

  .uui-blogpost01_author-heading-2 {
    font-size: 1rem;
  }

  .uui-blogpost01_author-image-2 {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .uui-blogpost01_author-image-wrapper-2 {
    margin-right: .75rem;
  }

  .uui-blogpost01_divider-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-blogpost01_image-wrapper-2 {
    padding-top: 0%;
  }

  .uui-blogpost01_content-top-2 {
    margin-top: 2rem;
  }

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

  .uui-blogpost01_title-wrapper-2 {
    margin-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-breadcrumb-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: none;
  }

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

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

  .combine_multipleimages {
    max-width: 100%;
    height: 400px;
  }

  .combine-gallery1_componentm {
    grid-template-columns: 1fr;
    width: 100%;
    height: 400px;
  }

  .combine-gallery_mainc, .combine-gallery1_image-wrapper2c {
    width: 100%;
    height: 400px;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-text-align-center-5 {
    margin-top: 4rem;
  }

  .combine-padding-section-medium-4 {
    width: 100%;
    margin-top: 0;
    padding-top: 1rem;
  }

  .combine-padding-global-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu_vak_dropdown {
    font-size: 1rem;
  }

  .menu_vak_dropdown_content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .vakdrop1 {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .menu_taal-toggle {
    font-size: 1rem;
  }

  .taal_droplistc {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar08_dropdown-content-2-copy {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .quick-stack-34 {
    margin-bottom: 0;
  }

  .heading-11 {
    font-size: 24px;
  }

  .product-link-hover {
    font-size: 13px;
  }

  .loc {
    margin-top: -5px;
  }

  .pricebox_intro {
    display: block;
  }

  .bold-text-39 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  .section {
    padding-top: 40px;
  }

  .section.cta-section {
    padding-top: 0;
  }

  .section.listing-hero-section {
    background-image: url('../images/pexels-naya-shaw-2002570.jpg');
    background-position: 0%;
    background-size: cover;
    margin-bottom: 0;
    padding: 50px 0% 20px;
  }

  .section.property-hero-section {
    padding-bottom: 100px;
  }

  .container {
    margin-bottom: 0;
    margin-left: 10px;
  }

  .properties-filter-wrapper {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 95%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    position: static;
    top: 0;
    right: 0%;
  }

  .button.filter-button {
    width: 100%;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .listings-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .listing-item {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-card-img-wrapper {
    height: 200px;
  }

  .listing-card-info-item {
    margin-right: 20px;
  }

  .cta-block {
    padding: 40px 20px;
  }

  .cta-form-button {
    width: 100%;
    position: static;
  }

  .footer-main {
    padding-bottom: 0;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-links-col {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .filter-form-wrapper {
    border-radius: 0;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    margin-right: 0;
    display: block;
    position: static;
    inset: 45% auto auto;
  }

  .filter-dropdown-toggle {
    max-width: 95%;
  }

  .filter-dropdown-list {
    top: 2px;
  }

  .filter-form {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .listing-hero-inner {
    width: 95%;
    padding-left: 0%;
    padding-right: 5%;
  }

  .property-location {
    background-position: 50% 0;
    padding-top: 28px;
    padding-left: 0;
    font-size: 16px;
  }

  .property-description-wrapper {
    flex: 0 auto;
  }

  .property-description-card {
    border-radius: 0;
    width: 100vw;
    margin-top: 0;
    margin-left: -5%;
  }

  .description-card-top {
    flex-direction: column;
    align-items: stretch;
  }

  .prise-text {
    font-size: 24px;
  }

  .property-info-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .property-info-icon-wrapper {
    font-size: 16px;
  }

  .property-icon {
    display: none;
  }

  .property-price-wrapper {
    margin-bottom: 10px;
  }

  .period-text {
    margin-bottom: 1px;
  }

  .features-rich-text ul {
    grid-template-columns: 1fr;
  }

  .property-id-wrap {
    margin-left: -5px;
  }

  .property-gallery-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta-block-overlay, .agent-form-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .additional-listing-item {
    max-width: 90%;
  }

  .filter-form-bottom {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .filter-buttons {
    max-width: 95%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .filter-form-top {
    width: 100%;
  }

  .filter-form-info {
    margin-left: 0;
  }

  .pagination-next-button, .pagination-prev-button {
    background-size: 14px;
    width: 40px;
    height: 40px;
  }

  .page-count {
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-office {
    padding: 32px 20px 20px;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    position: absolute;
    inset: 15px 0% auto auto;
  }

  .uui-navbar08_menu-button-2 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 5% 0% auto;
  }

  .uui-navbar08_dropdown-link-2 {
    padding-left: 0;
  }

  .uui-navbar08_dropdown-content-2 {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar08_dropdown-list-2 {
    display: none;
  }

  .uui-navbar08_component-2 {
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-3 {
    margin-bottom: 75px;
    font-size: 42px;
  }

  .text-block-8 {
    width: 80%;
  }

  .image {
    margin-left: 5px;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 1rem;
  }

  .combine-blog2_component {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-section-medium {
    padding-bottom: 0;
  }

  .combine-padding-global {
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-15 {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 2rem;
    line-height: 120%;
    display: block;
  }

  .uui-blogsection10_image-wrapper {
    height: 450px;
  }

  .uui-blogsection10_image-link {
    margin-bottom: 0;
  }

  .uui-blogsection10_slide {
    margin-right: 10px;
    padding-right: 0;
  }

  .uui-blogsection10_mask {
    width: 100%;
  }

  .heading-4 {
    padding-left: 8px;
    font-size: 18px;
  }

  .list-2 {
    padding-left: 20px;
    font-size: 11px;
  }

  .list-item-4 {
    font-size: 13px;
  }

  .list-item-9 {
    font-size: 12px;
  }

  .image-3 {
    height: 15px;
  }

  .text-block-18 {
    font-size: 12px;
  }

  .text-block-20 {
    margin-left: -15px;
    font-size: 12px;
  }

  .div-block-11 {
    bottom: 10px;
  }

  .image-33 {
    height: 20px;
    font-size: 14px;
  }

  .divblocka2, .divblock3 {
    height: 220px;
  }

  .text-span-9 {
    font-size: 42px;
  }

  .div-block-13 {
    justify-content: flex-start;
  }

  .link_bekijkmeer {
    padding-left: 0;
  }

  .text-block-22 {
    margin-left: -20px;
    font-size: 15px;
  }

  .image-39 {
    margin-right: 10px;
  }

  .quick-stack-4, .quick-stack-5 {
    margin-bottom: 10px;
  }

  .cell-7 {
    justify-content: center;
  }

  .uitgelicht {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cell-8 {
    justify-content: center;
  }

  .div-block-14 {
    display: none;
  }

  .div-block-15 {
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-5 {
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .quick-stack-6 {
    grid-column-gap: 6px;
    margin-top: 5px;
    font-size: 13px;
  }

  .bold-text-4 {
    font-size: .875rem;
  }

  .sectionp {
    padding-top: 40px;
  }

  .sectionp.listing-hero-section {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 10px 3% 20px;
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .combine-container-large-2 {
    max-width: 100%;
  }

  .combine-section_gallery1 {
    background-image: linear-gradient(#f1eded, #f1eded);
    max-width: 100%;
  }

  .combine-gallery_main {
    width: 100%;
    max-width: 100%;
    max-height: 17rem;
  }

  .combine-gallery1_image-wrapper2 {
    width: 200%;
    max-width: 200%;
    height: auto;
    max-height: 17rem;
  }

  .cell-10 {
    font-size: 11px;
  }

  .f-paragraph-regular {
    font-size: 1rem;
  }

  .f-tab-pane {
    padding-left: 10px;
    padding-right: 5px;
  }

  .f-tab-button-toggle {
    align-items: flex-start;
    margin-top: 1px;
    margin-bottom: 1px;
    display: flex;
  }

  .f-tab-button-toggle.w--current {
    margin-bottom: 2px;
  }

  .f-tab-toggle-menu {
    background-color: var(--flowui-component-library--white);
    background-image: none;
  }

  .quick-stack-8 {
    margin-bottom: 12px;
  }

  .text-block-32 {
    font-size: 16px;
    line-height: 150%;
  }

  .div-block-18 {
    width: 100%;
    max-width: 100%;
  }

  .image-41 {
    width: 100%;
  }

  .quick-stack-13 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 10px;
  }

  .paragraph-10 {
    font-size: .9375rem;
    line-height: 150%;
  }

  .quick-stack-14 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .f-tab-pane-c {
    padding-left: 10px;
    padding-right: 5px;
  }

  .combine-padding-section-medium-zoeken {
    padding-bottom: .5rem;
  }

  .bold-text-12 {
    font-size: 15px;
  }

  .div-block-25 {
    display: none;
  }

  .uui-blogsection10_image-wrapper-deal {
    width: 100%;
    height: 430px;
  }

  .uui-blogpost01_share-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .block-quote {
    padding-left: 25px;
    padding-right: 10px;
    font-size: 16px;
  }

  .text-span-17 {
    font-size: 16px;
  }

  .custom-checkbox {
    margin-bottom: 2px;
  }

  .zcheckbox {
    width: 25px;
    height: 25px;
    margin-bottom: 0;
  }

  .checkbox-label-3 {
    font-size: 15px;
  }

  .quick-stack-19 {
    padding-top: 10px;
  }

  .div-block-32 {
    width: 100%;
    max-width: 400px;
    display: none;
  }

  .quick-stack-20 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-48 {
    width: 100%;
    height: 200px;
  }

  .cell-25 {
    padding-top: 5px;
  }

  .div-block-35 {
    border-color: var(--untitled-ui--gray300);
  }

  .quick-stack-22 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 327px;
    margin-bottom: -5px;
  }

  .cell-26 {
    align-items: center;
  }

  .text-span-21 {
    opacity: .75;
    font-size: 12px;
  }

  .div-block-36 {
    margin-top: -70px;
    top: 5px;
  }

  .bold-text-1 {
    font-size: 24px;
  }

  .text-span-23 {
    font-size: 13px;
  }

  .text-block-49 {
    margin-bottom: 0;
  }

  .div-block-37 {
    display: none;
  }

  .quick-stack-23 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    margin-top: 0;
  }

  .cell-27 {
    align-items: flex-end;
  }

  .cell-28 {
    justify-content: center;
  }

  .quick-stack-24 {
    width: 80%;
    max-width: 400px;
    margin-bottom: 25px;
  }

  .text-block-51 {
    opacity: .73;
    color: var(--untitled-ui--gray600);
  }

  .text-span-25 {
    font-size: 14px;
  }

  .text-span-27 {
    font-size: 13px;
  }

  .div-block-40 {
    margin-bottom: 30px;
  }

  .text-block-57 {
    font-size: 1.125rem;
  }

  .div-block-41 {
    display: none;
  }

  .bold-text-16 {
    font-size: 21px;
  }

  .cell-35 {
    padding-top: 10px;
  }

  .bold-text-17 {
    font-size: 15px;
  }

  .pricebox {
    display: block;
  }

  .bold-text-20, .cell-36, .cell-37, .cell-38, .cell-39 {
    display: none;
  }

  .quick-stack-28 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 10px 5px 10px 10px;
  }

  .cell-40 {
    padding-left: 5px;
    display: none;
  }

  .text-block-61 {
    font-size: .9375rem;
    line-height: 150%;
  }

  .cell-42 {
    padding-left: 10px;
  }

  .cell-43 {
    justify-content: flex-start;
    padding-right: 3px;
  }

  .text-span-34 {
    margin-left: 0;
    padding-right: 2px;
  }

  .text-span-35 {
    line-height: 150%;
  }

  .cell-47 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .bold-text-21 {
    font-size: .875rem;
  }

  .quick-stack-28h {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 8px 5px 8px 10px;
  }

  .txtblock1 {
    font-size: .9375rem;
    line-height: 150%;
    display: block;
  }

  .bold-text-22 {
    font-size: 1rem;
    line-height: 150%;
  }

  .bold-text-23 {
    font-size: .9375rem;
    line-height: 150%;
  }

  .bold-text-24 {
    font-size: .9375rem;
  }

  .bold-text-25 {
    font-size: .9375rem;
    line-height: 150%;
  }

  .quick-stack-30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 14px;
  }

  .text-block-63 {
    font-size: .9375rem;
    line-height: 150%;
  }

  .cell-50 {
    padding-left: 5px;
    font-size: 14px;
  }

  .text-block-64 {
    font-size: 14px;
  }

  .cell-51 {
    display: none;
  }

  .bold-text-26 {
    font-size: .875rem;
    line-height: 150%;
  }

  .link-block-5 {
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
  }

  .div-block-48 {
    height: 30px;
  }

  .image-53 {
    display: inline-block;
  }

  .cell-52 {
    display: none;
  }

  .bold-text-27 {
    font-size: .875rem;
    line-height: 150%;
  }

  .cell-53 {
    padding-top: 12px;
  }

  .text-span-40 {
    font-size: .8125rem;
  }

  .filter-dropdown-list-c {
    top: 2px;
  }

  .uui-text-size-medium-5 {
    font-size: .75rem;
  }

  .uui-blogpost01_date-wrapper-2 {
    font-size: .75rem;
    line-height: 150%;
  }

  .uui-blogpost01_author-wrapper-2 {
    margin-bottom: 1rem;
    display: none;
  }

  .uui-blogpost01_tag-list-2 {
    justify-content: flex-start;
  }

  .uui-blogpost01_tag-list-wrapper-2 {
    width: 100%;
  }

  .uui-blogpost01_share-wrapper-2 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .uui-blogpost01_content-bottom-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-blogpost01_image-wrapper-2 {
    height: 300px;
  }

  .uui-blogpost01_content-top-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .uui-heading-large-2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .uui-breadcrumb-divider-2 {
    height: 1.5rem;
    margin-left: 0;
    display: block;
  }

  .uui-blogpost01_title-wrapper-2 {
    margin-bottom: 1rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 1rem;
  }

  .f-breadcrumb-wrapper {
    justify-content: flex-start;
    display: flex;
  }

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

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

  .uui-breadcrumb-divider-2a {
    height: 1.5rem;
    margin-left: 0;
    display: none;
  }

  .combine_multipleimages {
    max-width: 100%;
  }

  .combine-gallery1_componentm {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .combine-gallery_mainc {
    width: 100%;
    max-width: 100%;
    height: 25rem;
  }

  .combine-gallery1_image-wrapper2c {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 25rem;
  }

  .combine-button-icon {
    display: none;
  }

  .combine-blog4_content-featured {
    margin-bottom: 1rem;
  }

  .combine-blog4_image-featured {
    height: 16rem;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-54 {
    margin-bottom: 100px;
  }

  .text-block-83 {
    font-size: .8125rem;
  }

  .div-block-55 {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .magazine_section {
    padding-top: 1.5rem;
  }

  .combine-text-align-center-5 {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .combine-padding-section-medium-4 {
    width: 75rem;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .combine-padding-global-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .mag_head_main {
    font-size: 1.25rem;
  }

  .bold-text-28 {
    font-size: .8125rem;
  }

  .menu_vak_droplist {
    display: none;
  }

  .menu_vak_dropdown_content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu_vak_link1 {
    padding-left: 0;
  }

  .menu_language {
    display: none;
  }

  .taal_drop0 {
    padding-left: 0;
  }

  .uui-navbar08_dropdown-content-2-copy {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .quick-stack-34 {
    grid-row-gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack-35 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 2px;
  }

  .heading-10 {
    font-size: 1.125rem;
  }

  .text-span-44 {
    width: 100%;
  }

  .link-block-8, .image-59 {
    height: 250px;
  }

  .heading-12r {
    padding-left: 10px;
  }

  .heading-10s {
    font-size: 1rem;
  }

  .div-block-65 {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-60 {
    margin-top: 30px;
  }

  .product-link-hover {
    font-size: 14px;
  }

  .link-6 {
    margin-right: -1px;
  }

  .link-underline {
    color: var(--untitled-ui--gray600);
  }

  .link-underline:hover {
    text-decoration: underline;
  }

  .bold-text-30 {
    font-size: 1.125rem;
  }

  .quick-stack-38 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-96 {
    font-size: 12px;
    line-height: 150%;
  }

  .bold-text-31 {
    font-size: 14px;
  }

  .loc {
    margin-top: 0;
    line-height: 130%;
  }

  .image-61 {
    width: 100%;
    height: 150px;
  }

  .link-block-9.w--current {
    height: 250px;
  }

  .bold-text-32 {
    font-size: 1.125rem;
  }

  .pricebox_intro {
    display: block;
  }

  .text-block-97 {
    margin-bottom: 10px;
  }

  .paragraph-25 {
    font-size: 14px;
  }

  .bold-text-33 {
    font-size: 1.5rem;
  }

  .bold-text-36 {
    font-size: 1.125rem;
  }

  .div-block-62e {
    display: block;
  }

  .bold-text-38 {
    font-size: 1.25rem;
  }

  .div-block-72 {
    height: 250px;
  }

  .bold-text-39 {
    font-size: 1rem;
  }

  .bold-text-41 {
    font-size: .888889rem;
    font-weight: 600;
  }

  .bold-text-42 {
    font-size: .875rem;
  }

  .div-block---clean-1 {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bold-text-45 {
    font-size: 1.5rem;
  }

  .bold-text-46, .bold-text-47 {
    font-size: 1.25rem;
  }

  .centered_h1 {
    text-align: center;
  }

  .q28a {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 8px 5px 8px 10px;
  }
}

#w-node-_94e35058-00f5-e135-2320-d2f6ea5ee56b-5b4176a1, #w-node-_9d3c6ab2-f32b-e8e3-0e08-108ef89c9c48-5b4176a1, #w-node-_94e35058-00f5-e135-2320-d2f6ea5ee572-5b4176a1, #w-node-_94e35058-00f5-e135-2320-d2f6ea5ee579-5b4176a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94e35058-00f5-e135-2320-d2f6ea5ee583-5b4176a1, #w-node-_94e35058-00f5-e135-2320-d2f6ea5ee58a-5b4176a1, #w-node-_94e35058-00f5-e135-2320-d2f6ea5ee591-5b4176a1, #w-node-_94e35058-00f5-e135-2320-d2f6ea5ee598-5b4176a1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_94e35058-00f5-e135-2320-d2f6ea5ee59e-5b4176a1, #w-node-_7741ea66-ac33-7e34-d811-6007cf3cdcda-5b4176a1, #w-node-_59a1fcef-fbff-fcfa-fc72-b87f1a1bef33-5b4176a1, #w-node-_59a1fcef-fbff-fcfa-fc72-b87f1a1bef34-5b4176a1, #w-node-f4dcc232-438f-6a26-9341-bca9aef78325-5b4176a1, #w-node-f4dcc232-438f-6a26-9341-bca9aef78326-5b4176a1, #w-node-_53043dc6-4593-27e6-07e9-fca67acef49c-5b4176a1, #w-node-_53043dc6-4593-27e6-07e9-fca67acef49d-5b4176a1, #w-node-_527ef9dd-5c73-54ce-53d0-a68981b6fd32-5b4176a1, #w-node-_527ef9dd-5c73-54ce-53d0-a68981b6fd33-5b4176a1, #w-node-b7b76dfa-f0a5-ff88-3fe1-b766bbe8a479-5b4176a1, #w-node-b7b76dfa-f0a5-ff88-3fe1-b766bbe8a480-5b4176a1, #w-node-b7b76dfa-f0a5-ff88-3fe1-b766bbe8a481-5b4176a1, #w-node-b7b76dfa-f0a5-ff88-3fe1-b766bbe8a487-5b4176a1, #w-node-b7b76dfa-f0a5-ff88-3fe1-b766bbe8a488-5b4176a1, #w-node-b7b76dfa-f0a5-ff88-3fe1-b766bbe8a48e-5b4176a1, #w-node-b7b76dfa-f0a5-ff88-3fe1-b766bbe8a48f-5b4176a1, #w-node-b7b76dfa-f0a5-ff88-3fe1-b766bbe8a495-5b4176a1, #w-node-b7b76dfa-f0a5-ff88-3fe1-b766bbe8a496-5b4176a1, #w-node-_7741ea66-ac33-7e34-d811-6007cf3cdd0d-5b4176a1, #w-node-_7741ea66-ac33-7e34-d811-6007cf3cdd0f-5b4176a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d765163-f200-759b-8b96-b6c499e2c9f5-5b4176a1, #w-node-_6959f5ec-caf1-e3dd-5ecd-7fcbcb75d1e9-5b4176a1, #w-node-ce077dea-99a7-30b4-601f-6f350c800f01-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_4b2d4c50-affd-7d74-3a93-918381f1170b-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ee944ca4-2024-df02-6566-eba051eb7a55-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-fc7d7bf3-2054-abfa-aff8-b22624e9d768-5b4176a1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_570a50df-0d7f-c737-bfdf-17640fc3943a-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_570a50df-0d7f-c737-bfdf-17640fc3943f-5b4176a1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3f673eea-2f2f-e849-3933-6a8225eab4e3-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_3f673eea-2f2f-e849-3933-6a8225eab4e8-5b4176a1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-c1a05647-1303-a950-4541-43a435f52cbd-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
}

#w-node-f791da66-b22e-4ec4-8d5b-4120bffff6df-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-abdcd647-a512-fc4f-fff6-b4ba472aed0b-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .5fr 2fr;
}

#w-node-c05e1927-3319-fde8-f17e-a93f8b84cacd-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-c05e1927-3319-fde8-f17e-a93f8b84cadc-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-c05e1927-3319-fde8-f17e-a93f8b84cade-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr 2fr;
}

#w-node-_0c3134dc-488a-8d40-89fd-5660d3c5a6f7-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0c3134dc-488a-8d40-89fd-5660d3c5a706-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_0c3134dc-488a-8d40-89fd-5660d3c5a708-5b4176a1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr 2fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-91f0252c, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-91f0252c, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-91f0252c, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-91f0252c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-91f0252c, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-91f0252c, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-91f0252c, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-91f0252c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-91f0252c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1a05647-1303-a950-4541-43a435f52cbd-91f0252c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f791da66-b22e-4ec4-8d5b-4120bffff6df-91f0252c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-abdcd647-a512-fc4f-fff6-b4ba472aed0b-91f0252c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .5fr 2fr;
}

#w-node-_0c3134dc-488a-8d40-89fd-5660d3c5a6f7-91f0252c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0c3134dc-488a-8d40-89fd-5660d3c5a706-91f0252c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_0c3134dc-488a-8d40-89fd-5660d3c5a708-91f0252c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .5fr 2fr;
}

#w-node-c05e1927-3319-fde8-f17e-a93f8b84cacd-91f0252c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-c05e1927-3319-fde8-f17e-a93f8b84cadc-91f0252c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-c05e1927-3319-fde8-f17e-a93f8b84cade-91f0252c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .5fr 2fr;
}

#w-node-_5cdc6542-a1d3-426c-09e2-5686cb29e4be-91f0252c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_5cdc6542-a1d3-426c-09e2-5686cb29e4cd-91f0252c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_5cdc6542-a1d3-426c-09e2-5686cb29e4cf-91f0252c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .5fr 2fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-ef70e870, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-ef70e870, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-ef70e870, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-ef70e870 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-ef70e870, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-ef70e870, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-ef70e870, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-ef70e870 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-ef70e870 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-ef70e870, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-ef70e870 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-ef70e870 {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-ef70e870 {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-ef70e870, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_43cdb6f2-e9af-089e-69c1-cc17412ebbd8-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-ef70e870, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-ef70e870, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-ef70e870 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-9de2336f, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-9de2336f, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-9de2336f, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-9de2336f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-9de2336f, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-9de2336f, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-9de2336f, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-9de2336f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-9de2336f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d20291-9e5a-7daa-ee98-d77c36ab40f8-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-abc64a5c-35a4-e085-9049-f92353b40614-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_70215aeb-600a-1303-ead4-a34c4463a3ea-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-f90e1868-b57c-8f57-b528-c939b5376283-9de2336f, #w-node-b60eb45d-b9f0-9e97-e1d9-abd0f5f1f6be-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6ec5ec88-3f64-de73-4818-11f19f5f6184-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-f3b7affe-db11-e709-342a-58fe228a2eea-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_9614d64b-7553-f793-f07e-174160dc63ae-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_00c382ed-dce6-8032-d541-2954d3cbcfa1-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_37e3e5e1-e7ab-eb4d-bafc-d02643a513e3-9de2336f, #w-node-_52e631a7-4562-fdc1-d1e4-d26364aee0cd-9de2336f, #w-node-_72ca4467-2447-6111-e002-f7f15d1f240c-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-d4326dfe-dd9d-91f3-6d31-72166861f4ea-9de2336f, #w-node-aa00cacc-f9be-1e15-0d9b-6359276c5fe7-9de2336f, #w-node-_76238ad1-8e5a-48cc-447e-f5e2a8d7ff0a-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_61f795d8-bf82-62a9-4f5b-17bfc8a25fdd-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad944-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad94c-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad951-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad953-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad964-9de2336f, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad96b-9de2336f, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad972-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad97a-9de2336f, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad981-9de2336f, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad988-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad98f-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef519e-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef51a6-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef51ab-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef51ad-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef51be-9de2336f, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51c5-9de2336f, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51cc-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef51d4-9de2336f, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51db-9de2336f, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51e2-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef51e9-9de2336f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca793c-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7943-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca794a-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7951-4f7d2152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca795b-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7962-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7969-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7970-4f7d2152 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7976-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7985-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca798c-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca798d-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7993-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7994-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca799a-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca799b-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79a1-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79a2-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79ab-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79b2-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79b3-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79b9-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79ba-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79c0-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79c1-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79c7-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79c8-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79cd-4f7d2152, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79cf-4f7d2152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5591fc61-f13b-b9f8-bde0-4809af9ce31d-4f7d2152, #w-node-c89fa243-6218-ad9d-1365-fb70b7a18c34-4f7d2152, #w-node-_41dcadb3-aa3b-39d6-1fd2-d95410084593-4f7d2152, #w-node-_0d10e21f-53d6-f1b0-9720-fc1ad4a6e25f-4f7d2152, #w-node-_0d10e21f-53d6-f1b0-9720-fc1ad4a6e265-4f7d2152, #w-node-_0d10e21f-53d6-f1b0-9720-fc1ad4a6e26b-4f7d2152, #w-node-abd3548c-1c75-90ef-76b1-b85a5bc4f4c2-4f7d2152, #w-node-abd3548c-1c75-90ef-76b1-b85a5bc4f4c8-4f7d2152, #w-node-_488fb4d0-a8f9-7f1f-d0b6-4647e9e7f125-4f7d2152, #w-node-abd3548c-1c75-90ef-76b1-b85a5bc4f4ce-4f7d2152 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 3fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-c808154b, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-c808154b, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-c808154b, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-c808154b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-c808154b, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-c808154b, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-c808154b, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-c808154b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-c808154b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a5dd6c7-d5ec-1e48-5ef9-2d95972aca58-c808154b, #w-node-d14a1f1d-0a3c-e85d-47cb-c31c6ffd7638-c808154b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-d5a6f037, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-d5a6f037, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-d5a6f037, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-d5a6f037 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-d5a6f037, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-d5a6f037, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-d5a6f037, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-d5a6f037 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-d5a6f037 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-d5a6f037 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-d5a6f037 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-d5a6f037 {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-d5a6f037 {
  grid-area: Area-2;
}

#w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada119e-d5a6f037 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada11a5-d5a6f037 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada11aa-d5a6f037 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-eee0d07a-421c-5b7e-d93e-06f26280c460-d5a6f037 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
}

#w-node-_6aa45654-cf10-9597-4dd5-71fba582f511-d5a6f037 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_6aa45654-cf10-9597-4dd5-71fba582f516-d5a6f037 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6aa45654-cf10-9597-4dd5-71fba582f51b-d5a6f037 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
}

#w-node-_46949129-7a64-0e4b-0c93-a8ecf69fb22f-d5a6f037 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_46949129-7a64-0e4b-0c93-a8ecf69fb234-d5a6f037 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_46949129-7a64-0e4b-0c93-a8ecf69fb239-d5a6f037 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
}

#w-node-_220f3843-56a9-47b3-45ea-d0e5decf93fa-d5a6f037 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_220f3843-56a9-47b3-45ea-d0e5decf93ff-d5a6f037 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_220f3843-56a9-47b3-45ea-d0e5decf9404-d5a6f037 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
}

#w-node-_21ef125c-1b7d-f9c8-f008-25dc509aaae2-d5a6f037 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5004d924-a8d7-2741-1f91-777d6bdd635b-d5a6f037, #w-node-_5004d924-a8d7-2741-1f91-777d6bdd635d-d5a6f037, #w-node-_5004d924-a8d7-2741-1f91-777d6bdd635f-d5a6f037, #w-node-_5004d924-a8d7-2741-1f91-777d6bdd6361-d5a6f037, #w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-db5be3b5, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-db5be3b5, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-db5be3b5, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-db5be3b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-db5be3b5, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-db5be3b5, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-db5be3b5, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-db5be3b5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-db5be3b5, #w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-a8370ab3, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-a8370ab3, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-a8370ab3, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-a8370ab3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-a8370ab3, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-a8370ab3, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-a8370ab3, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-a8370ab3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-a8370ab3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d20291-9e5a-7daa-ee98-d77c36ab40f8-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-abc64a5c-35a4-e085-9049-f92353b40614-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_70215aeb-600a-1303-ead4-a34c4463a3ea-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-f90e1868-b57c-8f57-b528-c939b5376283-a8370ab3, #w-node-b60eb45d-b9f0-9e97-e1d9-abd0f5f1f6be-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6ec5ec88-3f64-de73-4818-11f19f5f6184-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-f3b7affe-db11-e709-342a-58fe228a2eea-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_9614d64b-7553-f793-f07e-174160dc63ae-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_00c382ed-dce6-8032-d541-2954d3cbcfa1-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_37e3e5e1-e7ab-eb4d-bafc-d02643a513e3-a8370ab3, #w-node-_52e631a7-4562-fdc1-d1e4-d26364aee0cd-a8370ab3, #w-node-_72ca4467-2447-6111-e002-f7f15d1f240c-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-d4326dfe-dd9d-91f3-6d31-72166861f4ea-a8370ab3, #w-node-aa00cacc-f9be-1e15-0d9b-6359276c5fe7-a8370ab3, #w-node-_76238ad1-8e5a-48cc-447e-f5e2a8d7ff0a-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_61f795d8-bf82-62a9-4f5b-17bfc8a25fdd-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-db8ec8fc-7baf-676e-87ff-7f2cf671d48a-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-db8ec8fc-7baf-676e-87ff-7f2cf671d492-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-db8ec8fc-7baf-676e-87ff-7f2cf671d497-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-db8ec8fc-7baf-676e-87ff-7f2cf671d499-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-db8ec8fc-7baf-676e-87ff-7f2cf671d4aa-a8370ab3, #w-node-db8ec8fc-7baf-676e-87ff-7f2cf671d4b1-a8370ab3, #w-node-db8ec8fc-7baf-676e-87ff-7f2cf671d4b8-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-db8ec8fc-7baf-676e-87ff-7f2cf671d4c0-a8370ab3, #w-node-db8ec8fc-7baf-676e-87ff-7f2cf671d4c7-a8370ab3, #w-node-db8ec8fc-7baf-676e-87ff-7f2cf671d4ce-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-db8ec8fc-7baf-676e-87ff-7f2cf671d4d5-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4b0c5fbc-c9d1-2f6b-536a-785a91145794-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_4b0c5fbc-c9d1-2f6b-536a-785a9114579c-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_4b0c5fbc-c9d1-2f6b-536a-785a911457a1-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_4b0c5fbc-c9d1-2f6b-536a-785a911457a3-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4b0c5fbc-c9d1-2f6b-536a-785a911457b2-a8370ab3, #w-node-_4b0c5fbc-c9d1-2f6b-536a-785a911457b9-a8370ab3, #w-node-_4b0c5fbc-c9d1-2f6b-536a-785a911457c0-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_4b0c5fbc-c9d1-2f6b-536a-785a911457c8-a8370ab3, #w-node-_4b0c5fbc-c9d1-2f6b-536a-785a911457cf-a8370ab3, #w-node-_4b0c5fbc-c9d1-2f6b-536a-785a911457d6-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_4b0c5fbc-c9d1-2f6b-536a-785a911457dd-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_87d6a78c-f717-9a85-3501-9c7f9a8299cd-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_87d6a78c-f717-9a85-3501-9c7f9a8299d5-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_87d6a78c-f717-9a85-3501-9c7f9a8299da-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_87d6a78c-f717-9a85-3501-9c7f9a8299dc-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_87d6a78c-f717-9a85-3501-9c7f9a8299eb-a8370ab3, #w-node-_87d6a78c-f717-9a85-3501-9c7f9a8299f2-a8370ab3, #w-node-_87d6a78c-f717-9a85-3501-9c7f9a8299f9-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_87d6a78c-f717-9a85-3501-9c7f9a829a01-a8370ab3, #w-node-_87d6a78c-f717-9a85-3501-9c7f9a829a08-a8370ab3, #w-node-_87d6a78c-f717-9a85-3501-9c7f9a829a0f-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_87d6a78c-f717-9a85-3501-9c7f9a829a16-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_141460ba-ec32-0250-d002-b0d59093ff4b-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_896a766c-db95-1bb3-c1ac-17f97f144f39-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-bf5474b1-26c2-b341-0d03-731a6ee3adce-a8370ab3, #w-node-_2eedbbac-d726-d1a9-5508-9c55ecce3afb-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_347570da-9717-c9e2-feac-97bee0662869-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_347570da-9717-c9e2-feac-97bee066286f-a8370ab3, #w-node-_347570da-9717-c9e2-feac-97bee0662875-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_12861200-1e49-e201-02c6-dda614c9d7c5-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_12861200-1e49-e201-02c6-dda614c9d7cb-a8370ab3, #w-node-_12861200-1e49-e201-02c6-dda614c9d7d3-a8370ab3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-f875256d, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-f875256d, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-f875256d, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-f875256d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-f875256d, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-f875256d, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-f875256d, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-f875256d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-f875256d, #w-node-_5a83d972-a6c3-2f9c-40a5-3ba23f7e35bc-f875256d, #w-node-_5a83d972-a6c3-2f9c-40a5-3ba23f7e35be-f875256d, #w-node-_5a83d972-a6c3-2f9c-40a5-3ba23f7e35c0-f875256d, #w-node-_5a83d972-a6c3-2f9c-40a5-3ba23f7e35c2-f875256d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc9eab95-d1b2-d94e-38f0-22e7d644c2ca-f875256d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a83d972-a6c3-2f9c-40a5-3ba23f7e35e9-f875256d, #w-node-_5a83d972-a6c3-2f9c-40a5-3ba23f7e35eb-f875256d, #w-node-_5a83d972-a6c3-2f9c-40a5-3ba23f7e35ed-f875256d, #w-node-_5a83d972-a6c3-2f9c-40a5-3ba23f7e35ef-f875256d, #w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-87689d32, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-87689d32, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-87689d32, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-87689d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-87689d32, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-87689d32, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-87689d32, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-87689d32 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-87689d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_998c8baa-18c3-e070-92ec-ffcee0c5fa5c-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_998c8baa-18c3-e070-92ec-ffcee0c5fa95-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_998c8baa-18c3-e070-92ec-ffcee0c5fa9a-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_998c8baa-18c3-e070-92ec-ffcee0c5faa5-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_998c8baa-18c3-e070-92ec-ffcee0c5faaa-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_998c8baa-18c3-e070-92ec-ffcee0c5fab5-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_998c8baa-18c3-e070-92ec-ffcee0c5faba-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-d10149a7-3cea-84a3-573d-5025670b8abd-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-d10149a7-3cea-84a3-573d-5025670b8ac2-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5ac097c2-fac4-201d-ee17-8087ca86ae66-87689d32, #w-node-_4f11ce8f-a72e-3bab-d1bd-3820f7428197-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4f11ce8f-a72e-3bab-d1bd-3820f74281a0-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_4f11ce8f-a72e-3bab-d1bd-3820f74281a5-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6632b43e-279f-33ba-e90d-fbc6471a81cc-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_6632b43e-279f-33ba-e90d-fbc6471a81d1-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3700c904-5812-6c8a-998f-a60f0b9401ae-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_3700c904-5812-6c8a-998f-a60f0b9401b3-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4bd3ca9b-7266-4d41-a825-5522e4c9a63c-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_4bd3ca9b-7266-4d41-a825-5522e4c9a641-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_8a52ead3-357d-3b51-99c2-cb83e92ddb72-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_8a52ead3-357d-3b51-99c2-cb83e92ddb77-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4f11ce8f-a72e-3bab-d1bd-3820f74281b0-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_4f11ce8f-a72e-3bab-d1bd-3820f74281b5-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4f11ce8f-a72e-3bab-d1bd-3820f74281c0-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_4f11ce8f-a72e-3bab-d1bd-3820f74281c5-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-b740fd42-e52a-f4ac-4928-38fcf70348dd-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-b740fd42-e52a-f4ac-4928-38fcf70348e2-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_62d9f9e8-9b2e-585a-3183-e8e95e6fc3c9-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_62d9f9e8-9b2e-585a-3183-e8e95e6fc3eb-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_62d9f9e8-9b2e-585a-3183-e8e95e6fc3f0-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_62d9f9e8-9b2e-585a-3183-e8e95e6fc3fe-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_62d9f9e8-9b2e-585a-3183-e8e95e6fc403-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_62d9f9e8-9b2e-585a-3183-e8e95e6fc411-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_62d9f9e8-9b2e-585a-3183-e8e95e6fc416-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_62d9f9e8-9b2e-585a-3183-e8e95e6fc424-87689d32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_62d9f9e8-9b2e-585a-3183-e8e95e6fc429-87689d32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a243-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a24a-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a251-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a258-7f6afd55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a262-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a269-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a270-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a277-7f6afd55 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a27d-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a28c-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a293-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a294-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a29a-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a29b-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2a1-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2a2-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2a8-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2a9-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2b2-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2b9-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2ba-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2c0-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2c1-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2c7-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2c8-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2ce-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2cf-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2d4-7f6afd55, #w-node-_87499ea3-5ac5-66cf-e94f-b69465d7a2d6-7f6afd55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada119e-7f6afd55 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada11a5-7f6afd55 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada11aa-7f6afd55 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-eee0d07a-421c-5b7e-d93e-06f26280c460-7f6afd55 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
}

#w-node-_6aa45654-cf10-9597-4dd5-71fba582f511-7f6afd55 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_6aa45654-cf10-9597-4dd5-71fba582f516-7f6afd55 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6aa45654-cf10-9597-4dd5-71fba582f51b-7f6afd55 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
}

#w-node-_46949129-7a64-0e4b-0c93-a8ecf69fb22f-7f6afd55 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_46949129-7a64-0e4b-0c93-a8ecf69fb234-7f6afd55 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_46949129-7a64-0e4b-0c93-a8ecf69fb239-7f6afd55 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
}

#w-node-_220f3843-56a9-47b3-45ea-d0e5decf93fa-7f6afd55 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_220f3843-56a9-47b3-45ea-d0e5decf93ff-7f6afd55 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_220f3843-56a9-47b3-45ea-d0e5decf9404-7f6afd55 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
}

#w-node-_21ef125c-1b7d-f9c8-f008-25dc509aaae2-7f6afd55 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5004d924-a8d7-2741-1f91-777d6bdd635b-7f6afd55, #w-node-_5004d924-a8d7-2741-1f91-777d6bdd635d-7f6afd55, #w-node-_5004d924-a8d7-2741-1f91-777d6bdd635f-7f6afd55, #w-node-_5004d924-a8d7-2741-1f91-777d6bdd6361-7f6afd55, #w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-e941fd4a, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-e941fd4a, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-e941fd4a, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-e941fd4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-e941fd4a, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-e941fd4a, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-e941fd4a, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-e941fd4a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-e941fd4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-e941fd4a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-e941fd4a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-e941fd4a {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-e941fd4a {
  grid-area: Area-2;
}

#w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada119e-e941fd4a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada11a5-e941fd4a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada11aa-e941fd4a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-eee0d07a-421c-5b7e-d93e-06f26280c460-e941fd4a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
}

#w-node-_6aa45654-cf10-9597-4dd5-71fba582f511-e941fd4a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_6aa45654-cf10-9597-4dd5-71fba582f516-e941fd4a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6aa45654-cf10-9597-4dd5-71fba582f51b-e941fd4a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
}

#w-node-_46949129-7a64-0e4b-0c93-a8ecf69fb22f-e941fd4a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_46949129-7a64-0e4b-0c93-a8ecf69fb234-e941fd4a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_46949129-7a64-0e4b-0c93-a8ecf69fb239-e941fd4a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
}

#w-node-_220f3843-56a9-47b3-45ea-d0e5decf93fa-e941fd4a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_220f3843-56a9-47b3-45ea-d0e5decf93ff-e941fd4a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_220f3843-56a9-47b3-45ea-d0e5decf9404-e941fd4a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
}

#w-node-_21ef125c-1b7d-f9c8-f008-25dc509aaae2-e941fd4a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5004d924-a8d7-2741-1f91-777d6bdd635b-e941fd4a, #w-node-_5004d924-a8d7-2741-1f91-777d6bdd635d-e941fd4a, #w-node-_5004d924-a8d7-2741-1f91-777d6bdd635f-e941fd4a, #w-node-_5004d924-a8d7-2741-1f91-777d6bdd6361-e941fd4a, #w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-b06abdfd, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-b06abdfd, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-b06abdfd, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-b06abdfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-b06abdfd, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-b06abdfd, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-b06abdfd, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-b06abdfd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-b06abdfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-b06abdfd, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-b06abdfd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-b06abdfd {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-b06abdfd {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-b06abdfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_43cdb6f2-e9af-089e-69c1-cc17412ebbd8-b06abdfd, #w-node-eeb84e8d-f566-06aa-510c-61f270b6e05c-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-b06abdfd, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-b06abdfd, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-b06abdfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-d84cdcfd, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-d84cdcfd, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-d84cdcfd, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-d84cdcfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-d84cdcfd, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-d84cdcfd, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-d84cdcfd, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-d84cdcfd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-d84cdcfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-d84cdcfd, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-d84cdcfd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-d84cdcfd {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-d84cdcfd {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-d84cdcfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-d84cdcfd, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-d84cdcfd, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-d84cdcfd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-ea84703c, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-ea84703c, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-ea84703c, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-ea84703c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-ea84703c, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-ea84703c, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-ea84703c, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-ea84703c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-ea84703c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-ea84703c, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-ea84703c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-ea84703c {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-ea84703c {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-ea84703c, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-ea84703c, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .5fr .25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-ea84703c, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-ea84703c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-44ad8a93, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-44ad8a93, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-44ad8a93, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-44ad8a93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-44ad8a93, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-44ad8a93, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-44ad8a93, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-44ad8a93 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-44ad8a93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-44ad8a93, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-44ad8a93 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-44ad8a93 {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-44ad8a93 {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-44ad8a93, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-44ad8a93, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-44ad8a93, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-44ad8a93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-7264cedc, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-7264cedc, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-7264cedc, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-7264cedc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-7264cedc, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-7264cedc, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-7264cedc, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-7264cedc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-7264cedc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-7264cedc, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-7264cedc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-7264cedc {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-7264cedc {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-7264cedc, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_43cdb6f2-e9af-089e-69c1-cc17412ebbd8-7264cedc, #w-node-eeb84e8d-f566-06aa-510c-61f270b6e05c-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-7264cedc, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-7264cedc, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-7264cedc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-df8241d6, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-df8241d6, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-df8241d6, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-df8241d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-df8241d6, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-df8241d6, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-df8241d6, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-df8241d6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-df8241d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-df8241d6, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-df8241d6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-df8241d6 {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-df8241d6 {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-df8241d6, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-df8241d6, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-df8241d6, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-df8241d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-c6e69e0e, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-c6e69e0e, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-c6e69e0e, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-c6e69e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-c6e69e0e, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-c6e69e0e, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-c6e69e0e, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-c6e69e0e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-c6e69e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-c6e69e0e, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-c6e69e0e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-c6e69e0e {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-c6e69e0e {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-c6e69e0e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-c6e69e0e, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-c6e69e0e, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-c6e69e0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-bf70bbcd, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-bf70bbcd, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-bf70bbcd, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-bf70bbcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-bf70bbcd, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-bf70bbcd, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-bf70bbcd, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-bf70bbcd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-bf70bbcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d20291-9e5a-7daa-ee98-d77c36ab40f8-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-abc64a5c-35a4-e085-9049-f92353b40614-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_70215aeb-600a-1303-ead4-a34c4463a3ea-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-f90e1868-b57c-8f57-b528-c939b5376283-bf70bbcd, #w-node-b60eb45d-b9f0-9e97-e1d9-abd0f5f1f6be-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6ec5ec88-3f64-de73-4818-11f19f5f6184-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-f3b7affe-db11-e709-342a-58fe228a2eea-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_9614d64b-7553-f793-f07e-174160dc63ae-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_00c382ed-dce6-8032-d541-2954d3cbcfa1-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_37e3e5e1-e7ab-eb4d-bafc-d02643a513e3-bf70bbcd, #w-node-_52e631a7-4562-fdc1-d1e4-d26364aee0cd-bf70bbcd, #w-node-_72ca4467-2447-6111-e002-f7f15d1f240c-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-d4326dfe-dd9d-91f3-6d31-72166861f4ea-bf70bbcd, #w-node-aa00cacc-f9be-1e15-0d9b-6359276c5fe7-bf70bbcd, #w-node-_76238ad1-8e5a-48cc-447e-f5e2a8d7ff0a-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_61f795d8-bf82-62a9-4f5b-17bfc8a25fdd-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad944-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad94c-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad951-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad953-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad964-bf70bbcd, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad96b-bf70bbcd, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad972-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad97a-bf70bbcd, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad981-bf70bbcd, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad988-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-b7ac115b-930f-f6f0-33b5-7254df1ad98f-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef519e-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef51a6-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef51ab-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef51ad-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef51be-bf70bbcd, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51c5-bf70bbcd, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51cc-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef51d4-bf70bbcd, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51db-bf70bbcd, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51e2-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_2bec0b14-bed8-9379-30f6-619209ef51e9-bf70bbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-67ed97c4, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-67ed97c4, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-67ed97c4, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-67ed97c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-67ed97c4, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-67ed97c4, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-67ed97c4, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-67ed97c4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-67ed97c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-67ed97c4, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-67ed97c4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-67ed97c4 {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-67ed97c4 {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-67ed97c4, #w-node-cec112c9-614a-6224-f98f-27366f6a1bd2-67ed97c4, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-67ed97c4, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-67ed97c4, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-67ed97c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-e9196cab, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-e9196cab, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-e9196cab, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-e9196cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-e9196cab, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-e9196cab, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-e9196cab, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-e9196cab {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-e9196cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-e9196cab, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-e9196cab {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-e9196cab {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-e9196cab {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-e9196cab, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-e9196cab, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-e9196cab, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-e9196cab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-3492e926, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-3492e926, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-3492e926, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-3492e926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-3492e926, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-3492e926, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-3492e926, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-3492e926 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-3492e926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-3492e926, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-3492e926 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-3492e926 {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-3492e926 {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-3492e926, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-3492e926, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .5fr .25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-3492e926, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-3492e926 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-aa5c426d, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-aa5c426d, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-aa5c426d, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-aa5c426d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-aa5c426d, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-aa5c426d, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-aa5c426d, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-aa5c426d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-aa5c426d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-aa5c426d, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-aa5c426d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-aa5c426d {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-aa5c426d {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-aa5c426d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-aa5c426d, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-aa5c426d, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-aa5c426d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-3b0cfca5, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-3b0cfca5, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-3b0cfca5, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-3b0cfca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-3b0cfca5, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-3b0cfca5, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-3b0cfca5, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-3b0cfca5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-3b0cfca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-3b0cfca5, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-3b0cfca5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-3b0cfca5 {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-3b0cfca5 {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-3b0cfca5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-3b0cfca5, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .5fr .25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-3b0cfca5, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-3b0cfca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-e72fb499, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-e72fb499, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-e72fb499, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-e72fb499 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-e72fb499, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-e72fb499, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-e72fb499, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-e72fb499 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-e72fb499 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-e72fb499, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-e72fb499 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-e72fb499 {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-e72fb499 {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-e72fb499, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-e72fb499, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-e72fb499, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .25fr .5fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-e72fb499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-fdb8abe5, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-fdb8abe5, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-fdb8abe5, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-fdb8abe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-fdb8abe5, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-fdb8abe5, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-fdb8abe5, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-fdb8abe5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-fdb8abe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-fdb8abe5, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-fdb8abe5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-fdb8abe5 {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-fdb8abe5 {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-fdb8abe5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-fdb8abe5, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .5fr .25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-fdb8abe5, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-fdb8abe5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-21dda387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-21dda387 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-21dda387, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-21dda387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-21dda387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-7c83781a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-7c83781a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-7c83781a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-7c83781a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-7c83781a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-aeed8dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-aeed8dac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-aeed8dac, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-aeed8dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-aeed8dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-3d9239b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-3d9239b9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-3d9239b9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-3d9239b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-3d9239b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-ef1944f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-ef1944f8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-ef1944f8, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-ef1944f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-ef1944f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-2d9af008 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-2d9af008 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-2d9af008, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-2d9af008 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-2d9af008 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-98755113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-98755113 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-98755113, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-98755113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-98755113 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-98755113 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-98755113 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-98755113 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-98755113 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-98755113 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-98755113 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-98755113 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-98755113 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-98755113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-eee23611 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-eee23611 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-eee23611, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-eee23611 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-eee23611 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-5321a096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-5321a096 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-5321a096, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-5321a096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-5321a096 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-317230fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-317230fc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-317230fc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-317230fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-317230fc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-317230fc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-317230fc {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-317230fc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-317230fc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-317230fc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-317230fc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-317230fc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-317230fc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-317230fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-af02cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-af02cc2f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-af02cc2f, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-af02cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-af02cc2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-a90016e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-a90016e1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-a90016e1, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-a90016e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-a90016e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-3a84dd33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-3a84dd33 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-3a84dd33, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-3a84dd33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-3a84dd33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-f9f315d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-f9f315d7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-f9f315d7, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-f9f315d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-f9f315d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-096fe614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-096fe614 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-096fe614, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-096fe614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-096fe614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-70fe0f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-70fe0f96 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-70fe0f96, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-70fe0f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-70fe0f96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-cda75eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-cda75eb9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-cda75eb9, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-cda75eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-cda75eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-34f56251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-34f56251 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-34f56251, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-34f56251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-34f56251 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-b9cc14df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-b9cc14df {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-b9cc14df, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-b9cc14df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-b9cc14df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-606152dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-606152dc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-606152dc, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-606152dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-606152dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-606152dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-606152dc {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-606152dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-606152dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-606152dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-606152dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-606152dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-606152dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-606152dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-339c66ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-339c66ff {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-339c66ff, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-339c66ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6260ba01-723f-748d-4de6-ea012a28fcbe-339c66ff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6260ba01-723f-748d-4de6-ea012a28fcc1-339c66ff {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_6260ba01-723f-748d-4de6-ea012a28fcc6-339c66ff {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6260ba01-723f-748d-4de6-ea012a28fcd1-339c66ff {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_6260ba01-723f-748d-4de6-ea012a28fcd6-339c66ff {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3f714a7c-5dda-6980-912a-568064f09599-339c66ff {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_3f714a7c-5dda-6980-912a-568064f0959e-339c66ff {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6260ba01-723f-748d-4de6-ea012a28fce2-339c66ff {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_6260ba01-723f-748d-4de6-ea012a28fce7-339c66ff {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6260ba01-723f-748d-4de6-ea012a28fcf2-339c66ff {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_6260ba01-723f-748d-4de6-ea012a28fcf7-339c66ff {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0fc09f92-83d2-b914-1409-b56aa4d3998f-339c66ff {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_0fc09f92-83d2-b914-1409-b56aa4d39994-339c66ff {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-ee919f98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-ee919f98 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-ee919f98, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-ee919f98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec7470b2-7d08-020d-9177-aa1a94a79ace-ee919f98 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ec7470b2-7d08-020d-9177-aa1a94a79ad1-ee919f98 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-ec7470b2-7d08-020d-9177-aa1a94a79ad6-ee919f98 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-ec7470b2-7d08-020d-9177-aa1a94a79aed-ee919f98 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-ec7470b2-7d08-020d-9177-aa1a94a79af2-ee919f98 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-ec7470b2-7d08-020d-9177-aa1a94a79b0a-ee919f98 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-ec7470b2-7d08-020d-9177-aa1a94a79b0f-ee919f98 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-ec7470b2-7d08-020d-9177-aa1a94a79b26-ee919f98 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-ec7470b2-7d08-020d-9177-aa1a94a79b2b-ee919f98 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0cca1da8-26de-fe5a-77e1-db3b11c3957d-ee919f98 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0cca1da8-26de-fe5a-77e1-db3b11c39580-ee919f98 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_0cca1da8-26de-fe5a-77e1-db3b11c39585-ee919f98 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0cca1da8-26de-fe5a-77e1-db3b11c39590-ee919f98 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_0cca1da8-26de-fe5a-77e1-db3b11c39595-ee919f98 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0cca1da8-26de-fe5a-77e1-db3b11c395a1-ee919f98 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_0cca1da8-26de-fe5a-77e1-db3b11c395a6-ee919f98 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0cca1da8-26de-fe5a-77e1-db3b11c395b1-ee919f98 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_0cca1da8-26de-fe5a-77e1-db3b11c395b6-ee919f98 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-d8a57f7f, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-d8a57f7f, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-d8a57f7f, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-d8a57f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-d8a57f7f, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-d8a57f7f, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-d8a57f7f, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-d8a57f7f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-d8a57f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-d8a57f7f, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-d8a57f7f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-d8a57f7f {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-d8a57f7f {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-d8a57f7f, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-d8a57f7f, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .5fr .25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-d8a57f7f, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-d8a57f7f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-76034f5d, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-76034f5d, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-76034f5d, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-76034f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-76034f5d, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-76034f5d, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-76034f5d, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-76034f5d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-76034f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-76034f5d, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-76034f5d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-76034f5d {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-76034f5d {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-76034f5d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-76034f5d, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .5fr .25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-76034f5d, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-76034f5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-ea314ace, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-ea314ace, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-ea314ace, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-ea314ace {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-ea314ace, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-ea314ace, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-ea314ace, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-ea314ace {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-ea314ace {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-ea314ace, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-ea314ace {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-ea314ace {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-ea314ace {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-ea314ace, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-ea314ace, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .5fr .25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-ea314ace, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-ea314ace {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-2542772e, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-2542772e, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-2542772e, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-2542772e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-2542772e, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-2542772e, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-2542772e, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-2542772e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-2542772e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-2542772e, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-2542772e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-2542772e {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-2542772e {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-2542772e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-2542772e, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .5fr .25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-2542772e, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-2542772e {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-2542772e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28928cb2-cf47-5e70-3eda-0bcd8526e61d-fab0c177, #w-node-_00fd22af-c328-7b3c-3b4a-27563d464288-fab0c177, #w-node-_9c0e11a4-6594-8d7c-4473-b4a954ba3ee7-fab0c177, #w-node-_3133d243-742a-d763-fef8-95e58ce518e9-fab0c177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_377a3de4-49b5-27a9-1cac-90bc6531ab4c-fab0c177, #w-node-_1a4a8d42-0906-d944-1e4f-69fdb1e823fb-fab0c177, #w-node-_0a0132b0-a9df-d5e9-05c0-6971c02c9c5e-fab0c177, #w-node-_6bc51155-9d99-bb78-82dd-4fca950a12ad-fab0c177 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0a5203-6d4b-2d93-8b36-52d0fce71acf-fab0c177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-fab0c177, #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.5fr;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-fab0c177 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de2-fab0c177 {
  grid-area: Area-3;
}

#w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de4-fab0c177 {
  grid-area: Area-2;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c512-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_504f4804-f704-a59e-d503-578a5377c518-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-fab0c177, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-a725c1b5-574a-39e8-d986-49f94285589d-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-fab0c177, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .5fr .25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad0398f-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_29f48531-803e-186a-30b9-09d37ad03995-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-fab0c177, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .25fr;
}

#w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-fab0c177 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-e8b2133a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-e8b2133a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-e8b2133a, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-e8b2133a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-e8b2133a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea13-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea1a-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea21-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea28-02624918 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea32-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea39-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea40-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea47-02624918 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea4d-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea5c-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea63-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea64-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6a-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea6b-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea71-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea72-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea78-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea79-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea82-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea89-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea8a-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea90-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea91-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea97-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea98-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9e-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39ea9f-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa4-02624918, #w-node-_26f0efd7-6b77-6359-dac9-c4f0de39eaa6-02624918 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-02624918 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-02624918 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302229-02624918 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302252-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-92667230225e-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302299-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a1-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a6-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022a8-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-02624918 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-02624918 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302302-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302307-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302309-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-02624918 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302330-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-02624918 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302345-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302359-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302361-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302366-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302368-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-926672302379-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-02624918 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-02624918 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-02624918 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca793c-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7943-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca794a-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7951-788b5549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca795b-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7962-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7969-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7970-788b5549 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7976-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7985-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca798c-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca798d-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7993-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca7994-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca799a-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca799b-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79a1-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79a2-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79ab-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79b2-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79b3-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79b9-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79ba-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79c0-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79c1-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79c7-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79c8-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79cd-788b5549, #w-node-_1cbc4aa4-4db1-1fa5-351f-1dadfaca79cf-788b5549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-ef70e870, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-ef70e870, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr 1fr .5fr .5fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6ec5ec88-3f64-de73-4818-11f19f5f6184-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_37e3e5e1-e7ab-eb4d-bafc-d02643a513e3-9de2336f, #w-node-_52e631a7-4562-fdc1-d1e4-d26364aee0cd-9de2336f, #w-node-_72ca4467-2447-6111-e002-f7f15d1f240c-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad944-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad964-9de2336f, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad96b-9de2336f, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad972-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_2bec0b14-bed8-9379-30f6-619209ef519e-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_2bec0b14-bed8-9379-30f6-619209ef51be-9de2336f, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51c5-9de2336f, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51cc-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-b06abdfd, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-b06abdfd, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr 1fr .5fr .5fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-d84cdcfd, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-d84cdcfd, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr 1fr .5fr .5fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-ea84703c, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr .5fr .25fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-44ad8a93, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-44ad8a93, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr 1fr .5fr .5fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-7264cedc, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-7264cedc, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr 1fr .5fr .5fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-df8241d6, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-df8241d6, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr 1fr .5fr .5fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-c6e69e0e, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-c6e69e0e, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr 1fr .5fr .5fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6ec5ec88-3f64-de73-4818-11f19f5f6184-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_37e3e5e1-e7ab-eb4d-bafc-d02643a513e3-bf70bbcd, #w-node-_52e631a7-4562-fdc1-d1e4-d26364aee0cd-bf70bbcd, #w-node-_72ca4467-2447-6111-e002-f7f15d1f240c-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad944-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad964-bf70bbcd, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad96b-bf70bbcd, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad972-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_2bec0b14-bed8-9379-30f6-619209ef519e-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_2bec0b14-bed8-9379-30f6-619209ef51be-bf70bbcd, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51c5-bf70bbcd, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51cc-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-67ed97c4, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-67ed97c4, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr 1fr .5fr .5fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-e9196cab, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-e9196cab, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr 1fr .5fr .5fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-3492e926, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr .5fr .25fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-aa5c426d, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-aa5c426d, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr 1fr .5fr .5fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-3b0cfca5, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr .5fr .25fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-e72fb499, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-e72fb499, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr 1fr .5fr .5fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-fdb8abe5, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr .5fr .25fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-98755113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-98755113 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-98755113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-98755113 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-98755113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-98755113 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-317230fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-317230fc {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-317230fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-317230fc {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-317230fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-317230fc {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-606152dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-606152dc {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-606152dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-606152dc {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-606152dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-606152dc {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-d8a57f7f, #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-d8a57f7f, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr .5fr .25fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-76034f5d, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr .5fr .25fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-ea314ace, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr .5fr .25fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-2542772e, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-2542772e {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr .5fr .25fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-2542772e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-fab0c177, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr .5fr .25fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-02624918 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022bb-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c2-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022c9-02624918 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-02624918 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230231a-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302321-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302328-02624918 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-02624918 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302379-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302380-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302387-02624918 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4b2d4c50-affd-7d74-3a93-918381f1170b-5b4176a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-ef70e870, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-ef70e870, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-ef70e870, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-ef70e870, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-ef70e870, #w-node-_504f4804-f704-a59e-d503-578a5377c518-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr .5fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-ef70e870 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-ef70e870 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-ef70e870, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-ef70e870, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-ef70e870, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-ef70e870, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-ef70e870, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-ef70e870 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-abc64a5c-35a4-e085-9049-f92353b40614-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_234f5263-95e5-8537-4d11-a33ed93542bd-9de2336f {
    order: 9999;
  }

  #w-node-_6ec5ec88-3f64-de73-4818-11f19f5f6184-9de2336f, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad944-9de2336f, #w-node-_2bec0b14-bed8-9379-30f6-619209ef519e-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada119e-d5a6f037, #w-node-_21ef125c-1b7d-f9c8-f008-25dc509aaae2-d5a6f037 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bf5474b1-26c2-b341-0d03-731a6ee3adce-a8370ab3, #w-node-_2eedbbac-d726-d1a9-5508-9c55ecce3afb-a8370ab3, #w-node-_347570da-9717-c9e2-feac-97bee066286f-a8370ab3, #w-node-_347570da-9717-c9e2-feac-97bee0662875-a8370ab3, #w-node-_12861200-1e49-e201-02c6-dda614c9d7cb-a8370ab3, #w-node-_12861200-1e49-e201-02c6-dda614c9d7d3-a8370ab3 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_998c8baa-18c3-e070-92ec-ffcee0c5fa5c-87689d32, #w-node-_5ac097c2-fac4-201d-ee17-8087ca86ae66-87689d32, #w-node-_4f11ce8f-a72e-3bab-d1bd-3820f7428197-87689d32, #w-node-_62d9f9e8-9b2e-585a-3183-e8e95e6fc3c9-87689d32, #w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada119e-7f6afd55, #w-node-_21ef125c-1b7d-f9c8-f008-25dc509aaae2-7f6afd55, #w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada119e-e941fd4a, #w-node-_21ef125c-1b7d-f9c8-f008-25dc509aaae2-e941fd4a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-b06abdfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-b06abdfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-b06abdfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-b06abdfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-b06abdfd, #w-node-_504f4804-f704-a59e-d503-578a5377c518-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr .5fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-b06abdfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-b06abdfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-b06abdfd, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-b06abdfd, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-b06abdfd, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-b06abdfd, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-b06abdfd, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-b06abdfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-d84cdcfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-d84cdcfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-d84cdcfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-d84cdcfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-d84cdcfd, #w-node-_504f4804-f704-a59e-d503-578a5377c518-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr .5fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-d84cdcfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-d84cdcfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-d84cdcfd, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-d84cdcfd, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-d84cdcfd, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-d84cdcfd, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-d84cdcfd, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-d84cdcfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-ea84703c, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-ea84703c, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-ea84703c, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-ea84703c, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-ea84703c, #w-node-_504f4804-f704-a59e-d503-578a5377c518-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-ea84703c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-ea84703c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-ea84703c, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-ea84703c, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-ea84703c, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-ea84703c, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-ea84703c, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-44ad8a93, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-44ad8a93, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-44ad8a93, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-44ad8a93, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-44ad8a93, #w-node-_504f4804-f704-a59e-d503-578a5377c518-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr .5fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-44ad8a93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-44ad8a93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-44ad8a93, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-44ad8a93, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-44ad8a93, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-44ad8a93, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-44ad8a93, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-44ad8a93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-7264cedc, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-7264cedc, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-7264cedc, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-7264cedc, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-7264cedc, #w-node-_504f4804-f704-a59e-d503-578a5377c518-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr .5fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-7264cedc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-7264cedc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-7264cedc, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-7264cedc, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-7264cedc, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-7264cedc, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-7264cedc, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-7264cedc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-df8241d6, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-df8241d6, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-df8241d6, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-df8241d6, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-df8241d6, #w-node-_504f4804-f704-a59e-d503-578a5377c518-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr .5fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-df8241d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-df8241d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-df8241d6, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-df8241d6, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-df8241d6, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-df8241d6, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-df8241d6, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-df8241d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-c6e69e0e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-c6e69e0e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-c6e69e0e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-c6e69e0e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-c6e69e0e, #w-node-_504f4804-f704-a59e-d503-578a5377c518-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr .5fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-c6e69e0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-c6e69e0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-c6e69e0e, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-c6e69e0e, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-c6e69e0e, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-c6e69e0e, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-c6e69e0e, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-c6e69e0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-abc64a5c-35a4-e085-9049-f92353b40614-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_234f5263-95e5-8537-4d11-a33ed93542bd-bf70bbcd {
    order: 9999;
  }

  #w-node-_6ec5ec88-3f64-de73-4818-11f19f5f6184-bf70bbcd, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad944-bf70bbcd, #w-node-_2bec0b14-bed8-9379-30f6-619209ef519e-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-67ed97c4, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-67ed97c4, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-67ed97c4, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-67ed97c4, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-67ed97c4, #w-node-_504f4804-f704-a59e-d503-578a5377c518-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr .5fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-67ed97c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-67ed97c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-67ed97c4, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-67ed97c4, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-67ed97c4, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-67ed97c4, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-67ed97c4, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-67ed97c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-e9196cab, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-e9196cab, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-e9196cab, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-e9196cab, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-e9196cab, #w-node-_504f4804-f704-a59e-d503-578a5377c518-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr .5fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-e9196cab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-e9196cab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-e9196cab, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-e9196cab, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-e9196cab, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-e9196cab, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-e9196cab, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-e9196cab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-3492e926, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-3492e926, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-3492e926, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-3492e926, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-3492e926, #w-node-_504f4804-f704-a59e-d503-578a5377c518-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-3492e926 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-3492e926 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-3492e926, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-3492e926, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-3492e926, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-3492e926, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-3492e926, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-aa5c426d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-aa5c426d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-aa5c426d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-aa5c426d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-aa5c426d, #w-node-_504f4804-f704-a59e-d503-578a5377c518-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr .5fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-aa5c426d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-aa5c426d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-aa5c426d, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-aa5c426d, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-aa5c426d, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-aa5c426d, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-aa5c426d, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-aa5c426d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-3b0cfca5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-3b0cfca5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-3b0cfca5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-3b0cfca5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-3b0cfca5, #w-node-_504f4804-f704-a59e-d503-578a5377c518-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-3b0cfca5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-3b0cfca5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-3b0cfca5, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-3b0cfca5, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-3b0cfca5, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-3b0cfca5, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-3b0cfca5, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-e72fb499, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-e72fb499, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-e72fb499, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-e72fb499, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-e72fb499, #w-node-_504f4804-f704-a59e-d503-578a5377c518-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr .5fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-e72fb499 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-e72fb499 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-e72fb499, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-e72fb499, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-e72fb499, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-e72fb499, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-e72fb499, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-e72fb499 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-fdb8abe5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-fdb8abe5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-fdb8abe5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-fdb8abe5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-fdb8abe5, #w-node-_504f4804-f704-a59e-d503-578a5377c518-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-fdb8abe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-fdb8abe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-fdb8abe5, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-fdb8abe5, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-fdb8abe5, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-fdb8abe5, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-fdb8abe5, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-21dda387 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-7c83781a {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-aeed8dac {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-3d9239b9 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-ef1944f8 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-2d9af008 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-98755113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-98755113 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-98755113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-eee23611 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-5321a096 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-317230fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-317230fc {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-317230fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-af02cc2f {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-a90016e1 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-3a84dd33 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-f9f315d7 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-096fe614 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-70fe0f96 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-cda75eb9 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-34f56251 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-b9cc14df {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-606152dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-606152dc {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-606152dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_6260ba01-723f-748d-4de6-ea012a28fcbe-339c66ff, #w-node-ec7470b2-7d08-020d-9177-aa1a94a79ace-ee919f98, #w-node-_0cca1da8-26de-fe5a-77e1-db3b11c3957d-ee919f98 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-d8a57f7f, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-d8a57f7f, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-d8a57f7f, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-d8a57f7f, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-d8a57f7f, #w-node-_504f4804-f704-a59e-d503-578a5377c518-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-d8a57f7f, #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b1e-d8a57f7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-d8a57f7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-d8a57f7f, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-d8a57f7f, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-d8a57f7f, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-d8a57f7f, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-d8a57f7f, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-76034f5d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-76034f5d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-76034f5d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-76034f5d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-76034f5d, #w-node-_504f4804-f704-a59e-d503-578a5377c518-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b1e-76034f5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-76034f5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-76034f5d, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-76034f5d, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-76034f5d, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-76034f5d, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-76034f5d, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-ea314ace, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-ea314ace, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-ea314ace, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-ea314ace, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-ea314ace, #w-node-_504f4804-f704-a59e-d503-578a5377c518-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b1e-ea314ace {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-ea314ace {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-ea314ace, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-ea314ace, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-ea314ace, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-ea314ace, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-ea314ace, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-2542772e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-2542772e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-2542772e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-2542772e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-2542772e, #w-node-_504f4804-f704-a59e-d503-578a5377c518-2542772e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-2542772e {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b1e-2542772e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-2542772e {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-2542772e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-2542772e, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-2542772e, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-2542772e, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-2542772e, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-2542772e, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-2542772e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-2542772e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6779-fab0c177, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6785-fab0c177, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6791-fab0c177, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c679e-fab0c177, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67ac-fab0c177, #w-node-_504f4804-f704-a59e-d503-578a5377c518-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b1e-fab0c177 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr .75fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-fab0c177 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad03995-fab0c177, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff9229155-fab0c177, #w-node-d7343617-4838-0b0a-1066-1ffd329ee15a-fab0c177, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf17-fab0c177, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618359-fab0c177, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceedf-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_9fb28ec1-359e-8716-a8b5-7e52000ab442-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-e8b2133a {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f5-02624918 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723021f6-02624918 {
    order: 9999;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-02624918 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr .5fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4b2d4c50-affd-7d74-3a93-918381f1170b-5b4176a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-abdcd647-a512-fc4f-fff6-b4ba472aed0b-5b4176a1, #w-node-abdcd647-a512-fc4f-fff6-b4ba472aed0b-91f0252c {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr 2fr;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-ef70e870, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-ef70e870, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-ef70e870, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-ef70e870, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-ef70e870, #w-node-_504f4804-f704-a59e-d503-578a5377c512-ef70e870, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-ef70e870, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-ef70e870 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-ef70e870, #w-node-_4933f689-8e94-b722-dc45-dc23e07f65d3-ef70e870 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-ef70e870, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-ef70e870 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-ef70e870, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-ef70e870, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-ef70e870, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-ef70e870, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-ef70e870, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-ef70e870, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-ef70e870, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-ef70e870 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-ef70e870 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-ef70e870, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd35-ef70e870 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9d20291-9e5a-7daa-ee98-d77c36ab40f8-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_6ec5ec88-3f64-de73-4818-11f19f5f6184-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d4326dfe-dd9d-91f3-6d31-72166861f4ea-9de2336f, #w-node-aa00cacc-f9be-1e15-0d9b-6359276c5fe7-9de2336f, #w-node-_76238ad1-8e5a-48cc-447e-f5e2a8d7ff0a-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_61f795d8-bf82-62a9-4f5b-17bfc8a25fdd-9de2336f, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad944-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad97a-9de2336f, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad981-9de2336f, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad988-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad98f-9de2336f, #w-node-_2bec0b14-bed8-9379-30f6-619209ef519e-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2bec0b14-bed8-9379-30f6-619209ef51d4-9de2336f, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51db-9de2336f, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51e2-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_2bec0b14-bed8-9379-30f6-619209ef51e9-9de2336f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-d5a6f037 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada119e-d5a6f037, #w-node-_21ef125c-1b7d-f9c8-f008-25dc509aaae2-d5a6f037 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_896a766c-db95-1bb3-c1ac-17f97f144f39-a8370ab3 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 3fr;
  }

  #w-node-bf5474b1-26c2-b341-0d03-731a6ee3adce-a8370ab3 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2.75fr;
  }

  #w-node-_347570da-9717-c9e2-feac-97bee0662869-a8370ab3 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 3fr;
  }

  #w-node-_12861200-1e49-e201-02c6-dda614c9d7c5-a8370ab3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
  }

  #w-node-fc9eab95-d1b2-d94e-38f0-22e7d644c2ca-f875256d {
    grid-row: span 1 / span 1;
  }

  #w-node-_998c8baa-18c3-e070-92ec-ffcee0c5fa5c-87689d32, #w-node-_5ac097c2-fac4-201d-ee17-8087ca86ae66-87689d32, #w-node-_4f11ce8f-a72e-3bab-d1bd-3820f7428197-87689d32, #w-node-_62d9f9e8-9b2e-585a-3183-e8e95e6fc3c9-87689d32, #w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada119e-7f6afd55, #w-node-_21ef125c-1b7d-f9c8-f008-25dc509aaae2-7f6afd55 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-e941fd4a {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_6cbc2c86-bd0a-56f3-7157-788a1ada119e-e941fd4a, #w-node-_21ef125c-1b7d-f9c8-f008-25dc509aaae2-e941fd4a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-b06abdfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-b06abdfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-b06abdfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-b06abdfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-b06abdfd, #w-node-_504f4804-f704-a59e-d503-578a5377c512-b06abdfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-b06abdfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-b06abdfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-b06abdfd, #w-node-_4933f689-8e94-b722-dc45-dc23e07f65d3-b06abdfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-b06abdfd, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-b06abdfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-b06abdfd, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-b06abdfd, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-b06abdfd, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-b06abdfd, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-b06abdfd, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-b06abdfd, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-b06abdfd, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-b06abdfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-b06abdfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-b06abdfd, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd35-b06abdfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-d84cdcfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-d84cdcfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-d84cdcfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-d84cdcfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-d84cdcfd, #w-node-_504f4804-f704-a59e-d503-578a5377c512-d84cdcfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-d84cdcfd, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-d84cdcfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-d84cdcfd, #w-node-_4933f689-8e94-b722-dc45-dc23e07f65d3-d84cdcfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-d84cdcfd, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-d84cdcfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-d84cdcfd, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-d84cdcfd, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-d84cdcfd, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-d84cdcfd, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-d84cdcfd, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-d84cdcfd, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-d84cdcfd, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-d84cdcfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-d84cdcfd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-d84cdcfd, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd35-d84cdcfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-ea84703c, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-ea84703c, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-ea84703c, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-ea84703c, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-ea84703c, #w-node-_504f4804-f704-a59e-d503-578a5377c512-ea84703c, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-ea84703c, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-ea84703c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr .25fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d28-ea84703c, #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2e-ea84703c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd84-ea84703c, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd8b-ea84703c, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-ea84703c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-ea84703c, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-ea84703c, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-ea84703c, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-ea84703c, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-ea84703c, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-ea84703c, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-ea84703c, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-ea84703c {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .75fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-ea84703c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-44ad8a93, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-44ad8a93, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-44ad8a93, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-44ad8a93, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-44ad8a93, #w-node-_504f4804-f704-a59e-d503-578a5377c512-44ad8a93, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-44ad8a93, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-44ad8a93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-44ad8a93, #w-node-_4933f689-8e94-b722-dc45-dc23e07f65d3-44ad8a93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-44ad8a93, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-44ad8a93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-44ad8a93, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-44ad8a93, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-44ad8a93, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-44ad8a93, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-44ad8a93, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-44ad8a93, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-44ad8a93, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-44ad8a93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-44ad8a93 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-44ad8a93, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd35-44ad8a93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-7264cedc, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-7264cedc, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-7264cedc, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-7264cedc, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-7264cedc, #w-node-_504f4804-f704-a59e-d503-578a5377c512-7264cedc, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-7264cedc, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-7264cedc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-7264cedc, #w-node-_4933f689-8e94-b722-dc45-dc23e07f65d3-7264cedc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-7264cedc, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-7264cedc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-7264cedc, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-7264cedc, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-7264cedc, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-7264cedc, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-7264cedc, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-7264cedc, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-7264cedc, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-7264cedc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-7264cedc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-7264cedc, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd35-7264cedc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-df8241d6, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-df8241d6, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-df8241d6, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-df8241d6, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-df8241d6, #w-node-_504f4804-f704-a59e-d503-578a5377c512-df8241d6, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-df8241d6, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-df8241d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-df8241d6, #w-node-_4933f689-8e94-b722-dc45-dc23e07f65d3-df8241d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-df8241d6, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-df8241d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-df8241d6, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-df8241d6, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-df8241d6, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-df8241d6, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-df8241d6, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-df8241d6, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-df8241d6, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-df8241d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-df8241d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-df8241d6, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd35-df8241d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-c6e69e0e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-c6e69e0e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-c6e69e0e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-c6e69e0e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-c6e69e0e, #w-node-_504f4804-f704-a59e-d503-578a5377c512-c6e69e0e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-c6e69e0e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-c6e69e0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-c6e69e0e, #w-node-_4933f689-8e94-b722-dc45-dc23e07f65d3-c6e69e0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-c6e69e0e, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-c6e69e0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-c6e69e0e, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-c6e69e0e, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-c6e69e0e, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-c6e69e0e, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-c6e69e0e, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-c6e69e0e, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-c6e69e0e, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-c6e69e0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-c6e69e0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-c6e69e0e, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd35-c6e69e0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9d20291-9e5a-7daa-ee98-d77c36ab40f8-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_6ec5ec88-3f64-de73-4818-11f19f5f6184-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d4326dfe-dd9d-91f3-6d31-72166861f4ea-bf70bbcd, #w-node-aa00cacc-f9be-1e15-0d9b-6359276c5fe7-bf70bbcd, #w-node-_76238ad1-8e5a-48cc-447e-f5e2a8d7ff0a-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_61f795d8-bf82-62a9-4f5b-17bfc8a25fdd-bf70bbcd, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad944-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad97a-bf70bbcd, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad981-bf70bbcd, #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad988-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-b7ac115b-930f-f6f0-33b5-7254df1ad98f-bf70bbcd, #w-node-_2bec0b14-bed8-9379-30f6-619209ef519e-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2bec0b14-bed8-9379-30f6-619209ef51d4-bf70bbcd, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51db-bf70bbcd, #w-node-_2bec0b14-bed8-9379-30f6-619209ef51e2-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_2bec0b14-bed8-9379-30f6-619209ef51e9-bf70bbcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-ac5d9e83-b8c7-2267-5f2b-ec7beccf7de0-67ed97c4 {
    grid-row: span 2 / span 2;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-67ed97c4, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-67ed97c4, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-67ed97c4, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-67ed97c4, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-67ed97c4, #w-node-_504f4804-f704-a59e-d503-578a5377c512-67ed97c4, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-67ed97c4, #w-node-cec112c9-614a-6224-f98f-27366f6a1bd2-67ed97c4, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-67ed97c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-67ed97c4, #w-node-_4933f689-8e94-b722-dc45-dc23e07f65d3-67ed97c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-67ed97c4, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-67ed97c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-67ed97c4, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-67ed97c4, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-67ed97c4, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-67ed97c4, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-67ed97c4, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-67ed97c4, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-67ed97c4, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-67ed97c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-67ed97c4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-67ed97c4, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd35-67ed97c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-e9196cab, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-e9196cab, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-e9196cab, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-e9196cab, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-e9196cab, #w-node-_504f4804-f704-a59e-d503-578a5377c512-e9196cab, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-e9196cab, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-e9196cab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-e9196cab, #w-node-_4933f689-8e94-b722-dc45-dc23e07f65d3-e9196cab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-e9196cab, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-e9196cab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-e9196cab, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-e9196cab, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-e9196cab, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-e9196cab, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-e9196cab, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-e9196cab, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-e9196cab, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-e9196cab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-e9196cab {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-e9196cab, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd35-e9196cab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-3492e926, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-3492e926, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-3492e926, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-3492e926, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-3492e926, #w-node-_504f4804-f704-a59e-d503-578a5377c512-3492e926, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-3492e926, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-3492e926 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr .25fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d28-3492e926, #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2e-3492e926 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd84-3492e926, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd8b-3492e926, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-3492e926 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-3492e926, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-3492e926, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-3492e926, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-3492e926, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-3492e926, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-3492e926, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-3492e926, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-3492e926 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .75fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-3492e926 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-aa5c426d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-aa5c426d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-aa5c426d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-aa5c426d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-aa5c426d, #w-node-_504f4804-f704-a59e-d503-578a5377c512-aa5c426d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-aa5c426d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-aa5c426d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-aa5c426d, #w-node-_4933f689-8e94-b722-dc45-dc23e07f65d3-aa5c426d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-aa5c426d, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-aa5c426d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-aa5c426d, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-aa5c426d, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-aa5c426d, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-aa5c426d, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-aa5c426d, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-aa5c426d, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-aa5c426d, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-aa5c426d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-aa5c426d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-aa5c426d, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd35-aa5c426d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-3b0cfca5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-3b0cfca5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-3b0cfca5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-3b0cfca5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-3b0cfca5, #w-node-_504f4804-f704-a59e-d503-578a5377c512-3b0cfca5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-3b0cfca5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-3b0cfca5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr .25fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d28-3b0cfca5, #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2e-3b0cfca5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd84-3b0cfca5, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd8b-3b0cfca5, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-3b0cfca5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-3b0cfca5, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-3b0cfca5, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-3b0cfca5, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-3b0cfca5, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-3b0cfca5, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-3b0cfca5, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-3b0cfca5, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-3b0cfca5 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .75fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-3b0cfca5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-e72fb499, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-e72fb499, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-e72fb499, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-e72fb499, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-e72fb499, #w-node-_504f4804-f704-a59e-d503-578a5377c512-e72fb499, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-e72fb499, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-e72fb499 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .75fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2a-e72fb499, #w-node-_4933f689-8e94-b722-dc45-dc23e07f65d3-e72fb499 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd86-e72fb499, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-e72fb499 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-e72fb499, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-e72fb499, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-e72fb499, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-e72fb499, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-e72fb499, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-e72fb499, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-e72fb499, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-e72fb499 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd23-e72fb499 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }

  #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd26-e72fb499, #w-node-_922204f7-fec5-f2c6-ccda-f0ebbf31cd35-e72fb499 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-fdb8abe5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-fdb8abe5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-fdb8abe5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-fdb8abe5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-fdb8abe5, #w-node-_504f4804-f704-a59e-d503-578a5377c512-fdb8abe5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-fdb8abe5, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-fdb8abe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr .25fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d28-fdb8abe5, #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2e-fdb8abe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd84-fdb8abe5, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd8b-fdb8abe5, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-fdb8abe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-fdb8abe5, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-fdb8abe5, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-fdb8abe5, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-fdb8abe5, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-fdb8abe5, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-fdb8abe5, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-fdb8abe5, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-fdb8abe5 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .75fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-fdb8abe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-21dda387, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-21dda387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-7c83781a, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-7c83781a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-aeed8dac, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-aeed8dac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-3d9239b9, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-3d9239b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-ef1944f8, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-ef1944f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-2d9af008, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-2d9af008 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-98755113 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-98755113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-98755113 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-98755113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-98755113 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-98755113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-98755113, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-98755113 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-98755113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-eee23611, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-eee23611 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-5321a096, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-5321a096 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-317230fc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-317230fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-317230fc {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-317230fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-317230fc {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-317230fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-317230fc, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-317230fc {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-317230fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-af02cc2f, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-af02cc2f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-a90016e1, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-a90016e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-3a84dd33, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-3a84dd33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-f9f315d7, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-f9f315d7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-096fe614, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-096fe614 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-70fe0f96, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-70fe0f96 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-cda75eb9, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-cda75eb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-34f56251, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-34f56251 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-b9cc14df, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-b9cc14df {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-606152dc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-606152dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-606152dc {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-606152dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-606152dc {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-606152dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-606152dc, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-606152dc {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-606152dc, #w-node-_6260ba01-723f-748d-4de6-ea012a28fcbe-339c66ff, #w-node-ec7470b2-7d08-020d-9177-aa1a94a79ace-ee919f98, #w-node-_0cca1da8-26de-fe5a-77e1-db3b11c3957d-ee919f98 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-d8a57f7f, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-d8a57f7f, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-d8a57f7f, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-d8a57f7f, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-d8a57f7f, #w-node-_504f4804-f704-a59e-d503-578a5377c512-d8a57f7f, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-d8a57f7f, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-d8a57f7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d27-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr .25fr;
  }

  #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d28-d8a57f7f, #w-node-_58996e9a-47eb-d608-bd5a-ddc050845d2e-d8a57f7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr .25fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b19-d8a57f7f, #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b2c-d8a57f7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd84-d8a57f7f, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd8b-d8a57f7f, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-d8a57f7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-d8a57f7f, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-d8a57f7f, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-d8a57f7f, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-d8a57f7f, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-d8a57f7f, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-d8a57f7f, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-d8a57f7f, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-d8a57f7f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .75fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-d8a57f7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-76034f5d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-76034f5d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-76034f5d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-76034f5d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-76034f5d, #w-node-_504f4804-f704-a59e-d503-578a5377c512-76034f5d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-76034f5d, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-76034f5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr .25fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b19-76034f5d, #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b2c-76034f5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd84-76034f5d, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd8b-76034f5d, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-76034f5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-76034f5d, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-76034f5d, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-76034f5d, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-76034f5d, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-76034f5d, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-76034f5d, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-76034f5d, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-76034f5d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .75fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-76034f5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-ea314ace, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-ea314ace, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-ea314ace, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-ea314ace, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-ea314ace, #w-node-_504f4804-f704-a59e-d503-578a5377c512-ea314ace, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-ea314ace, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-ea314ace {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr .25fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b19-ea314ace, #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b2c-ea314ace {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd84-ea314ace, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd8b-ea314ace, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-ea314ace {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-ea314ace, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-ea314ace, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-ea314ace, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-ea314ace, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-ea314ace, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-ea314ace, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-ea314ace, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-ea314ace {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .75fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-ea314ace {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-2542772e {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-2542772e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-2542772e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-2542772e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-2542772e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-2542772e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-2542772e, #w-node-_504f4804-f704-a59e-d503-578a5377c512-2542772e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-2542772e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-2542772e, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-2542772e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-2542772e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-2542772e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-2542772e {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr .25fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b19-2542772e, #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b2c-2542772e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-2542772e {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd84-2542772e, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd8b-2542772e, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-2542772e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-2542772e, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-2542772e, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-2542772e, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-2542772e, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-2542772e, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-2542772e, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-2542772e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-2542772e, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-2542772e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .75fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-2542772e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36c0cf20-050f-6dbf-c9bd-162a7eb9b920-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 6.5fr;
  }

  #w-node-_935c2ecc-9a42-8d66-f030-ce16d9a15297-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 7fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6773-fab0c177, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c677f-fab0c177, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c678b-fab0c177, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c6798-fab0c177, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67a6-fab0c177, #w-node-_504f4804-f704-a59e-d503-578a5377c512-fab0c177, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67b3-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67bf-fab0c177, #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67d0-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_33bc2f83-6c7b-f93f-1e6c-05eb837c67dc-fab0c177 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a725c1b5-574a-39e8-d986-49f94285589d-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b18-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr .25fr;
  }

  #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b19-fab0c177, #w-node-_298f6ac1-6753-a816-a7f8-96a16d9e9b2c-fab0c177 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd83-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr .25fr;
  }

  #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd84-fab0c177, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd8b-fab0c177, #w-node-d8340eaa-bbb2-2924-e62c-e323e502cd95-fab0c177 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29f48531-803e-186a-30b9-09d37ad0398f-fab0c177, #w-node-_0dc6d9e6-76cb-f04b-0b77-165ff922914f-fab0c177, #w-node-d7343617-4838-0b0a-1066-1ffd329ee14e-fab0c177, #w-node-_5cee5b2c-bc5d-d822-ed2c-cecdbdedcf11-fab0c177, #w-node-c8d52f87-8e3a-2d05-7f09-95adf3618353-fab0c177, #w-node-d2d4f44b-459d-53d4-e237-ebbcb9fceed9-fab0c177, #w-node-_45a087b1-3623-fbdf-287d-6bb271dd505a-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cadcde39-d20e-cdef-9afc-a690da208ea5-fab0c177, #w-node-b3d6a40b-179d-283f-533a-2e0c9779da48-fab0c177 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .75fr;
  }

  #w-node-b3d6a40b-179d-283f-533a-2e0c9779da54-fab0c177 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-e8b2133a, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-e8b2133a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_390d5572-db22-c7ab-63b6-733ce8ac76e9-02624918 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 4.5fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302299-02624918 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d1-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022d8-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022df-02624918 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723022e6-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-9266723022fa-02624918 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302330-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302337-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-92667230233e-02624918 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-926672302345-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302359-02624918 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-92667230238f-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-926672302396-02624918, #w-node-_0d1f2a44-1541-32f7-f12c-92667230239d-02624918 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_0d1f2a44-1541-32f7-f12c-9266723023a4-02624918 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


