/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \************************************************************************************************************/
@import url(https://use.typekit.net/hlv7nrp.css);
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (1) ***!
  \****************************************************************************************************************/
/**
* _colors.scss
* 
* do NOT mutate this file, as it is generated automatically
**/
/*
* system
*/
/*
* custom
*/
h1, h2, h3, h4, h5, h6, ol, ul, p {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6, ol, ul, p {
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, ol, ul, p {
    max-width: 600px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 0;
}
h1 span.bas-underline-red,
h1 span.bas-underline-blue,
h1 span.bas-underline-gray, h2 span.bas-underline-red,
h2 span.bas-underline-blue,
h2 span.bas-underline-gray, h3 span.bas-underline-red,
h3 span.bas-underline-blue,
h3 span.bas-underline-gray, h4 span.bas-underline-red,
h4 span.bas-underline-blue,
h4 span.bas-underline-gray, h5 span.bas-underline-red,
h5 span.bas-underline-blue,
h5 span.bas-underline-gray, h6 span.bas-underline-red,
h6 span.bas-underline-blue,
h6 span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  #primary:not(.bas--stylized-page) h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #primary:not(.bas--stylized-page) h2 {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #primary:not(.bas--stylized-page) h2 {
    font-size: 30px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  #primary:not(.bas--stylized-page) h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 18px;
  }
}

p, ol, ul {
  line-height: 1.8em;
}
@media (min-width: 992px) {
  p, ol, ul {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p, ol, ul {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  p, ol, ul {
    font-size: 1rem;
  }
}

[class$=__button-container] {
  text-align: center;
}

.bas-button {
  font-family: "factoria", serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2em;
  text-decoration: none;
  background-color: #cccccc;
  display: inline-block;
  padding: 0.5em 2em;
  border-radius: 0.25em;
  border: 1px solid #333333 !important;
  position: relative;
  cursor: none;
}
@media (min-width: 992px) {
  .bas-button {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-button {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .bas-button {
    font-size: 1.2rem;
  }
}
.bas-button::after {
  content: "";
  height: 150px;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -90px;
  border-radius: 50%;
  transform-origin: center;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  transform: scale(0);
  transition: all 0.25s ease;
}
@media (min-width: 768px) {
  .bas-button:hover::after {
    transform: scale(100%, 5%);
  }
}
.bas-button__hover-el {
  z-index: 1;
  content: "";
  position: absolute;
  height: 100%;
  background-color: #333333;
  top: 0;
  left: 0;
  border-radius: calc(0.25em - 1px);
  border: 1px solid #333333;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
@media (min-width: 992px) {
  .bas-button__hover-el {
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-button__hover-el {
    width: 52px;
  }
}
@media (max-width: 767px) {
  .bas-button__hover-el {
    display: none;
  }
}
.bas-button:hover .bas-button__hover-el {
  opacity: 1;
}
.bas-button span {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.bas-button--red {
  background-color: #bf3a3a;
  color: #fff !important;
}
.bas-button--red .bas-button__hover-el {
  border-color: #bf3a3a;
}
.bas-button--blue {
  background-color: #3f3fd8;
  color: #fff !important;
}
.bas-button--blue .bas-button__hover-el {
  border-color: #3f3fd8;
}

.bas-button-alt {
  font-family: "factoria", serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2em;
  text-decoration: none;
  background-color: #fff;
  display: inline-block;
  padding: 0.5em 2em;
  border-radius: 0.25em;
  color: #333333 !important;
  border: 1px solid #0f0f0f !important;
  position: relative;
  font-size: 1rem;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.bas-button-alt:hover {
  color: #fff !important;
  background-color: #bf3a3a;
}

.bas-block--desktop {
  position: relative;
}
@media (max-width: 767px) {
  .bas-block--desktop {
    display: none;
  }
}

.bas-block--sticky-outer-100,
.bas-block--sticky-outer-200,
.bas-block--sticky-outer-300,
.bas-block--sticky-outer-400 {
  position: relative;
  padding-bottom: 48px;
}

.bas-block--sticky {
  padding-top: 70px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bas-block--sticky::-webkit-scrollbar {
  display: none;
}
.bas-block--sticky--padded {
  padding: 80px 24px 48px 24px;
}
.bas-block--sticky--padded-top-bottom {
  padding: 48px 0;
}

body.admin-bar .bas-block--sticky {
  padding-top: 102px;
  min-height: calc(100vh - 32px);
}
@media (min-width: 768px) and (max-width: 782px) {
  body.admin-bar .bas-block--sticky {
    min-height: calc(100vh - 46px);
  }
}
@media (max-width: 767px) {
  body.admin-bar .bas-block--sticky {
    min-height: calc(100vh - 46px);
  }
}

body.admin-bar .bas-element--stick-to-top {
  top: 102px;
}
@media (min-width: 768px) and (max-width: 782px) {
  body.admin-bar .bas-element--stick-to-top {
    top: 116px;
  }
}
@media (max-width: 767px) {
  body.admin-bar .bas-element--stick-to-top {
    top: 96px;
  }
}

.bas-container--large {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
}

.bas-container--medium {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
}

.bas--vertical-center,
.bas--vertical-center-abs {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.bas--vertical-center-abs {
  position: absolute;
}

.bas--horizontal-center,
.bas--horizontal-center-abs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.bas--horizontal-center-abs {
  position: absolute;
}

.bas-block--mobile--full-height {
  height: 100vh;
  min-height: 700px;
}

body.admin-bar .bas-block--mobile--full-height {
  height: calc(100vh - 32px);
}
@media (min-width: 768px) and (max-width: 782px) {
  body.admin-bar .bas-block--mobile--full-height {
    height: calc(100vh - 46px);
  }
}
@media (max-width: 767px) {
  body.admin-bar .bas-block--mobile--full-height {
    height: calc(100vh - 46px);
  }
}

.bas--controls {
  overflow: hidden;
  position: absolute;
  z-index: 999999;
  right: 10px;
  background-color: #333333;
  border-radius: 6px;
  border: 1px solid #0f0f0f;
}
@media (min-width: 768px) {
  .bas--controls {
    height: 50px;
    top: 35px;
  }
}
@media (max-width: 767px) {
  .bas--controls {
    height: 40px;
    top: 30px;
  }
}
.bas--controls a {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  color: #fff !important;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  transition: color 0.25s ease, background-color 0.25s ease;
}
.bas--controls a span.bas-underline-red,
.bas--controls a span.bas-underline-blue,
.bas--controls a span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .bas--controls a {
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .bas--controls a {
    height: 38px;
    line-height: 38px;
    font-size: 0;
  }
}
.bas--controls a img {
  height: 20px;
  transform: translateY(5px);
  transition: filter 0.25s ease;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .bas--controls a img {
    transform: translateY(9px);
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .bas--controls a:hover {
    background-color: #fff;
    color: #bf3a3a !important;
  }
  .bas--controls a:hover img {
    filter: invert(1);
  }
}

.bas-block--mobile {
  position: relative;
}
@media (min-width: 768px) {
  .bas-block--mobile {
    display: none;
  }
}

.bas-block--mobile--padded {
  padding: 48px 24px;
}

.bas-block--mobile--padded-top-bottom {
  padding: 48px 0;
}

.bas-block--mobile--padded-large {
  padding: 90px 24px;
}

.bas-form {
  max-width: 800px;
  margin: 0 auto;
}
.bas-form__fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .bas-form__fields {
    column-gap: 24px;
    row-gap: 48px;
  }
}
@media (max-width: 767px) {
  .bas-form__fields {
    column-gap: 18px;
    row-gap: 36px;
  }
}
.bas-form__directions {
  text-align: left;
  max-width: 100%;
  width: 100%;
  margin: 0;
  margin-bottom: 2em;
}
.bas-form__directions .featured {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
  text-decoration: none !important;
  font-size: 2rem;
  color: #3f3fd8;
  transition: color 0.25s ease;
}
.bas-form__directions .featured span.bas-underline-red,
.bas-form__directions .featured span.bas-underline-blue,
.bas-form__directions .featured span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.bas-form__directions .featured:hover {
  color: #bf3a3a;
}
.bas-form__group {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .bas-form__group--half {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .bas-form__group--half {
    width: calc(50% - 9px);
  }
}
@media (min-width: 768px) {
  .bas-form__group--third {
    width: calc(33.3% - 16px);
  }
}
@media (max-width: 767px) {
  .bas-form__group--third {
    width: calc(33.3% - 12px);
  }
}
.bas-form__group label {
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  position: absolute;
  top: 0;
  left: 10px;
  transition: transform 0.25s ease, font-size 0.25s ease, color 0.25s ease;
  pointer-events: none;
}
@media (min-width: 768px) {
  .bas-form__group label {
    transform: translateY(18px);
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .bas-form__group label {
    transform: translateY(12px);
    font-size: 0.9rem;
  }
}
.bas-form__group input, .bas-form__group select, .bas-form__group textarea {
  color: #333333;
}
.bas-form__group input[type=text], .bas-form__group input[type=email], .bas-form__group select, .bas-form__group textarea {
  width: 100%;
  border: 1px solid #6d6d6d;
  transition: border 0.25s ease, background-color 0.25s ease, padding 0.25s ease;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.bas-form__group input[type=text]:focus, .bas-form__group input[type=email]:focus, .bas-form__group select:focus, .bas-form__group textarea:focus {
  border-color: #3f3fd8;
  border-width: 2px;
  background-color: #f3f3f3;
}
.bas-form__group input[type=text]:focus + label, .bas-form__group input[type=email]:focus + label, .bas-form__group select:focus + label, .bas-form__group textarea:focus + label {
  color: #3f3fd8;
}
.bas-form__group input[type=text].error, .bas-form__group input[type=email].error, .bas-form__group select.error, .bas-form__group textarea.error {
  border-color: #bf3a3a;
  border-width: 2px;
}
.bas-form__group input[type=text].error + label, .bas-form__group input[type=email].error + label, .bas-form__group select.error + label, .bas-form__group textarea.error + label {
  color: #bf3a3a;
}
.bas-form__group input[type=text]::placeholder, .bas-form__group input[type=email]::placeholder, .bas-form__group select::placeholder, .bas-form__group textarea::placeholder {
  font-size: 0;
}
@media (min-width: 768px) {
  .bas-form__group input[type=text], .bas-form__group input[type=email], .bas-form__group select {
    height: 56px;
  }
}
@media (max-width: 767px) {
  .bas-form__group input[type=text], .bas-form__group input[type=email], .bas-form__group select {
    height: 42px;
  }
}
.bas-form__group select {
  padding-left: 5px;
}
.bas-form__group select:not(:valid) {
  font-size: 0;
}
.bas-form__group input[type=text]:focus, .bas-form__group input[type=text]:not(:placeholder-shown), .bas-form__group input[type=text]:-webkit-autofill,
.bas-form__group input[type=email]:focus, .bas-form__group input[type=email]:not(:placeholder-shown), .bas-form__group input[type=email]:-webkit-autofill,
.bas-form__group textarea:focus, .bas-form__group textarea:not(:placeholder-shown), .bas-form__group textarea:-webkit-autofill,
.bas-form__group select:-webkit-autofill, .bas-form__group select:valid {
  padding-top: 15px;
}
.bas-form__group input[type=text]:focus ~ label, .bas-form__group input[type=text]:not(:placeholder-shown) ~ label, .bas-form__group input[type=text]:-webkit-autofill ~ label,
.bas-form__group input[type=email]:focus ~ label, .bas-form__group input[type=email]:not(:placeholder-shown) ~ label, .bas-form__group input[type=email]:-webkit-autofill ~ label,
.bas-form__group textarea:focus ~ label, .bas-form__group textarea:not(:placeholder-shown) ~ label, .bas-form__group textarea:-webkit-autofill ~ label,
.bas-form__group select:-webkit-autofill ~ label, .bas-form__group select:valid ~ label {
  transform: translateY(4px);
}
@media (min-width: 768px) {
  .bas-form__group input[type=text]:focus ~ label, .bas-form__group input[type=text]:not(:placeholder-shown) ~ label, .bas-form__group input[type=text]:-webkit-autofill ~ label,
  .bas-form__group input[type=email]:focus ~ label, .bas-form__group input[type=email]:not(:placeholder-shown) ~ label, .bas-form__group input[type=email]:-webkit-autofill ~ label,
  .bas-form__group textarea:focus ~ label, .bas-form__group textarea:not(:placeholder-shown) ~ label, .bas-form__group textarea:-webkit-autofill ~ label,
  .bas-form__group select:-webkit-autofill ~ label, .bas-form__group select:valid ~ label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .bas-form__group input[type=text]:focus ~ label, .bas-form__group input[type=text]:not(:placeholder-shown) ~ label, .bas-form__group input[type=text]:-webkit-autofill ~ label,
  .bas-form__group input[type=email]:focus ~ label, .bas-form__group input[type=email]:not(:placeholder-shown) ~ label, .bas-form__group input[type=email]:-webkit-autofill ~ label,
  .bas-form__group textarea:focus ~ label, .bas-form__group textarea:not(:placeholder-shown) ~ label, .bas-form__group textarea:-webkit-autofill ~ label,
  .bas-form__group select:-webkit-autofill ~ label, .bas-form__group select:valid ~ label {
    font-size: 12px;
  }
}
.bas-form__group textarea {
  height: 200px;
  resize: none;
}
.bas-form__error {
  color: #bf3a3a;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
  max-width: 100%;
}
@media (min-width: 768px) {
  .bas-form__error {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .bas-form__error {
    font-size: 0.9rem;
  }
}
.bas-form__global-errors .bas-form__error {
  margin-top: 0px;
  margin-bottom: 1rem;
}
.bas-form__global-errors .bas-form__error.success {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1.8rem;
  color: #3f3fd8;
}
.bas-form__global-errors .bas-form__error.success span.bas-underline-red,
.bas-form__global-errors .bas-form__error.success span.bas-underline-blue,
.bas-form__global-errors .bas-form__error.success span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.bas-form__global-errors .bas-form__error:last-child {
  margin-bottom: 2rem;
}

.xdsoft_datetimepicker {
  z-index: 999999 !important;
}

svg * {
  position: relative;
}
svg .bas-svg-stroke * {
  stroke-dashoffset: 2000;
  stroke-dasharray: 2000;
}
svg .bas-svg-fill * {
  opacity: 0;
}
svg .bas-svg-grow * {
  transform-origin: center center;
  transform: scale(0);
  transform-box: fill-box;
}

html, body {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#wpadminbar {
  z-index: 999999999999;
}
@media (max-width: 782px) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}

.grecaptcha-badge {
  z-index: 999999;
}

#primary:not(.bas--stylized-page) {
  padding: 0 24px;
}

body.bas--modal-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  .bas-footer {
    padding: 100px 24px;
  }
}
@media (max-width: 767px) {
  .bas-footer {
    padding: 70px 24px;
  }
}
.bas-footer__logo-container {
  text-align: center;
}
@media (min-width: 768px) {
  .bas-footer__logo-container {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .bas-footer__logo-container {
    margin-bottom: 70px;
  }
}
.bas-footer__logo-container a {
  display: inline-block;
  transition: filter 0.25s ease;
}
@media (min-width: 768px) {
  .bas-footer__logo-container a {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .bas-footer__logo-container a {
    height: 70px;
  }
}
@media (max-width: 575px) {
  .bas-footer__logo-container a {
    height: 50px;
  }
}
.bas-footer__logo-container a:hover {
  filter: brightness(20%);
}
.bas-footer__logo-container a img {
  height: 100%;
  width: auto;
}
.bas-footer__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 24px;
  row-gap: 30px;
}
@media (min-width: 768px) {
  .bas-footer__flex {
    flex-wrap: nowrap;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .bas-footer__flex {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
}
.bas-footer__column {
  text-align: center;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .bas-footer__column {
    width: calc(33% - 16px);
  }
}
@media (max-width: 767px) {
  .bas-footer__column {
    width: 100%;
  }
}
.bas-footer__column__info {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
  text-decoration: none;
  color: #333333 !important;
}
.bas-footer__column__info span.bas-underline-red,
.bas-footer__column__info span.bas-underline-blue,
.bas-footer__column__info span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
  .bas-footer__column__info {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .bas-footer__column__info {
    font-size: 1.2rem;
  }
}
.bas-footer__column__info span {
  display: block;
  transition: color 0.25s ease;
}
.bas-footer__column__info span.bas-footer__column__info__subtitle {
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  color: #333333 !important;
  display: block;
}
@media (min-width: 768px) {
  .bas-footer__column__info span.bas-footer__column__info__subtitle {
    font-size: 0.75em;
    margin-bottom: 0.75em;
  }
}
@media (max-width: 767px) {
  .bas-footer__column__info span.bas-footer__column__info__subtitle {
    font-size: 0.85em;
  }
}
.bas-footer__column a:hover span:not(.bas-footer__column__info__subtitle) {
  color: #3f3fd8 !important;
}
@media (min-width: 768px) {
  .bas-footer__colophon {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .bas-footer__colophon {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .bas-footer__colophon p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .bas-footer__colophon p {
    font-size: 0.8rem;
  }
}
.bas-footer__colophon p a {
  text-decoration: none;
  color: #333333;
  font-weight: 700;
  transition: color 0.25s ease;
}
.bas-footer__colophon p a:hover {
  color: #3f3fd8;
}
.bas-footer__kysites {
  text-align: center;
}
.bas-footer__kysites a {
  display: inline-block;
  transition: filter 0.25s ease;
}
@media (min-width: 768px) {
  .bas-footer__kysites a {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .bas-footer__kysites a {
    height: 30px;
  }
}
.bas-footer__kysites a:hover {
  filter: brightness(20%);
}
.bas-footer__kysites a img {
  height: 100%;
  width: auto;
}

.bas-gpdr {
  position: fixed;
  bottom: 10px;
  width: calc(100vw - 20px);
  background-color: #333333;
  left: 10px;
  padding: 48px 24px;
  border-radius: 6px;
  border: 1px solid #0f0f0f;
  z-index: 99999;
  transform: translateY(calc(100% + 10px));
  transition: transform 0.25s ease;
}
.bas-gpdr.active {
  transform: none;
}
.bas-gpdr p {
  font-size: 1.2rem;
  color: #fff;
}
.bas-gpdr p:first-of-type {
  margin-top: 0;
}
.bas-gpdr p:last-of-type {
  margin-bottom: 0;
}
.bas-gpdr p a:not(.bas-button-alt) {
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}
.bas-gpdr p a:not(.bas-button-alt):hover {
  text-decoration: underline;
}

.bas-header {
  width: 100%;
  top: 0;
}
.bas-header__logo {
  display: inline-block;
  z-index: 9999999;
  top: 10px;
  left: 10px;
  position: fixed;
}
@media (min-width: 768px) {
  .bas-header__logo {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .bas-header__logo {
    height: 80px;
  }
}
.bas-header__logo img {
  height: 100%;
}
.bas-header__link {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  color: #fff !important;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  transition: color 0.25s ease, background-color 0.25s ease;
  border: none !important;
}
.bas-header__link span.bas-underline-red,
.bas-header__link span.bas-underline-blue,
.bas-header__link span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .bas-header__link {
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .bas-header__link {
    height: 38px;
    line-height: 38px;
    font-size: 0;
  }
}
.bas-header__link img {
  height: 20px;
  transform: translateY(5px);
  transition: filter 0.25s ease;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .bas-header__link img {
    transform: translateY(9px);
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .bas-header__link:hover {
    background-color: #fff;
    color: #bf3a3a !important;
  }
  .bas-header__link:hover img {
    filter: invert(1);
  }
}
.bas-header__left {
  position: fixed;
  z-index: 9999;
  left: 20px;
  overflow: hidden;
  background-color: #333333;
  border-radius: 6px;
  border: 1px solid #0f0f0f;
}
@media (min-width: 768px) {
  .bas-header__left {
    padding-left: 121px;
    height: 50px;
    top: 35px;
  }
}
@media (max-width: 767px) {
  .bas-header__left {
    padding-left: 100px;
    height: 40px;
    top: 30px;
  }
}
.bas-header__left .bas-header__link {
  padding-left: 30px;
}
.bas-header__left .bas-header__link:hover {
  color: #3f3fd8 !important;
}
.bas-header__right {
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  right: 10px;
  background-color: #333333;
  border-radius: 6px;
  border: 1px solid #0f0f0f;
}
@media (min-width: 768px) {
  .bas-header__right {
    height: 50px;
    top: 35px;
  }
}
@media (max-width: 767px) {
  .bas-header__right {
    height: 40px;
    top: 30px;
  }
}

@media (min-width: 783px) {
  body.admin-bar .bas-header__logo {
    top: 40px;
  }
}
@media (max-width: 782px) {
  body.admin-bar .bas-header__logo {
    top: 56px;
  }
}
@media (min-width: 783px) {
  body.admin-bar .bas-header__left, body.admin-bar .bas-header__right {
    top: 67px;
  }
}
@media (min-width: 768px) and (max-width: 782px) {
  body.admin-bar .bas-header__left, body.admin-bar .bas-header__right {
    top: 81px;
  }
}
@media (max-width: 767px) {
  body.admin-bar .bas-header__left, body.admin-bar .bas-header__right {
    top: 76px;
  }
}

@keyframes rotateSteeringWheel {
  0% {
    transform: rotate(-45deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
.bas-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  left: 0;
  background-color: #3f3fd8;
}
.bas-loader__inner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (min-width: 768px) {
  .bas-loader__inner {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 767px) {
  .bas-loader__inner {
    height: 220px;
    width: 220px;
  }
}
.bas-loader__inner svg {
  height: 320px;
  width: 320px;
  transform: rotate(-45deg);
  animation: rotateSteeringWheel 2s infinite;
  animation-timing-function: ease-in-out;
  transform-box: content-box;
}
@media (min-width: 768px) {
  .bas-loader__inner svg {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 767px) {
  .bas-loader__inner svg {
    height: 220px;
    width: 220px;
  }
}

@media (min-width: 783px) {
  body.admin-bar .bas-loader {
    height: calc(100vh - 32px);
    top: 32px;
  }
}
@media (max-width: 782px) {
  body.admin-bar .bas-loader {
    height: calc(100vh - 46px);
    top: 46px;
  }
}

.bas-menu {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  left: -100%;
  left: 0;
  width: 100%;
  display: flex;
  height: 100vh;
}
.bas-menu.bas--modal-hidden {
  opacity: 0;
}
@media (min-width: 768px) {
  .bas-menu {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .bas-menu {
    flex-direction: column-reverse;
    justify-content: start;
  }
}
.bas-menu__gray, .bas-menu__white {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 768px) {
  .bas-menu__gray, .bas-menu__white {
    padding: 150px 24px 24px 24px;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .bas-menu__gray, .bas-menu__white {
    padding: 24px;
    width: 100%;
  }
}
.bas-menu__gray::-webkit-scrollbar, .bas-menu__white::-webkit-scrollbar {
  display: none;
}
.bas-menu__gray {
  background-color: #333333;
  color: #fff;
}
@media (max-width: 767px) {
  .bas-menu__gray {
    padding: 24px;
    flex-grow: 1;
  }
  .bas-menu__gray ul {
    max-width: 100%;
  }
}
.bas-menu__white {
  background-color: #fff;
}
@media (max-width: 767px) {
  .bas-menu__white {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .bas-menu__white__inner {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}
.bas-menu__white__inner a {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  color: #333333;
  text-decoration: none;
  transition: color 0.25s ease;
  text-align: right;
  display: block;
  font-size: 1.4rem;
  column-gap: 24px;
  row-gap: 24px;
}
.bas-menu__white__inner a span.bas-underline-red,
.bas-menu__white__inner a span.bas-underline-blue,
.bas-menu__white__inner a span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .bas-menu__white__inner a:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .bas-menu__white__inner a {
    width: calc(33% - 16px);
    transform: none !important;
    text-align: left;
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bas-menu__white__inner a {
    width: calc(33% - 16px);
  }
}
@media (max-width: 575px) {
  .bas-menu__white__inner a {
    width: calc(50% - 12px);
  }
  .bas-menu__white__inner a:nth-of-type(3) {
    display: none;
  }
}
.bas-menu__white__inner a:hover {
  color: #3f3fd8;
}
.bas-menu__white__inner a .menu-item-description {
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
  font-size: 0.75em;
}
.bas-menu__white__inner a span {
  display: block;
}
.bas-menu__white__inner a span.bas-menu__white__link__subtitle {
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}
@media (min-width: 768px) {
  .bas-menu__white__inner a span.bas-menu__white__link__subtitle {
    font-size: 0.75em;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .bas-menu__white__inner a span.bas-menu__white__link__subtitle {
    font-size: 0.85em;
  }
}
.bas-menu .menu-main-menu-container ul {
  padding: 0;
}
.bas-menu .menu-main-menu-container ul li {
  list-style: none;
}
.bas-menu .menu-main-menu-container ul li:not(:last-of-type) {
  margin-bottom: 40px;
}
.bas-menu .menu-main-menu-container ul li a {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
  font-size: 1.4rem;
  display: block;
}
.bas-menu .menu-main-menu-container ul li a span.bas-underline-red,
.bas-menu .menu-main-menu-container ul li a span.bas-underline-blue,
.bas-menu .menu-main-menu-container ul li a span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.bas-menu .menu-main-menu-container ul li a .menu-item-description {
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
  font-size: 0.75em;
}

@media (min-width: 783px) {
  body.admin-bar .bas-menu {
    top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 782px) {
  body.admin-bar .bas-menu {
    top: 46px;
  }
}

body:not(.bas--modal-open) .bas-menu {
  overflow: hidden;
}

.bas-modal {
  position: fixed;
  z-index: 99999;
  background-color: #fff;
  left: -100%;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bas-modal.bas--modal-hidden {
  opacity: 0;
}
.bas-modal::-webkit-scrollbar {
  display: none;
}
.bas-modal__inner {
  display: flex;
  width: 100%;
  min-height: 100%;
}
@media (min-width: 768px) {
  .bas-modal__inner {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .bas-modal__inner {
    flex-direction: column;
    justify-content: start;
  }
}
.bas-modal__left, .bas-modal__right {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .bas-modal__left, .bas-modal__right {
    padding: 150px 24px 24px 24px;
  }
  .bas-modal__left .bas-form, .bas-modal__right .bas-form {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .bas-modal__left, .bas-modal__right {
    padding: 24px;
    width: 100%;
  }
}
.bas-modal__left {
  background-color: #333333;
  color: #fff;
}
@media (min-width: 768px) {
  .bas-modal__left {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .bas-modal__left h2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bas-modal__left {
    padding-top: 110px;
    text-align: center;
  }
}
.bas-modal--red .bas-modal__left {
  background-color: #bf3a3a;
}
.bas-modal--blue .bas-modal__left {
  background-color: #3f3fd8;
}
.bas-modal__right {
  background-color: #fff;
}
@media (min-width: 768px) {
  .bas-modal__right {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .bas-modal__right {
    flex-grow: 1;
    padding-top: 48px;
  }
}
@media (min-width: 768px) {
  .bas-modal__graphic {
    position: fixed;
    bottom: 24px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .bas-modal__graphic svg {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bas-modal__graphic svg {
    width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-modal__graphic svg {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .bas-modal__graphic {
    text-align: center;
    width: 100%;
    padding-bottom: 24px;
  }
  .bas-modal__graphic svg {
    height: 120px;
  }
}

@media (min-width: 783px) {
  body.admin-bar .bas-modal {
    height: calc(100vh - 32px);
    top: 32px;
  }
}
@media (max-width: 782px) {
  body.admin-bar .bas-modal {
    height: calc(100vh - 46px);
    top: 46px;
  }
}

body:not(.bas--modal-open) .bas-modal {
  overflow: hidden;
}

.bas-404 {
  background-color: #e6e6e6;
  height: 100vh;
  min-height: 700px;
  margin-left: -24px;
  margin-right: -24px;
  text-align: center;
}
.bas-404__inner {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.bas-404__inner h1 {
  margin-bottom: 0.2em;
  color: #bf3a3a;
  line-height: 0.6em;
}
@media (min-width: 1200px) {
  .bas-404__inner h1 {
    font-size: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bas-404__inner h1 {
    font-size: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-404__inner h1 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .bas-404__inner h1 {
    font-size: 70px;
  }
}
.bas-404__inner h2 {
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.bas-404__inner p {
  margin-bottom: 2em;
}

.bas-cta {
  background-color: #e6e6e6;
}
.bas-cta__image {
  width: 100%;
  max-width: 600px;
  max-height: 200px;
  margin: 0 auto 30px auto;
}
.bas-cta__image svg {
  display: inline-block;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 200px;
}
.bas-cta__image * {
  position: relative;
}
.bas-cta__image .bas-svg-stroke * {
  stroke-dashoffset: 2000;
  stroke-dasharray: 2000;
}
.bas-cta__image .bas-svg-fill * {
  opacity: 0;
}
.bas-cta__image .bas-svg-grow * {
  transform-origin: center center;
  transform: scale(0);
  transform-box: fill-box;
}
.bas-cta h2 {
  text-align: center;
}
.bas-cta__button-container {
  margin-bottom: -20px;
}
.bas-cta__button-container a {
  margin-bottom: 20px;
}

.bas-cta-mobile {
  background-color: #e6e6e6;
}
.bas-cta-mobile h2 {
  text-align: center;
}
.bas-cta-mobile__image {
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 20px auto;
  text-align: center;
}
.bas-cta-mobile__image svg {
  height: 150px;
}
.bas-cta-mobile__button-container {
  margin-bottom: -20px;
  margin-top: 40px;
}
.bas-cta-mobile__button-container a {
  margin-bottom: 20px;
}

.bas-hero {
  text-align: center;
  background-color: #333333;
  color: #fff;
}
@media (min-width: 1200px) {
  .bas-hero {
    padding: 240px 24px 24px 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bas-hero {
    padding: 180px 24px 24px 24px;
  }
}
@media (max-width: 991px) {
  .bas-hero {
    padding: 140px 24px 24px 24px;
  }
}
.bas-hero--blue {
  background-color: #3f3fd8;
}
.bas-hero--red {
  background-color: #bf3a3a;
}
@media (min-width: 768px) {
  .bas-hero--space-below {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .bas-hero--space-below {
    margin-bottom: 100px;
  }
}
.bas-hero h1 {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.1em;
  text-decoration-color: #0f0f0f;
  margin-bottom: 0;
}

#primary:not(.bas--stylized-page) .bas-hero {
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 768px) {
  #primary:not(.bas--stylized-page) .bas-hero {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  #primary:not(.bas--stylized-page) .bas-hero {
    margin-bottom: 75px;
  }
}

.bas-hero-large {
  position: relative;
  color: #fff;
  background-color: #3f3fd8;
}
.bas-hero-large__image {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .bas-hero-large__image {
    display: none;
  }
}
@media (min-width: 768px) {
  .bas-hero-large__image-mobile {
    display: none;
  }
}
.bas-hero-large h1 {
  text-align: center;
  max-width: 1400px;
  transform: translateY(0.3em);
  margin-bottom: 1em;
}

.bas-hero-large-mobile {
  background-color: #3f3fd8;
  overflow: hidden;
}
.bas-hero-large-mobile h1 {
  color: #fff;
  text-align: center;
}
.bas-hero-large-mobile__image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.bas-hero-large-mobile__image svg {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
@media (min-width: 576px) and (max-width: 767px) {
  .bas-hero-large-mobile__image svg {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .bas-hero-large-mobile__image svg {
    height: 300px;
  }
}

.bas-model-showcase {
  color: #333333;
}
.bas-model-showcase__image {
  width: 100%;
  margin: 30px auto 30px auto;
  text-align: center;
}
@media (min-width: 992px) {
  .bas-model-showcase__image {
    max-height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-model-showcase__image {
    max-height: 170px;
  }
}
@media (min-width: 992px) {
  .bas-model-showcase__image svg {
    height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-model-showcase__image svg {
    height: 170px;
  }
}
.bas-model-showcase__title {
  text-align: center;
}
@media (min-width: 992px) {
  .bas-model-showcase__title {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-model-showcase__title {
    font-size: 50px;
  }
}
.bas-model-showcase__title__line-1, .bas-model-showcase__title__line-2 {
  display: block;
}
.bas-model-showcase__title__line-1 {
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 0.5em;
}
.bas-model-showcase__title__line-2 {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
}
.bas-model-showcase__title__line-2 span.bas-underline-red,
.bas-model-showcase__title__line-2 span.bas-underline-blue,
.bas-model-showcase__title__line-2 span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.bas-model-showcase__model-year {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}
.bas-model-showcase__model-year span.bas-underline-red,
.bas-model-showcase__model-year span.bas-underline-blue,
.bas-model-showcase__model-year span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
  .bas-model-showcase__model-year {
    font-size: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-model-showcase__model-year {
    font-size: 90px;
  }
}
.bas-model-showcase__caption {
  text-align: center;
}
@media (min-width: 992px) {
  .bas-model-showcase__caption {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-model-showcase__caption {
    font-size: 32px;
  }
}

.bas-model-showcase-mobile {
  overflow: hidden;
  color: #333333;
}
.bas-model-showcase-mobile__image {
  width: 100%;
  margin: 30px auto 30px auto;
  height: 150px;
  position: relative;
}
.bas-model-showcase-mobile__image svg {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  height: 150px;
}
.bas-model-showcase-mobile__title {
  text-align: center;
  font-size: 40px;
}
.bas-model-showcase-mobile__title__line-1, .bas-model-showcase-mobile__title__line-2 {
  display: block;
}
.bas-model-showcase-mobile__title__line-1 {
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 0.5em;
}
.bas-model-showcase-mobile__title__line-2 {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
}
.bas-model-showcase-mobile__title__line-2 span.bas-underline-red,
.bas-model-showcase-mobile__title__line-2 span.bas-underline-blue,
.bas-model-showcase-mobile__title__line-2 span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.bas-model-showcase-mobile__model-year {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  font-size: 60px;
}
.bas-model-showcase-mobile__model-year span.bas-underline-red,
.bas-model-showcase-mobile__model-year span.bas-underline-blue,
.bas-model-showcase-mobile__model-year span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.bas-model-showcase-mobile__caption {
  text-align: center;
  font-size: 26px;
}

.bas-ratings {
  color: #333333;
}
.bas-ratings__image {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 40px auto;
}
.bas-ratings h2 {
  text-align: center;
  margin-bottom: 40px;
}
.bas-ratings__flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 30px;
}
.bas-ratings__link {
  width: calc(33.33% - 20px);
  text-align: center;
  display: inline-block;
  color: #333333 !important;
  text-decoration: none;
}
.bas-ratings__link__meter {
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
}
.bas-ratings__link__meter span.bas-underline-red,
.bas-ratings__link__meter span.bas-underline-blue,
.bas-ratings__link__meter span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1440px) {
  .bas-ratings__link__meter {
    font-size: 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .bas-ratings__link__meter {
    font-size: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bas-ratings__link__meter {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .bas-ratings__link__meter {
    font-size: 60px;
  }
}
.bas-ratings__link__meter > span {
  text-decoration-thickness: 0.12em !important;
}
.bas-ratings__link__meter__suffix {
  font-size: 0.6em;
}
.bas-ratings__link__caption {
  margin-top: 0.66em;
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
}
@media (min-width: 1200px) {
  .bas-ratings__link__caption {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bas-ratings__link__caption {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .bas-ratings__link__caption {
    font-size: 20px;
  }
}

.bas-ratings-mobile__image {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 40px auto;
}
.bas-ratings-mobile h2 {
  text-align: center;
  margin-bottom: 40px;
}
.bas-ratings-mobile__flex {
  display: flex;
}
@media (min-width: 576px) and (max-width: 767px) {
  .bas-ratings-mobile__flex {
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 30px;
  }
}
@media (max-width: 575px) {
  .bas-ratings-mobile__flex {
    flex-direction: column;
    row-gap: 40px;
  }
}
.bas-ratings-mobile__link {
  text-align: center;
  display: inline-block;
  color: #333333 !important;
  text-decoration: none;
}
@media (min-width: 576px) and (max-width: 767px) {
  .bas-ratings-mobile__link {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 575px) {
  .bas-ratings-mobile__link {
    width: 50%;
    margin: 0 auto;
  }
}
.bas-ratings-mobile__link__meter {
  font-size: 50px;
  font-family: "factoria", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
}
.bas-ratings-mobile__link__meter span.bas-underline-red,
.bas-ratings-mobile__link__meter span.bas-underline-blue,
.bas-ratings-mobile__link__meter span.bas-underline-gray {
  text-decoration-thickness: 0.18em;
  text-decoration-line: underline;
  text-decoration-skip: leading-spaces trailing-spaces;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.bas-ratings-mobile__link__meter > span {
  text-decoration-thickness: 0.12em !important;
}
.bas-ratings-mobile__link__meter__suffix {
  font-size: 0.6em;
}
.bas-ratings-mobile__link__caption {
  margin-top: 0.66em;
  font-size: 20px;
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
}

.bas-slides {
  position: relative;
  color: #333333;
}
.bas-slides__sticky {
  overflow: hidden;
}
.bas-slides__carousel {
  list-style-type: none;
  padding: 0;
  max-width: 100%;
  display: block;
}
.bas-slides__carousel__slide {
  width: 100vw;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 24px;
  margin-bottom: 40px;
}
.bas-slides__carousel__slide__flex {
  display: flex;
}
@media (min-width: 768px) {
  .bas-slides__carousel__slide__flex {
    flex-direction: row;
    column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .bas-slides__carousel__slide__flex {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .bas-slides__carousel__slide__image {
    width: calc(30% - 30px);
    text-align: right;
  }
}
@media (max-width: 767px) {
  .bas-slides__carousel__slide__image {
    width: 100%;
    text-align: center;
  }
}
.bas-slides__carousel__slide__image svg {
  height: 100%;
  display: inline-block;
}
@media (min-width: 992px) {
  .bas-slides__carousel__slide__image svg {
    max-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-slides__carousel__slide__image svg {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .bas-slides__carousel__slide__image svg {
    max-height: 220px;
  }
}
@media (min-width: 768px) {
  .bas-slides__carousel__slide__title-text {
    width: calc(70% - 30px);
    text-align: left;
  }
}
@media (max-width: 767px) {
  .bas-slides__carousel__slide__title-text {
    width: 100%;
    text-align: center;
  }
}
.bas-slides__carousel__slide__title-text h3 {
  margin-top: 0;
}
.bas-slides h2 {
  text-align: center;
  margin-bottom: 1.5em;
}

.bas-slides-mobile h2 {
  text-align: center;
  margin-bottom: 60px;
}
.bas-slides-mobile__slide {
  margin-bottom: 60px;
}
.bas-slides-mobile__slide h3 {
  text-align: center;
}
.bas-slides-mobile__slide__image {
  max-height: 150px;
  margin: 0 auto 30px auto;
  text-align: center;
}
.bas-slides-mobile__slide__image svg {
  max-height: 150px;
}

.bas-slides-icons {
  color: #333333;
  position: relative;
  padding: 100px 24px 200px 24px;
}
.bas-slides-icons h2 {
  text-align: center;
  margin-bottom: 1em;
  padding-top: 30px;
  margin-bottom: 200px;
}
.bas-slides-icons__carousel > *:not(:last-child) {
  margin-bottom: 200px;
}
.bas-slides-icons__carousel > *:nth-of-type(odd) {
  margin-left: 0;
  margin-right: auto;
}
.bas-slides-icons__carousel > *:nth-of-type(even) {
  margin-left: auto;
  margin-right: 0;
}
.bas-slides-icons__carousel > *:nth-of-type(even) h3 {
  text-align: right;
}
.bas-slides-icons__carousel__slide {
  background-color: #e6e6e6;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: 992px) {
  .bas-slides-icons__carousel__slide {
    max-width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-slides-icons__carousel__slide {
    max-width: 90%;
  }
}
.bas-slides-icons__carousel__slide h3 {
  max-width: 100%;
  padding: 48px 24px;
  margin-bottom: 0;
}
.bas-slides-icons__carousel__slide__flex {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  padding: 48px 24px;
}
.bas-slides-icons__carousel__slide__single {
  width: calc(25% - 15px);
}
.bas-slides-icons__carousel__slide__single__icon {
  text-align: center;
}
@media (min-width: 992px) {
  .bas-slides-icons__carousel__slide__single__icon svg {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-slides-icons__carousel__slide__single__icon svg {
    height: 90px;
  }
}
.bas-slides-icons__carousel__slide__single__caption {
  text-align: center;
  margin-top: 1em;
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
}
@media (min-width: 992px) {
  .bas-slides-icons__carousel__slide__single__caption {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bas-slides-icons__carousel__slide__single__caption {
    font-size: 16px;
  }
}

.bas-slides-icons-mobile {
  text-align: center;
}
.bas-slides-icons-mobile h2 {
  margin-bottom: 50px;
}
.bas-slides-icons-mobile__carousel > *:not(:last-child) {
  margin-bottom: 70px;
}
.bas-slides-icons-mobile__carousel__slide__flex {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  padding: 48px 24px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .bas-slides-icons-mobile__carousel__slide__single {
    width: calc(25% - 15px);
  }
}
@media (max-width: 575px) {
  .bas-slides-icons-mobile__carousel__slide__single {
    width: calc(50% - 10px);
  }
}
.bas-slides-icons-mobile__carousel__slide__single__icon {
  text-align: center;
}
.bas-slides-icons-mobile__carousel__slide__single__icon svg {
  height: 90px;
}
.bas-slides-icons-mobile__carousel__slide__single__caption {
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  margin-top: 1em;
  font-size: 14px;
}

.bas-title-and-text {
  color: #333333;
}
.bas-title-and-text__image {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px auto;
}
.bas-title-and-text h2 {
  text-align: center;
}

.bas-title-and-text-mobile {
  overflow: hidden;
}
.bas-title-and-text-mobile h2 {
  text-align: center;
}
.bas-title-and-text-mobile__image {
  width: 100%;
  margin: 20px auto 30px auto;
  position: relative;
}
.bas-title-and-text-mobile__image svg {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  height: 150px;
}

.bas-title-image-text {
  color: #333333;
}
.bas-title-image-text__title {
  text-align: center;
  margin-bottom: 0;
}
.bas-title-image-text__title__line-1, .bas-title-image-text__title__line-2 {
  display: block;
}
.bas-title-image-text__title__line-1 {
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 0.5em;
  margin-bottom: 0.5em;
}
.bas-title-image-text__image {
  max-height: 180px;
  width: 100%;
  margin: 30px auto 40px auto;
  text-align: center;
}
.bas-title-image-text__image svg {
  height: 180px;
}
.bas-title-image-text h2 {
  text-align: center;
}

.bas-title-image-text-mobile {
  overflow: hidden;
}
.bas-title-image-text-mobile__title {
  text-align: center;
  margin-bottom: 0;
}
.bas-title-image-text-mobile__title__line-1, .bas-title-image-text-mobile__title__line-2 {
  display: block;
}
.bas-title-image-text-mobile__title__line-1 {
  font-family: "articulat-cf", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 0.5em;
  margin-bottom: 0.5em;
}
.bas-title-image-text-mobile__image {
  max-height: 150px;
  width: 100%;
  margin: 20px auto 30px auto;
}
.bas-title-image-text-mobile__image svg {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  height: 150px;
}
