:root {
  --grey: #818181;
  --orange-red: #f56020;
  --black: #303030;
  --gold: #ffc42e;
}

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

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

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

body {
  color: #333;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  line-height: 1.6;
}

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

.small-text {
  color: rgba(255, 255, 255, .7);
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.divider-scroll {
  background-color: rgba(255, 255, 255, .6);
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.first-article {
  z-index: 20;
  background-color: #141414;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 1500px;
  height: 100vh;
  line-height: 30px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.card-1 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.tag {
  color: #e6784e;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 1vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.card-3 {
  z-index: 3;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.section {
  width: 100%;
  max-width: 2800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  height: 100vh;
  overflow: hidden;
}

.scroll-type-wrapper {
  display: flex;
}

.second-article {
  background-color: #fd4415;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.card-details-wrapper {
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.card-inner {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-close {
  z-index: 500;
  color: #fff;
  background-color: rgba(0, 0, 0, .15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 2%;
  margin-right: 3%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.third-article {
  background-color: #141414;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 6.5vh;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.section-content {
  z-index: 600;
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.row-scroll {
  align-items: center;
  min-width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.card-2 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.container-article {
  position: relative;
}

.heading {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 8vh;
  font-weight: 700;
  line-height: .95;
}

.heading.is--white {
  color: #fff;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/Bildschirmfoto-2024-02-10-um-16.17.27.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.image-container.second {
  background-image: url('../images/Bildschirmfoto-2024-02-10-um-16.14.06.png');
  background-position: 50%;
  background-size: cover;
}

.image-container.third {
  background-image: url('../images/sahand-hoseini-RnCLtXEouJE-unsplash-1.jpg');
  background-position: 100%;
  background-size: cover;
}

.inner-container {
  padding: 0% 12% 15%;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.cap {
  float: left;
  color: #ddd;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap.is--orange {
  color: #f56020;
}

.image-content {
  background-color: #000;
  min-height: 100vh;
  padding: 10%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.alt-description {
  z-index: 1;
  color: #ccc;
  font-size: 14px;
  position: relative;
}

.header-text {
  color: #f56020;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.header-text.black {
  color: #000;
  letter-spacing: 0;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.header-row.summary {
  color: #000;
  margin-top: 5%;
}

.header-row.summary.gray {
  color: var(--grey);
}

.small-divider {
  background-color: #f56020;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.small-divider.black {
  background-color: #000;
  width: 8px;
  height: 8px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.rich-text {
  color: #ddd;
  font-weight: 500;
}

.rich-text.white {
  color: #8a8a8a;
}

.inner-header-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.alt-text-header {
  color: #ddd;
  text-align: left;
  text-transform: uppercase;
  max-width: 20ch;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.alt-text-header.white {
  color: var(--grey);
  line-height: 1.4;
}

.divider-circle {
  background-color: #000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle.orange {
  background-color: var(--orange-red);
  width: 15px;
  height: 15px;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.modal {
  z-index: 9999;
  grid-row-gap: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 4px;
  flex-direction: column;
  width: auto;
  max-width: 20em;
  height: auto;
  padding: 30px 30px 25px;
  display: flex;
  position: fixed;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 1%;
  box-shadow: 0 25px 35px rgba(0, 0, 0, .33);
}

.grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0b00da;
  border-radius: 4px;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 700;
}

.button:hover {
  background-color: #1a3dc5;
}

.button.fix {
  background-color: #7331df;
}

.button.fix:hover {
  background-color: #6929cf;
}

.close-link {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-icon {
  max-height: 10px;
}

.modal-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.wrap-scrolling-text {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.xlarge-paragraph {
  color: #f56020;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 20vh;
  font-weight: 700;
  line-height: 1.2;
}

.xlarge-paragraph.is--black {
  color: #000;
}

.link-read-more {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-read-more.white {
  color: #fff;
}

.arrow-read-more {
  background-color: #1f1e1e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.link-white {
  color: #fff;
}

.background-video {
  position: static;
}

.text-block {
  color: #ddd;
  font-size: 50px;
  font-weight: 700;
}

.bold-text {
  color: #ddd;
}

.text-block-2 {
  font-size: 50px;
  font-weight: 700;
}

.main-heading-copy {
  color: #fff;
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 6.5vh;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: none;
}

.section-2 {
  height: 100px;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  z-index: 44445;
  background-color: rgba(0, 0, 0, 0);
  height: 40px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bnn-fd-wrap-1 {
  flex-direction: column;
  display: flex;
}

.bnn-fd-center-wrap-1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70em;
  display: flex;
}

.image-3 {
  padding-bottom: 20px;
}

.bnn-fd-container-1 {
  margin-left: auto;
  margin-right: auto;
}

.bnn-fd-center-g1-wrap-heading-1 {
  margin-bottom: 1.8em;
}

.bnn-fd-center-wrap-grid-1 {
  grid-column-gap: 4em;
  grid-row-gap: 1.7em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.bnn-fd-wrap-center-1 {
  border-top: 0 rgba(224, 224, 224, 0);
  border-bottom: .2em #e0e0e0;
  border-radius: 0;
  padding: 5em 5em 0;
}

.image-4 {
  padding-top: 5px;
  padding-bottom: 10px;
}

.bnn-fd-center-g1-wrap-1-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bnn-fd-center-principalwrap-1 {
  width: 100%;
  max-width: 84em;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: #fff;
}

.image-4-copy {
  padding-top: 10px;
}

.image-5 {
  padding-top: 0;
}

.link-block {
  padding-bottom: 20px;
}

.bnn-fd-wrap-center-1-copy {
  border-top: 0 rgba(224, 224, 224, 0);
  border-bottom: .2em #e0e0e0;
  border-radius: 0;
  padding: 0 5em 8em;
}

.link-block-2 {
  margin-left: 20px;
}

.body-section {
  color: #f3f5f9;
  letter-spacing: .3px;
  margin: 100px 100px 0;
  font-size: 22px;
  font-weight: 400;
}

.text-span {
  font-weight: 400;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-weight: 600;
}

.cursor-wrap {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-wrap.mbm-ex {
  opacity: 0;
  transition: opacity .2s;
}

.cursor {
  display: none;
}

.cursor-dot {
  mix-blend-mode: exclusion;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.infinite-marquee {
  display: none;
}

.sketchable {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-top-wrapper {
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
}

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

.text-span-5 {
  font-weight: 600;
}

.link-block-3 {
  color: #fff;
  margin-left: 100px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2rem;
  text-decoration: none;
}

.link-block-3.w--current {
  margin-left: 200px;
}

.body-section-2 {
  color: #f3f5f9;
  letter-spacing: .3px;
  margin: 140px 220px 0;
  font-size: 22px;
  font-weight: 400;
}

.hero-section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.text-span-6 {
  font-weight: 400;
}

.text-span-7 {
  color: gray;
}

.body-2 {
  background-color: #fff;
}

._55 {
  opacity: 1;
  margin-left: 100px;
  padding-top: 100px;
}

.link-block-4 {
  color: #fff;
  margin-left: 100px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2rem;
  text-decoration: none;
}

.body-section-3 {
  color: #f3f5f9;
  letter-spacing: .3px;
  margin: 100px 100px 0;
  font-size: 22px;
  font-weight: 400;
}

.text-span-8 {
  font-weight: 400;
}

.image-6-copy {
  opacity: 0;
  margin-left: 100px;
  padding-top: 100px;
}

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

  .first-article {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .card-1 {
    flex: none;
    width: 100%;
  }

  .card-3 {
    flex: none;
    width: auto;
  }

  .section {
    flex-direction: column;
    justify-content: space-around;
  }

  .image-wrapper {
    height: 33.33vh;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .card-inner {
    background-image: none;
    padding-top: 0%;
    padding-bottom: 0%;
    display: none;
  }

  .button-close {
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 8px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .third-article {
    height: auto;
    min-height: 100vh;
  }

  .main-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .section-content {
    width: 100vw;
    height: auto;
    display: none;
  }

  .card-2 {
    flex: none;
    width: 100%;
  }

  .heading {
    font-size: 6vh;
  }

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .modal {
    width: 95vw;
  }

  .button {
    padding-left: 35px;
    padding-right: 35px;
  }

  .modal-link {
    text-align: center;
    width: 100%;
  }

  .main-heading-copy {
    font-size: 3em;
    line-height: 1em;
  }

  .bnn-fd-center-wrap-grid-1 {
    grid-column-gap: 1.7em;
    grid-row-gap: 3em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bnn-fd-wrap-center-1, .bnn-fd-wrap-center-1-copy {
    padding-left: 5em;
    padding-right: 5em;
  }

  .cursor-wrap.mbm-ex {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    flex-direction: column;
  }

  .image-wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .second-article {
    z-index: 21;
    position: relative;
  }

  .button-close {
    width: auto;
  }

  .third-article {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .heading {
    font-size: 65px;
  }

  .cap {
    font-size: 90px;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .close-link {
    align-items: flex-start;
    padding-right: 0;
  }

  .close-icon {
    max-height: 15px;
  }

  .modal-link {
    text-align: center;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .xlarge-paragraph {
    font-size: 10vh;
  }

  .bnn-fd-center-wrap-grid-1 {
    grid-column-gap: 2em;
    grid-row-gap: 3em;
  }

  .body-section {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 35px;
  }

  .cursor-wrap, .cursor-dot {
    display: none;
  }

  .body-section-2, .body-section-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 35px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .small-text {
    font-size: 9px;
  }

  .first-article {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .card-1 {
    flex: 1;
  }

  .card-3 {
    flex: 1;
    width: 100%;
  }

  .section {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .image-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .scroll-type-wrapper {
    display: none;
  }

  .second-article {
    display: block;
  }

  .card-details-wrapper {
    position: static;
  }

  .card-inner {
    z-index: 0;
    padding-right: 10%;
    display: block;
  }

  .button-close {
    max-width: 35%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .main-heading {
    font-size: 2em;
  }

  .section-content {
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .card-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .heading {
    font-size: 50px;
  }

  .image-container.second {
    background-position: 50% 0;
  }

  .cap {
    font-size: 80px;
  }

  .wrap-scrolling-text {
    display: none;
  }

  .link-read-more {
    font-size: 24px;
  }

  .arrow-read-more {
    flex: none;
    width: 45px;
    height: 45px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .text-block {
    line-height: 45px;
  }

  .bold-text {
    font-size: 40px;
  }

  .text-block-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .main-heading-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    font-size: 2em;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bnn-fd-center-wrap-grid-1 {
    grid-template-rows: auto auto;
  }

  .bnn-fd-wrap-center-1 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .image-5 {
    padding-top: 0;
  }

  .bnn-fd-wrap-center-1-copy {
    padding-left: 3em;
    padding-right: 3em;
  }

  .body-section {
    font-size: 15px;
    line-height: 30px;
  }

  .hero-top-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .link-block-3.w--current {
    margin-left: 20px;
  }

  .body-section-2 {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 19px;
  }

  ._55 {
    margin-left: 20px;
    padding-top: 60px;
  }

  .body-section-3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 19px;
  }

  .image-6-copy {
    margin-left: 20px;
    padding-top: 0;
  }

  .image-6 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-_1dafe5e7-961b-0bc9-337a-772432476f6b-9009d863, #w-node-_1dafe5e7-961b-0bc9-337a-772432476f74-9009d863, #w-node-_1dafe5e7-961b-0bc9-337a-772432476f75-9009d863, #w-node-_1dafe5e7-961b-0bc9-337a-772432476f76-9009d863, #w-node-_49e08299-2971-b32c-e983-ffe1f6994b14-9009d863, #w-node-_49e08299-2971-b32c-e983-ffe1f6994b21-9009d863, #w-node-_49e08299-2971-b32c-e983-ffe1f6994b38-9009d863, #w-node-_49e08299-2971-b32c-e983-ffe1f6994b39-9009d863 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Urbanist Variablefont Wght';
  src: url('../fonts/Urbanist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}