:root {
  --padding: 3vw;
  --padding-teaser: 0vw;
  --white: white;
  --corner-teaser: 0px;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5vw;
  font-weight: 700;
  line-height: 4vw;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5vw;
  font-weight: 700;
  line-height: 4vw;
}

a {
  color: #333;
  text-decoration: none;
}

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 2.5;
  display: block;
}

.body {
  background-color: #f2f2f2;
  font-family: Claritycity, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.section {
  margin-bottom: 4vw;
  padding-left: 3vw;
  padding-right: 3vw;
  position: relative;
}

.section.section--footer {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.section--padding {
  align-items: center;
  display: flex;
}

.section.section--padding.section--whitebg {
  background-color: #fff;
}

.section.section--teaser {
  padding: 0px var(--padding-teaser);
}

.section.sectio--first {
  padding-top: 100px;
}

.container {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  height: 400px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  max-width: 1200px;
  height: 2400px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.wrapper.wrapper--small {
  max-width: 1000px;
}

.header {
  z-index: 1;
  justify-content: space-between;
  padding-top: 30px;
  padding-left: 40px;
  display: flex;
  position: absolute;
}

.header.header--invert {
  padding-left: var(--padding);
  filter: invert();
}

.logo {
  width: 200px;
}

.burger-close {
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.burger {
  z-index: 99;
  filter: hue-rotate(180deg);
  cursor: pointer;
  mix-blend-mode: difference;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 25px;
  right: 3vw;
}

.burger-bottom {
  color: #fff;
  background-color: #fff;
  border: 1px #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 22px;
}

.burger-bottom.burger-element {
  top: 24px;
}

.burger-top {
  color: #fff;
  background-color: #fff;
  width: 20px;
  height: 2px;
}

.burger-wrapper {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 40px;
  height: 37px;
  padding: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.burger-middle {
  background-color: #fff;
  border: 1px #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 16px;
}

.burger-middle.burger-element {
  top: 17px;
}

.menu-wrapper {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.language__item {
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 0;
  font-size: 100%;
  font-weight: 600;
}

.menu__nav-top {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.menu-page-overlay {
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.menu__language {
  z-index: 9;
  color: #fff;
  flex-direction: row;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 0;
  font-size: 19px;
  line-height: 1;
  list-style-type: none;
  display: flex;
  position: absolute;
  top: 32px;
  right: 7.5vw;
}

.nav-bottom-item-link {
  color: #333;
  border: 1px #000;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.nav-bottom-item {
  height: 4vh;
  min-height: 40px;
  max-height: 40px;
  padding-bottom: 0;
  line-height: 1;
}

.menu__nav-bottom {
  position: relative;
}

.menu {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  padding-top: 120px;
  padding-left: 40px;
  display: block;
  position: fixed;
  right: 0;
  overflow: scroll;
}

.nav-item-link {
  color: #333;
  letter-spacing: -1px;
  text-transform: uppercase;
  border: 1px #000;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  left: 0;
}

.language__link {
  opacity: 1;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.language__link.active {
  border-bottom-color: #333;
  font-size: 14px;
}

.nav-item {
  z-index: 1;
  height: 7vh;
  min-height: 50px;
  max-height: 100px;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.burger-element {
  background-color: var(--white);
  height: 2px;
}

.image {
  width: 100%;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 56.25vw;
  min-height: 100vh;
  position: relative;
  overflow: visible;
}

.teaser-text {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 600;
}

.image-2 {
  filter: invert();
}

.videocontainer {
  border-radius: var(--corner-teaser);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-3 {
  filter: invert();
}

.grid-2-1 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.col {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.col.col--edge {
  border-radius: 20px;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.col.col--edge.col--caption {
  background-color: #c3b8a3;
  align-items: center;
  padding-left: 20px;
}

.col.col--align-top {
  justify-content: flex-start;
}

.col.col--align-top.col--align-right {
  align-items: flex-end;
}

.heading-2 {
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 5vw;
  line-height: 4vw;
}

.paragraph {
  text-align: justify;
}

.image-4 {
  width: 100%;
  height: 50vw;
}

.grid-1-2 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.reference--shops {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  font-weight: 400;
  line-height: 1.8;
}

.form-block {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
}

.form {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.textarea {
  min-height: 120px;
}

.submit-button {
  background-color: #a58f4f;
  width: 100%;
}

.field-label {
  line-height: 2;
}

.image-5 {
  object-fit: cover;
  object-position: 10% 50%;
  width: 100%;
  height: 100%;
}

.list-item-list-item--facts {
  border-top: 1px solid #000;
  width: 100%;
  display: block;
  position: relative;
}

.list {
  width: 100%;
  padding-left: 0;
}

.facts {
  grid-template-rows: auto auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.facts__row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.facts__text {
  border-bottom: 1px solid #000;
  min-width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-2-copy {
  z-index: -1;
  color: #d8d6d6;
  letter-spacing: -20px;
  text-transform: uppercase;
  font-size: 25vw;
  line-height: .8;
  position: absolute;
  top: 0;
}

.heading-3 {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 3.5vw;
  line-height: 4vw;
}

.image-6 {
  width: 200px;
}

.slider {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
}

.right-arrow, .left-arrow {
  display: block;
}

.slide-nav {
  font-size: 10px;
  bottom: -56px;
}

.mask {
  border-radius: var(--corner-teaser);
}

.heading-1.heading-1--small {
  font-size: 2vw;
}

.list-2 {
  padding-left: 24px;
}

.footer-nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.footer-nav__link {
  color: #333;
  border-bottom-style: none;
  text-decoration: none;
}

.rich-text-element {
  padding-bottom: 100px;
}

.image--round-edge {
  border-radius: 20px;
}

.facts__caption {
  white-space: nowrap;
  border-bottom: 1px solid #000;
  min-width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.heading-4 {
  font-size: 24px;
  line-height: 2;
}

.heading-5 {
  font-size: 20px;
  line-height: 2;
}

.lightbox-link {
  margin-top: 20px;
  overflow: hidden;
}

.lb-thumb-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.lb-tumbnail {
  border-radius: 10px;
  width: 100%;
}

.form__success-block {
  background-color: #fff;
}

.teaser-head__sub2 {
  font-size: 24px;
  line-height: 1;
  display: block;
}

.teaser-head {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  justify-content: center;
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.teaser-head__sub {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1;
  display: block;
}

.teaser-head__space {
  border-top: 1px solid #fff;
  width: 50px;
  margin: 10px auto 20px;
  display: block;
  position: static;
}

.teaser-scrollhint__text {
  color: var(--white);
  font-size: 10px;
  position: relative;
}

.teaser-scrollhint {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 60px;
}

.teaser-scrollhint__arrow {
  width: 20px;
  height: 8px;
  margin-top: 5px;
}

.contact-form__disclaimer {
  font-size: 12px;
}

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

@media screen and (min-width: 1280px) {
  .menu-wrapper {
    display: none;
  }

  .menu__language {
    align-self: center;
  }

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

@media screen and (max-width: 991px) {
  .section {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.section--padding {
    padding-right: var(--padding);
  }

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

  .header {
    padding-left: 20px;
  }

  .header.header--invert {
    padding-top: 25px;
  }

  .burger {
    top: 20px;
    right: 10px;
  }

  .menu__nav-top {
    margin-top: 0;
  }

  .menu__language {
    top: 28px;
    right: 60px;
  }

  .grid-2-1 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-rows: auto minmax(auto, 1fr);
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .col {
    margin-bottom: 20px;
  }

  .col.col--edge.col--caption {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 60px;
    line-height: 47px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .image-4 {
    height: 100%;
  }

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

  .reference--shops {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .image-5 {
    object-position: 50% 50%;
    height: 100vw;
  }

  .reference__item {
    white-space: nowrap;
    margin-left: 30px;
    line-height: 1;
  }

  .facts {
    margin-bottom: 60px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .teaser-head {
    font-size: 80px;
    line-height: 1;
  }

  .teaser-head__sub {
    font-size: 40px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .header.header--invert {
    z-index: 9;
    padding-left: 20px;
  }

  .burger-top {
    height: 2px;
  }

  .burger-wrapper {
    cursor: pointer;
    display: block;
  }

  .burger-middle {
    height: 2px;
  }

  .menu-wrapper {
    z-index: 12;
    display: none;
  }

  .menu__nav-top {
    margin-top: 0;
  }

  .menu__language {
    font-size: 18px;
  }

  .menu {
    padding-top: 48px;
    display: block;
  }

  .nav-item-link {
    font-size: 18px;
  }

  .nav-item {
    height: 4vh;
    min-height: 40px;
    font-size: 18px;
  }

  .heading {
    font-size: 40px;
    line-height: 1;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 80%;
  }

  .reference--shops {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .reference__item {
    text-transform: uppercase;
  }

  .facts {
    margin-bottom: 40px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 1;
  }

  .teaser-head__sub2 {
    font-size: 20px;
  }

  .teaser-head {
    font-size: 60px;
    line-height: 1;
  }

  .teaser-head__sub {
    font-size: 30px;
  }
}

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

  .header.header--invert {
    z-index: 10;
    padding-left: 10px;
  }

  .burger {
    right: 0;
  }

  .burger-bottom.burger-element, .burger-top.burger-element, .burger-middle.burger-element {
    background-color: #000;
  }

  .menu-wrapper {
    z-index: 99;
    display: none;
  }

  .menu__language {
    display: flex;
    right: 42px;
  }

  .menu__nav-bottom {
    padding-top: 20px;
  }

  .menu {
    width: 80%;
    padding-top: 30px;
    padding-left: 10px;
  }

  .nav-item-link {
    letter-spacing: -1px;
    text-transform: none;
    font-size: 18px;
    line-height: 18px;
  }

  .burger-element.burger-top, .burger-element.burger-middle, .burger-element.burger-bottom {
    background-color: var(--white);
  }

  .col {
    padding-bottom: 0;
  }

  .col.col--edge {
    border-radius: 10px;
  }

  .col.col--edge.col--caption {
    padding-left: 20px;
  }

  .heading-2 {
    letter-spacing: -2px;
    font-size: 10vw;
  }

  .reference--shops {
    grid-template-rows: auto auto auto;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .form-block {
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .reference__item {
    margin-left: 30px;
  }

  .facts {
    grid-template-rows: auto;
    grid-template-columns: min-content 1fr;
  }

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

  .heading-3 {
    letter-spacing: -1px;
    font-size: 10vw;
  }

  .heading-1 {
    font-size: 30px;
    line-height: 1;
  }

  .footer-nav {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .image--round-edge {
    border-radius: 10px;
  }

  .facts__caption {
    white-space: normal;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 22px;
  }

  .teaser-head__sub2 {
    font-size: 16px;
  }

  .teaser-head {
    font-size: 40px;
  }

  .teaser-head__sub {
    letter-spacing: -1px;
    font-size: 24px;
  }
}

#w-node-c3728c37-d2cf-75bf-1629-fa9002f85799-f1a71ce7, #w-node-_81af0c54-6c0d-97b9-7a60-ae838b99ae87-f1a71ce7, #w-node-fa99efe9-254b-be9f-21d1-5ff91e1d42eb-f1a71ce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a40146e-a2c9-ee26-7cf2-72bad9418e4c-f1a71ce7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_08b0e555-1e07-2731-6bf3-3f4a6fec90a5-f1a71ce7, #w-node-c32e8bd1-3797-53de-f76c-ef0443296c76-f1a71ce7, #w-node-d7b90623-f301-53d0-03db-609905c7b662-f1a71ce7, #w-node-d6ac7cc8-0409-8975-7fbb-8f8eb1d1a27c-f1a71ce7, #w-node-_6f07927f-cd93-90cd-4eac-60d4bced949b-f1a71ce7, #w-node-_99eedce1-6999-b406-661d-d1088111dcbf-f1a71ce7, #w-node-bb2f228d-54a7-2a39-5525-de6c8ebc13ac-f1a71ce7, #w-node-b3cc562c-479c-c917-f87b-4be076e878b0-a3e6125f, #w-node-c3728c37-d2cf-75bf-1629-fa9002f85799-ba92fb4e, #w-node-_81af0c54-6c0d-97b9-7a60-ae838b99ae87-ba92fb4e, #w-node-fa99efe9-254b-be9f-21d1-5ff91e1d42eb-ba92fb4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a40146e-a2c9-ee26-7cf2-72bad9418e4c-ba92fb4e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_08b0e555-1e07-2731-6bf3-3f4a6fec90a5-ba92fb4e, #w-node-c32e8bd1-3797-53de-f76c-ef0443296c76-ba92fb4e, #w-node-d7b90623-f301-53d0-03db-609905c7b662-ba92fb4e, #w-node-d6ac7cc8-0409-8975-7fbb-8f8eb1d1a27c-ba92fb4e, #w-node-_6f07927f-cd93-90cd-4eac-60d4bced949b-ba92fb4e, #w-node-bb2f228d-54a7-2a39-5525-de6c8ebc13ac-ba92fb4e, #w-node-_76933496-9ddd-326b-9a33-13e974d1d31c-1c2f108c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c3728c37-d2cf-75bf-1629-fa9002f85799-f1a71ce7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_81af0c54-6c0d-97b9-7a60-ae838b99ae87-f1a71ce7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_08b0e555-1e07-2731-6bf3-3f4a6fec90a5-f1a71ce7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c32e8bd1-3797-53de-f76c-ef0443296c76-f1a71ce7, #w-node-d7b90623-f301-53d0-03db-609905c7b65e-f1a71ce7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d7b90623-f301-53d0-03db-609905c7b662-f1a71ce7, #w-node-d6ac7cc8-0409-8975-7fbb-8f8eb1d1a27c-f1a71ce7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ba4c92cd-a70f-f0d4-e228-48ab78c24dce-f1a71ce7, #w-node-fba69802-b649-fae5-952c-c3ba60f2d5b4-f1a71ce7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f07927f-cd93-90cd-4eac-60d4bced949b-f1a71ce7, #w-node-_99eedce1-6999-b406-661d-d1088111dcbf-f1a71ce7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_99eedce1-6999-b406-661d-d1088111dcb2-f1a71ce7, #w-node-bb2f228d-54a7-2a39-5525-de6c8ebc13ac-f1a71ce7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bb2f228d-54a7-2a39-5525-de6c8ebc13aa-f1a71ce7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b3cc562c-479c-c917-f87b-4be076e878b0-a3e6125f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b3cc562c-479c-c917-f87b-4be076e878b2-a3e6125f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-c3728c37-d2cf-75bf-1629-fa9002f85799-ba92fb4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_81af0c54-6c0d-97b9-7a60-ae838b99ae87-ba92fb4e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_08b0e555-1e07-2731-6bf3-3f4a6fec90a5-ba92fb4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c32e8bd1-3797-53de-f76c-ef0443296c76-ba92fb4e, #w-node-d7b90623-f301-53d0-03db-609905c7b65e-ba92fb4e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d7b90623-f301-53d0-03db-609905c7b662-ba92fb4e, #w-node-d6ac7cc8-0409-8975-7fbb-8f8eb1d1a27c-ba92fb4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ba4c92cd-a70f-f0d4-e228-48ab78c24dce-ba92fb4e, #w-node-fba69802-b649-fae5-952c-c3ba60f2d5b4-ba92fb4e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f07927f-cd93-90cd-4eac-60d4bced949b-ba92fb4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bb2f228d-54a7-2a39-5525-de6c8ebc13ac-ba92fb4e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bb2f228d-54a7-2a39-5525-de6c8ebc13aa-ba92fb4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76933496-9ddd-326b-9a33-13e974d1d31c-1c2f108c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_76933496-9ddd-326b-9a33-13e974d1d31e-1c2f108c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Bold.woff2') format('woff2'), url('../fonts/ClarityCity-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}