@font-face {
  font-family: Neue Montreal Squeezed;
  src: url('../fonts/OTNeueMontreal-MediumSqueezed.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Grotesque Mono;
  src: url('../fonts/GeneralGrotesqueMono-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisse Intl;
  src: url('../fonts/SuisseIntl-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --yellow: #f8ff7a;
  --white: white;
  --dark-grey: #272727;
  --off-white: #f3f3f3;
  --blue: #94e4ff;
}

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

.wrapper {
  margin-left: 24px;
  margin-right: 24px;
  overflow: hidden;
}

.display-1 {
  color: var(--black);
  letter-spacing: -.4rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Montreal Squeezed, Arial, sans-serif;
  font-size: 280px;
  font-weight: 500;
  line-height: 83%;
}

.display-1.projekte {
  letter-spacing: -.3rem;
  font-size: 16.4vw;
}

.display-1.projekte.fade-up.tricks {
  font-size: 16.5vw;
}

.display-1.logo {
  letter-spacing: -.5rem;
  text-transform: none;
  font-size: 29.8vw;
}

.display-1.logo.fade-up.tricks {
  font-size: 16.3vw;
}

.display-2 {
  color: var(--black);
  letter-spacing: -.3rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Montreal Squeezed, Arial, sans-serif;
  font-size: 146px;
  font-weight: 500;
  line-height: 83%;
}

.headline-1 {
  color: var(--black);
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

.headline-1.einzug {
  letter-spacing: -.04em;
  text-indent: 20%;
  font-size: 3.8vw;
  display: inline-block;
  overflow: hidden;
}

.headline-1.einzug.web {
  letter-spacing: -.04em;
  width: 100%;
  font-size: 3.55vw;
}

.headline-1.einzug.web.mobil {
  display: none;
}

.headline-1.einzug.legal {
  letter-spacing: -.04em;
  width: 100%;
  font-size: 3.75vw;
}

.headline-1.einzug.legal {
  letter-spacing: -.04em;
  width: 100%;
  font-size: 3.55vw;
}

.headline-1.einzug.legal.mobil {
  display: none;
}

.headline-1.einzug.produktion {
  letter-spacing: -.04em;
  width: 100%;
  font-size: 3.75vw;
}

.headline-1.einzug.produktion.mobil {
  display: none;
}

.title {
  color: var(--black);
  letter-spacing: -.25rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.headline-2 {
  color: var(--black);
  letter-spacing: -.12rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
}

.headline-2.einzug {
  text-indent: 14%;
}

.body {
  color: var(--black);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.body.einzug {
  text-indent: 14%;
}

.body.mobile-margin {
  column-count: 2;
  column-gap: 40px;
}

.label {
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Grotesque Mono, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.label.einzug {
  text-indent: 14%;
}

.label.cta {
  background-color: var(--yellow);
  padding: 5px 8px 4px;
}

.label.hover {
  color: var(--white);
  width: 294px;
  margin-top: 5px;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.hide-on-mobile {
  mix-blend-mode: difference;
}

.label.hide-on-mobile.light {
  color: var(--white);
  mix-blend-mode: difference;
}

.label.mobile-margin.two-columns {
  column-count: 2;
}

.label.mobile-margin.right, .label.mobile-margin.hard-facts {
  text-align: right;
  padding-bottom: 5px;
}

.label.light {
  color: var(--white);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-div {
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.navbar {
  mix-blend-mode: difference;
  background-color: #0000;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
}

.spacer-l {
  height: 80px;
}

.spacer-l:where(.w-variant-9b1c0d39-f8a3-6111-520b-57e09a9955b4) {
  height: 29vh;
}

.spacer-l:where(.w-variant-a87eb00c-dbe8-6324-6ea4-b35900834135) {
  height: 40px;
}

.spacer-l.mobile {
  display: none;
}

.spacer-l.m {
  height: 40px;
}

.grid-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
}

.code-embed {
  margin-top: -2px;
}

.grid-images {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.cta {
  background-color: var(--yellow);
  padding: 5px 8px 4px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.cta.light {
  color: var(--white);
  background-color: #070085;
}

.video-square {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  overflow: hidden;
}

.image-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.image-landscape {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-landscape {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.code-embed-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.span-animation {
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.span-animate {
  letter-spacing: -.14vw;
  text-indent: 0%;
  display: block;
  overflow: hidden;
}

.span-animate.first {
  letter-spacing: -.14vw;
  text-indent: 16%;
}

.link-wrapper {
  align-self: flex-end;
  display: inline-block;
  overflow: hidden;
}

.footer-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #c7ff94;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-underline {
  border-bottom: 1px solid var(--dark-grey);
  height: 2px;
  margin-top: -2px;
  padding-bottom: 0;
  transform: translate(-101%);
}

.link-block-2 {
  text-decoration: none;
}

.video-panorama {
  aspect-ratio: 50 / 16;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.footer-info {
  justify-content: space-between;
  display: flex;
}

.footer-nav {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.div-block-3 {
  height: 0;
  margin-bottom: -80px;
}

.link-with-cursor {
  text-decoration: none;
}

.tooltip-wrapper {
  z-index: 999;
  background-color: var(--yellow);
  padding: 5px 8px 4px;
  position: fixed;
  inset: 12px auto auto 12px;
}

.tooltip-text {
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Grotesque Mono, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.tooltip-text.einzug {
  text-indent: 14%;
}

.tooltip-text.cta {
  background-color: var(--yellow);
  padding: 5px 8px 4px;
}

.tooltip-text.hover {
  width: 294px;
  margin-top: 5px;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-cta.only-mobile {
  display: none;
}

.brand {
  color: var(--white);
  mix-blend-mode: normal;
}

.mobile-only {
  display: none;
}

.div-block-4 {
  height: 0;
  margin-top: -50px;
  margin-bottom: -100px;
}

.body-2 {
  overflow: visible;
}

.spacer-xl {
  height: 120px;
}

.spacer-xl:where(.w-variant-9b1c0d39-f8a3-6111-520b-57e09a9955b4) {
  height: 28vh;
}

.spacer-xl:where(.w-variant-a87eb00c-dbe8-6324-6ea4-b35900834135) {
  height: 40px;
}

.spacer-xl.mobile {
  display: none;
}

.spacer-xl.m {
  height: 40px;
}

.video-16-9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-span-3 {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .display-1.projekte.fade-up.tricks {
    font-size: 17.3vw;
  }

  .display-1.logo {
    font-size: 31.5vw;
  }

  .headline-1.einzug {
    font-size: 5.8vw;
  }

  .headline-1.einzug.web {
    display: none;
  }

  .headline-1.einzug.web.mobil {
    text-indent: 18%;
    font-size: 6.5vw;
    display: block;
  }

  .headline-1.einzug.legal {
    display: none;
  }

  .headline-1.einzug.legal.mobil {
    text-indent: 18%;
    font-size: 6.1vw;
    display: block;
  }

  .headline-1.einzug.produktion {
    display: none;
  }

  .headline-1.einzug.produktion.mobil {
    text-indent: 18%;
    font-size: 6.1vw;
    display: block;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .spacer-l {
    height: 64px;
  }

  .spacer-l:where(.w-variant-9b1c0d39-f8a3-6111-520b-57e09a9955b4) {
    height: 30vh;
  }

  .spacer-l:where(.w-variant-a87eb00c-dbe8-6324-6ea4-b35900834135) {
    height: 24px;
  }

  .spacer-l.mobile {
    display: block;
  }

  .spacer-l.m {
    height: 24px;
  }

  .grid-text {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .tooltip-wrapper, .menu-button-2, .icon {
    display: none;
  }

  .div-cta.only-mobile {
    justify-content: center;
    display: flex;
  }

  .mobile-only {
    display: none;
  }

  .spacer-xl {
    height: 64px;
  }

  .spacer-xl:where(.w-variant-9b1c0d39-f8a3-6111-520b-57e09a9955b4) {
    height: 30vh;
  }

  .spacer-xl:where(.w-variant-a87eb00c-dbe8-6324-6ea4-b35900834135), .spacer-xl.m {
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .display-1.projekte.fade-up.tricks {
    text-align: center;
    letter-spacing: -.03em;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 33vw;
  }

  .display-1.logo {
    letter-spacing: -.035em;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 31vw;
  }

  .headline-1.einzug {
    font-size: 7vw;
  }

  .headline-1.einzug.web.mobil, .headline-1.einzug.legal.mobil, .headline-1.einzug.legal.mobil, .headline-1.einzug.produktion.mobil {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 8.1vw;
  }

  .body {
    font-size: 18px;
  }

  .body.mobile-margin {
    column-count: 1;
    column-gap: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .label.mobile-margin {
    margin-left: 16px;
    margin-right: 16px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .spacer-l {
    height: 40px;
  }

  .spacer-l:where(.w-variant-9b1c0d39-f8a3-6111-520b-57e09a9955b4) {
    height: 12vh;
  }

  .spacer-l:where(.w-variant-a87eb00c-dbe8-6324-6ea4-b35900834135), .spacer-l.m {
    height: 24px;
  }

  .grid-text {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-images {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .link-wrapper.mobile-margin, .footer-info, .link-with-cursor {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-cta {
    justify-content: center;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
  }

  .mobile-only {
    display: block;
  }

  .hide-on-mobile {
    display: none;
  }

  .spacer-xl {
    height: 40px;
  }

  .spacer-xl:where(.w-variant-9b1c0d39-f8a3-6111-520b-57e09a9955b4) {
    height: 14vh;
  }

  .spacer-xl:where(.w-variant-a87eb00c-dbe8-6324-6ea4-b35900834135), .spacer-xl.m {
    height: 24px;
  }

  .text-span-2 {
    white-space: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .display-1.projekte.fade-up.tricks {
    font-size: 31vw;
  }

  .display-1.logo {
    font-size: 29vw;
  }

  .headline-1.einzug {
    font-size: 7.5vw;
  }

  .headline-1.einzug.web.mobil {
    font-size: 7.7vw;
  }

  .headline-1.einzug.legal.mobil, .headline-1.einzug.produktion.mobil {
    font-size: 7.9vw;
  }

  .label.hide-on-mobile {
    display: none;
  }

  .label.mobile-margin.two-columns {
    column-count: 1;
  }

  .label.mobile-margin.hard-facts {
    text-align: left;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .navbar-div {
    margin-left: 12px;
    margin-right: 12px;
  }

  .navbar {
    z-index: 9999;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .spacer-l:where(.w-variant-9b1c0d39-f8a3-6111-520b-57e09a9955b4) {
    height: 8vh;
  }

  .spacer-l.mobile {
    height: 40px;
  }

  .grid-images {
    grid-template-columns: 1fr 1fr;
  }

  .footer-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .brand {
    padding-left: 0;
  }

  .spacer-xl:where(.w-variant-9b1c0d39-f8a3-6111-520b-57e09a9955b4) {
    height: 10vh;
  }

  .spacer-xl.mobile {
    height: 40px;
  }

  .text-span {
    white-space: nowrap;
  }
}

#w-node-c56f3ce0-3824-f1ba-a729-bd94a767feac-b913c76a, #w-node-_5908d064-0537-49a8-5b5c-0636cd23c90f-b913c76a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0764bf49-985b-be8b-098f-0d8dc400c60b-b913c76a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_86cc64a0-b356-8d74-f353-00f013e2a468-b913c76a {
  place-self: start end;
}

#w-node-dbc5b3c9-37a4-09ca-1a4a-08207442827e-b913c76a {
  justify-self: end;
}

#w-node-fbb2bc9c-7eb6-a202-1ed7-8d4e9265946b-b913c76a {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_4aaafb4c-fedb-e946-b1e2-fa9ada597b73-b913c76a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_26c95517-2bdb-47c8-0fe6-01ebb546c54c-b913c76a, #w-node-f05c5dcf-1bf3-3d36-9600-3aa06f2bd8e0-b913c76a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_00f13b86-17e2-2813-06ff-5886f7ff468e-b913c76a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_887fb278-5762-73ac-b474-80dcc7045a20-b913c76a, #w-node-_75365e00-a777-e384-7fe5-3e5c8e98962d-b913c76a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a95-b913c76a, #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a97-b913c76a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8b-b913c76a {
  place-self: start end;
}

#w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8c-b913c76a {
  justify-self: end;
}

#w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a9f-b913c76a {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_589e2ab7-cdcf-8374-12fa-f16dcdbd54b7-b913c76a, #w-node-e22cd440-f753-ac5a-ba95-15158d661bbb-b913c76a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fd6d202d-2673-7d28-075c-d9408ea073f6-b913c76a, #w-node-b2aff7ed-b519-a45d-4153-42993d438184-b913c76a, #w-node-_2f88ca1d-c807-128c-6e57-a38ec1682400-b913c76a, #w-node-_1b8d60a4-2a59-b010-453e-977f612fc918-b913c76a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c76e94f6-2df0-1064-3488-cefea540a8d9-b913c76a, #w-node-c76e94f6-2df0-1064-3488-cefea540a8db-b913c76a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61e38e72-c155-1d18-95b3-93953ee8a4ce-b913c76a {
  place-self: start end;
}

#w-node-_61e38e72-c155-1d18-95b3-93953ee8a4cf-b913c76a {
  justify-self: end;
}

#w-node-c76e94f6-2df0-1064-3488-cefea540a8e3-b913c76a {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-a55dadc8-e21a-814d-9a1b-77b3023d856f-b913c76a, #w-node-_8f178fc7-80b7-900d-b12d-bbe8b367884d-b913c76a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b696146d-1e74-c96f-ad76-cf98659fb5cc-b913c76a, #w-node-b2dab042-a759-352b-f962-86d50d48c495-b913c76a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f712fae2-c842-891f-e624-d60ce1a2a42b-b913c76a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fc62c4bc-a584-638f-4989-29b849a55a04-b913c76a, #w-node-fc62c4bc-a584-638f-4989-29b849a55a06-b913c76a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dccd86ec-0865-846a-fc2d-cd6d77ad4d01-b913c76a {
  place-self: start end;
}

#w-node-dccd86ec-0865-846a-fc2d-cd6d77ad4d02-b913c76a {
  justify-self: end;
}

#w-node-fc62c4bc-a584-638f-4989-29b849a55a0e-b913c76a {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-f9fbd63b-dce8-95c5-b18c-5c6401c2e0c9-b913c76a, #w-node-e3fcb647-e1a7-7723-9d95-9697bbfb9341-b913c76a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_40f3b863-2258-bd8a-12a3-967e647eacd7-b913c76a, #w-node-e9a618e6-68d6-a03a-1163-5b04bb67082c-b913c76a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_45ffdd00-7cc3-544b-3080-971b43a236e5-b913c76a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5a75c5d6-56db-b8ce-665e-56088a8272db-b913c76a, #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272dd-b913c76a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78ae-b913c76a {
  place-self: start end;
}

#w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78af-b913c76a {
  justify-self: end;
}

#w-node-_5a75c5d6-56db-b8ce-665e-56088a8272e5-b913c76a {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_614e9abe-0631-5ce7-4be6-66081cf4d2a5-b913c76a, #w-node-_5ee4185e-0541-3604-05a5-6c82ac7f48cf-b913c76a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7d09b7d9-526f-7f62-6269-eeeb436d73e3-b913c76a, #w-node-ce66281a-eb06-37f7-b5bf-803a671246f9-b913c76a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_34cde91f-73f8-76cb-f19a-3b60d0235332-b913c76a, #w-node-_87d3a10a-9c7c-2541-7d60-a4d614cdd2f3-b913c76a {
  justify-self: end;
}

#w-node-c56f3ce0-3824-f1ba-a729-bd94a767feac-10b0ef1f, #w-node-_5908d064-0537-49a8-5b5c-0636cd23c90f-10b0ef1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf5b5a1b-c07c-f168-0f1a-4f9ce8a4590a-10b0ef1f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_86cc64a0-b356-8d74-f353-00f013e2a468-10b0ef1f {
  place-self: start end;
}

#w-node-dbc5b3c9-37a4-09ca-1a4a-08207442827e-10b0ef1f {
  justify-self: end;
}

#w-node-fbb2bc9c-7eb6-a202-1ed7-8d4e9265946b-10b0ef1f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-da871816-1091-3a25-bc61-b478b2a7db8f-10b0ef1f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_75365e00-a777-e384-7fe5-3e5c8e98962d-10b0ef1f, #w-node-c58ca614-c0dc-c6cb-5935-b1405c0bcc6d-10b0ef1f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0764bf49-985b-be8b-098f-0d8dc400c60b-10b0ef1f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a95-10b0ef1f, #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a97-10b0ef1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8b-10b0ef1f {
  place-self: start end;
}

#w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8c-10b0ef1f {
  justify-self: end;
}

#w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a9f-10b0ef1f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-aabf8b3e-a15f-fc6d-01dd-9c50ca75cd2a-10b0ef1f, #w-node-a47a5457-b7f5-0ae2-12ae-35b43a9dbd45-10b0ef1f, #w-node-a47a5457-b7f5-0ae2-12ae-35b43a9dbd46-10b0ef1f, #w-node-_589e2ab7-cdcf-8374-12fa-f16dcdbd54b7-10b0ef1f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c76e94f6-2df0-1064-3488-cefea540a8d9-10b0ef1f, #w-node-c76e94f6-2df0-1064-3488-cefea540a8db-10b0ef1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61e38e72-c155-1d18-95b3-93953ee8a4ce-10b0ef1f {
  place-self: start end;
}

#w-node-_61e38e72-c155-1d18-95b3-93953ee8a4cf-10b0ef1f {
  justify-self: end;
}

#w-node-c76e94f6-2df0-1064-3488-cefea540a8e3-10b0ef1f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-d5e5f4e9-c88a-bba5-69f2-4bd66a856490-10b0ef1f, #w-node-f712fae2-c842-891f-e624-d60ce1a2a42a-10b0ef1f, #w-node-f712fae2-c842-891f-e624-d60ce1a2a42b-10b0ef1f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f712fae2-c842-891f-e624-d60ce1a2a42c-10b0ef1f, #w-node-b696146d-1e74-c96f-ad76-cf98659fb5cc-10b0ef1f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fc62c4bc-a584-638f-4989-29b849a55a04-10b0ef1f, #w-node-fc62c4bc-a584-638f-4989-29b849a55a06-10b0ef1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dccd86ec-0865-846a-fc2d-cd6d77ad4d01-10b0ef1f {
  place-self: start end;
}

#w-node-dccd86ec-0865-846a-fc2d-cd6d77ad4d02-10b0ef1f {
  justify-self: end;
}

#w-node-fc62c4bc-a584-638f-4989-29b849a55a0e-10b0ef1f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_0f989ce6-264b-2a3d-c41f-3165b7dc8fb8-10b0ef1f, #w-node-_40f3b863-2258-bd8a-12a3-967e647eacd4-10b0ef1f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_40f3b863-2258-bd8a-12a3-967e647eacd7-10b0ef1f, #w-node-c897e650-4cb5-8af1-6344-87238e55f7a4-10b0ef1f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1a25ae79-eaf7-1fef-a65c-b2cb8ed00fbf-10b0ef1f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5a75c5d6-56db-b8ce-665e-56088a8272db-10b0ef1f, #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272dd-10b0ef1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78ae-10b0ef1f {
  place-self: start end;
}

#w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78af-10b0ef1f {
  justify-self: end;
}

#w-node-_5a75c5d6-56db-b8ce-665e-56088a8272e5-10b0ef1f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_2b79d6bc-2525-b97f-fe99-258b6bae860f-10b0ef1f, #w-node-_7d09b7d9-526f-7f62-6269-eeeb436d73e2-10b0ef1f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7d09b7d9-526f-7f62-6269-eeeb436d73e3-10b0ef1f, #w-node-ce66281a-eb06-37f7-b5bf-803a671246f9-10b0ef1f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_34cde91f-73f8-76cb-f19a-3b60d0235332-10b0ef1f, #w-node-_87d3a10a-9c7c-2541-7d60-a4d614cdd2f3-10b0ef1f {
  justify-self: end;
}

#w-node-c56f3ce0-3824-f1ba-a729-bd94a767feac-9a65f79f, #w-node-_5908d064-0537-49a8-5b5c-0636cd23c90f-9a65f79f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86cc64a0-b356-8d74-f353-00f013e2a468-9a65f79f {
  place-self: start end;
}

#w-node-dbc5b3c9-37a4-09ca-1a4a-08207442827e-9a65f79f {
  justify-self: end;
}

#w-node-fbb2bc9c-7eb6-a202-1ed7-8d4e9265946b-9a65f79f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_0764bf49-985b-be8b-098f-0d8dc400c60b-9a65f79f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a95-9a65f79f, #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a97-9a65f79f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8b-9a65f79f {
  place-self: start end;
}

#w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8c-9a65f79f {
  justify-self: end;
}

#w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a9f-9a65f79f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_589e2ab7-cdcf-8374-12fa-f16dcdbd54b7-9a65f79f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f1c-9a65f79f, #w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f1e-9a65f79f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f20-9a65f79f {
  place-self: start end;
}

#w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f21-9a65f79f {
  justify-self: end;
}

#w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f26-9a65f79f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-c76e94f6-2df0-1064-3488-cefea540a8d9-9a65f79f, #w-node-c76e94f6-2df0-1064-3488-cefea540a8db-9a65f79f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61e38e72-c155-1d18-95b3-93953ee8a4ce-9a65f79f {
  place-self: start end;
}

#w-node-_61e38e72-c155-1d18-95b3-93953ee8a4cf-9a65f79f {
  justify-self: end;
}

#w-node-c76e94f6-2df0-1064-3488-cefea540a8e3-9a65f79f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_8fdd2e2e-b12f-53a0-fbea-dbfac97596ce-9a65f79f, #w-node-a1853cba-0c25-c821-3e7f-a26f6ccfc59e-9a65f79f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fc62c4bc-a584-638f-4989-29b849a55a04-9a65f79f, #w-node-fc62c4bc-a584-638f-4989-29b849a55a06-9a65f79f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dccd86ec-0865-846a-fc2d-cd6d77ad4d01-9a65f79f {
  place-self: start end;
}

#w-node-dccd86ec-0865-846a-fc2d-cd6d77ad4d02-9a65f79f {
  justify-self: end;
}

#w-node-fc62c4bc-a584-638f-4989-29b849a55a0e-9a65f79f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-c6df0d26-c2bf-ad4d-b259-54f6a3b83940-9a65f79f, #w-node-f3671842-7250-077f-1e87-44527ef16e40-9a65f79f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5a75c5d6-56db-b8ce-665e-56088a8272db-9a65f79f, #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272dd-9a65f79f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78ae-9a65f79f {
  place-self: start end;
}

#w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78af-9a65f79f {
  justify-self: end;
}

#w-node-_5a75c5d6-56db-b8ce-665e-56088a8272e5-9a65f79f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-dcdc84ef-8a44-066c-2c07-3bdb39726d8d-9a65f79f {
  grid-area: 2 / 6 / 3 / 7;
  place-self: end;
}

#w-node-_1a785f60-9fc1-87f5-4e48-07c9ec5b349c-9a65f79f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_598d9ac8-5f86-1cd2-2c50-377817187734-9a65f79f, #w-node-_598d9ac8-5f86-1cd2-2c50-377817187736-9a65f79f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_598d9ac8-5f86-1cd2-2c50-377817187738-9a65f79f {
  place-self: start end;
}

#w-node-_598d9ac8-5f86-1cd2-2c50-377817187739-9a65f79f {
  justify-self: end;
}

#w-node-_598d9ac8-5f86-1cd2-2c50-37781718773e-9a65f79f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_1cbd2fbb-870a-4084-a433-6245c2ced213-9a65f79f {
  grid-area: 2 / 6 / 3 / 7;
  place-self: end;
}

#w-node-_34cde91f-73f8-76cb-f19a-3b60d0235332-9a65f79f, #w-node-_87d3a10a-9c7c-2541-7d60-a4d614cdd2f3-9a65f79f {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_5908d064-0537-49a8-5b5c-0636cd23c90f-b913c76a {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_86cc64a0-b356-8d74-f353-00f013e2a468-b913c76a {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-fbb2bc9c-7eb6-a202-1ed7-8d4e9265946b-b913c76a {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a97-b913c76a {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8b-b913c76a {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a9f-b913c76a {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8db-b913c76a {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_61e38e72-c155-1d18-95b3-93953ee8a4ce-b913c76a {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8e3-b913c76a {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a06-b913c76a {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-dccd86ec-0865-846a-fc2d-cd6d77ad4d01-b913c76a {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a0e-b913c76a {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272dd-b913c76a {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78ae-b913c76a {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272e5-b913c76a {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-_5908d064-0537-49a8-5b5c-0636cd23c90f-10b0ef1f {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_86cc64a0-b356-8d74-f353-00f013e2a468-10b0ef1f {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-fbb2bc9c-7eb6-a202-1ed7-8d4e9265946b-10b0ef1f {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a97-10b0ef1f {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8b-10b0ef1f {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a9f-10b0ef1f {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8db-10b0ef1f {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_61e38e72-c155-1d18-95b3-93953ee8a4ce-10b0ef1f {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8e3-10b0ef1f {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a06-10b0ef1f {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-dccd86ec-0865-846a-fc2d-cd6d77ad4d01-10b0ef1f {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a0e-10b0ef1f {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272dd-10b0ef1f {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78ae-10b0ef1f {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272e5-10b0ef1f {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-_5908d064-0537-49a8-5b5c-0636cd23c90f-9a65f79f {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_86cc64a0-b356-8d74-f353-00f013e2a468-9a65f79f {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-fbb2bc9c-7eb6-a202-1ed7-8d4e9265946b-9a65f79f {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a97-9a65f79f {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8b-9a65f79f {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a9f-9a65f79f {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f1e-9a65f79f {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f20-9a65f79f {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f26-9a65f79f {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8db-9a65f79f {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_61e38e72-c155-1d18-95b3-93953ee8a4ce-9a65f79f {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8e3-9a65f79f {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a06-9a65f79f {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-dccd86ec-0865-846a-fc2d-cd6d77ad4d01-9a65f79f {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a0e-9a65f79f {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272dd-9a65f79f {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78ae-9a65f79f {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272e5-9a65f79f {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-dcdc84ef-8a44-066c-2c07-3bdb39726d8d-9a65f79f {
    grid-area: 2 / 5 / 3 / 7;
  }

  #w-node-_598d9ac8-5f86-1cd2-2c50-377817187736-9a65f79f {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_598d9ac8-5f86-1cd2-2c50-377817187738-9a65f79f {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_598d9ac8-5f86-1cd2-2c50-37781718773e-9a65f79f {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-_1cbd2fbb-870a-4084-a433-6245c2ced213-9a65f79f {
    grid-area: 2 / 5 / 3 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2afc4da2-be00-b4ce-770e-ec98d0edf01b-b913c76a {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-c56f3ce0-3824-f1ba-a729-bd94a767feac-b913c76a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5908d064-0537-49a8-5b5c-0636cd23c90f-b913c76a {
    grid-column: 1 / 2;
  }

  #w-node-_86cc64a0-b356-8d74-f353-00f013e2a468-b913c76a {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: start;
  }

  #w-node-fbb2bc9c-7eb6-a202-1ed7-8d4e9265946b-b913c76a {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a93-b913c76a {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a95-b913c76a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a97-b913c76a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8b-b913c76a {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: start;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a9f-b913c76a {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8d7-b913c76a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8d9-b913c76a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8db-b913c76a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_61e38e72-c155-1d18-95b3-93953ee8a4ce-b913c76a {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: start;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8e3-b913c76a {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a02-b913c76a {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a04-b913c76a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a06-b913c76a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dccd86ec-0865-846a-fc2d-cd6d77ad4d01-b913c76a {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: start;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a0e-b913c76a {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272d9-b913c76a {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272db-b913c76a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272dd-b913c76a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78ae-b913c76a {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: start;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272e5-b913c76a {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_7d09b7d9-526f-7f62-6269-eeeb436d73e3-b913c76a, #w-node-ce66281a-eb06-37f7-b5bf-803a671246f9-b913c76a {
    grid-column: span 1 / span 1;
  }

  #w-node-_2afc4da2-be00-b4ce-770e-ec98d0edf01b-10b0ef1f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-c56f3ce0-3824-f1ba-a729-bd94a767feac-10b0ef1f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5908d064-0537-49a8-5b5c-0636cd23c90f-10b0ef1f {
    grid-column: 1 / 2;
  }

  #w-node-bf5b5a1b-c07c-f168-0f1a-4f9ce8a4590a-10b0ef1f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_86cc64a0-b356-8d74-f353-00f013e2a468-10b0ef1f {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: start;
  }

  #w-node-fbb2bc9c-7eb6-a202-1ed7-8d4e9265946b-10b0ef1f {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a93-10b0ef1f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a95-10b0ef1f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a97-10b0ef1f {
    grid-column: 1 / 3;
  }

  #w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8b-10b0ef1f {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: start;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a9f-10b0ef1f {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-aabf8b3e-a15f-fc6d-01dd-9c50ca75cd2a-10b0ef1f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8d7-10b0ef1f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8d9-10b0ef1f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8db-10b0ef1f {
    grid-column: 1 / 3;
  }

  #w-node-_61e38e72-c155-1d18-95b3-93953ee8a4ce-10b0ef1f {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: start;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8e3-10b0ef1f {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d5e5f4e9-c88a-bba5-69f2-4bd66a856490-10b0ef1f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f712fae2-c842-891f-e624-d60ce1a2a42a-10b0ef1f {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a02-10b0ef1f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a04-10b0ef1f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a06-10b0ef1f {
    grid-column: 1 / 3;
  }

  #w-node-dccd86ec-0865-846a-fc2d-cd6d77ad4d01-10b0ef1f {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: start;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a0e-10b0ef1f {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_0f989ce6-264b-2a3d-c41f-3165b7dc8fb8-10b0ef1f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272d9-10b0ef1f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272db-10b0ef1f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272dd-10b0ef1f {
    grid-column: 1 / 3;
  }

  #w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78ae-10b0ef1f {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: start;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272e5-10b0ef1f {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2b79d6bc-2525-b97f-fe99-258b6bae860f-10b0ef1f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7d09b7d9-526f-7f62-6269-eeeb436d73e3-10b0ef1f, #w-node-ce66281a-eb06-37f7-b5bf-803a671246f9-10b0ef1f {
    grid-column: span 1 / span 1;
  }

  #w-node-_2afc4da2-be00-b4ce-770e-ec98d0edf01b-9a65f79f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-c56f3ce0-3824-f1ba-a729-bd94a767feac-9a65f79f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5908d064-0537-49a8-5b5c-0636cd23c90f-9a65f79f {
    grid-column: 1 / 2;
  }

  #w-node-_86cc64a0-b356-8d74-f353-00f013e2a468-9a65f79f {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-fbb2bc9c-7eb6-a202-1ed7-8d4e9265946b-9a65f79f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a93-9a65f79f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a95-9a65f79f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a97-9a65f79f {
    grid-column: 1 / 3;
  }

  #w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8b-9a65f79f {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a9f-9a65f79f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f1a-9a65f79f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f1c-9a65f79f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f1e-9a65f79f {
    grid-column: 1 / 3;
  }

  #w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f20-9a65f79f {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f26-9a65f79f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8d7-9a65f79f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8d9-9a65f79f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8db-9a65f79f {
    grid-column: 1 / 3;
  }

  #w-node-_61e38e72-c155-1d18-95b3-93953ee8a4ce-9a65f79f {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-c76e94f6-2df0-1064-3488-cefea540a8e3-9a65f79f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a02-9a65f79f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a04-9a65f79f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a06-9a65f79f {
    grid-column: 1 / 3;
  }

  #w-node-dccd86ec-0865-846a-fc2d-cd6d77ad4d01-9a65f79f {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-fc62c4bc-a584-638f-4989-29b849a55a0e-9a65f79f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272d9-9a65f79f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272db-9a65f79f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272dd-9a65f79f {
    grid-column: 1 / 3;
  }

  #w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78ae-9a65f79f {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272e5-9a65f79f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-dcdc84ef-8a44-066c-2c07-3bdb39726d8d-9a65f79f {
    grid-column: 2 / 3;
  }

  #w-node-_598d9ac8-5f86-1cd2-2c50-377817187732-9a65f79f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_598d9ac8-5f86-1cd2-2c50-377817187734-9a65f79f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_598d9ac8-5f86-1cd2-2c50-377817187736-9a65f79f {
    grid-column: 1 / 3;
  }

  #w-node-_598d9ac8-5f86-1cd2-2c50-377817187738-9a65f79f {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_598d9ac8-5f86-1cd2-2c50-37781718773e-9a65f79f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1cbd2fbb-870a-4084-a433-6245c2ced213-9a65f79f {
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0764bf49-985b-be8b-098f-0d8dc400c60b-b913c76a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_86cc64a0-b356-8d74-f353-00f013e2a468-b913c76a {
    grid-row: 5 / 6;
  }

  #w-node-_4aaafb4c-fedb-e946-b1e2-fa9ada597b73-b913c76a {
    grid-column: span 2 / span 2;
  }

  #w-node-_26c95517-2bdb-47c8-0fe6-01ebb546c54c-b913c76a, #w-node-f05c5dcf-1bf3-3d36-9600-3aa06f2bd8e0-b913c76a {
    grid-column: span 1 / span 1;
  }

  #w-node-_00f13b86-17e2-2813-06ff-5886f7ff468e-b913c76a {
    grid-column: span 2 / span 2;
  }

  #w-node-_887fb278-5762-73ac-b474-80dcc7045a20-b913c76a, #w-node-_75365e00-a777-e384-7fe5-3e5c8e98962d-b913c76a {
    grid-column: span 1 / span 1;
  }

  #w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8b-b913c76a {
    grid-row: 5 / 6;
  }

  #w-node-_589e2ab7-cdcf-8374-12fa-f16dcdbd54b7-b913c76a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-e22cd440-f753-ac5a-ba95-15158d661bbb-b913c76a {
    grid-column: span 2 / span 2;
  }

  #w-node-fd6d202d-2673-7d28-075c-d9408ea073f6-b913c76a, #w-node-b2aff7ed-b519-a45d-4153-42993d438184-b913c76a, #w-node-_2f88ca1d-c807-128c-6e57-a38ec1682400-b913c76a, #w-node-_1b8d60a4-2a59-b010-453e-977f612fc918-b913c76a {
    grid-column: span 1 / span 1;
  }

  #w-node-a55dadc8-e21a-814d-9a1b-77b3023d856f-b913c76a, #w-node-_8f178fc7-80b7-900d-b12d-bbe8b367884d-b913c76a {
    grid-column: span 2 / span 2;
  }

  #w-node-b696146d-1e74-c96f-ad76-cf98659fb5cc-b913c76a, #w-node-b2dab042-a759-352b-f962-86d50d48c495-b913c76a {
    grid-column: span 1 / span 1;
  }

  #w-node-f712fae2-c842-891f-e624-d60ce1a2a42b-b913c76a, #w-node-f9fbd63b-dce8-95c5-b18c-5c6401c2e0c9-b913c76a, #w-node-e3fcb647-e1a7-7723-9d95-9697bbfb9341-b913c76a {
    grid-column: span 2 / span 2;
  }

  #w-node-_40f3b863-2258-bd8a-12a3-967e647eacd7-b913c76a, #w-node-e9a618e6-68d6-a03a-1163-5b04bb67082c-b913c76a {
    grid-column: span 1 / span 1;
  }

  #w-node-_45ffdd00-7cc3-544b-3080-971b43a236e5-b913c76a, #w-node-_614e9abe-0631-5ce7-4be6-66081cf4d2a5-b913c76a, #w-node-_5ee4185e-0541-3604-05a5-6c82ac7f48cf-b913c76a {
    grid-column: span 2 / span 2;
  }

  #w-node-_7d09b7d9-526f-7f62-6269-eeeb436d73e3-b913c76a, #w-node-ce66281a-eb06-37f7-b5bf-803a671246f9-b913c76a {
    grid-column: span 1 / span 1;
  }

  #w-node-bf5b5a1b-c07c-f168-0f1a-4f9ce8a4590a-10b0ef1f {
    grid-column: span 2 / span 2;
  }

  #w-node-_86cc64a0-b356-8d74-f353-00f013e2a468-10b0ef1f {
    grid-row: 5 / 6;
  }

  #w-node-da871816-1091-3a25-bc61-b478b2a7db8f-10b0ef1f {
    grid-column: span 2 / span 2;
  }

  #w-node-_75365e00-a777-e384-7fe5-3e5c8e98962d-10b0ef1f, #w-node-c58ca614-c0dc-c6cb-5935-b1405c0bcc6d-10b0ef1f {
    grid-column: span 1 / span 1;
  }

  #w-node-_0764bf49-985b-be8b-098f-0d8dc400c60b-10b0ef1f {
    grid-column: span 2 / span 2;
  }

  #w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8b-10b0ef1f {
    grid-row: 5 / 6;
  }

  #w-node-aabf8b3e-a15f-fc6d-01dd-9c50ca75cd2a-10b0ef1f, #w-node-a47a5457-b7f5-0ae2-12ae-35b43a9dbd45-10b0ef1f, #w-node-a47a5457-b7f5-0ae2-12ae-35b43a9dbd46-10b0ef1f, #w-node-_589e2ab7-cdcf-8374-12fa-f16dcdbd54b7-10b0ef1f, #w-node-d5e5f4e9-c88a-bba5-69f2-4bd66a856490-10b0ef1f, #w-node-f712fae2-c842-891f-e624-d60ce1a2a42a-10b0ef1f, #w-node-f712fae2-c842-891f-e624-d60ce1a2a42b-10b0ef1f {
    grid-column: span 2 / span 2;
  }

  #w-node-f712fae2-c842-891f-e624-d60ce1a2a42c-10b0ef1f, #w-node-b696146d-1e74-c96f-ad76-cf98659fb5cc-10b0ef1f {
    grid-column: span 1 / span 1;
  }

  #w-node-_0f989ce6-264b-2a3d-c41f-3165b7dc8fb8-10b0ef1f, #w-node-_40f3b863-2258-bd8a-12a3-967e647eacd4-10b0ef1f {
    grid-column: span 2 / span 2;
  }

  #w-node-_40f3b863-2258-bd8a-12a3-967e647eacd7-10b0ef1f, #w-node-c897e650-4cb5-8af1-6344-87238e55f7a4-10b0ef1f {
    grid-column: span 1 / span 1;
  }

  #w-node-_1a25ae79-eaf7-1fef-a65c-b2cb8ed00fbf-10b0ef1f, #w-node-_2b79d6bc-2525-b97f-fe99-258b6bae860f-10b0ef1f, #w-node-_7d09b7d9-526f-7f62-6269-eeeb436d73e2-10b0ef1f {
    grid-column: span 2 / span 2;
  }

  #w-node-_7d09b7d9-526f-7f62-6269-eeeb436d73e3-10b0ef1f, #w-node-ce66281a-eb06-37f7-b5bf-803a671246f9-10b0ef1f {
    grid-column: span 1 / span 1;
  }

  #w-node-_86cc64a0-b356-8d74-f353-00f013e2a468-9a65f79f {
    grid-row: 4 / 5;
  }

  #w-node-_0764bf49-985b-be8b-098f-0d8dc400c60b-9a65f79f {
    grid-column: span 2 / span 2;
  }

  #w-node-b78c6dc8-d3fe-464d-256f-591c9e1a4b8b-9a65f79f {
    grid-row: 5 / 6;
  }

  #w-node-_0a3e8b92-c933-5f28-9925-f5d0e4dd9a9f-9a65f79f {
    grid-row: 3 / 4;
  }

  #w-node-_589e2ab7-cdcf-8374-12fa-f16dcdbd54b7-9a65f79f {
    grid-column: span 2 / span 2;
  }

  #w-node-_2f7ee01d-32ab-860c-d8c5-c40c8d7b8f20-9a65f79f {
    grid-row: 4 / 5;
  }

  #w-node-_8fdd2e2e-b12f-53a0-fbea-dbfac97596ce-9a65f79f, #w-node-a1853cba-0c25-c821-3e7f-a26f6ccfc59e-9a65f79f, #w-node-c6df0d26-c2bf-ad4d-b259-54f6a3b83940-9a65f79f, #w-node-f3671842-7250-077f-1e87-44527ef16e40-9a65f79f {
    grid-column: span 2 / span 2;
  }

  #w-node-_8e140eb2-8303-1829-5756-7bb4cd7c78ae-9a65f79f {
    grid-row: 5 / 6;
  }

  #w-node-_5a75c5d6-56db-b8ce-665e-56088a8272e5-9a65f79f {
    grid-row: 3 / 4;
  }

  #w-node-dcdc84ef-8a44-066c-2c07-3bdb39726d8d-9a65f79f {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_1a785f60-9fc1-87f5-4e48-07c9ec5b349c-9a65f79f {
    grid-column: span 2 / span 2;
  }

  #w-node-_598d9ac8-5f86-1cd2-2c50-377817187738-9a65f79f {
    grid-row: 5 / 6;
  }

  #w-node-_1cbd2fbb-870a-4084-a433-6245c2ced213-9a65f79f {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Neue Montreal Squeezed';
  src: url('../fonts/OTNeueMontreal-MediumSqueezed.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Grotesque Mono';
  src: url('../fonts/GeneralGrotesqueMono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}