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

body {
  font-family: Claritycity, sans-serif;
  color: #696969;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #070707;
  font-size: 54px;
  line-height: 1.222em;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #070707;
  font-size: 38px;
  line-height: 1.316em;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #070707;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #070707;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #070707;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #070707;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

p {
  margin-bottom: 16px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #ff3434;
  text-decoration: underline;
}

a:hover {
  color: #070707;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  padding-left: 16px;
}

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

label {
  display: block;
  margin-bottom: 12px;
  color: #070707;
  font-weight: 700;
}

strong {
  color: #070707;
  font-weight: 700;
}

blockquote {
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 140px 80px;
  border: 0px solid #000;
  background-color: #070707;
  color: #fff;
  font-size: 22px;
  line-height: 1.545em;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  margin-top: 16px;
  text-align: center;
}

.page-wrapper {
  display: block;
}

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

.grid-2-columns.gap-column-0 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
}

.grid-2-columns.gap-column-0.gap-row-64px {
  grid-column-gap: 0px;
  grid-row-gap: 64px;
}

.card {
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
}

.card.text-over-image-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 404px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  background-color: #070707;
  box-shadow: none;
  text-decoration: none;
}

.card.contact {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.35fr 1fr;
  grid-template-columns: 1.35fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none;
  background-color: #ff3434;
}

.card.password-protected {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-right: 24px;
  margin-left: 24px;
  padding: 82px 78px;
  text-align: center;
}

.bg-neutral-800 {
  background-color: #070707;
}

.bg-neutral-100 {
  background-color: #fff;
}

.bg-neutral-100.top-72 {
  position: absolute;
  left: 0px;
  top: 72%;
  right: 0px;
  bottom: 0px;
}

.bg-neutral-100.top-72.top-86-mbl {
  background-color: #070707;
}

.color-neutral-300 {
  color: #f0f0f0;
}

.color-neutral-100 {
  color: #fff;
  line-height: 22px;
  text-decoration: underline;
}

.color-neutral-100.mg-bottom-0 {
  color: #fff;
  line-height: 22px;
  text-decoration: none;
}

.color-neutral-100.mg-bottom-0.no-underline {
  text-decoration: none;
}

.color-neutral-100.mg-bottom-40px {
  text-decoration: none;
}

.color-neutral-100.mg-bottom-40px.mg-top-5 {
  margin-top: 5px;
}

.color-neutral-100.mg-bottom-24px {
  text-align: center;
  text-decoration: none;
}

.color-neutral-100.mg-bottom-24px.opacity-80 {
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 24px;
}

.color-neutral-100.opacity-80.mg-bottom-40px {
  color: #fff;
  line-height: 24px;
  text-decoration: none;
}

.color-neutral-100.text-center.mg-bottom-0 {
  text-decoration: none;
}

.color-neutral-100.mg-top-10 {
  margin-top: 10px;
  line-height: 22px;
}

.color-neutral-100.mg-top-10.no-underlined {
  text-decoration: none;
}

.color-neutral-400 {
  padding-top: 10px;
  color: #d6d6d6;
  line-height: 24px;
}

.color-neutral-400.mg-bottom-0 {
  color: #f0f0f0;
}

.divider {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #d6d6d6;
}

.divider.subtitle {
  width: 100%;
  height: 2px;
  max-width: 170px;
  margin-top: 0px;
  margin-right: 22px;
  margin-bottom: 0px;
  background-color: #ff3434;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
  color: #000;
  line-height: 22px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.mg-top-48px {
  margin-top: 48px;
}

.text-200 {
  line-height: 1.111em;
}

.text-200.black {
  font-weight: 900;
}

.text-200.black.text-uppercase {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.text-200.black.text-uppercase.centered {
  text-align: center;
  text-decoration: underline;
}

.display-1 {
  color: #070707;
  font-size: 80px;
  line-height: 1.125em;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.display-1.color-neutral-100 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.display-1.color-neutral-100.mg-bottom-8px {
  color: #fff;
  font-size: 50px;
  line-height: 54px;
}

.display-1.color-neutral-100.mg-bottom-0 {
  font-size: 50px;
  line-height: 54px;
}

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

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.display-2 {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #070707;
  font-size: 40px;
  line-height: 44px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.display-2.mg-bottom-0 {
  line-height: 58px;
}

.display-2.color-neutral-100 {
  color: #fff;
}

.display-2.color-neutral-100.mg-bottom-0 {
  margin-top: 20px;
  line-height: 48px;
}

.display-2.color-neutral-100.mg-bottom-0.adj-top {
  margin-top: 30px;
}

.display-4 {
  color: #070707;
  font-size: 28px;
  line-height: 1.429em;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.display-4.color-neutral-100 {
  color: #fff;
}

.display-4.color-neutral-100.mg-bottom-0 {
  margin-top: 0px;
  padding-top: 0px;
  line-height: 28px;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.text-uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.grid-3-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3-columns.gap-row-64px {
  grid-row-gap: 64px;
}

.inner-container.center {
  margin-right: auto;
  margin-left: auto;
}

.inner-container._968px {
  max-width: none;
}

.inner-container._560px {
  max-width: 560px;
}

.inner-container._594px {
  max-width: 594px;
}

.inner-container._678px {
  max-width: 678px;
}

.inner-container._638px {
  max-width: 638px;
}

.inner-container._638px.mg-bottom-48px {
  max-width: none;
}

.inner-container._876px {
  max-width: 876px;
}

.inner-container._546px {
  max-width: 546px;
}

.inner-container._546px.center {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.inner-container._340px {
  max-width: 340px;
}

.inner-container._704px {
  max-width: 704px;
}

.inner-container._704px.center {
  max-width: none;
}

.inner-container._794px {
  max-width: 794px;
}

.inner-container._794px.center {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.inner-container._870px {
  max-width: 870px;
}

.mg-bottom-0 {
  margin-bottom: 0px;
  color: #070707;
  line-height: 22px;
}

.mg-bottom-0.white {
  color: #fff;
}

.btn-primary {
  padding: 30px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2.5px;
  border-color: #fff;
  background-color: #ff3434;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, transform 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 18px;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-primary:hover {
  border-color: #be0000;
  background-color: #be0000;
  -webkit-transform: translate3d(0px, -6px, 0.01px);
  transform: translate3d(0px, -6px, 0.01px);
  color: #fff;
}

.btn-primary.button-row {
  margin-right: 0px;
  border-color: #fff;
  line-height: 18px;
  font-weight: 400;
}

.btn-secondary {
  padding: 30px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2.5px;
  border-color: #070707;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #070707;
  line-height: 18px;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-secondary:hover {
  border-color: #ff3434;
  background-color: #ff3434;
  -webkit-transform: translate3d(0px, -6px, 0.01px);
  transform: translate3d(0px, -6px, 0.01px);
  color: #fff;
}

.input {
  min-height: 56px;
  margin-bottom: 0px;
  padding: 0px 0px 34px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d6d6d6;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.input:hover {
  border-color: #ff3434 #ff3434 #696969;
}

.input:focus {
  border-color: #ff3434;
  color: #070707;
}

.input::-webkit-input-placeholder {
  color: #696969;
  font-size: 18px;
  font-weight: 500;
}

.input:-ms-input-placeholder {
  color: #696969;
  font-size: 18px;
  font-weight: 500;
}

.input::-ms-input-placeholder {
  color: #696969;
  font-size: 18px;
  font-weight: 500;
}

.input::placeholder {
  color: #696969;
  font-size: 18px;
  font-weight: 500;
}

.position-relative {
  position: relative;
  padding-top: 140px;
}

.position-relative.more-top {
  padding-top: 180px;
}

.position-relative.less-top {
  padding-top: 50px;
}

.position-relative.less-less-top {
  padding-top: 0px;
}

.buttons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttons-row.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-default {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.z-index-1 {
  position: relative;
  z-index: 1;
  padding: 0px 20px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.small.pd-bottom-180px {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.overflow-hidden {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.overflow-hidden.less-top {
  padding-top: 0px;
}

.section.top {
  padding-top: 80px;
  padding-bottom: 0px;
}

.section.top.bg-neutral-800 {
  padding-top: 40px;
}

.section.top.pd-bottom-200px {
  padding-top: 40px;
  padding-bottom: 200px;
}

.section.hero-bg-image {
  margin-top: -60px;
  margin-bottom: 0px;
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0.16))), url('../images/home-hero-bg-image-autocar-webflow-ecommerce-template.jpg');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.16)), url('../images/home-hero-bg-image-autocar-webflow-ecommerce-template.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.bg-neutral-800.overflow-hidden {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #070707;
}

.section.bg-neutral-800.hide-top-btm {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.reduce-btm {
  padding-bottom: 30px;
}

.heading-h3-size {
  color: #070707;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.heading-h3-size.color-neutral-100 {
  color: #fff;
}

.heading-h3-size.color-neutral-100.mg-bottom-0 {
  line-height: 24px;
}

.utility-page-wrap {
  position: relative;
  display: none;
  min-height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper {
  background-color: #070707;
}

.footer-logo {
  width: 60%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo:hover {
  -webkit-transform: scale3d(0.92, 0.92, 1.01);
  transform: scale3d(0.92, 0.92, 1.01);
}

.footer-bottom {
  padding-top: 46px;
  padding-bottom: 46px;
  border-top: 1px solid #393939;
  text-align: center;
}

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

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

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

.text-center.mg-bottom-48px {
  margin-bottom: 10px;
}

.floating-item {
  position: absolute;
}

.floating-item.photo-bottom-shape-3 {
  left: -48px;
  right: 0px;
  bottom: -162px;
  width: 68%;
  max-width: 436px;
}

.opacity-80 {
  opacity: 0.8;
}

.overflow-hidden {
  overflow: hidden;
}

.subtitle {
  color: #ff3434;
  font-size: 50px;
  line-height: 50px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.subtitle.mg-bottom-16px {
  margin-top: 40px;
  margin-bottom: 16px;
}

.subtitle.mg-bottom-16px.adj-top {
  margin-top: 20px;
  font-size: 60px;
  line-height: 64px;
}

.subtitle.white {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.subtitle.white.btm-40 {
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 44px;
}

.subtitle.mg-bottom-0 {
  font-size: 50px;
  line-height: 50px;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #ff3434;
}

.cta-section.cta-2 {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #070707;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0.16))), url('../images/cta-bg-image-2-autocar-webflow-ecommerce-template.jpg');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.16)), url('../images/cta-bg-image-2-autocar-webflow-ecommerce-template.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
}

.accordion-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 48px 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.accordion-item-wrapper:hover {
  -webkit-transform: scale3d(0.96, 0.96, 1.01);
  transform: scale3d(0.96, 0.96, 1.01);
}

.accordion-item-wrapper.v2 {
  margin-bottom: -1px;
  padding: 56px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-width: 1px 0px;
  border-top-color: #696969;
  border-bottom-color: #696969;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.accordion-item-wrapper.v2:hover {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.acordion-body {
  overflow: hidden;
  width: 100%;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-btn-line {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 20px;
  background-color: #070707;
}

.accordion-btn-line.vertical {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-btn-line.v2 {
  width: 28px;
  background-color: #fff;
}

.accordion-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accordion-content-wrapper.v2 {
  max-width: 730px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-right: 0px;
  margin-left: 24px;
}

.accordion-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-title {
  margin-bottom: 0px;
  color: #fff;
}

.empty-state {
  padding: 26px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: #fff;
  text-align: center;
}

._404-not-found {
  margin-bottom: -52px;
  color: #070707;
  font-size: 272px;
  line-height: 1.11em;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex.align-center.mg-bottom-24px {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.text-over-image-link---text-container {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 40px;
  z-index: 3;
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

.text-over-image-link---gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, rgba(0, 0, 0, 0.77)), to(#000));
  background-image: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, 0.77) 50%, #000);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.text-over-image-link---image {
  padding-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-text {
  position: absolute;
  z-index: -1;
}

.bg-text.faqs {
  top: -36px;
  right: 230px;
  width: 32%;
  max-width: 410px;
}

.bg-text.not-found {
  left: -248px;
  top: 212px;
  width: 90%;
}

.cta-text-container {
  max-width: 640px;
  margin-left: auto;
}

.cta-text-container.text-left {
  margin-left: 0px;
}

.footer-shape-top {
  width: 25%;
  margin-bottom: -1px;
  margin-left: -4px;
}

.hero-2-images.image-left {
  position: relative;
  z-index: 2;
  width: 68%;
  max-width: none;
  margin-top: 90px;
}

.hero-2-images.image-left.adjust-top {
  width: 50%;
  margin-top: 60px;
}

.hero-2-images.image-right {
  position: absolute;
  right: 0px;
  bottom: 28%;
  z-index: 1;
  width: 48%;
  max-width: none;
}

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

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

.mg-bottom-12px {
  margin-bottom: 12px;
}

.contact-card-left {
  padding: 20px 10px;
  border: 0px solid transparent;
  background-color: #ff3434;
  color: #ff3434;
}

.contact-card-right {
  padding: 20px 10px;
  background-color: #ff3434;
}

.page-not-found {
  color: #070707;
  font-size: 70px;
  line-height: 1.229em;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.div-block {
  padding-right: 10px;
  float: none;
  text-align: center;
}

.social-media-div {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  float: none;
  text-align: center;
}

.div-block-3 {
  padding-left: 10px;
  float: none;
  text-align: center;
}

.image-2 {
  float: none;
}

.image-3 {
  padding-top: 2px;
}

.heading {
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

.paragraph {
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.paragraph.black {
  color: #000;
}

.columns {
  float: none;
  text-align: left;
}

.heading-2 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

.div-block-4 {
  text-align: center;
}

.heading-3 {
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

.paragraph-2 {
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.bold-text {
  color: #fff;
}

.bold-text-2 {
  color: #fff;
}

.bold-text-3 {
  color: #fff;
}

.bold-text-4 {
  color: #fff;
}

.bold-text-5 {
  color: #fff;
}

.bold-text-6 {
  color: #fff;
}

.bold-text-7 {
  color: #fff;
}

.link-2 {
  color: #fff;
}

.link-2:hover {
  color: #ff3434;
}

.nav-bar {
  border-top: 0px none transparent;
  border-bottom: 2px solid #fff;
  background-color: #070707;
  color: #070707;
  text-align: center;
}

.logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-image {
  padding-left: 40px;
}

.nav-menu {
  padding-top: 20px;
  float: none;
}

.nav-link {
  color: #fff;
  line-height: 22px;
}

.nav-link:hover {
  color: #ff9e2c;
}

.nav-link-2 {
  color: #fff;
  line-height: 22px;
}

.nav-link-2:hover {
  color: #ff9e2c;
}

.nav-link-3 {
  color: #fff;
  line-height: 22px;
}

.nav-link-3:hover {
  color: #ff9e2c;
}

.heading-4 {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #000;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0px;
}

.div-block-5 {
  text-align: center;
}

.list-item {
  padding-left: 5px;
  color: #000;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}

.list-item.white {
  color: #fff;
  font-weight: 400;
}

.heading-5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.inside-image {
  padding-top: 15px;
}

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

.spacer {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  text-align: center;
}

.button {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.list {
  margin-top: 20px;
}

.heading-6 {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0px;
}

.text-block-contact {
  margin-top: 30px;
  line-height: 22px;
  font-style: normal;
  text-decoration: none;
}

.image-5 {
  line-height: 22px;
}

.heading-7 {
  color: #fff;
  line-height: 28px;
  font-weight: 700;
  text-decoration: underline;
}

.link-3 {
  color: #fff;
}

.bold-text-8 {
  color: #fff;
  text-decoration: underline;
}

.link-4 {
  color: #fff;
}

.bold-text-9 {
  color: #fff;
}

.link-5 {
  color: #fff;
}

.bold-text-10 {
  color: #fff;
  text-decoration: underline;
}

.bold-text-11 {
  color: #fff;
  text-decoration: underline;
}

.facebook-div {
  margin-right: 10px;
}

.google-div {
  margin-left: 10px;
}

@media screen and (min-width: 1280px) {
  .color-neutral-100.mg-bottom-0 {
    line-height: 26px;
  }

  .color-neutral-100.mg-bottom-24px.opacity-80 {
    font-size: 22px;
    line-height: 28px;
  }

  .color-neutral-100.opacity-80.mg-bottom-40px {
    font-size: 22px;
    line-height: 28px;
  }

  .color-neutral-100.mg-top-10 {
    font-size: 22px;
    line-height: 26px;
  }

  .color-neutral-400 {
    font-size: 22px;
    line-height: 28px;
  }

  .mg-bottom-48px {
    font-size: 22px;
    line-height: 26px;
  }

  .text-200.black.text-uppercase {
    font-size: 34px;
    line-height: 34px;
  }

  .display-1.color-neutral-100 {
    font-size: 54px;
    line-height: 54px;
  }

  .display-1.color-neutral-100.mg-bottom-8px {
    font-size: 54px;
    line-height: 58px;
  }

  .display-1.color-neutral-100.mg-bottom-0 {
    font-size: 54px;
    line-height: 58px;
  }

  .display-2 {
    font-size: 44px;
    line-height: 48px;
  }

  .display-2.color-neutral-100 {
    font-size: 44px;
    line-height: 48px;
  }

  .display-2.color-neutral-100.mg-bottom-0 {
    line-height: 52px;
  }

  .display-4.color-neutral-100.mg-bottom-0 {
    font-size: 32px;
    line-height: 32px;
  }

  .mg-bottom-0 {
    font-size: 22px;
    line-height: 26px;
  }

  .btn-primary {
    font-size: 22px;
    line-height: 22px;
  }

  .btn-primary.button-row {
    font-size: 22px;
    line-height: 22px;
  }

  .btn-secondary {
    font-size: 22px;
    line-height: 22px;
  }

  .position-relative.more-top {
    padding-top: 240px;
  }

  .position-relative.less-top {
    padding-top: 65px;
  }

  .container-default.z-index-1 {
    padding-top: 0px;
  }

  .section.hero-bg-image {
    margin-top: -50px;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .heading-h3-size.color-neutral-100.mg-bottom-0 {
    font-size: 28px;
    line-height: 28px;
  }

  .subtitle {
    font-size: 54px;
    line-height: 54px;
  }

  .subtitle.white.btm-40 {
    font-size: 44px;
    line-height: 48px;
  }

  .subtitle.mg-bottom-0 {
    font-size: 54px;
    line-height: 54px;
  }

  .heading {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph.black {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .nav-link {
    font-size: 22px;
    line-height: 26px;
  }

  .nav-link.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .nav-link-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .nav-link-3 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-4 {
    font-size: 42px;
    line-height: 46px;
  }

  .list-item {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 32px;
  }

  .button {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-6 {
    font-size: 42px;
    line-height: 46px;
  }

  .text-block-contact {
    font-size: 26px;
    line-height: 26px;
  }

  .image-5 {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .color-neutral-100.mg-bottom-0 {
    line-height: 30px;
  }

  .color-neutral-100.mg-bottom-24px.opacity-80 {
    font-size: 26px;
    line-height: 32px;
  }

  .color-neutral-100.opacity-80.mg-bottom-40px {
    font-size: 26px;
    line-height: 32px;
  }

  .color-neutral-100.mg-top-10 {
    font-size: 26px;
    line-height: 30px;
  }

  .color-neutral-400 {
    font-size: 26px;
    line-height: 32px;
  }

  .mg-bottom-48px {
    font-size: 26px;
    line-height: 30px;
  }

  .text-200.black.text-uppercase {
    font-size: 38px;
    line-height: 38px;
  }

  .display-1.color-neutral-100 {
    font-size: 58px;
    line-height: 58px;
  }

  .display-1.color-neutral-100.mg-bottom-8px {
    font-size: 58px;
    line-height: 62px;
  }

  .display-1.color-neutral-100.mg-bottom-0 {
    font-size: 58px;
    line-height: 62px;
  }

  .display-2 {
    font-size: 48px;
    line-height: 52px;
  }

  .display-2.color-neutral-100 {
    font-size: 48px;
    line-height: 52px;
  }

  .display-2.color-neutral-100.mg-bottom-0 {
    line-height: 56px;
  }

  .display-4.color-neutral-100.mg-bottom-0 {
    font-size: 36px;
    line-height: 36px;
  }

  .mg-bottom-0 {
    font-size: 26px;
    line-height: 30px;
  }

  .btn-primary {
    font-size: 26px;
    line-height: 26px;
  }

  .btn-primary.button-row {
    font-size: 26px;
    line-height: 26px;
  }

  .btn-secondary {
    font-size: 26px;
    line-height: 26px;
  }

  .position-relative.more-top {
    padding-top: 280px;
  }

  .position-relative.less-top {
    padding-top: 70px;
  }

  .section.hero-bg-image {
    margin-top: -70px;
    padding-top: 260px;
    padding-bottom: 240px;
  }

  .heading-h3-size.color-neutral-100.mg-bottom-0 {
    font-size: 32px;
    line-height: 32px;
  }

  .subtitle {
    font-size: 58px;
    line-height: 58px;
  }

  .subtitle.white.btm-40 {
    font-size: 48px;
    line-height: 52px;
  }

  .subtitle.mg-bottom-0 {
    font-size: 58px;
    line-height: 58px;
  }

  .heading {
    font-size: 27px;
    line-height: 27px;
  }

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

  .paragraph.black {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-2 {
    font-size: 27px;
    line-height: 27px;
  }

  .heading-3 {
    font-size: 27px;
    line-height: 27px;
  }

  .paragraph-2 {
    font-size: 26px;
    line-height: 30px;
  }

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

  .nav-link.w--current {
    font-size: 26px;
    line-height: 30px;
  }

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

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

  .heading-4 {
    font-size: 46px;
    line-height: 50px;
  }

  .list-item {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 36px;
  }

  .button {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-6 {
    font-size: 46px;
    line-height: 50px;
  }

  .text-block-contact {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .color-neutral-100.mg-bottom-0 {
    line-height: 34px;
  }

  .color-neutral-100.mg-bottom-24px.opacity-80 {
    font-size: 30px;
    line-height: 36px;
  }

  .color-neutral-100.opacity-80.mg-bottom-40px {
    font-size: 30px;
    line-height: 36px;
  }

  .color-neutral-100.mg-top-10 {
    font-size: 30px;
    line-height: 34px;
  }

  .color-neutral-400 {
    font-size: 30px;
    line-height: 36px;
  }

  .mg-bottom-48px {
    font-size: 30px;
    line-height: 34px;
  }

  .text-200.black.text-uppercase {
    font-size: 42px;
    line-height: 42px;
  }

  .display-1.color-neutral-100 {
    font-size: 62px;
    line-height: 62px;
  }

  .display-1.color-neutral-100.mg-bottom-8px {
    font-size: 62px;
    line-height: 66px;
  }

  .display-1.color-neutral-100.mg-bottom-0 {
    font-size: 62px;
    line-height: 66px;
  }

  .display-2 {
    font-size: 52px;
    line-height: 56px;
  }

  .display-2.color-neutral-100 {
    font-size: 52px;
    line-height: 56px;
  }

  .display-2.color-neutral-100.mg-bottom-0 {
    line-height: 60px;
  }

  .display-4.color-neutral-100.mg-bottom-0 {
    font-size: 40px;
    line-height: 40px;
  }

  .mg-bottom-0 {
    font-size: 30px;
    line-height: 34px;
  }

  .btn-primary {
    font-size: 30px;
    line-height: 30px;
  }

  .btn-primary.button-row {
    font-size: 30px;
    line-height: 30px;
  }

  .btn-secondary {
    font-size: 30px;
    line-height: 30px;
  }

  .position-relative.more-top {
    padding-top: 400px;
  }

  .position-relative.less-top {
    padding-top: 90px;
  }

  .section.hero-bg-image {
    padding-top: 350px;
    padding-bottom: 375px;
  }

  .heading-h3-size.color-neutral-100.mg-bottom-0 {
    font-size: 36px;
    line-height: 36px;
  }

  .subtitle {
    font-size: 62px;
    line-height: 62px;
  }

  .subtitle.white.btm-40 {
    font-size: 52px;
    line-height: 56px;
  }

  .subtitle.mg-bottom-0 {
    font-size: 62px;
    line-height: 62px;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

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

  .paragraph.black {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-2 {
    font-size: 30px;
    line-height: 34px;
  }

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

  .nav-link.w--current {
    font-size: 30px;
    line-height: 34px;
  }

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

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

  .heading-4 {
    font-size: 50px;
    line-height: 54px;
  }

  .list-item {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-5 {
    font-size: 36px;
    line-height: 40px;
  }

  .button {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-6 {
    font-size: 50px;
    line-height: 54px;
  }

  .text-block-contact {
    font-size: 34px;
    line-height: 34px;
  }
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    padding: 100px 64px;
  }

  .grid-2-columns._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .card.password-protected {
    padding: 64px 56px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider.subtitle {
    display: none;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .mg-bottom-48px {
    margin-bottom: 20px;
  }

  .display-1 {
    font-size: 64px;
  }

  .display-1.color-neutral-100 {
    font-size: 40px;
    line-height: 40px;
  }

  .display-1.color-neutral-100.mg-bottom-8px {
    font-size: 46px;
    line-height: 50px;
  }

  .display-1.color-neutral-100.mg-bottom-0 {
    font-size: 46px;
    line-height: 50px;
  }

  .display-2 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .display-2.color-neutral-100 {
    font-size: 40px;
  }

  .display-2.color-neutral-100.mg-bottom-0 {
    font-size: 36px;
    line-height: 44px;
  }

  .display-4 {
    font-size: 22px;
  }

  .display-4.color-neutral-100.mg-bottom-0 {
    font-size: 28px;
    line-height: 28px;
  }

  .paragraph-large {
    font-size: 20px;
  }

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

  .grid-3-columns._3-col-tablet {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .btn-primary {
    padding: 24px;
    line-height: 18px;
  }

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

  .position-relative.more-top {
    margin-top: -20px;
    padding-top: 0px;
  }

  .position-relative.less-top {
    margin-top: 52px;
    padding-top: 0px;
  }

  .position-relative.less-less-top {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .container-default {
    padding-top: 0px;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .container-default.z-index-1 {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.small.pd-bottom-180px {
    padding-bottom: 0px;
  }

  .section.overflow-hidden.less-top {
    padding-bottom: 0px;
  }

  .section.top {
    padding-top: 72px;
  }

  .section.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section.hero-bg-image {
    margin-top: -40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.reduce-btm {
    padding-top: 70px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h3-size.color-neutral-100.mg-bottom-0 {
    line-height: 24px;
  }

  .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-bottom.text-left.text-center-mb {
    text-align: center;
  }

  .error-message.password {
    margin-right: 32px;
    margin-left: 32px;
  }

  .floating-item.photo-bottom-shape-3 {
    left: 6px;
    bottom: -70px;
    width: 50%;
  }

  .subtitle {
    font-size: 46px;
    line-height: 46px;
  }

  .subtitle.white.btm-40 {
    font-size: 36px;
    line-height: 40px;
  }

  .subtitle.mg-bottom-0 {
    font-size: 46px;
    line-height: 46px;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-section.cta-2 {
    padding-top: 60px;
    padding-bottom: 70px;
    background-position: 0px 0px, 30% 100%;
  }

  .accordion-item-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .accordion-item-wrapper.v2:hover {
    -webkit-transform: translate(6px, 0px);
    -ms-transform: translate(6px, 0px);
    transform: translate(6px, 0px);
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .flex.align-center.mg-bottom-24px {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bg-text.faqs {
    right: 156px;
  }

  .bg-text.not-found {
    left: -84px;
    top: 195px;
  }

  .hero-2-images.image-left {
    margin-top: 238px;
  }

  .contact-card-left {
    border-right-style: solid;
    border-bottom-style: none;
  }

  .page-not-found {
    font-size: 64px;
  }

  .social-media-div {
    width: 60%;
  }

  .paragraph {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph.black {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .body {
    background-color: transparent;
  }

  .nav-menu {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    background-color: #070707;
  }

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

  .nav-link-2 {
    text-align: center;
  }

  .nav-link-3 {
    text-align: center;
  }

  .menu-button {
    margin-top: 20px;
    margin-right: 40px;
    float: right;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: #070707;
    color: #fff;
  }

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

  .heading-4 {
    font-size: 34px;
    line-height: 38px;
  }

  .heading-6 {
    font-size: 34px;
    line-height: 38px;
  }

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

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

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 64px 48px;
    font-size: 18px;
  }

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

  .card.password-protected {
    padding: 48px 40px;
  }

  .bg-neutral-100.top-72.top-86-mbl {
    top: 86%;
  }

  .color-neutral-100.mg-bottom-24px.opacity-80 {
    font-size: 18px;
  }

  .color-neutral-100.opacity-80.mg-bottom-40px {
    font-size: 18px;
  }

  .color-neutral-100.mg-top-10 {
    font-size: 18px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider.subtitle {
    max-width: 120px;
  }

  .mg-bottom-40px {
    margin-bottom: 32px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .text-200 {
    font-size: 16px;
  }

  .display-1 {
    font-size: 40px;
  }

  .display-1.color-neutral-100 {
    font-size: 42px;
    line-height: 42px;
  }

  .display-1.color-neutral-100.mg-bottom-8px {
    margin-top: 20px;
    font-size: 42px;
    line-height: 46px;
  }

  .display-1.color-neutral-100.mg-bottom-0 {
    font-size: 42px;
    line-height: 46px;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-2.color-neutral-100 {
    font-size: 36px;
    line-height: 40px;
  }

  .display-2.color-neutral-100.mg-bottom-0 {
    font-size: 32px;
    line-height: 40px;
  }

  .display-4 {
    font-size: 20px;
  }

  .display-4.color-neutral-100.mg-bottom-0 {
    font-size: 28px;
    line-height: 28px;
  }

  .paragraph-large {
    font-size: 18px;
  }

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

  .grid-3-columns._3-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet.gap-row-64px {
    grid-column-gap: 28px;
    grid-row-gap: 56px;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 56px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .inner-container._120px-mbl {
    max-width: 120px;
  }

  .mg-bottom-0 {
    font-size: 18px;
  }

  .btn-primary {
    padding: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .btn-primary.button-row {
    width: 50%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    font-size: 18px;
  }

  .btn-secondary {
    padding: 20px;
    font-size: 18px;
  }

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

  .position-relative.less-top {
    margin-top: 0px;
  }

  .position-relative.less-less-top {
    padding-top: 60px;
  }

  .buttons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-default {
    margin-top: 0px;
    margin-bottom: -15px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .container-default.z-index-1 {
    margin-bottom: 0px;
  }

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

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.small.pd-bottom-180px {
    padding-bottom: 0px;
  }

  .section.top {
    padding-top: 64px;
  }

  .section.top.bg-neutral-800 {
    text-align: left;
  }

  .section.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section.hero-bg-image {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0.16))), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.16)), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0px 0px, 0% 50%;
  }

  .heading-h3-size.color-neutral-100.mg-bottom-0 {
    font-size: 20px;
    line-height: 22px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .footer-logo {
    margin-top: 10px;
  }

  .error-message.password {
    margin-right: 24px;
    margin-left: 24px;
  }

  .subtitle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
  }

  .subtitle.white.btm-40 {
    font-size: 32px;
    line-height: 36px;
  }

  .subtitle.mg-bottom-0 {
    font-size: 42px;
    line-height: 42px;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cta-section.cta-2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  ._404-not-found {
    margin-bottom: -20px;
    font-size: 120px;
  }

  .flex.align-center.mg-bottom-24px {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .text-over-image-link---text-container {
    left: 32px;
    right: 32px;
    bottom: 40px;
  }

  .text-over-image-link---gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.84)));
    background-image: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, 0.77) 50%, rgba(0, 0, 0, 0.84));
  }

  .bg-text.not-found {
    left: -144px;
    top: 86px;
  }

  .cta-text-container {
    max-width: 100%;
    margin-left: 0px;
  }

  .footer-shape-top {
    width: 60%;
  }

  .hero-2-images.image-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .hero-2-images.image-left.adjust-top {
    width: 100%;
    margin-top: 30px;
  }

  .hero-2-images.image-right {
    position: relative;
    width: 100%;
    max-height: 350px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .mg-bottom-12px {
    margin-bottom: 10px;
  }

  .contact-card-left {
    padding: 64px 32px 56px;
  }

  .contact-card-right {
    padding: 64px 32px 56px;
  }

  .contact-card-right.adjust-top {
    padding-top: 10px;
  }

  .page-not-found {
    font-size: 40px;
  }

  .div-block {
    padding-right: 0px;
    float: none;
    text-align: center;
  }

  .social-media-div {
    width: 30%;
    padding-bottom: 20px;
  }

  .div-block-3 {
    padding-left: 0px;
    text-align: center;
  }

  .heading {
    margin-top: 20px;
  }

  .heading-3 {
    margin-top: 20px;
  }

  .nav-link {
    font-size: 18px;
  }

  .nav-link-2 {
    font-size: 18px;
  }

  .nav-link-3 {
    font-size: 18px;
  }

  .list-item {
    font-size: 18px;
  }

  .heading-5 {
    margin-top: 10px;
  }

  .spacer {
    padding-top: 0px;
  }

  .button {
    font-size: 18px;
  }

  .button.w--current {
    margin-top: 0px;
  }

  .div-block-6 {
    text-align: left;
  }
}

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

  li {
    padding-left: 8px;
  }

  blockquote {
    padding: 48px 32px;
    font-size: 16px;
  }

  .card.contact {
    width: auto;
  }

  .card.password-protected {
    margin-right: 16px;
    margin-left: 16px;
    padding: 32px 24px;
  }

  .color-neutral-100.mg-bottom-0 {
    text-align: center;
  }

  .color-neutral-100.opacity-80.mg-bottom-40px {
    margin-top: 10px;
    text-align: center;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.subtitle {
    display: none;
    max-width: 70px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .display-1 {
    font-size: 32px;
  }

  .display-1.color-neutral-100 {
    font-size: 32px;
    line-height: 32px;
  }

  .display-1.color-neutral-100.mg-bottom-8px {
    font-size: 32px;
    line-height: 36px;
  }

  .display-1.color-neutral-100.mg-bottom-0 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 1px;
  }

  .display-1.color-neutral-100.mg-bottom-0.add-top {
    margin-top: 40px;
  }

  .display-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .display-2.color-neutral-100 {
    text-align: center;
  }

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

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 40px;
  }

  .inner-container._120px-mbl._80px-mbp {
    max-width: 80px;
  }

  .btn-primary {
    width: 100%;
    padding: 18px 16px;
  }

  .btn-primary.button-row {
    width: 90%;
    margin-bottom: 16px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

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

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

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

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

  .position-relative.less-less-top {
    padding-top: 10px;
  }

  .container-default {
    margin-top: -40px;
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.z-index-1 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-default.z-index-1.less-btm {
    padding-bottom: 20px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.small.pd-bottom-180px {
    padding-bottom: 0px;
  }

  .section.top {
    padding-top: 48px;
  }

  .section.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section.hero-bg-image {
    margin-top: -94px;
    padding-top: 140px;
    background-position: 0px 0px, 25% 50%;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .floating-item.photo-bottom-shape-3 {
    left: -8px;
    bottom: -22px;
  }

  .subtitle {
    margin-top: 40px;
    padding-left: 5px;
    font-size: 38px;
    text-align: center;
  }

  .subtitle.white.btm-40 {
    font-size: 28px;
    line-height: 32px;
  }

  .subtitle.mg-bottom-0 {
    font-size: 40px;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-section.cta-2 {
    padding-bottom: 60px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  ._404-not-found {
    margin-bottom: -8px;
    font-size: 100px;
  }

  .flex.align-center.mg-bottom-24px {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-over-image-link---text-container {
    left: 16px;
    right: 16px;
    bottom: 32px;
  }

  .bg-text.faqs {
    top: -16px;
    right: -8px;
    width: 50%;
  }

  .footer-shape-top {
    margin-bottom: -5px;
  }

  .hero-2-images.image-left.adjust-top {
    margin-top: 10px;
  }

  .mg-bottom-12px {
    margin-bottom: 8px;
  }

  .contact-card-left {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 56px 10px 48px;
  }

  .contact-card-right {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 56px 10px 48px;
  }

  .page-not-found {
    font-size: 32px;
  }

  .social-media-div {
    width: 60%;
    padding-top: 25px;
  }

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

  .logo {
    display: inline-block;
    padding-right: 10px;
    float: none;
    text-align: center;
    text-decoration: none;
  }

  .logo-image {
    padding-left: 0px;
    text-align: center;
  }

  .nav-menu {
    width: 75%;
  }

  .menu-button {
    width: 24%;
    margin: 20px auto 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    float: none;
  }

  .menu-button.w--open {
    width: 30%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .menu-icon {
    line-height: 16px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }

  .heading-5.add-top {
    margin-top: 30px;
  }

  .spacer {
    margin-top: 0px;
    padding-top: 0px;
  }

  .button.w--current {
    margin-top: 0px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-19d6670b {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-e462a2ec-38e5-8e2e-bf55-c88bbbb38500-a3405089 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e462a2ec-38e5-8e2e-bf55-c88bbbb3850d-a3405089 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed3bb063-53c9-e7aa-b548-d9cdececd753-9047baaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5e1fa09b-88c6-23b2-2052-9cf267f55e47-9047baaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_6ac186ab-3c90-38a1-2573-673ef32703d3-9047baaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-c7db8492-5b04-bb09-8de2-5ccdb48f2467-ed96d71e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c7db8492-5b04-bb09-8de2-5ccdb48f2474-ed96d71e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}