@font-face {
  font-family: 'LouisGlobal';
  src: url("/fonts/louisregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LouisGlobalItalic';
  src: url("/fonts/louisitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LouisGlobalBold';
  src: url("/fonts/louisbold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Roboto;
}

h1, h2, h3, h4, h5, ul, li, p {
  margin: 0;
  padding: 0;
}

#contactUsWidget h2 {
    display: none;
}

#contactUsWidget label {
    display: none;
}

.gold {
  color: #CD9834;
}

#content-description {
  display: none;
}

.container {
  width: 100%;
  padding: 0;
}

.main-wrapper {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .main-wrapper {
    width: 100%;
  }
}

.top-section {
  margin-top: 73px;
}

@media (max-width: 1100px) {
  .top-section {
    margin-top: 5.72917vw;
  }
}

@media (max-width: 480px) {
  .top-section {
    margin-top: 13.4375vw;
  }
}

.top-section-headline {
  position: relative;
}

.top-section-headline__text {
  font-family: "LouisBold";
  color: #333;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .top-section-headline__text {
    font-size: 4.16667vw;
    line-height: 4.6875vw;
  }
}

@media (max-width: 480px) {
  .top-section-headline__text {
    font-size: 6.875vw;
    line-height: 7.5vw;
  }
}

.top-section-headline-caption {
  position: absolute;
  bottom: 6px;
  right: 192px;
}

@media (max-width: 1100px) {
  .top-section-headline-caption {
    bottom: 0.52083vw;
    right: 21.09375vw;
  }
}

@media (max-width: 480px) {
  .top-section-headline-caption {
    bottom: 0.625vw;
    right: 2.1875vw;
  }
}

.top-section-headline-caption__text {
  font-family: "LouisRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333;
}

@media (max-width: 1100px) {
  .top-section-headline-caption__text {
    font-size: 1.30208vw;
    line-height: 1.5625vw;
  }
}

@media (max-width: 480px) {
  .top-section-headline-caption__text {
    font-size: 2.1875vw;
    line-height: 2.8125vw;
  }
}

.top-section .pricing {
  margin-top: 40px;
  margin-bottom: 79px;
  position: relative;
}

@media (max-width: 1100px) {
  .top-section .pricing {
    margin-top: 2.47396vw;
    margin-bottom: 8.72396vw;
  }
}

@media (max-width: 480px) {
  .top-section .pricing {
    margin-top: 3.75vw;
    margin-bottom: 16.25vw;
  }
}

.top-section .pricing__text {
  font-family: "LouisBold";
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #333;
}

@media (max-width: 1100px) {
  .top-section .pricing__text {
    font-size: 6.77083vw;
  }
}

@media (max-width: 480px) {
  .top-section .pricing__text {
    font-size: 11.25vw;
  }
}

.top-section .pricing__caption {
  position: absolute;
  bottom: 16px;
  left: 256px;
}

@media (max-width: 1100px) {
  .top-section .pricing__caption {
    bottom: 1.30208vw;
    left: 28.125vw;
  }
}

@media (max-width: 480px) {
  .top-section .pricing__caption {
    bottom: 2.5vw;
    left: 13.75vw;
  }
}

.top-section .pricing__caption-text {
  font-family: "LouisRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333;
}

@media (max-width: 1100px) {
  .top-section .pricing__caption-text {
    font-size: 1.30208vw;
    line-height: 1.5625vw;
  }
}

@media (max-width: 480px) {
  .top-section .pricing__caption-text {
    font-size: 2.1875vw;
    line-height: 2.8125vw;
  }
}

.top-section .pricing__caption_availability {
  position: absolute;
  bottom: -20px;
  right: 276px;
}

@media (max-width: 1100px) {
  .top-section .pricing__caption_availability {
    bottom: -1.5625vw;
    right: 29.16667vw;
  }
}

@media (max-width: 480px) {
  .top-section .pricing__caption_availability {
    bottom: -2.5vw;
    right: 15.625vw;
  }
}

.top-section .pricing__caption_availability__text {
  background: #CD9834;
  display: inline-block;
  font-family: "LouisRegular";
  color: white;
  font-size: 14px;
  line-height: 20px;
  padding: 0 8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .top-section .pricing__caption_availability__text {
    font-size: 1.30208vw;
    line-height: 1.5625vw;
    padding: 0 0.52083vw;
  }
}

@media (max-width: 480px) {
  .top-section .pricing__caption_availability__text {
    font-size: 2.1875vw;
    line-height: 2.8125vw;
    padding: 0 0.9375vw;
  }
}

.top-section .pricing__caption_availability__text:nth-child(2) {
  width: 182px;
  margin-left: -120px;
  display: block;
}

@media (max-width: 1100px) {
  .top-section .pricing__caption_availability__text:nth-child(2) {
    width: 15.36458vw;
    margin-left: -10.9375vw;
  }
}

@media (max-width: 480px) {
  .top-section .pricing__caption_availability__text:nth-child(2) {
    width: 26.875vw;
    margin-left: -20vw;
  }
}

.image-section {
  background-image: url(https://project.clcdatahub.com/shorkey/new-2020-chevrolet-bolt-ev/main-cover.jpg);
  background-image: -webkit-image-set(url(https://project.clcdatahub.com/shorkey/new-2020-chevrolet-bolt-ev/main-cover.jpg) 1x, url(https://project.clcdatahub.com/shorkey/new-2020-chevrolet-bolt-ev/main-cover-2x.jpg) 2x);
  background-image: image-set(url(https://project.clcdatahub.com/shorkey/new-2020-chevrolet-bolt-ev/main-cover.jpg) 1x, url(https://project.clcdatahub.com/shorkey/new-2020-chevrolet-bolt-ev/main-cover-2x.jpg) 2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 56px;
}

@media (max-width: 1100px) {
  .image-section {
    height: 52.08333vw;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .image-section {
    height: 67.5vw;
    padding: 0;
  }
}

@media (max-width: 1100px) {
  .image-section-buttons {
    display: none;
  }
}

.image-section-buttons__link {
  display: inline-block;
  height: 72px;
  font-family: "LouisBold";
  font-size: 24px;
  line-height: 72px;
  padding: 0 32px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .image-section-buttons__link {
    height: 8.33333vw;
    font-size: 2.60417vw;
    line-height: 8.33333vw;
    padding: 0;
  }
  .image-section-buttons__link .image-section-buttons__image {
    top: 1.5625vw;
    height: 4.6875vw;
  }
}

@media (max-width: 480px) {
  .image-section-buttons__link {
    height: 15vw;
    font-size: 5vw;
    line-height: 15vw;
    padding: 0;
  }
  .image-section-buttons__link .image-section-buttons__image {
    top: 3.4375vw;
    height: 8.75vw;
  }
}

.image-section-buttons__link:nth-child(1) {
  background: white;
  border: 4px solid white;
  color: #CD9834;
  position: relative;
  padding-left: 64px;
}

@media (max-width: 1100px) {
  .image-section-buttons__link:nth-child(1) {
    width: 100%;
    border: 0.52083vw solid #CD9834;
    padding-left: 0;
  }
}

.image-section-buttons__link:nth-child(1):hover {
  background: #333;
  border: 4px solid #333;
}

.image-section-buttons__link:nth-child(2) {
  background: transparent;
  border: 4px solid white;
  color: white;
  margin-left: 14px;
}

@media (max-width: 1100px) {
  .image-section-buttons__link:nth-child(2) {
    background: #F0F0F0;
    border: 0.52083vw solid #F0F0F0;
    width: 100%;
    margin: 1.5625vw 0 0 0;
    color: #CD9834;
  }
}

@media (max-width: 480px) {
  .image-section-buttons__link:nth-child(2) {
    border: 0.625vw solid #F0F0F0;
    margin: 2.5vw 0 0 0;
  }
}

.image-section-buttons__link:nth-child(2):hover {
  background: #CD9834;
  border: 4px solid #CD9834;
  color: white;
}

.image-section-buttons__image {
  position: absolute;
  top: 12px;
  left: 32px;
}

@media (max-width: 1100px) {
  .image-section-buttons__image {
    left: 8.33333vw;
  }
}

@media (max-width: 480px) {
  .image-section-buttons__image {
    left: 15vw;
  }
}

.mobile-section-buttons {
  display: none;
}

@media (max-width: 1100px) {
  .mobile-section-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50vw;
    margin: 4.16667vw auto 0 auto;
  }
}

@media (max-width: 480px) {
  .mobile-section-buttons {
    width: 90vw;
    margin: 5vw auto 0 auto;
  }
}

.trigger-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 96px;
  margin-top: 32px;
  margin-bottom: 131px;
}

@media (max-width: 1100px) {
  .trigger-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 13.28125vw;
    margin-bottom: 13.28125vw;
    height: auto;
  }
}

@media (max-width: 480px) {
  .trigger-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 21.25vw;
    margin-bottom: 21.25vw;
  }
}

.trigger-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 77px;
  font-family: "LouisRegular";
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #808080;
}

@media (max-width: 1100px) {
  .trigger-section__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.60417vw;
    line-height: 3.64583vw;
  }
}

@media (max-width: 1100px) {
  .trigger-section__item {
    font-size: 4.375vw;
    line-height: 6.25vw;
  }
}

.trigger-section__separator-holder {
  display: none;
}

@media (max-width: 1100px) {
  .trigger-section__separator-holder {
    display: block;
    margin: 2.47396vw 0 2.60417vw 0;
  }
  .trigger-section__separator-holder .trigger-section__separator {
    width: 4.16667vw;
    border-bottom: 1px solid #E6E6E6;
  }
}

@media (max-width: 480px) {
  .trigger-section__separator-holder {
    margin: 4.375vw 0 4.0625vw 0;
  }
  .trigger-section__separator-holder .trigger-section__separator {
    width: 7.5vw;
  }
}

.trigger-section__item:nth-child(1) {
  width: 256px;
 /* padding: 19px 64px 0 0;  */
  border-right: 1px solid #E6E6E6;
}

@media (max-width: 1100px) {
  .trigger-section__item:nth-child(1) {
    width: 41.66667vw;
    padding: 0;
    border: none;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  .trigger-section__item:nth-child(1) {
    width: 67.5vw;
  }
}

.trigger-section__item:nth-child(2) {
  width: 512px;
  padding: 12px 0 0 0;  
  border-right: 1px solid #E6E6E6;
  display: inline-block;
/*  margin-top: 12px;  */
}

@media (max-width: 1100px) {
  .trigger-section__item:nth-child(2) {
    width: 41.66667vw;
    padding: 0;
    border: none;
    margin: 0;
    height: auto;
  }
  .trigger-section__item:nth-child(2) .trigger-section__separator {
    margin: 0 auto;
  }
  .trigger-section__item:nth-child(2) > br {
    display: none;
  }
}

@media (max-width: 480px) {
  .trigger-section__item:nth-child(2) {
    width: 67.5vw;
  }
}

.trigger-section__item:nth-child(3) {
  width: 256px;
  padding: 0 0 0 64px;  
}

@media (max-width: 1100px) {
  .trigger-section__item:nth-child(3) {
    width: 41.66667vw;
    padding: 0;
    border: none;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  .trigger-section__item:nth-child(3) {
    width: 67.5vw;
  }
}

.trims-section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 64px 0 67px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

@media (max-width: 1100px) {
  .trims-section {
    padding: 6.11979vw 0 9.11458vw 0;
  }
}

@media (max-width: 480px) {
  .trims-section {
    padding: 10vw 0 14.6875vw 0;
  }
}

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

@media (max-width: 1100px) {
  .trims-section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.trims-section-row__item {
  width: 326px;
}

@media (max-width: 1100px) {
  .trims-section-row__item {
    width: 41.66667vw;
  }
  .trims-section-row__item .trims-section-row__image {
    width: 41.66667vw;
  }
}

@media (max-width: 480px) {
  .trims-section-row__item {
    width: 67.5vw;
  }
  .trims-section-row__item .trims-section-row__image {
    width: 67.5vw;
  }
}

.trims-section-row__item:nth-child(1) {
  margin-right: 210px;
  margin-left: 80px;
}

@media (max-width: 1100px) {
  .trims-section-row__item:nth-child(1) {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12.23958vw;
  }
}

@media (max-width: 480px) {
  .trims-section-row__item:nth-child(1) {
    margin-bottom: 19.6875vw;
  }
}

@media (max-width: 1100px) {
  .trims-section-row__item:nth-child(2) {
    margin-right: auto;
    margin-left: auto;
  }
}

.trims-section-row__headline {
  margin: 22px 0 17px 32px;
  font-family: "LouisBold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333;
}

@media (max-width: 1100px) {
  .trims-section-row__headline {
    font-size: 3.125vw;
    line-height: 4.16667vw;
    margin: 2.86458vw 0 1.95312vw 4.16667vw;
  }
}

@media (max-width: 480px) {
  .trims-section-row__headline {
    font-size: 5vw;
    line-height: 7.5vw;
    margin: 5.625vw 0 3.75vw 6.25vw;
  }
}

.trims-section-row__headline > a {
  text-decoration: none;
  color: inherit;
}

.trims-section-row__headline > a:hover {
  color: #CD9834;
}

.trims-section-row__list {
  list-style: none;
  padding: 0 0 18px 32px;
}

@media (max-width: 1100px) {
  .trims-section-row__list {
    padding: 0 0 3.25521vw 4.16667vw;
  }
}

@media (max-width: 480px) {
  .trims-section-row__list {
    padding: 0 0 5.9375vw 6.25vw;
  }
}

.trims-section-row__list-item {
  position: relative;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #333;
}

@media (max-width: 1100px) {
  .trims-section-row__list-item {
    font-size: 2.08333vw;
    line-height: 3.64583vw;
  }
}

@media (max-width: 480px) {
  .trims-section-row__list-item {
    font-size: 3.75vw;
    line-height: 6.25vw;
  }
}

.trims-section-row__list-item::before {
  position: absolute;
  left: -26px;
  top: -4px;
  content: url(img/dash.svg);
  text-indent: -5px;
}

.trims-section-row__link {
  text-decoration: none;
  font-family: "LouisBold";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #CD9834;
  margin: 0 0 0 32px;
  padding-bottom: 2px;
}

@media (max-width: 1100px) {
  .trims-section-row__link {
    font-size: 2.08333vw;
    line-height: 100%;
    margin: 0 0 0 4.16667vw;
  }
}

@media (max-width: 480px) {
  .trims-section-row__link {
    font-size: 3.75vw;
    margin: 0 0 0 6.25vw;
  }
}

.trims-section-row__link:hover {
  color: #CD9834;
}

.trims-section.last-section {
  border-top: none;
}

.form-section {
  margin-top: 0;
}

.form-section__headline {
  font-family: "LouisBold";
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333;
  position: relative;
  margin-top: 206px;
}

@media (max-width: 1100px) {
  .form-section__headline {
    margin-top: 29.6875vw;
    font-size: 6.25vw;
    line-height: 7.29167vw;
    width: 72.91667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .form-section__headline br {
    display: none;
  }
}

@media (max-width: 480px) {
  .form-section__headline {
    margin-top: 41.875vw;
    font-size: 6.25vw;
    line-height: 8.75vw;
    width: 75vw;
  }
}

.form-section__headline::before {
  position: absolute;
  content: url(img/lightning.svg);
  left: 50%;
  top: -64px;
}

@media (max-width: 480px) {
  .form-section__headline::before {
    left: 47%;
  }
}

.form-section__form {
  width: 384px;
  height: auto;
  margin: 39px auto 0 auto;
}

@media (max-width: 480px) {
  .form-section__form {
    width: 90vw;
  }
}

.form-section-separator {
  width: 1px;
  margin: 44px auto 44px auto;
}

@media (max-width: 480px) {
  .form-section-separator {
    margin: 7.5vw auto 7.5vw auto;
  }
}

.form-section-separator-body {
  background: #E6E6E6;
  height: 72px;
}

@media (max-width: 480px) {
  .form-section-separator-body {
    height: 17.5vw;
  }
}

.form-section-footer {
  width: 384px;
  height: 88px;
  margin: 0 auto;
  border-top: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .form-section-footer {
    width: 90vw;
    height: 20vw;
  }
  .form-section-footer__image {
    width: 90vw;
  }
}
/*# sourceMappingURL=style.css.map */