:root {
  --white: #fafafa;
  --black: #111;
  --pure-black-black: #000;
  --red: #e31e26;
  --gray: #181818;
  --pure-black: var(--black);
}

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Kanit, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

h1 {
  text-align: center;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -1.44px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
}

h3 {
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

p {
  letter-spacing: -.48px;
  margin-bottom: 0;
}

.section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 100px 30px 0;
  display: flex;
}

.section.parts-section-home {
  height: auto;
  background-color: #000;
  padding: 0;
  position: relative;
  overflow: hidden;
}

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

.section.black {
  background-color: var(--black);
  color: var(--white);
  padding-bottom: 100px;
}

.section.black.no-top-padding {
  padding-top: 0;
}

.section.black.overflow-hdn {
  height: 100vh;
  background-color: var(--pure-black-black);
  justify-content: center;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container.absolute {
  z-index: 2;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: static;
}

.container.relative {
  z-index: 2;
  align-items: center;
  position: relative;
}

.header-wapper-xl {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

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

.heading-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 22px;
  display: flex;
}

.paragraph-xl {
  letter-spacing: -.72px;
  font-size: 36px;
}

.paragraph-xl.white-p-xl {
  color: var(--white);
}

.paragraph-xl.center-align-txt {
  text-align: center;
}

.paragraph-xs {
  letter-spacing: -.36px;
  white-space: break-spaces;
  font-size: 18px;
}

.button-primary {
  background-color: var(--red);
  color: var(--white);
  cursor: pointer;
  border: 0 #000;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: all .3s;
}

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

.hero-section {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.hero-section.home {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/chr-image-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-container {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.scroll-lottie-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.absolute-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center-p-wrapper {
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.center-p-wrapper.no-padding-side {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.absolute-image--bg-wrapper {
  z-index: 1;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.body {
  overflow: hidden;
}

.center-header-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.max-width-m {
  width: 100%;
  max-width: 600px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._3-col-full-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-product-card-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.home-product-card-image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #f1f1f1;
}

.home-product-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 60px;
}

.home-product-card-text-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._2-col-layout-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

._2-col-layout-grid.ratio-change {
  grid-template-columns: 2fr 3fr;
}

._2-col-layout-grid-image-wrapper {
  width: 100%;
  position: relative;
}

._2-col-layout-grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._2-col-layout-grid-image.landscape {
  object-fit: contain;
}

._2-col-layout-grid-text-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.relative-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.relative-wrapper.centered {
  z-index: 2;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  align-items: center;
}

.max-width-700 {
  width: 100%;
  max-width: 700px;
}

.secondary-button {
  background-color: var(--white);
  color: var(--red);
  cursor: pointer;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all .3s;
}

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

.absolute-car-image {
  z-index: 1;
  width: 70%;
  aspect-ratio: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block {
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.field-label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.input-field {
  height: 50px;
  border: 1px solid var(--white);
  color: var(--white);
  cursor: text;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
}

.input-field:hover {
  border-color: var(--red);
}

.input-field:active {
  color: var(--white);
}

.input-field:focus {
  border-color: var(--red);
  background-color: var(--gray);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
}

.input-field:focus-visible {
  border-color: var(--red);
}

.input-field[data-wf-focus-visible] {
  border-color: var(--red);
}

.input-field::-ms-input-placeholder {
  color: var(--white);
  font-size: 18px;
}

.input-field::placeholder {
  color: var(--white);
  font-size: 18px;
}

.text-area {
  width: 100%;
  min-height: 150px;
  border: 1px solid var(--white);
  color: var(--white);
  cursor: text;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
}

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

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

.text-area:focus {
  border-color: var(--red);
  background-color: var(--gray);
  color: var(--white);
}

.text-area::-ms-input-placeholder {
  color: var(--white);
  font-size: 18px;
}

.text-area::placeholder {
  color: var(--white);
  font-size: 18px;
}

.form-buttom {
  background-color: var(--red);
  cursor: pointer;
  padding: 18px 64px;
  transition: background-color .3s, color .3s;
}

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

.lottie-animation {
  width: 90px;
  height: 102px;
}

.zoom-in-parts-image {
  width: 90%;
  margin-top: 60px;
}

.navbar-no-shadow {
  z-index: 2147483647;
  width: 100%;
  background-color: var(--black);
  color: var(--white);
  position: fixed;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 200px;
  cursor: pointer;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--red);
}

.nav-dropdown {
  color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--white);
  letter-spacing: .25px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

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

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  background-color: var(--white);
  border-radius: 0;
  margin-top: 76px;
  position: fixed;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-dropdown-link {
  color: var(--black);
  letter-spacing: -.72px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.dropdown-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
}

.nav-dropdown-grid {
  width: 100%;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--black);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  width: 200px;
  height: 200px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.image.smaller {
  width: 170px;
}

.banner-section {
  width: 100%;
  height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-text-wrapper {
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: rgba(0, 0, 0, .2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-text-wrapper.darker-tint {
  background-color: rgba(0, 0, 0, .6);
}

.banner-text-wrapper.mid-dark-tint {
  background-color: rgba(0, 0, 0, .3);
}

.image-2 {
  width: 100%;
}

.image-reveal-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.peel-off-div {
  width: 100%;
  height: 20%;
  background-color: var(--white);
}

.center-layout-div {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wheat-body {
  background-color: var(--white);
}

._2-column-gallery-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr;
}

._2-column-gallery-grid.reverse-ratio {
  grid-template-columns: 2fr 3fr;
}

.lightbox-link {
  width: 100%;
}

.image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.list {
  margin-bottom: 0;
}

.list-item {
  letter-spacing: -.48px;
  margin-bottom: 10px;
}

._3-col-layout-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._3-col-layout-grid.convert-to-2-col {
  grid-template-columns: 1fr 1fr;
}

._3-col-layout-grid-wrapper {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wheel-bearing-full-image {
  width: 70%;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  padding: 100px 30px;
  display: flex;
  position: relative;
}

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

.footer-wrapper {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  padding-left: 10px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 0;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  width: 300px;
  max-width: 300px;
  text-align: left;
  flex: none;
  font-size: 14px;
  line-height: 16px;
}

.div-block {
  width: 300px;
  min-width: 300px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  white-space: nowrap;
  font-size: 14px;
}

.link-block {
  padding-bottom: 100px;
}

.text-block-3 {
  font-size: 18px;
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.link {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}

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

.div-block-4 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-start;
  display: flex;
}

.link-2 {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}

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

.image-4 {
  cursor: pointer;
}

.responsive-dropdown-pducts {
  display: none;
}

.link-3 {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}

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

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -1.4px;
    font-size: 70px;
  }

  h2 {
    letter-spacing: -1.04px;
    font-size: 52px;
  }

  h3 {
    letter-spacing: -.64px;
    font-size: 32px;
  }

  p {
    letter-spacing: -.44px;
    font-size: 22px;
  }

  .section {
    padding-top: 80px;
  }

  .section.double-padding, .section.black {
    padding-bottom: 80px;
  }

  .paragraph-xl {
    letter-spacing: -.64px;
    font-size: 32px;
  }

  .paragraph-xs {
    letter-spacing: -.32px;
    font-size: 16px;
  }

  ._2-col-layout-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  ._2-col-layout-grid.ratio-change {
    grid-template-columns: 2fr;
  }

  ._2-col-layout-grid-image.landscape {
    padding-left: 50px;
    padding-right: 50px;
  }

  ._2-col-layout-grid-image.product {
    object-fit: contain;
    padding-left: 100px;
    padding-right: 100px;
  }

  .form-buttom {
    font-size: 16px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--black);
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding: 80px 30px;
    display: flex;
  }

  .nav-link {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 28px;
  }

  .nav-dropdown {
    display: none;
  }

  .nav-dropdown-toggle {
    font-size: 28px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-link {
    color: var(--white);
    font-size: 24px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--black);
    color: var(--red);
  }

  .nav-dropdown-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-grid-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    margin-top: 20px;
    padding-top: 0;
  }

  .image {
    width: 100px;
    height: 100px;
  }

  .center-layout-div {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .list-item {
    letter-spacing: -.44px;
    font-size: 22px;
  }

  ._3-col-layout-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-content {
    grid-column-gap: 40px;
  }

  .heading {
    font-size: 70px;
  }

  .paragraph {
    font-size: 22px;
  }

  .responsive-dropdown-pducts {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }

  .click-open-ddown {
    width: 100%;
    margin-bottom: 0;
  }

  .ddown-open-wrapper {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    padding: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1.16px;
    font-size: 58px;
  }

  h2 {
    letter-spacing: -.88px;
    font-size: 44px;
  }

  p {
    font-size: 22px;
  }

  .section {
    padding-top: 60px;
  }

  .section.double-padding, .section.black {
    padding-bottom: 60px;
  }

  .section.black.overflow-hdn {
    height: 50vh;
  }

  .paragraph-xl {
    font-size: 32px;
  }

  .button-primary {
    font-size: 16px;
  }

  .hero-section.home {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/chr-image-1.webp');
    background-position: 0 0, 50%;
  }

  .center-header-wrapper {
    margin-bottom: 40px;
  }

  ._3-col-full-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-layout-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .field-label {
    margin-bottom: 8px;
  }

  .input-field, .text-area {
    margin-bottom: 20px;
  }

  .navbar-brand {
    width: 160px;
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 80px;
    padding-left: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .banner-section {
    height: 45vh;
  }

  .center-layout-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._3-col-layout-grid, ._3-col-layout-grid.convert-to-2-col {
    grid-template-columns: 1fr;
  }

  ._3-col-layout-grid-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .footer-dark {
    padding: 60px 30px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-copyright-center {
    width: auto;
  }

  .div-block {
    width: 100%;
    min-width: auto;
    flex-direction: column;
    justify-content: space-between;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .heading-2 {
    letter-spacing: -1.16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.88px;
    font-size: 44px;
  }

  h2 {
    letter-spacing: -.68px;
    font-size: 34px;
  }

  h3 {
    letter-spacing: -.52px;
    font-size: 26px;
  }

  p {
    letter-spacing: -.36px;
    font-size: 18px;
  }

  .section.black.overflow-hdn {
    height: 50vh;
  }

  .paragraph-xl {
    letter-spacing: -.52px;
    font-size: 26px;
  }

  .hero-section.home {
    height: 80vh;
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/chr-image-1.webp');
    background-position: 0 0, 50%;
  }

  .scroll-lottie-wrapper {
    align-items: flex-start;
    padding-top: 20px;
  }

  ._3-col-full-grid {
    grid-template-columns: 1fr;
  }

  .home-product-image {
    padding: 30px;
  }

  .home-product-card-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._2-col-layout-grid-image-wrapper {
    position: static;
  }

  ._2-col-layout-grid-image.landscape, ._2-col-layout-grid-image.product {
    padding-left: 0;
    padding-right: 0;
  }

  .absolute-car-image {
    width: 90%;
  }

  .zoom-in-parts-image {
    width: 100%;
  }

  .navbar-no-shadow {
    position: static;
  }

  .navbar-brand {
    width: 120px;
  }

  .navbar-brand.w--current {
    width: 140px;
  }

  .nav-menu-wrapper {
    overflow: visible;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    padding-left: 30px;
    overflow: visible;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-dropdown-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .banner-section {
    height: 35vh;
  }

  .banner-text-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._2-column-gallery-grid, ._2-column-gallery-grid.reverse-ratio {
    grid-template-columns: 1fr;
  }

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

  ._3-col-layout-grid.convert-to-2-col {
    height: auto;
  }

  ._3-col-layout-grid-wrapper {
    height: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .wheel-bearing-full-image {
    width: 100%;
  }

  .container-2 {
    max-width: none;
  }

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

  .div-block {
    flex-direction: column;
  }

  .link-block {
    padding-bottom: 0;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .responsive-dropdown-pducts {
    overflow: hidden;
  }

  .click-open-ddown {
    margin-bottom: 0;
  }

  .ddown-open-wrapper {
    overflow: visible;
  }

  .link-3 {
    font-size: 22px;
  }

  .list-item-2 {
    overflow: visible;
  }
}

#w-node-_731a83e1-ee92-2fc5-377c-25fedc317cd0-c88a1dd9, #w-node-_446ad84f-6c2c-9e17-1bdf-9bd622340583-c88a1dd9, #w-node-c8845884-042b-0f04-c3e4-bde4d47bcfc2-c88a1dd9, #w-node-a5914a57-9bc6-c3c3-5312-a93d2d1a5848-c88a1dd9, #w-node-_61431fb7-15a6-0555-0afc-75ea5cf6bdb8-c88a1dd9, #w-node-_6aea5e42-0b92-80ec-84ea-8123e82525f4-c88a1dd9, #w-node-_8f7bfd5b-0a4c-ba17-8b27-ad0d85f55bd6-85f55bc2, #w-node-_8f7bfd5b-0a4c-ba17-8b27-ad0d85f55bdb-85f55bc2, #w-node-_8f7bfd5b-0a4c-ba17-8b27-ad0d85f55be1-85f55bc2, #w-node-_8f7bfd5b-0a4c-ba17-8b27-ad0d85f55be6-85f55bc2, #w-node-f06f3358-910b-7538-25a9-21f13d628aea-607abc05, #w-node-_123ad453-f444-c7d0-e92a-123cb31cea03-607abc05, #w-node-ab756818-ea60-3c00-d62c-b2ac1e829e08-607abc05, #w-node-_500e315d-55f2-98aa-7f26-e2c3fa232159-607abc05, #w-node-ed562c81-235d-6ae7-1fd2-b1eeeb6a21dc-607abc05, #w-node-ed562c81-235d-6ae7-1fd2-b1eeeb6a21de-607abc05, #w-node-_3d27e8c2-17c8-aee2-1862-9776032df7ba-df22afa6, #w-node-_5b1adbcb-4453-c852-38eb-45c9954152ff-df22afa6, #w-node-_2ab54cb5-9627-0065-8a68-e4da686dc58b-df22afa6, #w-node-_2ab54cb5-9627-0065-8a68-e4da686dc58d-df22afa6, #w-node-_879bc8e1-f35d-2cf2-8aa0-6f505e59dbe0-df22afa6, #w-node-_879bc8e1-f35d-2cf2-8aa0-6f505e59dbe2-df22afa6, #w-node-f06f3358-910b-7538-25a9-21f13d628aea-32785af2, #w-node-ab756818-ea60-3c00-d62c-b2ac1e829e08-32785af2, #w-node-_9072e076-cc14-4ced-d424-1672cd65f8d6-32785af2, #w-node-_8f47c242-cdfd-748a-7d4d-5cfa941088be-32785af2, #w-node-_37919026-6f09-0e9b-70cf-4378378ac738-32785af2, #w-node-f06f3358-910b-7538-25a9-21f13d628aea-e9ea8c0b, #w-node-ab756818-ea60-3c00-d62c-b2ac1e829e08-e9ea8c0b, #w-node-_9072e076-cc14-4ced-d424-1672cd65f8d6-e9ea8c0b, #w-node-_8f47c242-cdfd-748a-7d4d-5cfa941088be-e9ea8c0b, #w-node-_37919026-6f09-0e9b-70cf-4378378ac738-e9ea8c0b, #w-node-f06f3358-910b-7538-25a9-21f13d628aea-f86ad9b9, #w-node-ab756818-ea60-3c00-d62c-b2ac1e829e08-f86ad9b9, #w-node-_9072e076-cc14-4ced-d424-1672cd65f8d6-f86ad9b9, #w-node-_8f47c242-cdfd-748a-7d4d-5cfa941088be-f86ad9b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a5914a57-9bc6-c3c3-5312-a93d2d1a5848-c88a1dd9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ab756818-ea60-3c00-d62c-b2ac1e829e08-32785af2, #w-node-ab756818-ea60-3c00-d62c-b2ac1e829e08-e9ea8c0b, #w-node-ab756818-ea60-3c00-d62c-b2ac1e829e08-f86ad9b9 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a5914a57-9bc6-c3c3-5312-a93d2d1a5848-c88a1dd9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f06f3358-910b-7538-25a9-21f13d628aea-607abc05 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5b1adbcb-4453-c852-38eb-45c9954152ff-df22afa6, #w-node-_879bc8e1-f35d-2cf2-8aa0-6f505e59dbe2-df22afa6 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


