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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.nav-menu-wrapper {
  display: flex;
}

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

.nav-link {
  color: rgba(255, 255, 255, .64);
  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: #fff;
}

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

.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: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.hero-heading-left {
  background-color: #000;
  border-bottom: 0 #000;
  padding: 40px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.horizontal {
  height: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.horizontal.executives {
  flex-flow: column;
  align-items: flex-start;
}

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

.hero-split {
  max-width: 28%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.hero-split.main-title {
  width: auto;
  max-width: 65%;
}

.margin-bottom-24px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 25px;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.body {
  min-height: 100vh;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.5rem;
  display: flex;
}

.text-block {
  color: rgba(255, 255, 255, .64);
}

.logos-title-large {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.logos-title-large.investors {
  min-width: 100%;
  margin-top: 3em;
  display: block;
}

.logos-title-large.investors.oneline {
  margin-top: 1em;
  display: none;
}

.logos-title-large.investors.multiline {
  margin-top: 1em;
  margin-bottom: 2em;
  display: flex;
}

.clients-title {
  width: 42%;
  text-align: left;
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 32px;
}

.clients-title.executives {
  margin-bottom: 10px;
}

.clients-wrapper {
  width: 57%;
  height: auto;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  line-height: 32px;
  display: flex;
}

.clients-wrapper.funds {
  width: 100%;
  height: auto;
  justify-content: center;
  margin-top: 20px;
}

.clients-wrapper.angels {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 10px;
  display: flex;
}

.clients-wrapper.investors {
  justify-content: flex-end;
}

.list-item, .list-item-2 {
  display: none;
}

.heading {
  font-size: 6.5rem;
  line-height: 100px;
}

.heading.changer.heading-changer {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 100px;
}

.heading.constant {
  font-size: 5rem;
}

.section-1 {
  display: none;
}

.container-3 {
  justify-content: flex-end;
  padding: 20rem 5%;
  display: flex;
}

.div-block {
  max-width: 30rem;
}

.paragraph {
  letter-spacing: 0;
}

.paragraph-2 {
  letter-spacing: .4em;
}

.footer-dark {
  background-color: #000;
  border-bottom: 1px #e4ebf3;
  align-items: flex-end;
  margin-top: auto;
  padding: 0 30px 15px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.footer-wrapper {
  max-width: 900px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  color: #fff;
  background-color: #000;
  border-bottom: 1px #e4ebf3;
  padding: 0 0 0 10px;
  position: relative;
}

.footer-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .24);
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-wrap {
  font-family: Neuemontreal, sans-serif;
  font-weight: 700;
}

.constant {
  display: inline;
}

.changer-overflow {
  width: 100%;
  height: 105px;
  float: right;
  display: inline-block;
  overflow: hidden;
}

.changer-move {
  display: inline-block;
}

.changer {
  position: relative;
  top: 0;
}

.body-2 {
  color: #fff;
  background-color: #000;
  font-family: Neuemontreal, sans-serif;
}

.heading-4 {
  margin-top: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 50px;
}

.div-block-10 {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-13 {
  width: 55px;
  height: 55px;
}

.div-block-11 {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-12 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  font-size: 2rem;
  font-weight: 400;
}

.paragraph-3 {
  font-size: 2rem;
}

.paragraph-4 {
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 30px;
}

.grid {
  max-width: 940px;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  align-content: stretch;
  justify-content: space-between;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  min-height: 300px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 4px;
  padding: 40px 32px;
}

.link-block {
  min-height: 300px;
  color: rgba(255, 255, 255, .24);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 32px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: #fff;
  transform: skew(0deg);
}

.paragraph-5 {
  font-size: 1.125rem;
}

.section-6 {
  margin-top: 4em;
  margin-bottom: 10em;
  display: none;
}

.section-6.section-3 {
  margin-top: 2em;
  margin-bottom: 2em;
  display: none;
}

.text-span {
  font-size: 1.5rem;
}

.image-14 {
  color: #ff2525;
}

.html-embed {
  width: 20px;
  height: 20px;
  color: #fff;
}

.html-embed:hover {
  color: #fff;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-15 {
  max-width: 80%;
}

.text-span-2, .text-span-3 {
  color: rgba(255, 255, 255, .64);
}

.paragraph-6 {
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 30px;
}

.text-span-4, .text-span-5, .text-span-6 {
  color: rgba(255, 255, 255, .64);
}

.link-block-2 {
  display: flex;
}

.link-block-2.w--current {
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.heading-6 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.heading-6.header {
  margin-top: 0;
  margin-bottom: 0;
}

.image-16 {
  margin-right: 10px;
}

.heading-7 {
  margin-top: 0;
  font-size: 2.6rem;
  font-weight: 400;
}

.grid-2 {
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
}

.text-block-2 {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 1rem;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-auto-flow: column;
  justify-content: stretch;
  align-items: stretch;
  justify-items: center;
  margin-top: 40px;
}

.div-block-16 {
  display: none;
}

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

.paragraph-7 {
  font-size: 12px;
}

.paragraph-8 {
  font-size: 10px;
}

.paragraph-9 {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    width: 90%;
    justify-content: flex-end;
    align-items: center;
  }

  .navbar-brand {
    width: 10%;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, .75);
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: auto;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .container.horizontal {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.horizontal.executives {
    flex-wrap: wrap;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .hero-split.main-title {
    max-width: 100%;
  }

  .hero-split.button {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    margin-top: 0;
  }

  .clients-title {
    width: 100%;
    margin-bottom: 0;
  }

  .clients-wrapper {
    width: 70%;
    justify-content: flex-start;
    margin-top: 15px;
  }

  .clients-wrapper.angels {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .clients-wrapper.investors {
    justify-content: flex-start;
  }

  .list-item, .list-item-2 {
    display: block;
  }

  .footer-dark {
    margin-top: 2em;
    position: relative;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-10 {
    width: 50%;
    justify-content: flex-end;
  }

  .div-block-12 {
    width: 90%;
  }

  .grid {
    width: 90%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-2 {
    grid-template-rows: 1fr auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .text-block-2 {
    width: auto;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .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 rgba(0, 0, 0, .05);
  }

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

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

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

  .hero-heading-left {
    padding: 60px 15px;
  }

  .container.horizontal {
    align-items: center;
  }

  .logos-title-large {
    padding: 0 15px;
  }

  .logos-title-large.investors {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .clients-title {
    width: 100%;
  }

  .clients-wrapper {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .clients-wrapper.funds {
    align-items: center;
  }

  .clients-image {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
  }

  .clients-image.yc {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading.changer.heading-changer, .heading.constant {
    font-size: 5rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: auto;
    margin-bottom: auto;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-copyright-center {
    text-align: right;
  }

  .div-block-10 {
    width: 100%;
    justify-content: flex-end;
  }

  .columns-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .div-block-11 {
    width: 100%;
    justify-content: flex-start;
  }

  .grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }

  .grid-3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4 {
    width: 100%;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
    justify-items: start;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper {
    width: 100%;
  }

  .navbar-brand {
    width: auto;
  }

  .nav-menu-wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, .75);
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, .75);
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 8px;
    line-height: 15px;
  }

  .button-primary.gs {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .container {
    max-width: none;
  }

  .container.horizontal {
    height: 100%;
    flex-direction: column;
    position: static;
  }

  .hero-split.main-title {
    max-width: 90%;
  }

  .logos-title-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .clients-title {
    width: 100%;
    max-width: 100%;
    text-align: center;
    object-fit: fill;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .clients-title.executives, .clients-title.backed-by {
    margin-top: 20px;
  }

  .clients-wrapper {
    height: 100%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .clients-image.yc {
    max-height: 80px;
    margin-top: 0;
  }

  .heading.changer.heading-changer {
    font-size: 2.5rem;
    line-height: 50px;
  }

  .heading.changer.heading-changer.security {
    font-size: 2.3rem;
  }

  .heading.constant {
    font-size: 2.5rem;
    line-height: 50px;
  }

  .container-2 {
    justify-content: flex-end;
    display: flex;
  }

  .container-4 {
    max-width: none;
  }

  .text-wrap {
    width: 100%;
  }

  .changer-overflow {
    height: 60px;
    float: right;
    font-size: 1rem;
  }

  .div-block-10 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    margin-top: 20px;
  }

  .columns-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .image-13 {
    width: 40px;
    height: 40px;
  }

  .div-block-11 {
    width: 90%;
    justify-content: space-around;
  }

  .paragraph-4 {
    margin-bottom: 0;
  }

  .grid {
    width: 90%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 5vh;
  }

  .section-4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6.header {
    font-size: 20px;
  }

  .heading-7 {
    text-align: center;
    font-size: 2rem;
  }

  .grid-2 {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    grid-auto-rows: 0;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-top: 40px;
  }

  .text-block-2 {
    font-size: .875rem;
  }

  .grid-3 {
    width: 90%;
    grid-auto-flow: row;
    justify-content: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-4 {
    width: 100%;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }
}

#w-node-_9bbc93b8-c7d0-5db8-a9b7-0fa71d2f53f6-9aa7371c, #w-node-_441c0a78-fb6b-34f9-c643-6846004b7f67-9aa7371c, #w-node-ce7b0330-ad66-f916-103a-a2e78d449a90-9aa7371c, #w-node-_97d3e4af-851e-aca9-0bc6-e9dd6a22cab0-9aa7371c, #w-node-ff89cf8a-a57b-e4e6-c463-c19bbe75fdf5-9aa7371c, #w-node-cf68fb6a-22c8-460e-820f-da5ffcb4a114-9aa7371c, #w-node-_5ca91a37-0973-587d-e126-f32f382fd776-9aa7371c, #w-node-a9ac5906-2c74-6525-a841-8758b59ea4cb-9aa7371c, #w-node-_47146bf5-c922-f9a5-f031-173a408e85c7-9aa7371c, #w-node-_5adfa4ee-6643-b942-38a6-767abf4aee60-9aa7371c, #w-node-_4f4383ec-3196-fb75-24a9-8f17332198c1-9aa7371c, #w-node-ed43e296-3bbd-8a4f-8b1f-201ed0e2d6ec-9aa7371c, #w-node-_7845c47c-fa44-f8be-01c3-72d89097124b-9aa7371c, #w-node-_12fb03ef-bf6a-d9c1-914d-779806e58e27-9aa7371c, #w-node-_0dc64a4b-49b8-5771-04c3-b7600d80e13c-9aa7371c, #w-node-_3cf75152-dc40-001d-b39a-251bd7af9a7d-9aa7371c, #w-node-f33696c1-1b99-f0e1-f159-b064eab92d64-9aa7371c, #w-node-f0af974d-92b8-deaf-4bd8-f7f15441309a-9aa7371c, #w-node-_6607afd6-6cf8-4fb5-318b-080a8acfee51-9aa7371c, #w-node-_737baa22-f0bc-eb55-78a2-4f6a39ce818d-9aa7371c, #w-node-_7111a726-0763-960d-8401-a1e273e54188-9aa7371c, #w-node-f397a3b9-7999-3627-ffd9-1107e619abb8-9aa7371c, #w-node-eaa3fe9a-7a6e-603b-3599-29a972956c76-9aa7371c, #w-node-a23f0575-b1bc-847d-0acf-72bcb8934c1e-9aa7371c, #w-node-_19a13d03-ec5d-2991-bbfa-579581327aed-9aa7371c, #w-node-_7f5fe951-41ea-7636-c323-2d7ddcbcb3f3-9aa7371c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-ac12cda6-e615-e424-cd5f-68a394dcb62c-9aa7371c, #w-node-_079a1214-4b4f-286a-dbc2-9febded05eea-9aa7371c {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_079a1214-4b4f-286a-dbc2-9febded05eea-9aa7371c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_47146bf5-c922-f9a5-f031-173a408e85c7-9aa7371c {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}