<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --dark-grey: #757575;
  --oxblood: #8b0c1f;
  --white: white;
  --red: #ee0701;
  --light-grey: #b5b2b2;
  --black: black;
  --red-tint-50: rgba(238, 7, 1, .5);
  --x-light-grey: #dfdfdf;
  --page-bottom-margin: 50px;
  --white-tint: rgba(255, 255, 255, .5);
  --form-element-heights: 35px;
  --xx-light-grey: #f0f0f0;
  --oxblood-tint: rgba(139, 12, 31, .5);
  --basket-row-heights: 40px;
  --transparent: rgba(255, 255, 255, 0);
  --red-tint-80: rgba(239, 20, 8, .8);
  --very-dark-grey: #202020;
  --black-tint: rgba(0, 0, 0, .6);
}

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

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@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: var(--dark-grey);
  font-family: Apercu, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noedisplay, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noedisplay, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noedisplay, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noedisplay, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Apercu, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noedisplay, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}

p {
  margin-bottom: 0;
}

a {
  color: red;
  text-decoration: none;
}

label {
  color: var(--oxblood);
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-family: Noe Display;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.caption {
  font-family: Apercu, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.caption.name {
  margin-right: 5px;
  font-weight: 500;
}

.intro-paragraph {
  color: var(--oxblood);
  max-width: 850px;
  font-family: Noedisplay, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.intro-paragraph.on-black {
  color: var(--white);
}

.big-quote {
  color: var(--oxblood);
  font-family: Noedisplay, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.big-quote.text-white {
  color: var(--white);
}

.small-quote {
  color: var(--oxblood);
  font-family: Noedisplay, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.text-technical {
  font-family: Apercu Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.h1-class {
  font-family: Noedisplay, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.h2-class {
  font-family: Noedisplay, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.h3-class {
  font-family: Noedisplay, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.h4-class {
  font-family: Noedisplay, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.h4-class.italic {
  font-style: italic;
}

.h5-class {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.h5-class.light {
  font-weight: 400;
}

.text-red {
  color: var(--red);
}

.text-oxblood {
  color: var(--oxblood);
}

.text-dark-grey {
  color: var(--dark-grey);
}

.text-light-grey {
  color: var(--light-grey);
}

.text-white {
  color: var(--white);
}

.header-section-home {
  height: 100vh;
  min-height: 600px;
  position: relative;
}

.max-width-container {
  width: 100%;
  max-width: 2000px;
  padding-left: 120px;
  padding-right: 110px;
}

.long-text-with-stats-grid {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  align-self: auto;
  justify-items: start;
  display: grid;
}

.pull-text-stat {
  font-family: Noedisplay, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.long-text-wrapper {
  max-width: 880px;
  margin-top: 0;
}

.pull-stat-wrapper {
  margin-bottom: 40px;
}

.pull-quote-container {
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
}

.long-text-stats-wrapper {
  width: 100%;
  padding-top: 10px;
}

.h1-header-wrapper {
  color: var(--red);
  margin-bottom: 40px;
}

.intro-paragraph-wrapper {
  margin-bottom: 20px;
}

.gallery-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.gallery-image {
  background-color: var(--black);
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-width-image-neg-margin {
  object-fit: fill;
  width: 95vw;
  margin-left: 0;
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}

.caption-padding-thumb {
  width: 100%;
  padding-top: 10px;
  position: absolute;
  top: 100%;
}

.nav-link {
  margin: -4px 0 0 10px;
  font-family: Noedisplay, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

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

.cover-image.range {
  opacity: .25;
}

.cover-image.top {
  object-position: 50% 0%;
}

.cover-image.left {
  object-position: 0% 50%;
}

.full-width-image {
  object-fit: fill;
  margin-left: 0;
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}

.pinstripes-wrapper {
  z-index: 1000;
  justify-content: space-between;
  align-items: flex-start;
  width: 40px;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 30px;
  right: auto;
}

.pinstripes {
  border-left: 1px solid var(--red-tint-50);
  height: 100%;
}

.pinstripes.hide-1280 {
  display: none;
}

.progress-line-wrapper {
  z-index: 850;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 80px;
  overflow: visible;
}

.progress-line-animated {
  border-left: .8px solid var(--red);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  height: 100%;
  padding-right: 0;
}

.nav-grid {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.nav-feature-image {
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-left: 0;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.menu-icon-lines {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--red);
  border-radius: 0;
  width: 40px;
  padding-right: 0;
  display: flex;
  position: static;
}

.burger-wrapper {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-flow: column;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 30px 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.burger-wrapper.shop {
  top: 40px;
}

.nav-social-logos-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.nav-line {
  z-index: 10000;
  border-left: 1px solid var(--red);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 0;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.nav-line.right {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 80px;
}

.nav-line.middle {
  position: absolute;
  left: 50%;
}

.nav-item-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.page-wrapper {
  min-height: 100vh;
}

.header-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.home-header-txt-wrapper {
  z-index: 6;
  max-width: 450px;
  margin-right: 20px;
  display: none;
  position: absolute;
}

.home-header-logo {
  max-width: 350px;
  margin-bottom: 20px;
}

.logo-wordmark {
  width: 435px;
}

.header-background-wrapper {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
}

.section.margin-x-lrg {
  margin-top: 150px;
  margin-bottom: 150px;
}

.section.sticky {
  z-index: 200;
  margin-top: 0;
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section.no-margin, .section.sm-margin {
  margin-top: 150px;
  margin-bottom: 150px;
}

.le60-cta {
  padding-top: 15%;
  padding-bottom: 15%;
  position: relative;
}

.video-strap-txt-wrapper {
  z-index: 2;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.video-strap-text {
  text-align: right;
  max-width: 490px;
}

.portal-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 90px;
  padding-right: 80px;
  display: flex;
}

.rule-header-wrapper {
  color: var(--red);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  font-style: italic;
  display: flex;
}

.rule-header-line {
  border-right: 1px solid var(--red);
  width: 0;
  height: 50px;
  margin-top: 20px;
}

.portal-panel-wrapper {
  width: 100%;
  display: flex;
}

.portal-panel {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 40%;
  position: relative;
}

.portal-panel-info-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.portal-panel-txt-container {
  color: var(--red);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.portal-panel-no {
  border: 1px none var(--red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.portal-line {
  border-right: 1px solid var(--red);
  width: 0;
  height: 20px;
  margin-top: 20px;
}

.footer {
  z-index: 20;
  position: relative;
}

.footer-wrapper {
  border-top: .5px solid var(--oxblood);
  color: var(--oxblood);
  padding-top: 30px;
  padding-bottom: 80px;
  font-size: 14px;
  line-height: 19px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.footer-col-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--oxblood);
  margin-bottom: 2px;
}

.footer-link:hover {
  color: var(--red);
}

.portal-panel_header {
  white-space: nowrap;
}

.full-width-container {
  width: 100%;
  max-width: none;
  padding-left: 120px;
  padding-right: 110px;
}

.full-width-container.bleed-image-right {
  padding-right: 0;
}

.full-width-container.bleed-image-left {
  padding-left: 0;
}

.header-section-contained {
  padding-top: 120px;
  overflow: hidden;
}

.image-with-quote-text {
  max-width: 530px;
}

.header-section-fullbleed {
  min-height: 100vh;
}

.header-vh100-txt-wrapper {
  color: var(--white);
}

.h3-header-wrapper {
  color: var(--red);
  margin-bottom: 20px;
}

.h3-header-wrapper.find-us {
  margin-top: 30px;
}

.h2-header-wrapper {
  color: var(--red);
  margin-bottom: 20px;
}

.h2-header-wrapper.lrg-margin {
  margin-bottom: 50px;
}

.pull-stat-header-wrapper {
  border-top: .5px solid var(--red);
  margin-bottom: 5px;
  padding-top: 10px;
}

.caption-wrapper {
  color: var(--red);
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
}

.specifications-wrapper {
  margin-top: 40px;
}

.spec_icon_line {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--red) #0dd2c7 #0dd2c7;
  width: 15px;
  height: 0;
  position: absolute;
}

.spec_body {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: relative;
}

.spec_body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.spec_icon {
  border: 1px solid var(--red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 10px;
  display: flex;
  position: relative;
}

.spec_item {
  z-index: 1;
  border-top: 1px #000;
  width: 100%;
  display: block;
  overflow: hidden;
}

.spec_button {
  border-top: 1px solid var(--oxblood);
  color: var(--red);
  white-space: break-spaces;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  display: flex;
}

.spec_button:hover {
  color: var(--oxblood);
}

.specifications_container {
  flex: 0 auto;
  max-width: 900px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.spec_body_container {
  padding: 0 0 20px;
}

.spec-list-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .3fr .7fr;
}

.spec-text-wrapper {
  border-top: .5px solid var(--light-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.spec-text-wrapper.info {
  color: var(--light-grey);
}

.sidebar-image {
  width: 100%;
  padding-top: 150%;
  position: relative;
}

.grad-top {
  z-index: 5;
  background-image: url('../images/Grad-Top.png');
  background-position: 50% 0;
  background-size: 101% 101%;
  height: 20%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grad-bottom {
  z-index: 5;
  background-image: url('../images/Grad-Bottom.png');
  background-position: 50% 100%;
  background-size: 101% 101%;
  height: 20%;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-video-grad {
  background-image: url('../images/Grad-Right.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-grid-image {
  width: 100%;
  position: relative;
}

.gallery-grid-image._02 {
  padding-top: 0%;
}

.gallery-grid-image._01 {
  padding-top: 100%;
}

.image-with-quote-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr;
}

.image-with-quote-image {
  padding-top: 65%;
  position: relative;
}

.special-features-wrapper {
  width: 100%;
  margin-top: 40px;
}

.special-features-line-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  margin-bottom: 10px;
}

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

.feature-category {
  color: var(--red);
}

.feature-description {
  margin-top: -4px;
  margin-bottom: 10px;
}

.features-text {
  max-width: 650px;
}

.text-over-image-image {
  width: 80%;
  padding-top: 45%;
  position: relative;
}

.text-over-image-text {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-over-image {
  position: relative;
}

.text-over-image-flex {
  justify-content: flex-end;
  display: flex;
}

.text-over-image-grad {
  z-index: 2;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000);
  width: 40%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-over-image-grad.left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000);
  width: 55%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-over-image-text-wrapper {
  max-width: 450px;
}

.sticky-text-with-images-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.sticky-text-with-images-text {
  max-width: 530px;
  margin-top: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}

.sticky-text-with-images-image {
  margin-bottom: 30px;
  padding-top: 80%;
  position: relative;
}

.quotation_mark {
  margin-bottom: 5px;
  margin-left: -20px;
}

.progress-line-static {
  border-left: .5px solid rgba(238, 7, 1, .42);
  height: 100%;
  padding-right: 0;
  position: absolute;
}

.nav-bg-left {
  z-index: 200000;
  background-color: var(--oxblood);
  perspective-origin: 100%;
  transform-origin: 100%;
  width: 57vw;
  height: 100vh;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-bg-right {
  z-index: 200000;
  background-color: var(--oxblood);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 57vw;
  height: 100vh;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-background {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-overlay {
  z-index: 900;
  color: var(--red);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.social-icon-img.facebook {
  width: 11px;
}

.social-icon-img.instagram {
  width: 20px;
}

.nav-feature-img-container {
  width: 100%;
  max-width: 700px;
  height: 100%;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.menu-icon-lines-text {
  color: var(--red);
  font-size: 11px;
  display: flex;
}

.nav-panel-left {
  perspective-origin: 100%;
  transform-origin: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 600px;
  max-height: 100vh;
  padding: 100px 30px 100px 120px;
  display: flex;
}

.nav-panel-right {
  perspective-origin: 100%;
  transform-origin: 100%;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  min-height: 600px;
  max-height: 100vh;
  padding: 100px 110px 100px 100px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-panel-right.first {
  opacity: 1;
  display: flex;
}

.nav {
  display: flex;
}

.nav-btn-wrapper {
  flex-direction: column;
  display: flex;
}

.logo-link {
  width: 40px;
  min-width: 40px;
  position: absolute;
  top: 30px;
}

.logo-link.shop {
  top: 70px;
}

.logo {
  width: 100%;
}

.news-portal-item-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-portal-item-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.news-portal-image {
  padding-top: 75%;
  position: relative;
}

.news-portal-tex-wrapper {
  border-top: 1px solid var(--oxblood);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.news-portal-text {
  margin-bottom: 20px;
}

.cta-btn {
  color: var(--red);
  border: 1px solid rgba(139, 12, 31, .5);
  align-items: center;
  display: flex;
  position: relative;
}

.cta-btn:hover {
  border: 1px solid var(--oxblood);
  color: #ef1408;
}

.cta-wrapper {
  align-items: center;
  min-width: 150px;
  height: 35px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.cta-line {
  border-bottom: .5px solid var(--oxblood);
  width: 10px;
  height: 0;
  margin-right: 10px;
}

.cta-txt {
  white-space: nowrap;
  overflow-wrap: normal;
  font-family: Noedisplay, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.cta-txt.italic {
  font-style: italic;
  display: none;
}

.portal-caption-header {
  margin-bottom: 10px;
}

.h4-header-wrapper {
  margin-bottom: 15px;
}

.portal-body {
  max-width: 510px;
}

.video-player-wrapper, .video-caption {
  margin-top: 40px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-image {
  padding-top: 120%;
  position: relative;
}

.team-text {
  margin-top: 20px;
}

.team-job-title {
  color: var(--white);
  margin-bottom: 20px;
}

.team-header-wrapper {
  color: var(--red);
  margin-bottom: 10px;
}

.text-with-image-carousel {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.text-with-image-slide {
  margin-left: 0;
  margin-right: 60px;
}

._50-50-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.lottie-boarder-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.slider-txt-wrapper {
  border-top: .5px none var(--oxblood);
  border-bottom: .5px none var(--oxblood);
  padding-right: 40px;
}

.slider-txt-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 450px;
  height: 100%;
  display: flex;
}

.slide-nav {
  justify-content: flex-end;
  height: auto;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10px;
  line-height: 0;
  display: flex;
  position: static;
}

.left-arrow {
  display: none;
}

.right-arrow {
  justify-content: flex-end;
  margin-bottom: 35px;
  display: flex;
}

.text-with-image-carousel-mask {
  overflow: visible;
}

.hide-overflow {
  overflow: hidden;
}

.car-carousel-slider-image {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.slider-txt-flex-top {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 450px;
  height: 100%;
  display: flex;
}

.slider-stats-wrapper {
  color: var(--oxblood);
  margin-top: 30px;
  display: flex;
}

.divider-line {
  border-right: 1px solid var(--red);
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 0;
}

.slider-stat-header {
  margin-bottom: 3px;
  font-weight: 500;
}

.bottom-page-links {
  grid-column-gap: 30px;
  justify-content: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stat-wrapper {
  flex-direction: column;
  align-items: center;
  width: 25%;
  display: flex;
}

.stat-caption {
  color: var(--oxblood);
  margin-top: 10px;
  margin-bottom: 5px;
}

.stat-text {
  color: var(--red);
  font-family: Noedisplay, sans-serif;
  font-size: 90px;
  line-height: 80px;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.features-slide {
  overflow: hidden;
}

.carousel-arrow {
  max-width: 20px;
}

.text-over-image-carousel {
  background-color: var(--black);
  height: auto;
  overflow: hidden;
}

.text-over-image-mask {
  margin-right: 15%;
  overflow: visible;
}

.text-over-image-wrapper {
  padding-top: 50%;
  position: relative;
}

.text-over-image-slide {
  overflow: hidden;
}

.text-over-image-carousel-text {
  z-index: 4;
  color: var(--white);
  max-width: 450px;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: 120px;
  right: auto;
}

.contact-map-wrapper {
  background-color: var(--x-light-grey);
  padding-top: 65%;
  position: relative;
}

.contact-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr;
}

.contact-link-wrapper {
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.contact-link {
  color: var(--dark-grey);
}

.contact-link:hover {
  color: var(--red);
}

.google-link {
  color: var(--red);
  margin-top: 10px;
  text-decoration: underline;
}

.google-link:hover {
  color: var(--red);
}

.long-text-with-image-grid {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 2.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  align-self: auto;
  justify-items: start;
  display: grid;
}

.long-text-image-wrapper {
  width: 100%;
}

.video-strap-video-wrapper {
  z-index: 0;
  width: 80%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-over-image-carousel-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-logo-link {
  align-items: center;
  display: flex;
}

.social-icon {
  border: 1px none var(--red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.social-text {
  margin-left: 15px;
}

.nav-feature-number {
  opacity: .3;
  align-items: flex-end;
  height: 300px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 110px;
}

.nav-number {
  text-align: right;
  font-family: Noedisplay, sans-serif;
  font-size: 22vw;
  font-weight: 400;
  line-height: 17vw;
}

.close {
  display: none;
}

.sub-header-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.sub-header {
  color: var(--red);
}

.sub-header-timer {
  align-items: flex-start;
  display: flex;
}

.sub-header-timer-icon {
  margin-top: -10px;
}

.sub-header-timer-icon-img {
  max-width: 35px;
}

.sub-header-timer-text {
  color: var(--oxblood);
  margin-left: 15px;
}

.sub-nav-wrapper {
  background-color: var(--white);
  align-items: flex-end;
  height: 180px;
  padding-bottom: 30px;
  display: flex;
}

.sub-nav {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.sub-nav-link {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sub-nav-line {
  border-bottom: 1px solid var(--red);
  width: 50px;
  height: 0;
  margin-top: 10px;
}

.text-over-image-carousel-grad {
  z-index: 2;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.car-carousel {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.car-carousel-mask {
  overflow: visible;
}

.car-carousel-slide {
  margin-left: 0;
  margin-right: 60px;
}

.short-text {
  max-width: 530px;
}

._50-image {
  height: 100%;
  padding-top: 80%;
  position: relative;
}

._50-image.bleed-left {
  margin-left: -120px;
}

._50-image.bleed-right {
  margin-right: -110px;
}

.scroll-offset {
  width: 0;
  height: 0;
  position: absolute;
  top: -180px;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.h1-models {
  font-size: 160px;
  line-height: 140px;
}

.header-model-txt-wrapper {
  color: var(--white);
  max-width: 630px;
}

.model-header-intro {
  color: var(--red);
  margin-top: 20px;
  display: block;
}

.pull-quote-wrapper {
  z-index: 6;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.pull-quote-bg {
  background-image: linear-gradient(to right, rgba(239, 20, 8, .2), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-page-link-wrapper {
  color: var(--oxblood);
  flex-direction: column;
  align-items: center;
  width: 50%;
  min-height: 154px;
  display: flex;
}

.bottom-page-link-wrapper:hover {
  color: var(--red);
}

.bottom-page-link-text {
  text-align: center;
  white-space: nowrap;
  font-family: Noedisplay, sans-serif;
  font-size: 40px;
  font-style: italic;
  line-height: 45px;
}

.stats-grid-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  display: flex;
}

._50-slider-wrapper {
  width: 100%;
}

._50-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  overflow: hidden;
}

._50-slider.bleed-left {
  margin-left: -120px;
}

._50-slider.bleed-right {
  height: 100%;
  margin-right: -110px;
}

._50-slider-mask {
  margin-right: 80px;
  overflow: visible;
}

._50-slide {
  overflow: hidden;
}

.case-study-image {
  margin-left: -120px;
  padding-top: 60%;
  position: relative;
}

.case-study-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.case-study-text {
  flex-direction: column;
  align-items: flex-start;
  max-width: 530px;
  display: flex;
}

.case-study-owner {
  color: var(--red);
  margin-bottom: 10px;
}

.case-study-cta {
  margin-top: 20px;
}

.case-studies-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.background-video-desktop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.slider-arrow {
  max-width: 20px;
}

.slider-arrow.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cherished-cta-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.paragraph {
  color: var(--dark-grey);
}

.tscstxt {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.body-header {
  color: #fff;
  letter-spacing: .5px;
  font-weight: 500;
}

.nav-item-mask {
  height: 55px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 5px;
  overflow: hidden;
}

.cover-image-mask {
  object-fit: cover;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-header-video-desk {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-header-video-mob {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.grad-bottom-video {
  z-index: 5;
  background-image: linear-gradient(to bottom, black, rgba(255, 255, 255, 0) 0%, var(--black));
  height: 20%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-header-txt-wrapper-desk {
  z-index: 6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 705px;
  height: 100%;
  min-height: 400px;
  margin-left: 200px;
  margin-right: 20px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.home-intro-paragraph {
  color: var(--white);
  max-width: 850px;
  font-family: Noedisplay, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}

.video-control-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.video-control-icon {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.video-contols {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 50px;
  display: flex;
}

.video-control-icon-img {
  max-width: 30px;
}

.video-control-icon-img.off {
  display: none;
}

.contact-address.uk {
  margin-bottom: 20px;
}

.short-text-over-image {
  padding-top: 15%;
  padding-bottom: 15%;
  position: relative;
}

.short-text-over-image-text {
  z-index: 2;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.short-text-over-image-image-wrapper {
  z-index: 0;
  width: 80%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.short-text-over-image-grad {
  z-index: 2;
  background-image: url('../images/Grad-Left.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 40% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-header-logo-reveal {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-loading-sequence {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-right-mask {
  width: 50%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lottie-animation-2 {
  width: 600px;
}

.video-with-quote {
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.video-quote-video-wrapper {
  z-index: 0;
  width: 80%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.le60-cta-txt-wrapper {
  z-index: 6;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.le60-cta-text {
  text-align: left;
  max-width: 520px;
  margin-bottom: 20px;
}

.le60-cta-body {
  max-width: 530px;
}

.le60-cta-bg-image-wrapper {
  z-index: 0;
  justify-content: flex-end;
  width: 80%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.le60-cta-grad {
  z-index: 2;
  background-image: url('../images/Grad-Right.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.le60-cta-btn {
  margin-top: 40px;
  position: relative;
}

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

._60-40-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.video-control-lottie-container, .social-icon-lottie-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._404-text-wrapper {
  color: var(--red);
  flex-direction: column;
  align-items: flex-start;
  max-width: 430px;
  display: flex;
}

._404-cta-wrapper {
  margin-top: 60px;
}

.menu-icon-text-wrapper {
  opacity: 0;
  height: 45px;
  position: absolute;
}

.parts-pre-header {
  z-index: 900;
  background-color: var(--oxblood);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-right: 80px;
  display: flex;
  position: fixed;
}

.h1-header-wrapper-shop {
  color: var(--red);
  margin-bottom: 10px;
}

.select-car-grid {
  margin-bottom: var(--page-bottom-margin);
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: 1fr 1fr 1fr;
}

.select-car-item {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.select-overlay {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  background-image: url('../images/Grad-Bottom.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 70%;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.select-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

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

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

.language-divider {
  border-right: 1px solid var(--white);
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.basket-header-btn {
  background-color: var(--x-light-grey);
  color: var(--oxblood);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 29px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.basket-icon {
  margin-left: 10px;
}

.select-part-grid {
  margin-bottom: var(--page-bottom-margin);
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: 1fr 1fr;
}

.select-part-item {
  width: 100%;
  padding-top: 65%;
  position: relative;
}

.vehicle-filter-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.vehicle-filter-btn {
  height: var(--form-element-heights);
  background-color: var(--xx-light-grey);
  color: var(--oxblood);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vehicle-filter-btn:hover {
  color: var(--red);
}

.vehicle-filter-btn.w--current {
  background-color: var(--red);
  color: var(--white);
}

.vehicle-filters {
  margin-top: 50px;
  margin-bottom: 50px;
  display: none;
}

.header-section-parts {
  padding-top: 120px;
}

.e-comm-section {
  margin-top: var(--page-bottom-margin);
  margin-bottom: var(--page-bottom-margin);
}

.parts-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.parts-card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.parts-filters {
  background-color: var(--xx-light-grey);
  padding: 20px;
}

.dropdown {
  z-index: 21;
  height: var(--form-element-heights);
  background-color: var(--white);
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown._01 {
  z-index: 23;
}

.dropdown._02 {
  z-index: 22;
}

.dropdown-toggle {
  color: var(--red);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0 15px;
  display: flex;
}

.dropdown-icon {
  background-color: var(--oxblood);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.filter-header {
  color: var(--oxblood);
  margin-bottom: 10px;
}

.form-btn {
  height: var(--form-element-heights);
  background-color: var(--light-grey);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.form-btn:hover {
  background-color: var(--oxblood);
}

.parts-card {
  flex-direction: column;
  display: flex;
}

.parts-card-image {
  width: 100%;
  padding-top: 65%;
  position: relative;
}

.parts-card-header {
  color: var(--oxblood);
  width: 100%;
  margin-top: 10px;
}

.parts-card-header:hover {
  color: var(--red);
}

.product-dropdown-body {
  background-color: rgba(255, 255, 255, 0);
  display: block;
  position: relative;
}

.product-dropdown-body.w--open {
  background-color: var(--white);
}

.dropdown-text {
  font-size: 13px;
  line-height: 17px;
}

.dropdown-link {
  height: var(--form-element-heights);
  color: var(--oxblood);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-size: 13px;
}

.dropdown-link:hover {
  color: var(--red);
}

.card-tag {
  background-color: var(--oxblood);
  padding: 4px 8px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.card-tag.grey {
  background-color: var(--dark-grey);
}

.tag-text {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 17px;
}

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

.breadcrumb-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--xx-light-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.breadcrumb-link {
  color: var(--oxblood-tint);
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.breadcrumb-link:hover, .breadcrumb-link.w--current {
  color: var(--oxblood);
}

.breadcrumb-divider {
  margin-right: 20px;
  position: relative;
}

.breadcrumb-divider-img {
  width: 10px;
  height: 20px;
}

.breadcrumb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.filter-grid {
  grid-template-columns: 1fr;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.filter-grid.hide, .scroll-mask {
  display: none;
}

.filter-grid-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.filter-close-wrapper {
  justify-content: space-between;
  display: none;
}

.h6-class {
  font-family: Noedisplay, sans-serif;
  font-size: 22px;
  line-height: 27px;
}

.product-body {
  margin-top: var(--page-bottom-margin);
  margin-bottom: var(--page-bottom-margin);
}

.product-grid {
  grid-column-gap: 80px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.product-header-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.product-header {
  color: var(--oxblood);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product-price {
  color: var(--red);
  margin-top: 10px;
}

.product-info {
  color: var(--red);
  margin-top: 30px;
}

.lightbox-link {
  width: 100%;
  padding-top: 70%;
  position: relative;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.download-btn {
  margin-top: 30px;
}

.product-stock-tag {
  background-color: var(--oxblood);
  margin-left: 20px;
  padding: 4px 8px;
}

.product-options {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.product-dropdown {
  z-index: 21;
  background-color: var(--xx-light-grey);
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.product-dropdown-toggle {
  height: var(--form-element-heights);
  color: var(--red);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0 15px;
  display: flex;
}

.product-dropdown-link {
  height: var(--form-element-heights);
  background-color: var(--xx-light-grey);
  color: var(--oxblood);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-size: 13px;
  display: flex;
}

.product-dropdown-link:hover {
  background-color: var(--x-light-grey);
  color: var(--red);
}

.delivery-wrapper {
  background-color: var(--x-light-grey);
  width: 100%;
  min-height: 200px;
  margin-top: 50px;
}

.product-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checkout-stages {
  margin-top: 50px;
  margin-bottom: 50px;
}

.checkout-step-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 730px;
  margin-left: -55px;
  display: flex;
}

.check-step-item-dot {
  border: 1px solid var(--oxblood);
  border-radius: 50%;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.check-step-item-graphic {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.check-step-item-line {
  border-top: 1px solid var(--oxblood);
  width: 100%;
  height: 0;
}

.check-step-item-line.beginning-line, .check-step-item-line.end-line {
  opacity: 0;
}

.check-step-item {
  text-align: center;
  width: 25%;
}

.basket-item-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 60% 10% 15% 15%;
  width: 100%;
  max-width: 100%;
}

.basket-item-detail-wrapper {
  background-color: var(--xx-light-grey);
  color: var(--oxblood);
  text-align: center;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.basket-item-title-wrapper {
  display: flex;
}

.basket-item-image {
  min-width: 90px;
  min-height: 90px;
  position: relative;
}

.basket-item-text {
  background-color: var(--xx-light-grey);
  width: 100%;
  padding: 15px;
}

.basket-item-product-link {
  color: var(--oxblood);
  text-decoration: underline;
}

.basket-item-product-link:hover {
  color: var(--red);
}

.basket-item-product-no {
  margin-top: 10px;
}

.basket-sub-item-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.basket-check-box {
  background-color: var(--white);
  width: 30px;
  height: 30px;
}

.basket-quantity-no {
  background-color: var(--red);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.basket-quantity-btn {
  background-color: var(--oxblood);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 30px;
  display: flex;
}

.basket-products-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-right: 6px;
  display: flex;
}

.basket-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.basket-price-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.price-row {
  height: var(--basket-row-heights);
  background-color: var(--xx-light-grey);
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.price-row.subtotal {
  background-color: var(--oxblood);
}

.basket-services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.basket-services-item {
  padding: 20px;
}

.basket-services-item.install {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--light-grey);
  color: var(--oxblood);
  flex-direction: column;
  display: flex;
}

.basket-services-item.delivery {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--oxblood);
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.basket-btn {
  background-color: var(--white);
  color: var(--oxblood);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 30px;
  display: flex;
}

.basket-checkout-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.stripe-details {
  max-width: 300px;
}

.basket-checkout-btn {
  background-color: var(--red);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px 90px;
  display: flex;
}

.basket-checkout-btn:hover, .basket-checkout-btn.back {
  background-color: var(--oxblood);
}

.details-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.basket-details-form-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.basket-details-form-item.address {
  margin-top: 40px;
}

.text-field {
  height: var(--form-element-heights);
  background-color: var(--xx-light-grey);
  color: var(--oxblood);
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
}

.text-field::placeholder {
  color: var(--light-grey);
}

.field-label {
  margin-bottom: 0;
}

.select-field {
  height: var(--form-element-heights);
  background-color: var(--xx-light-grey);
  color: var(--oxblood);
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 8px;
}

.select-field.browse {
  background-color: var(--white);
  border-radius: 0;
}

.checkbox {
  border-style: solid;
  border-color: var(--oxblood);
  border-radius: 0;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-color: var(--red);
  background-color: var(--red);
  background-image: url('../images/Form-Tick.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 0;
}

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

.form-block {
  margin-bottom: 0;
}

.browse-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.success-message {
  background-color: var(--oxblood);
  color: var(--white);
}

.error-message {
  background-color: var(--red);
  color: var(--white);
}

.thanks-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.thanks-grid {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
}

.h5-header-wrapper {
  margin-bottom: 10px;
}

.thanks-summary {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.summary-row-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.summary-item-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
}

.summary-item-detail-wrapper {
  background-color: var(--xx-light-grey);
  color: var(--oxblood);
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.summary-item-image {
  min-width: 90px;
  min-height: 90px;
  position: relative;
}

.installation-row {
  height: var(--basket-row-heights);
  background-color: var(--x-light-grey);
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.installation-row.subtotal {
  background-color: var(--oxblood);
}

.div-block {
  background-color: var(--white);
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.cherished-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.crerished-txt-wrapper {
  border-top: .5px none var(--oxblood);
  border-bottom: .5px none var(--oxblood);
}

.cherished-txt-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.cherished-info-wrapper {
  margin-bottom: 15px;
}

.cherished-image-slider {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.mask {
  width: 100%;
  height: auto;
}

.cherished-slider-wrapper {
  margin-bottom: 20px;
}

.cherished-arrow {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cherished-arrow.right {
  justify-content: flex-end;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cherished-slider-nav {
  align-items: center;
  height: 37px;
  margin-top: 20px;
  padding-top: 5px;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  position: static;
}

.footer-newsletter-wrapper {
  color: var(--red);
}

.newsletter-form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.newsletter-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.newsletter-field-label {
  margin-bottom: 10px;
}

.newsletter-text-field {
  border: 1px solid var(--dark-grey);
  background-color: var(--transparent);
  height: 35px;
  margin-bottom: 0;
}

.newsletter-text-field::placeholder {
  color: var(--dark-grey);
}

.newsletter-text-field.white {
  background-color: var(--x-light-grey);
}

.newsletter-wrapper {
  border-top: .5px solid var(--oxblood);
  color: var(--oxblood);
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 19px;
}

.submit-button {
  background-color: var(--oxblood);
  color: var(--white);
  height: 35px;
  padding: 0 20px;
  font-family: Noedisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.submit-button:hover {
  background-color: var(--red);
}

.success-message-2 {
  background-color: var(--transparent);
}

.error-message-2 {
  background-color: var(--oxblood);
  color: var(--white);
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 120px;
    line-height: 120px;
  }

  h2 {
    font-size: 90px;
    line-height: 90px;
  }

  h3 {
    font-size: 80px;
    line-height: 82px;
  }

  h4 {
    font-size: 60px;
    line-height: 70px;
  }

  h5 {
    font-size: 15px;
    line-height: 15px;
  }

  .caption {
    font-size: 16px;
    line-height: 22px;
  }

  .intro-paragraph {
    font-size: 30px;
    line-height: 35px;
  }

  .big-quote {
    font-size: 40px;
    line-height: 45px;
  }

  .big-quote.text-white {
    line-height: 45px;
  }

  .small-quote {
    font-size: 35px;
    line-height: 35px;
  }

  .text-technical {
    font-size: 16px;
    line-height: 22px;
  }

  .h1-class {
    font-size: 120px;
    line-height: 120px;
  }

  .h2-class {
    font-size: 90px;
    line-height: 90px;
  }

  .h3-class {
    font-size: 80px;
    line-height: 82px;
  }

  .h4-class {
    font-size: 60px;
    line-height: 70px;
  }

  .h4-class.range {
    font-size: 45px;
    line-height: 50px;
  }

  .h5-class {
    font-size: 15px;
    line-height: 19px;
  }

  .max-width-container {
    padding-left: 160px;
  }

  .pull-text-stat.text-red {
    font-size: 80px;
    line-height: 80px;
  }

  .pinstripes-wrapper {
    width: 60px;
  }

  .pinstripes.hide-1280 {
    display: block;
  }

  .progress-line-wrapper {
    z-index: 800;
  }

  .footer-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .full-width-container {
    padding-left: 160px;
  }

  .pull-stat-header-wrapper {
    margin-bottom: 10px;
  }

  .spec_button {
    cursor: pointer;
  }

  .grad-top {
    background-size: 101%;
  }

  .logo-link {
    width: 60px;
    min-width: 60px;
  }

  .cta-btn {
    cursor: pointer;
  }

  .cta-wrapper {
    height: 45px;
  }

  .cta-txt {
    font-size: 18px;
    line-height: 18px;
  }

  .right-arrow, .right-arrow-2 {
    cursor: pointer;
  }

  .text-over-image-carousel-text {
    left: 160px;
  }

  .sub-nav-link {
    cursor: pointer;
  }

  ._50-image.bleed-left {
    margin-left: -160px;
  }

  .bottom-page-link-wrapper {
    cursor: pointer;
  }

  ._50-slider.bleed-left, .case-study-image {
    margin-left: -160px;
  }

  .video-control-link {
    cursor: pointer;
  }

  .parts-pre-header {
    z-index: 899;
  }

  .basket-header-btn:hover {
    background-color: var(--red);
  }

  .dropdown-link, .product-dropdown-link {
    color: var(--oxblood);
    align-items: center;
    display: flex;
  }

  .basket-btn:hover, .basket-checkout-btn:hover {
    background-color: var(--red);
  }

  .newsletter-wrapper {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 90px;
    line-height: 90px;
  }

  h6 {
    font-family: Noedisplay, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
  }

  .h1-class.pursuit {
    font-size: 70px;
    line-height: 70px;
  }

  .header-section-home {
    min-height: 700px;
  }

  .max-width-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .long-text-with-stats-grid {
    grid-template-columns: 3.25fr;
  }

  .pull-quote-container {
    align-self: flex-start;
    max-width: none;
    margin-left: 0;
  }

  .long-text-stats-wrapper {
    padding-top: 0;
  }

  .h1-header-wrapper {
    margin-bottom: 30px;
  }

  .gallery-grid {
    grid-column-gap: 50px;
    grid-template-rows: minmax(0, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(0, 1fr);
    min-width: 100%;
    max-width: 100%;
  }

  .gallery-image {
    height: 100%;
  }

  .full-width-image-neg-margin {
    margin-right: -80px;
    padding-top: 65%;
  }

  .full-width-image {
    padding-top: 65%;
  }

  .pinstripes-wrapper {
    width: 40px;
    left: 20px;
  }

  .progress-line-wrapper {
    display: none;
    right: 0;
  }

  .progress-line-animated {
    border-left-width: 1px;
  }

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

  .nav-feature-image {
    padding-top: 65%;
  }

  .burger-wrapper {
    grid-row-gap: 8px;
    min-height: auto;
  }

  .nav-line.middle {
    display: none;
  }

  .header-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 110px;
  }

  .home-header-txt-wrapper {
    margin-top: -41px;
    margin-left: 80px;
    display: block;
    position: relative;
  }

  .logo-wordmark {
    width: 360px;
  }

  .header-background-wrapper {
    height: 100%;
    min-height: 100vh;
  }

  .section.margin-x-lrg {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section.no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section.sm-margin {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .le60-cta {
    flex-direction: column;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .video-strap-text {
    max-width: 360px;
  }

  .portal-wrapper {
    padding-left: 60px;
    padding-right: 0;
  }

  .portal-panel-wrapper {
    flex-wrap: wrap;
  }

  .portal-panel {
    width: 50%;
    padding-top: 60%;
  }

  .portal-panel-no {
    border: 1px solid rgba(238, 7, 1, .5);
  }

  .footer-wrapper {
    border-top-style: none;
    padding-top: 0;
  }

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

  .footer-col-wrapper {
    border-top: 1px solid var(--oxblood);
    padding-top: 10px;
  }

  .full-width-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .full-width-container.bleed-image-left {
    padding-left: 80px;
  }

  .image-with-quote-text {
    max-width: none;
  }

  .h2-header-wrapper {
    margin-bottom: 20px;
  }

  .specifications_container {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 0;
  }

  .grad-top, .grad-bottom {
    height: 15%;
  }

  .gallery-grid-image._01 {
    padding-top: 100%;
  }

  .image-with-quote-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr;
  }

  .image-with-quote-image {
    margin-left: -80px;
    margin-right: -80px;
  }

  .special-features-wrapper {
    margin-top: 0;
  }

  .special-features-line-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .features-text {
    width: 100%;
    max-width: none;
  }

  .text-over-image-image {
    width: 100%;
    padding-top: 65%;
  }

  .text-over-image-text {
    margin-top: 30px;
    position: static;
  }

  .text-over-image-grad.left {
    display: none;
  }

  .text-over-image-text-wrapper {
    max-width: none;
  }

  .sticky-text-with-images-image {
    margin-bottom: 30px;
  }

  .quotation_mark {
    margin-left: 0;
  }

  .menu-icon-lines-text {
    display: none;
  }

  .nav-panel-left {
    padding-left: 80px;
  }

  .nav-panel-right, .nav-panel-right.first {
    display: none;
  }

  .logo-link {
    width: 40px;
    min-width: 40px;
  }

  .news-portal-item-grid {
    grid-column-gap: 30px;
  }

  .portal-caption-header {
    margin-bottom: 0;
  }

  .h4-header-wrapper {
    margin-bottom: 10px;
  }

  .video-caption {
    margin-top: 30px;
  }

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

  .car-carousel-wrapper {
    margin-top: 40px;
  }

  .text-with-image-slide {
    margin-right: 20px;
  }

  ._50-50-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .lottie-boarder-wrapper {
    display: none;
  }

  .right-arrow {
    margin-top: 65%;
    padding-top: 50px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .bottom-page-links {
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .stat-wrapper {
    width: 40%;
  }

  .right-arrow-2 {
    width: 80px;
    height: 100%;
    padding-top: 0%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .text-over-image-mask {
    margin-left: 80px;
    margin-right: 80px;
  }

  .text-over-image-wrapper {
    padding-top: 0%;
  }

  .text-over-image-slide {
    margin-right: 20px;
  }

  .text-over-image-carousel-text {
    max-width: none;
    margin-top: 20px;
    position: static;
  }

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

  .long-text-with-image-grid {
    grid-template-columns: 3.25fr;
  }

  .text-over-image-carousel-image {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
  }

  .social-icon {
    border-style: solid;
  }

  .sub-header-timer-icon-img {
    width: 35px;
  }

  .text-over-image-carousel-grad {
    display: none;
  }

  .text-with-image-carousel-wrapper {
    margin-top: 40px;
  }

  .car-carousel-slide {
    margin-right: 20px;
  }

  .short-text {
    max-width: none;
  }

  ._50-image {
    margin-left: -80px;
    margin-right: -80px;
  }

  ._50-image.bleed-left {
    margin-left: -80px;
  }

  ._50-image.bleed-right {
    margin-right: -80px;
  }

  .pull-quote-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .bottom-page-link-wrapper {
    width: 40%;
  }

  .stats-grid-wrapper {
    flex-wrap: wrap;
  }

  ._50-slider {
    margin-left: -80px;
    margin-right: -80px;
  }

  ._50-slider.bleed-left {
    margin-left: -80px;
  }

  ._50-slider.bleed-right {
    margin-right: -80px;
  }

  .bleed-left {
    margin-left: 0;
  }

  .bleed-right {
    margin-right: 0;
  }

  .case-study-image {
    margin-right: -80px;
  }

  .case-study-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr;
  }

  .case-study-text {
    max-width: none;
  }

  .case-study-owner {
    margin-bottom: 0;
  }

  .background-video-desktop {
    display: none;
  }

  .background-video-mobile {
    display: block;
  }

  .cover-image-desktop {
    display: none;
  }

  .cover-image-mobile {
    display: block;
  }

  .home-header-video-desk {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 110px;
    padding-left: 80px;
    display: none;
  }

  .home-header-video-mob {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 70%;
    display: flex;
  }

  .grad-bottom-video {
    z-index: 1;
    width: 100%;
    height: 20%;
    position: absolute;
  }

  .home-header-txt-wrapper-desk {
    margin-top: -41px;
    margin-left: 80px;
    display: block;
    position: relative;
  }

  .video-control-icon {
    border: 1px solid var(--oxblood);
    border-radius: 50%;
  }

  .video-contols {
    z-index: 2;
    margin-top: 0;
    margin-bottom: 80px;
    margin-left: 80px;
    position: relative;
  }

  .video-control-txt {
    display: none;
  }

  .short-text-over-image {
    flex-direction: column;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .short-text-over-image-image-wrapper {
    width: 100%;
    margin-bottom: 0;
    padding-top: 65%;
    position: relative;
  }

  .short-text-over-image-grad {
    background-image: url('../images/Grad-Bottom.png');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    height: 30%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-right-mask {
    display: none;
  }

  .video-with-quote {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .video-quote-video-wrapper {
    width: 100%;
    padding-top: 60%;
    position: relative;
  }

  .le60-cta-txt-wrapper {
    width: 100%;
  }

  .le60-cta-text {
    max-width: 360px;
  }

  .le60-cta-bg-image-wrapper {
    width: 100%;
    padding-top: 65%;
    position: relative;
  }

  .le60-cta-grad {
    background-image: url('../images/Grad-Bottom.png');
    background-position: 100%;
    background-repeat: repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  ._60-40-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .video-control-lottie-container, .social-icon-lottie-wrapper {
    display: none;
  }

  .h1-header-wrapper-shop {
    margin-bottom: 30px;
  }

  .select-car-grid, .select-part-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .parts-filters {
    z-index: 21;
    background-color: var(--xx-light-grey);
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    padding-top: 0;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }

  .form-btn {
    background-color: var(--oxblood);
    display: flex;
  }

  .form-btn:hover {
    background-color: var(--red);
  }

  .product-dropdown-body.w--open {
    overflow: scroll;
  }

  .filter-grid {
    grid-template-columns: 1fr 1fr;
    position: static;
  }

  .filter-close-btn {
    z-index: 2;
    background-color: var(--red);
    width: 40px;
    height: 40px;
    margin-right: -20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .filter-grid-wrapper {
    margin-top: 20px;
  }

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

  .filter-open-btn {
    z-index: 3;
    background-color: var(--red);
    width: 40px;
    max-width: 40px;
    height: 40px;
    margin-right: -20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .product-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .basket-item-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 20% 20% 60%;
  }

  .basket-item-detail-wrapper {
    border-left-style: none;
    min-height: 90px;
  }

  .basket-products-wrapper {
    margin-right: 4px;
  }

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

  .summary-item-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .summary-item-detail-wrapper {
    border-left-style: none;
  }

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

  .newsletter-form-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-wrapper {
    border-top-style: none;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 75px;
    line-height: 80px;
  }

  h2 {
    font-size: 60px;
    line-height: 65px;
  }

  h3 {
    font-size: 45px;
    line-height: 50px;
  }

  .h1-class {
    font-size: 75px;
    line-height: 75px;
  }

  .h1-class.pursuit, .h2-class {
    font-size: 60px;
    line-height: 65px;
  }

  .h3-class {
    font-size: 45px;
    line-height: 50px;
  }

  .header-section-home {
    min-height: 600px;
  }

  .max-width-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .long-text-with-stats-grid {
    grid-column-gap: 80px;
  }

  .pull-text-stat {
    font-size: 50px;
    line-height: 50px;
  }

  .h1-header-wrapper {
    margin-bottom: 30px;
  }

  .gallery-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pinstripes-wrapper {
    width: 20px;
    left: 0;
  }

  .pinstripes.hide-767 {
    display: none;
  }

  .progress-line-wrapper {
    right: 0;
  }

  .progress-line-animated {
    border-left-width: 2px;
  }

  .home-header-txt-wrapper {
    margin-top: -38px;
    margin-left: 60px;
  }

  .home-header-logo {
    max-width: 270px;
  }

  .logo-wordmark {
    width: 325px;
  }

  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section.sticky {
    display: none;
  }

  .video-strap-text {
    max-width: 300px;
  }

  .portal-wrapper {
    padding-left: 20px;
    padding-right: 0;
  }

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

  .full-width-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .full-width-container.bleed-image-left {
    padding-left: 60px;
  }

  .gallery-grid-image._02 {
    padding-top: 120%;
  }

  .gallery-grid-image._03 {
    padding-top: 65%;
  }

  .gallery-grid-image._05 {
    padding-top: 110%;
  }

  .gallery-grid-image._06 {
    padding-top: 65%;
  }

  .image-with-quote-image {
    margin-left: -60px;
    margin-right: -60px;
  }

  .special-features-wrapper {
    margin-top: 30px;
  }

  .sticky-text-with-images-grid {
    grid-template-columns: 1fr;
  }

  .sticky-text-with-images-text {
    margin-top: 0%;
    padding-right: 60px;
    position: static;
    top: 0%;
  }

  .logo-link {
    left: 60px;
  }

  .news-portal-item-grid {
    grid-template-columns: 1fr;
  }

  .video-player-wrapper {
    margin-left: -80px;
    margin-right: -60px;
  }

  .video-caption {
    margin-top: 20px;
  }

  ._50-50-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .slider-txt-wrapper {
    border-top-style: none;
  }

  .right-arrow {
    padding-top: 30px;
  }

  .slider-stats-wrapper {
    flex-direction: column;
  }

  .divider-line {
    border-top: 1px solid var(--red);
    border-right-style: none;
    width: 30px;
    height: 0;
    margin: 10px 0;
  }

  .right-arrow-2 {
    width: 60px;
  }

  .text-over-image-mask {
    margin-left: 60px;
    margin-right: 60px;
  }

  .long-text-with-image-grid {
    grid-column-gap: 80px;
  }

  ._50-image {
    margin-left: -60px;
    margin-right: -60px;
  }

  ._50-image.bleed-right {
    margin-right: -60px;
  }

  .bottom-page-link-wrapper {
    width: 100%;
  }

  ._50-slider {
    margin-left: -61px;
    margin-right: -61px;
  }

  ._50-slider.bleed-left, ._50-slider.bleed-right {
    margin-left: -60px;
    margin-right: -60px;
  }

  ._50-slider-mask {
    margin-right: 60px;
  }

  .case-study-image {
    margin-right: -60px;
  }

  .home-header-txt-wrapper-desk {
    margin-top: -38px;
  }

  .video-contols {
    margin-left: 60px;
  }

  .le60-cta-text {
    max-width: none;
  }

  ._60-40-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .parts-pre-header {
    padding-right: 20px;
  }

  .h1-header-wrapper-shop {
    margin-bottom: 30px;
  }

  .select-car-grid {
    margin-bottom: 50px;
  }

  .select-text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .select-part-grid {
    margin-bottom: 50px;
  }

  .header-section-parts {
    z-index: 2;
    padding-top: 160px;
    position: relative;
  }

  .parts-filters {
    top: 140px;
  }

  .scroll-mask {
    z-index: 1;
    background-color: var(--white);
    height: 140px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .filter-open-btn {
    position: static;
  }

  .product-grid {
    grid-row-gap: 30px;
  }

  .checkout-stages {
    background-color: var(--xx-light-grey);
  }

  .checkout-step-wrapper {
    flex-direction: column;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .check-step-item-graphic {
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .check-step-item-line {
    border-right: 1px solid var(--oxblood);
    border-top-style: none;
    width: 0;
    height: 30px;
  }

  .check-step-item-line.beginning-line, .check-step-item-line.hide-mob {
    display: none;
  }

  .check-step-item-line.end-line {
    opacity: 1;
    display: none;
  }

  .check-step-item {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .basket-item-grid {
    grid-template-columns: 25% 25% 50%;
  }

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

  .basket-checkout-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .basket-checkout-btn {
    padding-left: 0;
    padding-right: 0;
  }

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

  .crerished-txt-wrapper {
    border-top-style: none;
  }

  .newsletter-form-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 65px;
  }

  h2 {
    font-size: 45px;
    line-height: 50px;
  }

  h3 {
    font-size: 35px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 35px;
  }

  .caption {
    font-size: 14px;
  }

  .intro-paragraph {
    font-size: 20px;
    line-height: 25px;
  }

  .intro-paragraph.text-white {
    line-height: 25px;
  }

  .big-quote {
    font-size: 30px;
    line-height: 40px;
  }

  .big-quote.text-white {
    line-height: 35px;
  }

  .small-quote {
    font-size: 22px;
    line-height: 33px;
  }

  .text-technical {
    font-size: 14px;
    line-height: 18px;
  }

  .h1-class {
    font-size: 60px;
    line-height: 60px;
  }

  .h1-class.pursuit {
    font-size: 40px;
    line-height: 45px;
  }

  .h2-class {
    font-size: 45px;
    line-height: 50px;
  }

  .h3-class {
    font-size: 35px;
    line-height: 45px;
  }

  .h4-class {
    font-size: 28px;
    line-height: 35px;
  }

  .h4-class.range {
    font-size: 35px;
    line-height: 40px;
  }

  .header-section-home {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .max-width-container {
    padding-left: 40px;
    padding-right: 20px;
  }

  .gallery-grid {
    grid-row-gap: 60px;
  }

  .full-width-image-neg-margin {
    margin-right: -20px;
    padding-top: 80%;
  }

  .nav-link {
    font-size: 30px;
    line-height: 35px;
  }

  .full-width-image {
    padding-top: 80%;
  }

  .pinstripes-wrapper {
    left: 0;
  }

  .pinstripes.hide-mob {
    display: none;
  }

  .progress-line-wrapper {
    right: 0;
  }

  .progress-line-animated {
    border-left-width: 1px;
  }

  .menu-icon-lines {
    width: 35px;
  }

  .burger-wrapper {
    min-height: 50px;
  }

  .nav-social-logos-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    height: 90px;
  }

  .nav-line.right {
    display: none;
  }

  .nav-item-wrapper {
    margin-bottom: 15px;
  }

  .header-wrapper {
    min-height: 600px;
    padding-bottom: 140px;
    padding-right: 20px;
  }

  .home-header-txt-wrapper {
    margin-top: -26px;
    margin-left: 40px;
  }

  .logo-wordmark {
    width: 220px;
  }

  .background-video {
    min-height: 100%;
  }

  .section.margin-x-lrg {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section.no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .video-strap-text {
    max-width: 200px;
  }

  .portal-wrapper {
    padding-left: 20px;
  }

  .portal-panel {
    width: 100%;
    padding-top: 100%;
  }

  .portal-panel-no {
    width: 50px;
    height: 50px;
  }

  .footer-wrapper {
    border-top-style: none;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-col-wrapper {
    padding-top: 10px;
  }

  .full-width-container, .full-width-container.bleed-image-left {
    padding-left: 40px;
    padding-right: 20px;
  }

  .header-section-contained {
    padding-top: 120px;
  }

  .h3-header-wrapper {
    margin-bottom: 10px;
  }

  .specifications-wrapper {
    margin-top: 20px;
  }

  .spec_icon_line {
    width: 10px;
  }

  .spec_icon {
    width: 20px;
    height: 20px;
  }

  .spec_button {
    padding-right: 0;
  }

  .spec-list-item {
    border-top: 1px solid var(--dark-grey);
    margin-bottom: 20px;
    padding-top: 8px;
  }

  .spec-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .spec-text-wrapper {
    border-top-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spec-text-wrapper.info {
    border-top-style: none;
    padding-top: 0;
  }

  .image-with-quote-image {
    margin-right: -20px;
    padding-top: 80%;
  }

  .special-features-wrapper {
    margin-top: 20px;
  }

  .features-text {
    padding-right: 20px;
  }

  .text-over-image-image {
    padding-top: 80%;
  }

  .sticky-text-with-images-text {
    padding-right: 20px;
  }

  .menu-icon-lines-text {
    font-size: 9px;
    line-height: 14px;
  }

  .nav-panel-left {
    padding-left: 35px;
  }

  .logo-link {
    width: 35px;
    min-width: 35px;
    left: 40px;
  }

  .news-portal-image {
    padding-top: 80%;
  }

  .cta-wrapper {
    border-top-width: .7px;
    border-bottom-width: .7px;
    border-left-width: .7px;
  }

  .h4-header-wrapper {
    margin-bottom: 10px;
  }

  .video-player-wrapper {
    margin-left: -50px;
    margin-right: -20px;
  }

  .team-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .car-carousel-wrapper {
    margin-top: 25px;
  }

  .text-with-image-slide {
    margin-right: 20px;
  }

  .right-arrow {
    margin-top: 70%;
  }

  .car-carousel-slider-image {
    padding-top: 70%;
  }

  .stat-wrapper {
    width: 100%;
  }

  .right-arrow-2 {
    width: 40px;
    margin-top: 0;
  }

  .carousel-arrow {
    max-width: 10px;
  }

  .text-over-image-mask {
    margin-left: 40px;
    margin-right: 20px;
  }

  .contact-map-wrapper {
    padding-top: 80%;
  }

  .contact-grid {
    grid-row-gap: 30px;
  }

  .sub-header-wrapper {
    flex-direction: column;
  }

  .sub-header-timer {
    margin-top: 30px;
  }

  .sticky-text-with-images-image-wrapper {
    margin-left: -40px;
  }

  .text-with-image-carousel-wrapper {
    margin-top: 25px;
  }

  .car-carousel-slide {
    margin-right: 20px;
  }

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

  ._50-image.bleed-left {
    margin-left: -50px;
  }

  ._50-image.bleed-right {
    margin-right: -20px;
  }

  .h1-models {
    font-size: 60px;
    line-height: 60px;
  }

  .model-header-intro {
    margin-top: 20px;
  }

  .bottom-page-link-wrapper {
    width: 100%;
  }

  ._50-slider, ._50-slider.bleed-left, ._50-slider.bleed-right {
    margin-left: -50px;
    margin-right: -20px;
  }

  ._50-slider-mask {
    margin-right: 40px;
  }

  .case-study-image {
    margin-right: -20px;
    padding-top: 80%;
  }

  .background-video-desktop, .background-video-mobile {
    min-height: 100%;
  }

  .slider-arrow {
    max-width: 18px;
  }

  .cherished-cta-wrapper {
    flex-direction: column;
  }

  .paragraph {
    line-height: 22px;
  }

  .nav-item-mask {
    height: 40px;
  }

  .home-header-video-desk {
    min-height: 600px;
    padding-bottom: 140px;
    padding-left: 50px;
    padding-right: 20px;
  }

  .home-header-video-mob {
    height: 60%;
    min-height: 300px;
    overflow: hidden;
  }

  .grad-bottom-video {
    margin-bottom: -1px;
  }

  .home-header-txt-wrapper-desk {
    margin-top: -26px;
    margin-left: 35px;
    position: absolute;
    top: auto;
    bottom: 130px;
    left: 0%;
    right: 0%;
  }

  .video-control-icon {
    width: 35px;
    height: 35px;
  }

  .video-contols {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    margin-bottom: 40px;
    margin-left: 40px;
  }

  .video-control-icon-img {
    max-width: 25px;
    max-height: 16px;
  }

  .le60-cta-text {
    max-width: 200px;
  }

  .le60-cta-bg-image-wrapper {
    padding-top: 85%;
  }

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

  .basket-header-btn {
    white-space: nowrap;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .header-section-parts {
    z-index: 2;
    padding-top: 130px;
    position: relative;
  }

  .e-comm-section {
    z-index: 0;
    margin-top: 50px;
    position: relative;
  }

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

  .parts-filters {
    top: 130px;
  }

  .breadcrumb-wrapper {
    flex-wrap: wrap;
    padding-left: 10px;
  }

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

  .scroll-mask {
    z-index: 1;
    background-color: var(--white);
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .product-body {
    z-index: 0;
    margin-top: 50px;
    position: relative;
  }

  .checkout-step-wrapper {
    flex-wrap: wrap;
    padding-left: 10px;
  }

  .check-step-item-dot {
    height: 15px;
  }

  .basket-item-grid {
    grid-template-columns: 50% 50%;
  }

  .basket-products-wrapper {
    margin-right: 2px;
  }

  .basket-btn {
    white-space: nowrap;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .basket-checkout-btn {
    white-space: nowrap;
  }

  .summary-item-grid {
    grid-template-columns: 50% 50%;
  }

  .summary-item-image {
    padding-top: 65%;
  }

  .newsletter-wrapper {
    border-top-style: none;
  }
}

#w-node-fb74a054-16f9-5381-bfdb-ac8d385e3caa-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fb74a054-16f9-5381-bfdb-ac8d385e3cac-4efa5685 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb74a054-16f9-5381-bfdb-ac8d385e3caf-4efa5685, #w-node-fb74a054-16f9-5381-bfdb-ac8d385e3cb1-4efa5685, #w-node-fb74a054-16f9-5381-bfdb-ac8d385e3cb9-4efa5685, #w-node-b84cd0fb-f625-dc3f-9832-196e0eb0098a-4efa5685, #w-node-e51a525c-dbda-271a-84b6-8adb1abee0c0-4efa5685, #w-node-_17ccc5f4-2755-cfd9-f34e-00b4e6eb0f38-4efa5685, #w-node-_7ca0e977-e276-6ef1-816c-d813fcffc5ec-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ca0e977-e276-6ef1-816c-d813fcffc5ee-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7ca0e977-e276-6ef1-816c-d813fcffc5f2-4efa5685, #w-node-_7ca0e977-e276-6ef1-816c-d813fcffc5f5-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d6c3e15-63bc-33a0-36e2-b63e3422ba31-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_0b1ea858-c7f8-bdee-7ee9-d9a6642fae58-4efa5685, #w-node-_0d6c3e15-63bc-33a0-36e2-b63e3422ba37-4efa5685, #w-node-_981ca029-1d19-d262-9f04-37860d8683e4-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_981ca029-1d19-d262-9f04-37860d8683e6-4efa5685 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_981ca029-1d19-d262-9f04-37860d8683e9-4efa5685, #w-node-_981ca029-1d19-d262-9f04-37860d8683ec-4efa5685, #w-node-_981ca029-1d19-d262-9f04-37860d8683ee-4efa5685, #w-node-_981ca029-1d19-d262-9f04-37860d8683ef-4efa5685, #w-node-_981ca029-1d19-d262-9f04-37860d8683f0-4efa5685, #w-node-_981ca029-1d19-d262-9f04-37860d8683f2-4efa5685, #w-node-_981ca029-1d19-d262-9f04-37860d8683f5-4efa5685, #w-node-_981ca029-1d19-d262-9f04-37860d8683f7-4efa5685, #w-node-_981ca029-1d19-d262-9f04-37860d8683f9-4efa5685, #w-node-_981ca029-1d19-d262-9f04-37860d8683fa-4efa5685, #w-node-_981ca029-1d19-d262-9f04-37860d8683fc-4efa5685, #w-node-_595edc0d-245d-ce70-5730-9fb51a180dd9-4efa5685, #w-node-d5a24ad5-d955-ac0f-0a13-02de0b5eeb9c-4efa5685, #w-node-_12a055c8-5903-3bb3-1907-47952bd8ad9a-4efa5685, #w-node-_12a055c8-5903-3bb3-1907-47952bd8ad9c-4efa5685, #w-node-_4b961206-e261-01ca-feb6-ae0d96c7cfa7-4efa5685, #w-node-_4b961206-e261-01ca-feb6-ae0d96c7cfa9-4efa5685, #w-node-a9125dee-c16f-2db9-cb76-a78c0f5f1afc-4efa5685, #w-node-a9125dee-c16f-2db9-cb76-a78c0f5f1afe-4efa5685, #w-node-dce65144-c216-2762-00d4-0186d1e3ecbc-4efa5685, #w-node-dce65144-c216-2762-00d4-0186d1e3ecbe-4efa5685, #w-node-d05ad281-88ef-4be2-ecda-e9719151afbe-4efa5685, #w-node-bf447fa4-01a7-3a11-9d15-daac16973b58-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e32992f1-d993-f178-1364-ac269cbd5a10-4efa5685 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e32992f1-d993-f178-1364-ac269cbd5a1f-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a22-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a27-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a2a-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a2f-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a32-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a37-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a3a-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a3f-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a42-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a50-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a53-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a58-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a5b-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a60-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a63-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a68-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a6b-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a70-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a73-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a81-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a84-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a89-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a8c-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a91-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a94-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a99-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5a9c-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5aa1-4efa5685, #w-node-e32992f1-d993-f178-1364-ac269cbd5aa4-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed38ab2c-44ba-e3d3-66e4-d511010ef2a0-4efa5685 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f754caec-34d3-781f-ade2-862dcf6c90bb-4efa5685, #w-node-_3ad7c7de-5e4b-6eb9-45f8-f562be9a940e-4efa5685, #w-node-_8b072995-7831-008f-a37b-8a15476fd352-4efa5685, #w-node-_8b072995-7831-008f-a37b-8a15476fd355-4efa5685, #w-node-_02edd53c-839f-1eba-7616-d2aa533e0b00-4efa5685, #w-node-_02edd53c-839f-1eba-7616-d2aa533e0b03-4efa5685, #w-node-_67d1dbe2-498f-22ac-4fd2-085d7038797e-4efa5685, #w-node-_67d1dbe2-498f-22ac-4fd2-085d70387981-4efa5685, #w-node-b31ef2f7-67f5-77d8-1444-8718e40795fb-4efa5685, #w-node-b31ef2f7-67f5-77d8-1444-8718e40795fe-4efa5685, #w-node-f50be643-ae69-d286-98b2-d8ddf75c9dfb-4efa5685, #w-node-f50be643-ae69-d286-98b2-d8ddf75c9dfe-4efa5685, #w-node-f50be643-ae69-d286-98b2-d8ddf75c9e03-4efa5685, #w-node-f50be643-ae69-d286-98b2-d8ddf75c9e06-4efa5685, #w-node-f50be643-ae69-d286-98b2-d8ddf75c9e0b-4efa5685, #w-node-f50be643-ae69-d286-98b2-d8ddf75c9e0e-4efa5685, #w-node-f50be643-ae69-d286-98b2-d8ddf75c9e13-4efa5685, #w-node-f50be643-ae69-d286-98b2-d8ddf75c9e16-4efa5685, #w-node-f50be643-ae69-d286-98b2-d8ddf75c9e1b-4efa5685, #w-node-f50be643-ae69-d286-98b2-d8ddf75c9e1e-4efa5685, #w-node-_76f4ea8d-ce5b-a730-f1b7-d40147f3c7ee-4efa5685, #w-node-_76f4ea8d-ce5b-a730-f1b7-d40147f3c7f1-4efa5685, #w-node-_76f4ea8d-ce5b-a730-f1b7-d40147f3c7f6-4efa5685, #w-node-_76f4ea8d-ce5b-a730-f1b7-d40147f3c7f9-4efa5685, #w-node-_76f4ea8d-ce5b-a730-f1b7-d40147f3c7fe-4efa5685, #w-node-_76f4ea8d-ce5b-a730-f1b7-d40147f3c801-4efa5685, #w-node-_76f4ea8d-ce5b-a730-f1b7-d40147f3c806-4efa5685, #w-node-_76f4ea8d-ce5b-a730-f1b7-d40147f3c809-4efa5685, #w-node-_76f4ea8d-ce5b-a730-f1b7-d40147f3c80e-4efa5685, #w-node-_76f4ea8d-ce5b-a730-f1b7-d40147f3c811-4efa5685, #w-node-_279e64be-24a2-294a-e682-2bdccd3f0d83-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_279e64be-24a2-294a-e682-2bdccd3f0d86-4efa5685 {
  grid-area: 1 / 1 / 5 / 6;
}

#w-node-_279e64be-24a2-294a-e682-2bdccd3f0d87-4efa5685 {
  grid-area: 1 / 1 / 6 / 6;
}

#w-node-_279e64be-24a2-294a-e682-2bdccd3f0d89-4efa5685 {
  grid-area: 6 / 1 / 7 / 6;
}

#w-node-_279e64be-24a2-294a-e682-2bdccd3f0d8b-4efa5685, #w-node-_279e64be-24a2-294a-e682-2bdccd3f0d8c-4efa5685 {
  grid-area: 3 / 7 / 8 / 11;
}

#w-node-_279e64be-24a2-294a-e682-2bdccd3f0d8e-4efa5685 {
  grid-area: 8 / 7 / 9 / 11;
}

#w-node-_279e64be-24a2-294a-e682-2bdccd3f0d90-4efa5685 {
  grid-area: 7 / 1 / 9 / 5;
}

#w-node-_279e64be-24a2-294a-e682-2bdccd3f0d91-4efa5685 {
  grid-area: 8 / 1 / 10 / 4;
}

#w-node-_279e64be-24a2-294a-e682-2bdccd3f0d93-4efa5685 {
  grid-area: 10 / 1 / 11 / 4;
}

#w-node-_0355f839-9562-eb94-a24b-511fe3957efa-4efa5685 {
  grid-area: 10 / 6 / 14 / 11;
}

#w-node-_0355f839-9562-eb94-a24b-511fe3957efb-4efa5685 {
  grid-area: 1 / 1 / 6 / 6;
}

#w-node-_0355f839-9562-eb94-a24b-511fe3957efe-4efa5685 {
  grid-area: 6 / 1 / 7 / 6;
}

#w-node-_0c08931c-1815-e4d5-9bbd-1ef1cbc27e80-4efa5685 {
  grid-area: 11 / 1 / 15 / 5;
}

#w-node-_0c08931c-1815-e4d5-9bbd-1ef1cbc27e81-4efa5685 {
  grid-area: 3 / 7 / 8 / 11;
}

#w-node-_0c08931c-1815-e4d5-9bbd-1ef1cbc27e84-4efa5685 {
  grid-area: 8 / 7 / 9 / 11;
}

#w-node-fc63b36b-3012-f0c8-2091-d562b4875c55-4efa5685 {
  grid-area: 16 / 6 / 18 / 10;
}

#w-node-fc63b36b-3012-f0c8-2091-d562b4875c56-4efa5685 {
  grid-area: 8 / 1 / 10 / 4;
}

#w-node-fc63b36b-3012-f0c8-2091-d562b4875c59-4efa5685 {
  grid-area: 10 / 1 / 11 / 4;
}

#w-node-_1c4a3640-261d-3505-62cf-df118b29ea45-4efa5685, #w-node-_499b05a2-cb5d-9da1-d04c-0430ad5df0f0-4efa5685, #w-node-_4037ab57-be80-a6f2-dc82-e7f3ac65d4f5-4efa5685, #w-node-eb58bdc1-8a23-1b97-a5c9-35438d6d8f16-4efa5685, #w-node-b6a5c93d-c881-444d-3f7b-1a57c921d06a-4efa5685, #w-node-_720052a2-9b27-8458-918f-334b2cafcc99-4efa5685, #w-node-_0bf83a35-42a7-5e0a-db36-3b38bf98808e-4efa5685, #w-node-_0bf83a35-42a7-5e0a-db36-3b38bf988091-4efa5685, #w-node-_7ce06d99-7233-30be-e5bf-219610b40b29-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ce06d99-7233-30be-e5bf-219610b40b2b-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_07605df0-3434-4621-e8fe-e0285fb259a1-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07605df0-3434-4621-e8fe-e0285fb259a3-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_82f6164c-77a4-def7-5829-0f816462e5a4-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f6164c-77a4-def7-5829-0f816462e5a6-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fa806fda-208d-24f1-cf0d-1c35df19a0f3-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa806fda-208d-24f1-cf0d-1c35df19a0f5-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-cd03a7f9-f44e-210b-d275-89896fc96740-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd03a7f9-f44e-210b-d275-89896fc96742-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_54515e26-43cc-1e78-7efb-53b1b20ef56e-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54515e26-43cc-1e78-7efb-53b1b20ef570-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f1462331-18e6-f301-3172-e4a31148edd6-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1462331-18e6-f301-3172-e4a31148edd8-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f3283eb8-9864-413e-b553-938010bf1b0b-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3283eb8-9864-413e-b553-938010bf1b0d-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_96cc1fa1-21e2-b6ff-1361-cf981303b362-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96cc1fa1-21e2-b6ff-1361-cf981303b364-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5ac50a85-52dd-c5e7-0a37-1f6fe6203b8d-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ac50a85-52dd-c5e7-0a37-1f6fe6203b8f-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a8bd9946-17fc-d842-544a-a963aa91fdba-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8bd9946-17fc-d842-544a-a963aa91fdbc-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_084eea1e-a215-a0b8-c864-1f2d5040984e-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_084eea1e-a215-a0b8-c864-1f2d50409850-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1874c02c-c53a-8aa1-1ad6-9ebd1c993dbc-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1874c02c-c53a-8aa1-1ad6-9ebd1c993db6-4efa5685, #w-node-_4e69ca89-6669-dd2b-0803-aaa822219fe2-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0ffb0b5f-5b87-2033-8ba2-1d2a4e52fcfc-4efa5685, #w-node-ceeb6c58-f1c5-2711-d05a-cb9905ba211b-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0502cb1-c685-732a-6fb0-e1b786d62009-4efa5685, #w-node-a2b827d5-388b-7e82-5abc-7fe2a1919399-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a2b827d5-388b-7e82-5abc-7fe2a191937f-4efa5685, #w-node-c9eb10b8-6a43-d8c3-b3b1-73edab31b0bf-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9eb10b8-6a43-d8c3-b3b1-73edab31b092-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c9eb10b8-6a43-d8c3-b3b1-73edab31b098-4efa5685, #w-node-c9eb10b8-6a43-d8c3-b3b1-73edab31b0a0-4efa5685, #w-node-c9eb10b8-6a43-d8c3-b3b1-73edab31b0a8-4efa5685, #w-node-c9eb10b8-6a43-d8c3-b3b1-73edab31b0b0-4efa5685, #w-node-c9eb10b8-6a43-d8c3-b3b1-73edab31b0b8-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2bf65aa-9797-0786-ff87-96f5403a88ca-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a2bf65aa-9797-0786-ff87-96f5403a88d0-4efa5685, #w-node-_7ae51b2a-cce5-49c5-78bd-642ccce23c5c-4efa5685, #w-node-c5c850f0-7f42-012f-55b2-32c9d76cddb1-4efa5685, #w-node-ee472a20-5066-4004-83bf-5632ff6213ba-4efa5685, #w-node-eb88c877-6f4b-72d8-4991-bff2646ae8ab-4efa5685, #w-node-a2bf65aa-9797-0786-ff87-96f5403a891c-4efa5685, #w-node-_3a5b3180-f8b7-e15e-da5b-b751e3ae666d-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be998571-769e-f586-3512-aa2ddc99be1b-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-be998571-769e-f586-3512-aa2ddc99be21-4efa5685, #w-node-be998571-769e-f586-3512-aa2ddc99be29-4efa5685, #w-node-be998571-769e-f586-3512-aa2ddc99be31-4efa5685, #w-node-be998571-769e-f586-3512-aa2ddc99be39-4efa5685, #w-node-be998571-769e-f586-3512-aa2ddc99be41-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37df4cd1-dd0a-a59b-ef1f-cd33b56582aa-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d33b3263-e827-a242-c838-ca1d6a7970b4-4efa5685, #w-node-_86a0036a-5723-429f-baa2-6ea3dd57df6a-4efa5685, #w-node-_3ca20a16-2a1f-7efa-d931-26d0b9b90172-4efa5685, #w-node-a2d36f0a-b886-4d04-b003-a44e866757e6-4efa5685, #w-node-_40f5464a-3582-77bd-22e9-47be37a626fd-4efa5685, #w-node-_1aac9151-0756-f1fa-ec7e-1ad540e8e96a-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97e47c0e-2b4c-651f-202a-dfbdb8dda2d4-4efa5685 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ac049c-4aff-230b-53c0-eb6bb4d46679-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ac049c-4aff-230b-53c0-eb6bb4d4667b-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-add256af-3b60-7c1d-a709-62d5d94eb5ab-4efa5685, #w-node-a8ac049c-4aff-230b-53c0-eb6bb4d4667f-4efa5685, #w-node-_1032087c-528d-30f5-ad56-2f7fa4f6cbef-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1032087c-528d-30f5-ad56-2f7fa4f6cbf1-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_1032087c-528d-30f5-ad56-2f7fa4f6cbf5-4efa5685, #w-node-_1032087c-528d-30f5-ad56-2f7fa4f6cbfb-4efa5685, #w-node-_138e9289-ff87-ecd9-33d5-368f6fbfe237-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_138e9289-ff87-ecd9-33d5-368f6fbfe239-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_138e9289-ff87-ecd9-33d5-368f6fbfe23d-4efa5685, #w-node-_138e9289-ff87-ecd9-33d5-368f6fbfe243-4efa5685, #w-node-d787e654-99f0-6898-dcd6-062c472dfb73-4efa5685, #w-node-d787e654-99f0-6898-dcd6-062c472dfb76-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4e2e01a-e86a-009a-cf96-1323996b120d-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d4e2e01a-e86a-009a-cf96-1323996b1213-4efa5685, #w-node-_53703dd4-62a2-dd2f-20c2-5e6b3698cc57-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53703dd4-62a2-dd2f-20c2-5e6b3698cc59-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5e0872fb-f2aa-8597-765b-a1ba3f56c8ff-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e0872fb-f2aa-8597-765b-a1ba3f56c901-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5e7136c8-1f87-bffa-ace4-47e0512164ba-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e7136c8-1f87-bffa-ace4-47e0512164bc-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6da5824a-c47e-8ab8-8abf-45d7c8dae493-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6da5824a-c47e-8ab8-8abf-45d7c8dae495-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9691ba19-7a2b-8489-15ff-88bd25947e1a-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9691ba19-7a2b-8489-15ff-88bd25947e1c-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2855a6f0-49c3-bc7d-1624-421382f4b893-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2855a6f0-49c3-bc7d-1624-421382f4b895-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_57baef92-3c1b-e3ff-27f7-10547ecfcc22-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57baef92-3c1b-e3ff-27f7-10547ecfcc24-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ba6cfea1-fe0a-ca00-4f3a-546ea9ea7203-4efa5685, #w-node-_263dd81f-6ebc-9795-4d4c-e4ac108b8fd0-4efa5685, #w-node-edfba4e2-ea67-1855-767a-2229dba8d51f-4efa5685, #w-node-_20a52905-63eb-7418-4b5d-b74ff4e1040f-4efa5685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_556d775b-ee4a-ae8c-82f1-06aa30f180ee-4efa5685 {
  align-self: end;
}

#w-node-ddaa4bcb-169f-da0d-4095-82094564b734-4564b730, #w-node-ddaa4bcb-169f-da0d-4095-82094564b741-4564b730, #w-node-_99f1884b-6859-20be-7d9e-9fda15d7a2c9-4564b730, #w-node-ba0189d2-9003-2354-2391-0b76ec694082-4564b730, #w-node-ddaa4bcb-169f-da0d-4095-82094564b74e-4564b730, #w-node-_63aa9ce5-0851-1bbc-fc14-e211668300a7-6683009a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63aa9ce5-0851-1bbc-fc14-e211668300d5-6683009a {
  align-self: auto;
  justify-self: auto;
}

#w-node-_149ca515-e1b8-acdf-b142-0c989ad426d4-6683009a, #w-node-ceecf7be-032e-60c0-bbc3-412228987485-a574fc9c, #w-node-_55a9e522-057f-72b1-392d-ed749964216a-a574fc9c, #w-node-_2ed55a99-44fd-f68d-db27-171f7961f22c-a574fc9c, #w-node-de19bf69-7a72-1240-e6a6-c5c51e3bec0f-a574fc9c, #w-node-_98327361-aa0c-85b9-fcc7-b3bac2838a7f-a574fc9c, #w-node-_0e937037-9f64-4937-7ab3-1df16ab0b2e5-a574fc9c, #w-node-a7c71848-eb9b-37c1-7461-2f39632d4e99-632d4e89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7c71848-eb9b-37c1-7461-2f39632d4f15-632d4e89 {
  align-self: auto;
  justify-self: auto;
}

#w-node-a7c71848-eb9b-37c1-7461-2f39632d4f26-632d4e89, #w-node-ceecf7be-032e-60c0-bbc3-412228987485-c2ad4fbd, #w-node-_7d018af4-8e3c-1f31-48bc-73ff4125bd3a-c2ad4fbd, #w-node-f0d4200b-11e7-fa4a-d95f-d5460399ea3f-c2ad4fbd, #w-node-_3fc090e1-a554-841b-ab5f-26dcd6b7f951-c2ad4fbd, #w-node-b8b3bfb7-631f-d323-af84-3f429817c537-c2ad4fbd, #w-node-_736e4f6d-32de-38bb-b05a-e7b2749388be-c2ad4fbd, #w-node-_94954700-7bfb-9647-fade-b89682a9dc98-c2ad4fbd, #w-node-_39577413-25de-abcc-b326-0aa99e17d2e4-c2ad4fbd, #w-node-afa306de-ca5f-9820-b91b-f545dff0173a-108f7dcd, #w-node-_520d4f51-d173-a18d-48c7-2205fecfe94a-108f7dcd, #w-node-_07b5b497-86e3-cd7f-bed2-8cdfecb51724-108f7dcd, #w-node-d4d4751b-81c9-665b-cdb9-13eb2a2e6bd0-108f7dcd, #w-node-d2117076-3042-19f2-ff7f-07992883a8a5-108f7dcd, #w-node-c0f9fb5b-e5b8-40bc-1306-9dbeea8dd8a0-108f7dcd, #w-node-c8c450fd-a67b-4451-5373-255b59174db0-108f7dcd, #w-node-_3f4627c7-d348-54e5-122b-eb0e2e7c5371-108f7dcd, #w-node-_0c527550-0079-a78c-d9b0-eb10f40ed113-108f7dcd, #w-node-c258f010-abad-7bd6-703a-d9517e6494db-108f7dcd, #w-node-_208dd7ef-b531-dc75-ac61-cbcb503da5d3-108f7dcd, #w-node-_83cc869b-602f-9de0-237d-6c1fe8eacb2b-108f7dcd, #w-node-_212a890f-2f5e-eca8-7bd0-9348bda21334-108f7dcd, #w-node-_0d4527dd-9f59-79ab-7e85-501c3b70a710-108f7dcd, #w-node-_998cc397-f2aa-6ac8-8d06-a973d03b1a2a-2bb0f821, #w-node-_05c986e0-a9df-f7df-fd1f-679e5bc600b6-2bb0f821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bad87ba-e051-36d5-68a3-9a9347e0e6dc-2bb0f821 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_7e813522-c154-dffe-0c80-2408870ded61-2bb0f821 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ba272b80-e16d-a5fb-5350-1d3b19fbd62a-ee9fc74c, #w-node-f07edee5-644e-b56a-bab7-fcdecc2f5a8d-ee9fc74c, #w-node-ddc178fe-f6f0-dff0-a9b4-1619ecdd2d8d-ee9fc74c, #w-node-c8eacaa2-3409-1a72-60cd-f0316d9a6098-ee9fc74c, #w-node-d2e20206-8bf0-ce51-669c-0ccd10e80fb5-ee9fc74c, #w-node-d2e20206-8bf0-ce51-669c-0ccd10e80fbf-ee9fc74c, #w-node-d2e20206-8bf0-ce51-669c-0ccd10e80fc4-ee9fc74c, #w-node-d2e20206-8bf0-ce51-669c-0ccd10e80fd1-ee9fc74c, #w-node-_6aaf8387-2e72-e0e1-dfe4-c8ab48b1ed27-ee9fc74c, #w-node-_6aaf8387-2e72-e0e1-dfe4-c8ab48b1ed31-ee9fc74c, #w-node-_6aaf8387-2e72-e0e1-dfe4-c8ab48b1ed36-ee9fc74c, #w-node-_6aaf8387-2e72-e0e1-dfe4-c8ab48b1ed43-ee9fc74c, #w-node-e3a6d23a-3177-776a-3a01-3147cb92bc57-ee9fc74c, #w-node-_46d9d8b6-5517-de1e-3228-818227ca9032-ee9fc74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce11b0d5-b941-5dec-a40e-2ba760105cc7-27098994 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2f1a524-8c30-2b93-2030-9c40b63a052d-27098994 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a2f1a524-8c30-2b93-2030-9c40b63a0534-27098994 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a2f1a524-8c30-2b93-2030-9c40b63a0536-27098994 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a2f1a524-8c30-2b93-2030-9c40b63a053d-27098994, #w-node-a2f1a524-8c30-2b93-2030-9c40b63a0540-27098994, #w-node-a2f1a524-8c30-2b93-2030-9c40b63a0543-27098994 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2f1a524-8c30-2b93-2030-9c40b63a0548-27098994 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a2f1a524-8c30-2b93-2030-9c40b63a054a-27098994 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a2f1a524-8c30-2b93-2030-9c40b63a0551-27098994, #w-node-a2f1a524-8c30-2b93-2030-9c40b63a0554-27098994, #w-node-a2f1a524-8c30-2b93-2030-9c40b63a0557-27098994 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2f1a524-8c30-2b93-2030-9c40b63a055c-27098994 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a2f1a524-8c30-2b93-2030-9c40b63a055e-27098994 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a2f1a524-8c30-2b93-2030-9c40b63a0565-27098994, #w-node-a2f1a524-8c30-2b93-2030-9c40b63a0568-27098994, #w-node-a2f1a524-8c30-2b93-2030-9c40b63a056b-27098994 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85d955d1-0df1-4284-d0ea-7a1ab38063b5-27098994 {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_55b0e274-047e-37ad-5b0d-9b7db2f0a509-108f7dcd, #w-node-c7f3c1f4-9c2b-e5e2-c659-d80c23e7eebe-108f7dcd, #w-node-e7dbe742-ba17-3f43-0b8b-82f4dd2bd9b4-108f7dcd, #w-node-d4d4751b-81c9-665b-cdb9-13eb2a2e6bd0-108f7dcd, #w-node-a8d8e6db-e8f0-1f67-87ff-822eb25364fc-5e3bc1dd, #w-node-_171629ab-9ba6-0aa0-34ba-10189633728e-5e3bc1dd, #w-node-_067b4582-a43c-1a35-0610-23fe210c1e88-5e3bc1dd, #w-node-f2d70fae-f935-332c-e9e6-e298553abe8c-5e3bc1dd, #w-node-_0c62cf41-54ca-b9c1-3651-1e9d8b79ba5d-5e3bc1dd, #w-node-_7de3b3f7-c792-df75-dd87-0610f2b6f0ea-5e3bc1dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7ca0e977-e276-6ef1-816c-d813fcffc5ee-4efa5685 {
    justify-self: start;
  }

  #w-node-_981ca029-1d19-d262-9f04-37860d8683ee-4efa5685 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_279e64be-24a2-294a-e682-2bdccd3f0d86-4efa5685 {
    grid-column-end: 2;
  }

  #w-node-_279e64be-24a2-294a-e682-2bdccd3f0d8b-4efa5685 {
    grid-column: 2 / 3;
    grid-row-end: 9;
  }

  #w-node-_279e64be-24a2-294a-e682-2bdccd3f0d90-4efa5685 {
    grid-row-end: 10;
    grid-column-end: 2;
  }

  #w-node-_0355f839-9562-eb94-a24b-511fe3957efa-4efa5685 {
    grid-area: 11 / 2 / 15 / 3;
  }

  #w-node-_0c08931c-1815-e4d5-9bbd-1ef1cbc27e80-4efa5685 {
    grid-area: 12 / 1 / 17 / 2;
  }

  #w-node-fc63b36b-3012-f0c8-2091-d562b4875c55-4efa5685 {
    grid-area: 17 / 2 / 20 / 3;
  }

  #w-node-_1874c02c-c53a-8aa1-1ad6-9ebd1c993db6-4efa5685 {
    justify-self: start;
  }

  #w-node-_4e69ca89-6669-dd2b-0803-aaa822219fe2-4efa5685 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0ffb0b5f-5b87-2033-8ba2-1d2a4e52fcfc-4efa5685 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f0502cb1-c685-732a-6fb0-e1b786d62009-4efa5685, #w-node-a2b827d5-388b-7e82-5abc-7fe2a1919399-4efa5685 {
    justify-self: start;
  }

  #w-node-a2b827d5-388b-7e82-5abc-7fe2a191937f-4efa5685, #w-node-a2bf65aa-9797-0786-ff87-96f5403a891c-4efa5685 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-be998571-769e-f586-3512-aa2ddc99be1b-4efa5685 {
    justify-self: start;
  }

  #w-node-_37df4cd1-dd0a-a59b-ef1f-cd33b56582aa-4efa5685 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a8ac049c-4aff-230b-53c0-eb6bb4d4667b-4efa5685, #w-node-_1032087c-528d-30f5-ad56-2f7fa4f6cbf1-4efa5685, #w-node-_138e9289-ff87-ecd9-33d5-368f6fbfe239-4efa5685 {
    justify-self: start;
  }

  #w-node-d4e2e01a-e86a-009a-cf96-1323996b120d-4efa5685 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d4e2e01a-e86a-009a-cf96-1323996b1213-4efa5685 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_53703dd4-62a2-dd2f-20c2-5e6b3698cc59-4efa5685 {
    justify-self: start;
  }

  #w-node-ddaa4bcb-169f-da0d-4095-82094564b74e-4564b730 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afa306de-ca5f-9820-b91b-f545dff0173a-108f7dcd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: end;
  }

  #w-node-_6f7659cc-00f7-c758-b7ad-fc2ffa93b6ee-108f7dcd, #w-node-_6ae87a2a-d78f-2fce-248a-9fa7f1d4d565-108f7dcd {
    align-self: end;
  }

  #w-node-_8bad87ba-e051-36d5-68a3-9a9347e0e6dc-2bb0f821 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-ba272b80-e16d-a5fb-5350-1d3b19fbd62a-ee9fc74c, #w-node-d2e20206-8bf0-ce51-669c-0ccd10e80fb5-ee9fc74c, #w-node-_6aaf8387-2e72-e0e1-dfe4-c8ab48b1ed27-ee9fc74c {
    grid-column: span 3 / span 3;
  }

  #w-node-a2f1a524-8c30-2b93-2030-9c40b63a052d-27098994, #w-node-_85d955d1-0df1-4284-d0ea-7a1ab38063b5-27098994 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_279e64be-24a2-294a-e682-2bdccd3f0d86-4efa5685, #w-node-_279e64be-24a2-294a-e682-2bdccd3f0d8b-4efa5685, #w-node-_279e64be-24a2-294a-e682-2bdccd3f0d90-4efa5685, #w-node-_0355f839-9562-eb94-a24b-511fe3957efa-4efa5685, #w-node-_0c08931c-1815-e4d5-9bbd-1ef1cbc27e80-4efa5685, #w-node-fc63b36b-3012-f0c8-2091-d562b4875c55-4efa5685, #w-node-ddaa4bcb-169f-da0d-4095-82094564b74e-4564b730 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c9eb10b8-6a43-d8c3-b3b1-73edab31b092-4efa5685 {
    justify-self: start;
  }

  #w-node-ddaa4bcb-169f-da0d-4095-82094564b734-4564b730, #w-node-ddaa4bcb-169f-da0d-4095-82094564b741-4564b730 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ddaa4bcb-169f-da0d-4095-82094564b74e-4564b730 {
    grid-column: span 1 / span 1;
  }

  #w-node-ba272b80-e16d-a5fb-5350-1d3b19fbd62a-ee9fc74c, #w-node-c8eacaa2-3409-1a72-60cd-f0316d9a6098-ee9fc74c, #w-node-d2e20206-8bf0-ce51-669c-0ccd10e80fb5-ee9fc74c, #w-node-d2e20206-8bf0-ce51-669c-0ccd10e80fd1-ee9fc74c, #w-node-_6aaf8387-2e72-e0e1-dfe4-c8ab48b1ed27-ee9fc74c, #w-node-_6aaf8387-2e72-e0e1-dfe4-c8ab48b1ed43-ee9fc74c {
    grid-column: span 2 / span 2;
  }

  #w-node-a2f1a524-8c30-2b93-2030-9c40b63a0534-27098994 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2f1a524-8c30-2b93-2030-9c40b63a0543-27098994 {
    grid-column: span 2 / span 2;
  }

  #w-node-a2f1a524-8c30-2b93-2030-9c40b63a0548-27098994 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2f1a524-8c30-2b93-2030-9c40b63a0557-27098994 {
    grid-column: span 2 / span 2;
  }

  #w-node-a2f1a524-8c30-2b93-2030-9c40b63a055c-27098994 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2f1a524-8c30-2b93-2030-9c40b63a056b-27098994 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Apercu';
  src: url('../fonts/apercu-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/apercu-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Mono';
  src: url('../fonts/apercu-mono-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noedisplay';
  src: url('../fonts/NoeDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noedisplay';
  src: url('../fonts/NoeDisplay-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}</pre></body></html>