:root {
  --deep-sky-blue: #53bdff;
  --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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Sora, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

a {
  text-decoration: underline;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.25rem;
  line-height: 22px;
}

.project-section {
  border-top: 1px solid #2699fb;
  padding: 100px 20px;
}

.wrappier {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wrappier.typography-section {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}

.wrappier.center {
  text-align: center;
}

.section-heading {
  color: #2699fb;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 150%;
}

._16px-paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block {
  height: 20px;
}

.display-heading {
  font-size: 6em;
  font-weight: 600;
  line-height: 1em;
}

.display-2 {
  font-size: 3vw;
  font-weight: 600;
  line-height: 1em;
}

.logo {
  font-size: 14px;
  line-height: 1em;
}

.navbar {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper {
  margin-bottom: 60px;
}

.hero {
  align-items: center;
  min-height: 50vh;
  margin-top: 60px;
  display: flex;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

._2-col {
  width: 140px;
  margin-right: 20px;
  display: inline-block;
}

.footer1-column-headline {
  margin-bottom: 20px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer1 {
  border-top: 1px solid #1112120f;
}

.link-light {
  opacity: .6;
  color: #111212;
  cursor: pointer;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-light:hover {
  opacity: 1;
  color: #111212;
  transform: translate(0, -2px);
}

.link-light:active {
  opacity: .9;
  transform: translate(0, -1px);
}

.link-light.footer-link-12-link {
  margin-bottom: 10px;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.line {
  background-color: #000000d9;
  height: 1px;
}

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

.color-wrap.main {
  background-color: var(--deep-sky-blue);
}

.color-wrap.second {
  background-color: #ff843d;
}

.color-wrap.color-three {
  background-color: #356788;
}

.color-wrap.black {
  background-color: var(--black);
}

.padding-small {
  padding: 1.5rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-medium {
  margin: 2rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.show-mobile-portrait {
  display: none;
}

.stylesystem_color-sample {
  border: 1px solid #000;
  padding: 8rem 1.5rem 1.25rem;
}

.stylesystem_color-sample.black {
  background-color: #000;
}

.stylesystem_color-sample.lightgrey {
  background-color: #f4f4f4;
}

.stylesystem_color-sample.white {
  background-color: #fff;
}

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

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.show {
  display: block;
}

.form-radio {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
}

.form-radio.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.padding-tiny {
  padding: .25rem;
}

.icon-xsmall {
  width: 1.5rem;
}

.background-color-lightgrey, .stylesystem-spacing-wrapper {
  background-color: #f4f4f4;
}

.text-size-large {
  font-size: 1.25rem;
}

.background-color-white {
  background-color: #fff;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-secondary.button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.invert-colors {
  color: #fff;
  border-color: #fff;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.text-weight-bold {
  font-weight: 700;
}

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

.text-size-tiny {
  font-size: .75rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.tab-link {
  color: #0009;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-bottom: .125rem solid #000;
}

.padding-xxsmall {
  padding: .5rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-style-muted {
  opacity: .6;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.icon-xlarge {
  width: 6.5rem;
}

.overflow-auto {
  overflow: auto;
}

.padding-xsmall {
  padding: 1rem;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-xhuge {
  margin: 7rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form-input {
  color: #000;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  line-height: 1.6;
}

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

.form-input::placeholder {
  color: #0009;
}

.form-input.select {
  background-color: #fff;
  background-image: none;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.margin-large {
  margin: 3rem;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary.invert-colors {
  color: #fff;
}

.text-size-small {
  font-size: .875rem;
}

.rl-styleguide_classes {
  display: none;
}

.margin-small {
  margin: 1.5rem;
}

.form_grid-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 32px;
}

.styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  position: sticky;
  top: 0;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-link {
  text-decoration: underline;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.background-color-black-2 {
  background-color: #000;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.icon-xxsmall {
  width: 1rem;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

.styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.padding-medium {
  padding: 2rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-huge {
  padding: 6rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.menu-item_name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline;
}

.form-checkbox {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  transition: all .2s;
}

.form-checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.text-weight-xbold {
  font-weight: 800;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-vertical {
  margin: 2rem 0;
}

.checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.show-mobile-landscape {
  display: none;
}

.text-weight-semibold {
  font-weight: 600;
}

.icon-small {
  width: 2rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.text-color-white {
  color: #fff;
}

.padding-0 {
  padding: 0;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.button-row-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
}

.button-row-grid.landscape-1-col.hide, .button-row-grid.mobile-1-col.hide {
  display: none;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.text-align-left {
  text-align: left;
}

.margin-xsmall {
  margin: 1rem;
}

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

.text-size-regular {
  font-size: 1rem;
  line-height: 1.5;
}

.margin-huge {
  margin: 6rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.icon-medium {
  width: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button.invert-colors {
  color: #000;
  background-color: #fff;
}

.button.button-small {
  padding: .5rem 1.25rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.padding-xhuge {
  padding: 7rem;
}

.tabs-menu {
  border-bottom: 1px #00000026;
  display: flex;
  overflow: auto;
}

.tabs-menu.no-scrollbar {
  padding-right: 24px;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-large {
  padding: 3rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.margin-0 {
  margin: 0;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-italic {
  font-style: italic;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-medium {
  font-size: 1.125rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.form-radio-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.styleguide-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-large {
  width: 5rem;
}

.form-checkbox-label {
  margin-bottom: 0;
  padding-left: 1rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading {
  font-size: 2.5rem;
}

.navbar1_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_menu-buttons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.button-secondary-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-secondary-2.is-button-small {
  padding: .5rem 1.25rem;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: #0000;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #0000;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-button-small {
  padding: .5rem 1.25rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_component {
  background-color: #0000;
  border-bottom: 1px solid #000;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_button-wrapper {
  margin-left: 1rem;
}

.footer4_credit-text {
  font-size: .875rem;
}

.line-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.footer4_logo-link {
  padding-left: 0;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_legal-link {
  font-size: .875rem;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.menu-item_list {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.detail-line {
  background-color: var(--black);
  height: 2px;
}

.banner2_icon-wrapper {
  flex: none;
  margin-right: 1rem;
}

.banner2_close-button {
  margin-left: 1rem;
}

.banner2_content {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.banner2_wrapper {
  background-color: var(--black);
  color: #e8e8e8;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
}

.menu-item_price {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.menu-item_name-copy {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline;
}

.menu-item_dollar {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.menu-item_price-wrapper {
  padding-left: 1rem;
  display: inline-block;
}

.container {
  max-width: 1040px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.frame-16 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  height: 473px;
  text-decoration: none;
  display: flex;
}

.frame-6 {
  grid-row-gap: 12px;
  background-color: #fff3;
  border: 2px solid #fff6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 162.791px;
  height: 95.2326px;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
}

._348-mi {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}

.range-epa-est {
  color: #fff;
  text-align: center;
  margin: 0 -16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.body {
  background-color: #a11620;
}

.frame-7 {
  grid-row-gap: 12px;
  background-color: #fff3;
  border: 2px solid #fff6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 162.791px;
  height: 95.2326px;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
}

._199-s {
  color: #fff;
  text-align: center;
  margin: 0 -16px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}

._0-60-mph {
  color: #fff;
  text-align: center;
  margin: 0 -16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.div-block-3 {
  grid-column-gap: 11px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.frame-9 {
  grid-row-gap: 12px;
  background-color: #fff3;
  border: 2px solid #fff6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 162.791px;
  height: 95.2326px;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
}

._200-mph {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -16px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

.top-speed {
  color: #fff;
  text-align: center;
  margin: 0 -16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.frame-8 {
  grid-row-gap: 12px;
  background-color: #fff3;
  border: 2px solid #fff6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 162.791px;
  height: 95.2326px;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
}

._1020-hp {
  color: #fff;
  text-align: center;
  margin: 0 -17px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}

.peak-power {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.ultra-red {
  color: #fff;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.navbar-2 {
  background-color: #ddd0;
}

.image {
  margin-top: 22px;
}

.vehicles {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.nav-link {
  color: #fff;
  margin-left: 2.5px;
  margin-right: 9.5px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.image-2, .image-3 {
  margin-top: 0;
}

.image-4 {
  margin-top: 28px;
  padding-left: 62px;
  padding-right: 62px;
}

.div-block-4 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 169px;
  padding-right: 195px;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  margin-right: -170px;
  padding-left: 18px;
  padding-right: 0;
  display: flex;
}

.padding-section {
  padding-left: 20px;
  padding-right: 20px;
}

.image-5 {
  z-index: 2;
  margin-top: 171px;
  position: relative;
}

.div-block-5 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-6 {
  z-index: -2;
  background-color: #5a298c00;
  position: relative;
  inset: 14% -26% 2% 14%;
}

.div-block-6 {
  padding-left: 28px;
  padding-right: 28px;
}

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

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

  .section-heading {
    font-size: 48px;
  }

  .display-2 {
    font-size: 4em;
  }

  ._5-col, ._2-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-start {
    flex-direction: column;
  }

  .footer1 {
    text-align: center;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

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

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

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

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

  .heading-xlarge {
    font-size: 2.75rem;
  }

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

  .margin-xlarge {
    margin: 3.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .show-tablet {
    display: block;
  }

  .button-row-grid.tablet-1-col {
    grid-auto-flow: row;
  }

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

  .margin-huge {
    margin: 5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .navbar1_dropdwn-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

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

  .navbar1_button-wrapper {
    flex-direction: column;
    margin-bottom: 1rem;
    margin-left: 0;
    display: flex;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .banner2_icon-wrapper {
    display: none;
  }

  .image-4 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .div-block-4 {
    clear: none;
    padding-left: 54px;
    padding-right: 54px;
    display: none;
    overflow: visible;
  }

  .div-block-5 {
    margin-left: -193px;
    margin-right: -193px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    max-width: 50%;
    margin-top: 52px;
    margin-left: 33px;
    margin-right: 10px;
    padding-left: 0;
    left: 24%;
  }

  .div-block-6 {
    padding-left: 83px;
    padding-right: 83px;
  }

  .link-block {
    padding-left: 0;
    padding-right: 0;
  }

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

@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 38px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

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

  .heading-xsmall, .text-size-large {
    font-size: 1.125rem;
  }

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

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

  .padding-xsmall {
    padding: .75rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .menu-item_name {
    font-size: 1.25rem;
  }

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

  .show-mobile-landscape {
    display: block;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .button-row-grid.landscape-1-col {
    grid-auto-flow: row;
  }

  .margin-xsmall {
    margin: .75rem;
  }

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

  .margin-huge {
    margin: 3.5rem;
  }

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

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2rem;
  }

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

  .heading-large {
    font-size: 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .banner2_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .banner2_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .banner2_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .menu-item_name-copy {
    font-size: 1.25rem;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    grid-column-gap: 13px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column dense;
    place-items: center;
  }

  .ultra-red {
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    float: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: clip;
  }

  .image-5 {
    clear: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 43px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-top: 99px;
    margin-left: -13px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .link-block {
    display: none;
  }

  .section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-block-2 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

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

  .section-heading {
    font-size: 32px;
  }

  .display-heading {
    font-size: 3em;
    font-weight: 600;
  }

  .display-2 {
    font-size: 2em;
  }

  .navbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .hero {
    min-height: 25vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    background-color: #000;
  }

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

  .icon {
    filter: invert();
  }

  .nav-menu {
    background-color: #000;
  }

  .link {
    color: #f0f0f0;
    display: block;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

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

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

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

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .button-row-grid.mobile-1-col {
    grid-auto-flow: row;
  }

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

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

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

  .navbar1_menu {
    background-color: #fff;
  }

  .banner2_content {
    margin-right: 0;
  }

  .banner2_wrapper {
    text-align: center;
  }

  .frame-6 {
    width: 150px;
  }

  ._348-mi {
    font-size: 30px;
  }

  .range-epa-est {
    font-size: 15px;
  }

  .frame-7 {
    width: 150px;
  }

  ._199-s {
    font-size: 30px;
  }

  ._0-60-mph {
    font-size: 15px;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 46px;
    grid-auto-flow: column;
    place-items: center start;
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-9 {
    width: 150px;
  }

  .top-speed {
    font-size: 15px;
  }

  .frame-8 {
    width: 150px;
  }

  ._1020-hp {
    font-size: 30px;
  }

  .peak-power {
    font-size: 15px;
  }

  .div-block-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 47px;
    padding-right: 47px;
  }

  .image-6 {
    max-width: 100%;
    margin-top: 63px;
    margin-left: 0;
    margin-right: 0;
    top: 13%;
    left: 6%;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    margin-top: 88px;
    margin-left: 0;
    padding-left: 19px;
    padding-right: 50px;
    display: block;
  }
}

#w-node-b715d9cd-3f48-1f0e-3675-a1bc591602b3-28fe19cf {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-_32d7b1c1-4439-7708-c885-0eda48199708-28fe19cf, #w-node-bc885298-445a-2fb4-e400-18ca28aeda21-28fe19d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc885298-445a-2fb4-e400-18ca28aeda39-28fe19d8 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_071dca89-559e-8767-ee42-45bb3a4f1a4c-28fe19cf {
    align-self: auto;
  }

  #w-node-b715d9cd-3f48-1f0e-3675-a1bc591602b3-28fe19cf {
    grid-row: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_1bd93a86-8d8f-df2b-668f-2cc2a60ac7cf-28fe19cf {
    order: 0;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b715d9cd-3f48-1f0e-3675-a1bc591602b3-28fe19cf {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto;
  }
}


