@font-face {
  font-family: Neuehaasdisplay Mediu;
  src: url('../fonts/NeueHaasDisplay-Mediu.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasdisplay Roman;
  src: url('../fonts/NeueHaasDisplay-Roman.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --silver: #cec9ba;
  --black: black;
}

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

body {
  color: #000;
  font-family: Neuehaasdisplay Roman, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuehaasdisplay Mediu, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuehaasdisplay Mediu, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuehaasdisplay Mediu, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-large {
  padding: 3rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.padding-global {
  padding-left: 5vw;
  padding-right: 5vw;
}

.overflow-hidden {
  overflow: hidden;
}

.text-size-small {
  justify-content: center;
  align-items: center;
  min-height: 1rem;
  font-size: .875rem;
  display: flex;
}

.form-input {
  color: var(--white);
  -webkit-text-stroke-color: var(--silver);
  background-color: #0000;
  border-radius: 6px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20rem;
  padding: .8rem 1.4rem;
  font-family: Neuehaasdisplay Mediu, sans-serif;
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
}

.button.is-text-link {
  z-index: 1;
  background-color: #0000;
  padding: 0;
  font-family: Neuehaasdisplay Roman, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button.is-navbar {
  z-index: 50;
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: .7rem 1.1rem;
  font-family: Neuehaasdisplay Mediu, sans-serif;
  font-size: .92rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: visible;
}

.button.is-white {
  color: #000;
  background-color: #fff;
}

.button.mt {
  margin-top: 1rem;
}

.button.mt.mr {
  margin-top: 2rem;
  margin-right: 1rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.container.is-hero {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  min-height: 100vh;
  padding-top: 16vh;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.navbar {
  z-index: 900;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  border-bottom: 1px solid #ffffff26;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

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

.section {
  position: relative;
}

.section.is-hero {
  position: static;
  overflow: hidden;
}

.section.is-intro {
  position: relative;
  overflow: hidden;
}

.section.is-intro.full-heightss {
  height: 150vh;
}

.section.is-subpage {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 60vh;
  padding-bottom: 4rem;
  display: flex;
}

.brand-logo-image {
  width: 10rem;
}

.navbar-link {
  color: #ffffffe0;
  letter-spacing: .02em;
  font-size: .95rem;
}

.navbar-link.w--current {
  color: var(--white);
}

.navbar-right-side {
  align-items: center;
  display: flex;
}

.navbar-button-wrapper {
  margin-left: 1.25rem;
}

.display {
  color: var(--white);
  letter-spacing: -.16rem;
  font-family: Neuehaasdisplay Mediu, sans-serif;
  font-size: 7.25rem;
  font-weight: 400;
  line-height: .94;
}

.text-style.medium {
  color: #ffffffeb;
  font-size: 2rem;
  line-height: 1.3;
}

.button-link-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.button-underline {
  background-color: #ffffff40;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: .25rem;
  display: block;
  position: relative;
}

.button-arrow-wrapper {
  position: relative;
  overflow: hidden;
}

.button-underline-progress {
  background-color: var(--white);
  width: 0;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-1x1-small-second {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-bg-color {
  z-index: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #111111ad;
  border-bottom: 1px #ffffff1a;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-image.z-2 {
  z-index: -2;
}

.background-image-overlay {
  z-index: 1;
  background-image: linear-gradient(#0a101875, #0000);
  width: 100%;
  height: 46%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.background-image-overlay.bottom {
  mix-blend-mode: multiply;
  background-image: linear-gradient(0deg, #00000085, #0000);
  height: 35%;
  display: block;
  inset: auto 0% 0%;
}

.background-image-overlay.full-size {
  mix-blend-mode: multiply;
  background-image: linear-gradient(to top, #2923177d, #1a2e4600);
  height: 45%;
  display: block;
  inset: auto 0% 0%;
}

.background-image-overlay.full-size.custom {
  background-image: linear-gradient(0deg, #000000a6 69%, #1a2e4600);
  height: 60%;
}

.background-image-overlay.cusetom {
  background-image: linear-gradient(#0000, #0006);
  height: 100%;
  inset: 0%;
}

.column.is-hero-second {
  max-width: 34rem;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid.is-features {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.full-size-image-height {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.full-size-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.full-size-image {
  transform-origin: 50% 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.full-size-content-wrapper {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 140vh;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw 5vw 9.3rem;
  display: flex;
  position: relative;
}

.full-size-content-text {
  width: 40rem;
  max-width: 100%;
}

.full-size-info-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.full-size-info {
  flex-direction: column;
  font-size: 1rem;
  display: flex;
}

.full-size-image-inner {
  width: 100%;
  height: 100%;
}

.feature-wrapper {
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.feature-wrapper.is-01 {
  width: 100%;
  box-shadow: 0 4px 20px #00000014;
}

.feature-image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

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

.button-wrapper {
  z-index: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1rem;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.feature-content-wrapper {
  z-index: 10;
  color: var(--white);
  position: absolute;
  inset: 2.5rem 2.5rem auto;
}

.bikes-intro-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
}

.feature-heading {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: .5rem;
  font-family: Neuehaasdisplay Mediu, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.12;
}

.feature-overlay {
  background-image: linear-gradient(#0000002e, #00000047 45%, #00000094);
  position: absolute;
  inset: 0%;
}

.feature-button-wrapper {
  margin-top: 1rem;
}

.title {
  color: var(--black);
}

.title.contact {
  letter-spacing: -.03em;
  margin-bottom: 1.25rem;
  font-family: Neuehaasdisplay Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.05;
}

.text-block {
  color: var(--black);
}

.card-content-pd.card-map {
  padding: 54px 48px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 6px;
  overflow: hidden;
}

.card.form {
  border-color: #1111110f;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 72px 40px;
  box-shadow: 0 10px 30px #1018280f;
}

.input {
  background-color: #fff;
  border: 1px solid #11111114;
  border-radius: 16px;
  min-height: 52px;
  margin-bottom: 0;
  padding: 0 16px;
  font-size: 15px;
  line-height: 1.2;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:focus {
  color: #000;
  border-color: #000;
}

.input::placeholder {
  color: #11111161;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.contact-v7 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
}

.text-area {
  background-color: #fff;
  border: 1px solid #11111114;
  border-radius: 16px;
  min-height: 140px;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.5;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #000;
  border-color: #000;
}

.text-area::placeholder {
  color: #11111161;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

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

.success-message {
  color: #000;
  background-color: #abf1bc80;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.link-wrapper {
  color: #000;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #000;
}

.link-wrapper.white {
  color: var(--white);
}

.logo {
  width: 172px;
  margin-bottom: 24px;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 64px;
  display: flex;
}

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

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

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

.footer {
  background-color: var(--black);
  padding: 92px 3%;
}

.secondary-link-dark {
  color: #ffffffb8;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.secondary-link-dark:hover {
  color: #fffffff5;
}

.text-rights {
  color: #ffffff94;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.social-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #ffffff80;
}

.footer-column-flat {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

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

.social-wrap {
  display: flex;
}

.footer-code-embed {
  width: 20px;
  height: 20px;
}

.heading {
  z-index: 3;
  position: relative;
}

.heading-2 {
  color: var(--black);
}

.rich h1, .rich h2 {
  color: var(--black);
  margin-bottom: 1rem;
  font-family: Neuehaasdisplay Roman, sans-serif;
}

.rich h3 {
  color: var(--black);
  margin-bottom: 1rem;
}

.rich p, .rich ul {
  margin-bottom: 1rem;
}

.div-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  border-radius: 12px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.image {
  width: 300px;
}

.image-2 {
  width: 160px;
  margin-bottom: 2rem;
}

.image-3 {
  width: 100px;
}

.image-4 {
  object-fit: contain;
  width: 100%;
  height: 250px;
  padding: 4.2rem;
}

.code-embed {
  z-index: 9999;
  width: 100%;
}

.div-block-3 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  padding-top: 10vh;
  display: flex;
}

.popup {
  z-index: 8888;
  background-color: #0000004d;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.upgrade-container {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 50px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.upgrade-accent {
  background-color: var(--black);
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.heading-3 {
  color: var(--black);
  margin-bottom: 3rem;
}

.image-5, .image-6 {
  display: none;
}

.hero-overlay {
  z-index: 0;
  background-image: linear-gradient(90deg, #0000002e, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.left-arrow, .icon, .right-arrow, .slide-nav {
  display: none;
}

.hero-slider {
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-overlay-base {
  background-image: linear-gradient(#080a0e4d, #080a0e29 35%, #080a0e47);
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.contact-v7 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.15fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .image-4 {
    height: 300px;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-large {
    padding: 2.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .navbar-menu {
    background-color: #fff;
  }

  .navbar-link, .navbar-link.w--current {
    color: var(--black);
  }

  .text-style.medium {
    font-size: 1.4rem;
  }

  .full-size-content-wrapper {
    z-index: 5;
    padding-bottom: 4.5rem;
    position: relative;
  }

  .feature-image-wrapper {
    padding-top: 125%;
  }

  .card.form {
    padding: 54px 32px;
  }

  .grid-2-columns.contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .menu-button {
    color: #fff;
  }

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

  .footer-bottom {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .image-4 {
    height: 200px;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.is-subpage {
    min-height: 50vh;
  }

  .navbar-link.w--current {
    color: var(--black);
  }

  .display {
    letter-spacing: 0;
    font-size: 4rem;
  }

  .grid.is-features {
    grid-template-columns: 1fr;
  }

  .card-content-pd.card-map {
    padding: 32px;
  }

  .card.form {
    padding: 56px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .text-area {
    border-radius: 18px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-column {
    padding-right: 0;
  }

  .div-block-2 {
    grid-template-columns: 1fr 1fr;
  }

  .modal-scroll {
    overflow: auto;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }
}

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .button.is-navbar {
    padding: .6rem 1rem;
  }

  .container {
    max-width: none;
  }

  .brand-logo-image {
    width: 8.5rem;
  }

  .navbar-link.w--current {
    color: var(--black);
  }

  .display {
    letter-spacing: -.09rem;
    font-size: 3.5rem;
  }

  .grid.is-features {
    grid-template-columns: 1fr;
  }

  .full-size-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .feature-image-wrapper {
    padding-top: 150%;
  }

  .feature-content-wrapper {
    left: 1.5rem;
  }

  .card-content-pd.card-map {
    padding: 24px;
  }

  .card.form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .footer-06-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .footer-column {
    justify-content: flex-start;
    align-items: center;
  }

  .secondary-link-dark {
    margin-right: 0;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .footer-column-flat {
    justify-content: center;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .social-wrap {
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .image-4 {
    height: auto;
    margin-top: 1rem;
    padding: 2rem;
  }

  .upgrade-container {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}

#w-node-ed6156d8-7528-e59a-4d30-4792844106fd-cd8c7f47 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end;
}

#w-node-a89e8595-d6ff-df61-89fc-3559290dc88a-cd8c7f47 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a89e8595-d6ff-df61-89fc-3559290dc88e-cd8c7f47 {
  justify-self: start;
}

#w-node-_25edac59-527d-3c3c-84e8-71879e35caf0-4a15467b, #w-node-_25edac59-527d-3c3c-84e8-71879e35caf8-4a15467b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25edac59-527d-3c3c-84e8-71879e35cafc-4a15467b {
  justify-self: start;
}

#w-node-f9058a55-bda4-2f7b-892e-26e8f9afa4ed-4a15467b, #w-node-f9058a55-bda4-2f7b-892e-26e8f9afa4f1-4a15467b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9058a55-bda4-2f7b-892e-26e8f9afa4f5-4a15467b {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f6b9c9f1-7db4-867a-3c00-de6f27018977-cd8c7f47 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f6b9c9f1-7db4-867a-3c00-de6f27018977-cd8c7f47 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ed6156d8-7528-e59a-4d30-4792844106fd-cd8c7f47 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ed6156d8-7528-e59a-4d30-4792844106fd-cd8c7f47 {
    align-self: center;
  }

  #w-node-a89e8595-d6ff-df61-89fc-3559290dc88a-cd8c7f47, #w-node-_25edac59-527d-3c3c-84e8-71879e35caf0-4a15467b, #w-node-_25edac59-527d-3c3c-84e8-71879e35caf8-4a15467b, #w-node-f9058a55-bda4-2f7b-892e-26e8f9afa4ed-4a15467b, #w-node-f9058a55-bda4-2f7b-892e-26e8f9afa4f1-4a15467b {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neuehaasdisplay Mediu';
  src: url('../fonts/NeueHaasDisplay-Mediu.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplay Roman';
  src: url('../fonts/NeueHaasDisplay-Roman.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}