@font-face {
  font-family: Gotham Medium;
  src: url('../fonts/GothamMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Book;
  src: url('../fonts/GothamBook.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Light;
  src: url('../fonts/GothamLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --grey: #393c41;
}

.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 {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham Medium, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham Medium, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham Medium, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gotham Medium, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

p {
  max-width: 75ch;
  margin-bottom: 10px;
  font-family: Gotham Book, sans-serif;
  line-height: 1.5;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1.5rem;
}

.container.container--1260 {
  max-width: 1260px;
}

.container.container--1260.container--1260-powertrain {
  padding-top: 2rem;
}

.container.container--840 {
  max-width: 840px;
}

.container.container--840.contaiener--840-powertrain {
  padding-bottom: 0;
}

.container.container--840.contaiener--840-powertrain-2 {
  padding-top: 2rem;
  padding-bottom: 0;
}

.hero {
  background-image: url('../images/ms-main-hero-desktop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.hero-grid__heading {
  text-align: center;
  margin-bottom: 0;
  line-height: 48px;
  color: var(--white);
}

.hero-grid__subheading {
  text-align: center;
  margin-top: 4px;
  font-family: Gotham Light, sans-serif;
  font-size: 17px;
  color: var(--white);
}

.hero-grid__subheading.hero-grid__subheading--alight-left {
  text-align: left;
}

.hero-flex {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.hero-flex__item {
  width: 100%;
}

.hero-flex__item.hero-flex__item-mid {
  min-height: 70vh;
  z-index: 2;
  position: relative;
}

.hero-flex__item.hero-flex__item--bot {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-height: 15vh;
  display: flex;
  position: relative;
}

.hero-flex__item.hero-flex__item--nav {
  justify-content: space-between;
  align-items: flex-start;
  min-height: 15vh;
  display: flex;
  z-index: 2;
  position: relative;
}

.data-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.data__title {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Gotham Medium, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.data__title.data__title-black {
  color: var(--black);
  font-size: 24px;
}

.data__title.data__title-black.data__title--mob {
  display: none;
}

.data-grid__item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.data-grid__item.data-grid__item-bot {
  justify-content: flex-end;
}

.data-grid__item.data-grid__item--future {
  justify-content: flex-end;
  align-items: flex-start;
}

.data__sub-text {
  color: var(--white);
  font-size: 12px;
}

.data__sub-text.data__sub-text--black {
  opacity: .6;
  color: var(--black);
}

.data__sub-text.data__sub-text--black.data__sub-text--mobile {
  display: none;
}

.button {
  z-index: 0;
  border: 2px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  margin: 3px;
  padding: 10px 40px;
  font-family: Gotham Medium, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

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

.button.w--current {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.button--dark {
  border-color: var(--black);
  color: var(--black);
}

.button.button--dark:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.button--dark.button--auto {
  max-width: 200px;
  margin-top: auto;
  margin-bottom: 3rem;
}

.data-grid__button-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav {
  justify-content: space-between;
  width: 100%;
  height: 52px;
  display: flex;
}

.nav__logo, .nav__center-nav, .nav__left-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav__link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Gotham Medium, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

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

.nav__burger {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: none;
  position: relative;
}

.nav__burger-line {
  background-color: var(--white);
  width: 100%;
  height: 2px;
}

.side-nav {
  z-index: 1;
  background-color: var(--white);
  flex-direction: column;
  align-items: stretch;
  width: 300px;
  padding: 71px 20px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: scroll;
  transform: translate(100%);
}

.side-nav__link {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #00000026;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 10px;
  font-family: Gotham Medium, sans-serif;
  font-weight: 500;
  line-height: 17.5px;
  text-decoration: none;
  transition: all .3s;
}

.side-nav__link.side-nav__link-mobile {
  display: none;
}

.hero-dark-screen {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  inset: 0%;
  z-index: 1;
}

.interior__img {
  background-image: url('../images/MS-Interior-Hero-Desktop.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
}

.interior__headline {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 116px;
  display: flex;
}

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

.slider-wide {
  z-index: 0;
  background-color: #0000;
  min-height: 700px;
}

.slider__img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 580px;
}

.slider__img.slider__img--1 {
  background-image: url('../images/MS-Interior-Carousel-A-Desktop.jpeg');
}

.slider__img.slider__img--2 {
  background-image: url('../images/MS-Interior-Carousel-B-Desktop.jpeg');
}

.slider__img.slider__img--3 {
  background-image: url('../images/MS-Interior-Carousel-C-Desktop.jpeg');
}

.slider__img.slider__img--4 {
  background-image: url('../images/MS-Interior-Carousel-D-Desktop.jpeg');
}

.slider__text {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 120px;
  padding-left: 350px;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  height: 580px;
  display: flex;
  inset: 0% 0% auto auto;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 580px;
  display: flex;
  inset: 0% auto auto 0%;
}

.slide-nav {
  padding-bottom: 95px;
  padding-left: 200px;
  inset: auto auto 0% 0%;
}

.slider__arrow-wrapper {
  border: 2px solid var(--white);
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.slider__arrow-wrapper.slider__arrow-wrapper--left {
  transform: rotate(180deg);
}

.slider__arrow {
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  width: 10px;
  height: 10px;
  margin-right: 5px;
  transform: rotate(45deg);
}

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

.showcase-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.showcase-grid__item {
  min-height: 328px;
}

.showcase-grid__item.showcase-grid__img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.showcase-grid__item.showcase-grid__img.showcase-grid__img--1 {
  background-image: url('../images/MS-Interior-Grid-A-Desktop.jpeg');
}

.showcase-grid__item.showcase-grid__img.showcase-grid__img--2 {
  background-image: url('../images/MS-Interior-Grid-B-Desktop.jpeg');
}

.showcase-grid__item.showcase-grid__img.showcase-grid__img--3 {
  background-image: url('../images/MS-Interior-Grid-C-Desktop.jpeg');
}

.showcase-grid__item.showcase-grid__img.showcase-grid__img--4 {
  background-image: url('../images/MS-Interior-Grid-D-Desktop.jpeg');
}

.showcase-grid__item.showcase-grid__img.showcase-grid__img--5 {
  background-image: url('../images/MS-Exterior-Grid-B-Desktop.jpeg');
}

.showcase-grid__item.showcase-grid__img.showcase-grid__img--6 {
  background-image: url('../images/MS-Exterior-Grid-A-Desktop.jpeg');
}

.showcase-grid__item.showcase-grid__img.showcase-grid__img--7 {
  background-image: url('../images/MS-Exterior-Grid-C-Desktop.jpeg');
}

.showcase-grid__item.showcase-grid__text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.showcase-grid__item.showcase-grid__text.showcase-grid__text--left {
  margin-left: auto;
}

.showcase-grid__text {
  max-width: 40ch;
}

.ludicrous {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.ludicrous__img {
  background-image: url('../images/MS-Performance-Hero-Desktop.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  min-height: 70vh;
  display: flex;
}

.ludicrous__img.ludicrous__img-2 {
  background-image: url('../images/MS-Exterior-Hero-Desktop.jpeg');
}

.ludicrous-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ludicrous-grid-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 960px;
  min-height: 30vh;
  padding-left: 20px;
  padding-right: 20px;
}

.ludicrous-grid-2__item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 2rem;
  display: flex;
}

.ludicrous__heading {
  margin-top: 0;
}

.powertrain {
  background-color: #393c411a;
  min-height: 100vh;
}

.tabs-imgs-wrapper {
  background-color: var(--white);
  width: 100%;
  max-width: 1066px;
  min-height: 500px;
  position: relative;
}

.powetrain__img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.powetrain__img.powetrain__img--1 {
  background-image: url('../images/Model-S-Performance-Dual-Motor-Desktop.jpeg');
}

.powetrain__img.powetrain__img--2 {
  background-image: url('../images/Model-S-Performance-Tri-Motor-Desktop-1.jpeg');
}

.powertrain__grid-item {
  cursor: pointer;
  background-color: #0000;
  border: 3px solid #0000;
  flex-direction: column;
  padding: 1rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.powertrain__grid-item:hover {
  border: 3px solid #000;
}

.powertrain__grid-item.w--current {
  border-color: var(--black);
  background-color: #0000;
}

.powertrain-subgrid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .8;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: auto;
}

.powetrain__text {
  margin-bottom: 2rem;
  font-size: 12px;
}

.powetrain__text.powertrain__text--margin-auto {
  margin-top: auto;
}

.powertrain__heading {
  font-size: 18px;
}

.powertrain__heading.powertrain__heading--margin {
  margin-bottom: 2rem;
}

.powertrarin__note {
  opacity: .6;
  text-align: center;
  margin-top: 2rem;
  font-size: 12px;
}

.go {
  min-height: 100vh;
  display: flex;
}

.go_img {
  background-image: url('../images/MS-Range-Hero-Desktop.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: flex-end;
  width: 75%;
  min-height: 100vh;
  display: flex;
}

.go_text {
  flex-direction: column;
  width: 25%;
  min-height: 100vh;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.freedom {
  background-color: #0000;
  min-height: 100vh;
}

.tab-vids__wrapper {
  justify-content: center;
  width: 100%;
  min-height: 580px;
  display: flex;
  position: relative;
}

.freedom-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 840px;
  margin-top: 2rem;
  display: grid;
}

.tab {
  position: absolute;
  inset: 0%;
}

.line {
  background-color: var(--black);
  opacity: .6;
  width: 100%;
  height: 3px;
  position: absolute;
  inset: -3px 0% auto;
}

.impact {
  min-height: 100vh;
  display: flex;
}

.impact__text {
  flex-direction: column;
  width: 30%;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.impact__img {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.prot-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  display: flex;
  position: relative;
}

.prot__content {
  width: 200px;
  height: 100px;
  position: absolute;
}

.prot__content.prot__content-1 {
  bottom: 433px;
  left: 280px;
}

.prot__content.prot__content-2 {
  height: 200px;
  bottom: 282px;
  left: 64px;
}

.prot__content.prot__content-3 {
  display: flex;
  bottom: 136px;
  left: 322px;
}

.prot__heading {
  margin-top: 0;
  margin-left: 1.5rem;
}

.prot__heading.prot__heading--up {
  margin-top: auto;
  margin-bottom: 0;
}

.prot__dot {
  background-color: var(--white);
  border: 3px solid #000;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.prot__dot.prot__dot--up {
  inset: 0% auto auto 0%;
}

.prot__line {
  background-color: var(--black);
  width: 3px;
  height: 100%;
  margin-left: 4.5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.future__video {
  background-color: #393c411a;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 70vh;
  display: flex;
  position: relative;
}

.future__text {
  width: 30%;
  position: relative;
}

.future__grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  padding-left: 4rem;
}

.background-video, .tab__vid {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-vids__grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 840px;
  margin-top: 2rem;
  display: grid;
}

.future {
  background-color: #0000;
  min-height: 100vh;
}

.specs {
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: flex;
}

.cta {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: flex;
}

.specs__img {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.specs__txt {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.cta__text {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.cta__img {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.cta__text-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cta__text-buttons {
  display: flex;
}

.specs__info {
  color: var(--white);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.button-tab {
  border: 2px solid var(--grey);
  color: var(--grey);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  margin: 3px;
  padding: 10px 40px;
  font-family: Gotham Medium, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tab:hover {
  background-color: var(--white);
  color: var(--black);
}

.button-tab.w--current {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.tabs-menu {
  display: flex;
}

.specs__grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.specs__item {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.specs__line {
  background-color: var(--grey);
  width: 40px;
  height: 1px;
  margin-bottom: .5rem;
}

.specs__tabs, .specs__tab-content {
  margin-top: 1rem;
}

.text-block {
  font-family: Gotham Medium, sans-serif;
  font-size: 1rem;
}

.text-block-2 {
  font-family: Gotham Book, sans-serif;
}

.footer {
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.footer__link {
  color: var(--grey);
  letter-spacing: 0;
  text-transform: none;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Gotham Book, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

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

.eikon {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  transform: none;
}

.eikon__notif {
  z-index: 10;
  background-color: var(--white);
  border-radius: 3px 3px 0 0;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  min-height: 200px;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 17px 17px 64px #0003;
}

.eikon__logo {
  background-image: url('../images/eikon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 40px;
}

.eikon__paragraph {
  margin-top: .5rem;
}

.eikon__email {
  color: #22be87;
  margin-top: auto;
  font-size: 24px;
  text-decoration: none;
}

.link {
  color: #22be87;
  text-decoration: none;
}

.eikon__close {
  opacity: .4;
  cursor: pointer;
  margin-top: 1rem;
  margin-right: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.eikon__notif-wrapper {
  background-color: var(--white);
  border-radius: 3px;
}

.data__title--mobile, .data__sub-text--mobile {
  display: none;
}

.data__title--desktop, .data__sub-text--desktop {
  display: block;
}

@media screen and (max-width: 991px) {
  .container.container--1260 {
    flex-direction: column;
    display: flex;
  }

  .container.container--1260.container--flex-mid {
    align-items: center;
  }

  .container.container--840.contaiener--840-powertrain {
    width: 80%;
  }

  .hero {
    background-position: 35%;
    min-height: 80vh;
  }

  .hero-flex {
    min-height: 80vh;
  }

  .hero-flex__item.hero-flex__item-mid {
    min-height: 50vh;
  }

  .data-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .data__title {
    font-size: 22px;
  }

  .data__title.data__title-black {
    line-height: 1.2;
  }

  .data__title.data__title-black.data__title--mob {
    display: block;
  }

  .data__title.data__title-black.data__title--desktop {
    display: none;
  }

  .data-grid__item.data-grid__item--future {
    justify-content: flex-start;
    align-items: center;
  }

  .data__sub-text.data__sub-text--black.data__sub-text--desktop {
    display: none;
  }

  .data__sub-text.data__sub-text--black.data__sub-text--mobile {
    display: block;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.button--dark.button--auto {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .nav__center-nav, .nav__link.nav__link--hide-mobile {
    display: none;
  }
  
  .data__title--desktop, .data__sub-text--desktop {
    display: none;
  }
  
  .data__title--mobile, .data__sub-text--mobile {
    display: block;
  }

  .nav__burger {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 18px 15px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .side-nav {
    object-fit: scale-down;
    object-position: 50% 0%;
    justify-content: flex-start;
    transform: translate(100%);
  }

  .side-nav__link.side-nav__link-mobile {
    display: block;
  }

  .slider__text {
    padding-left: 250px;
  }

  .slide-nav {
    padding-left: 100px;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
    width: 80%;
  }

  .showcase-grid__item.showcase-grid__text {
    min-height: 200px;
    padding-top: 0;
  }

  .showcase-grid__item.showcase-grid__text.showcase-grid__text--left {
    margin-left: 0;
  }

  .showcase-grid__text {
    max-width: 70ch;
  }

  .tabs-imgs-wrapper {
    min-height: 400px;
  }

  .go {
    flex-direction: column;
  }

  .go_img {
    width: 100%;
  }

  .go_text {
    width: 100%;
    min-height: auto;
  }

  .tab-vids__wrapper {
    min-height: 400px;
  }

  .impact {
    flex-direction: column;
  }

  .impact__text {
    order: 1;
    width: 100%;
  }

  .impact__img {
    width: 100%;
  }

  .future__video {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .future__text {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .future__grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 2rem;
    padding-left: 0;
  }

  .specs {
    flex-direction: column;
  }

  .cta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .specs__img {
    width: 100%;
  }

  .specs__txt {
    width: 100%;
    padding-bottom: 3rem;
  }

  .cta__text, .cta__img {
    width: 100%;
  }

  .cta__text-buttons {
    flex-direction: column;
  }

  .showcase__sub-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .data-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button, .data-grid__button-wrapper {
    width: 100%;
  }

  .slider-wide {
    min-height: 500px;
  }

  .slider__img {
    min-height: 380px;
  }

  .slider__text {
    padding-left: 150px;
  }

  .right-arrow, .left-arrow {
    height: 380px;
  }

  .slide-nav {
    padding-left: 0;
    display: block;
  }

  .freedom-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tab-vids__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    flex-direction: column;
  }

  .footer__link {
    margin-bottom: 1rem;
  }

  .footer__link.footer__link--mobile-hide {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container.container--1260.container--flex-mid {
    padding-left: 0;
    padding-right: 0;
  }

  .container.container--840.contaiener--840-powertrain {
    width: 100%;
  }

  .hero-grid__subheading {
    margin-top: 0;
  }

  .hero-flex__item.hero-flex__item-mid {
    min-height: 55vh;
  }

  .hero-flex__item.hero-flex__item--bot {
    padding-bottom: 2rem;
  }

  .hero-flex__item.hero-flex__item--nav {
    min-height: 10vh;
  }

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

  .data__title {
    font-size: 18px;
  }

  .data-grid__item.data-grid__item--future {
    align-items: center;
  }

  .data-grid__item.data-grid__item--mobile-hide {
    display: none;
  }

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

  .slider-wide {
    z-index: 0;
    min-height: 650px;
  }

  .slider__text {
    margin-top: 80px;
    padding-left: 0;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slide-nav {
    margin-top: 400px;
    padding-bottom: 0;
    display: block;
    inset: 0% auto auto 0%;
  }

  .showcase-grid {
    width: 100%;
  }

  .ludicrous-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ludicrous-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .ludicrous-grid-2__item {
    padding-right: 0;
  }

  .tabs-imgs-wrapper {
    min-height: 160px;
  }

  .powertrain-subgrid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .go_img {
    background-position: 75%;
  }

  .tab-vids__wrapper {
    min-height: 200px;
  }

  .impact__text {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .impact__img {
    margin-top: 100px;
  }

  .prot-content-wrapper {
    width: 300px;
    height: 300px;
  }

  .prot__content.prot__content-1 {
    width: 100px;
    bottom: 216.5px;
    left: 140px;
  }

  .prot__content.prot__content-2 {
    width: 100px;
    bottom: 141px;
    left: 32px;
  }

  .prot__content.prot__content-3 {
    width: 100px;
    bottom: 68px;
    left: 161.5px;
  }

  .tab-vids__grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .cta__text-buttons {
    width: 100%;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .eikon__notif {
    border-radius: 0;
    margin-bottom: 0;
  }
}

#w-node-_5f54f239-f649-2bdc-ef0c-2b8aaa0a9554-5476d38e, #w-node-eadc0780-6da9-e9af-b69a-f694cab278d5-5476d38e, #w-node-_1c3eb9f3-3d3c-c552-39ca-152ce785d807-5476d38e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_291e764f-0e7b-0adf-3e40-097f77409b48-5476d38e, #w-node-_852a8e55-ec10-3478-8b3c-cd90e7316660-5476d38e, #w-node-_67f1238a-fa75-26b4-0143-6a149a77d991-5476d38e, #w-node-_67f1238a-fa75-26b4-0143-6a149a77d99d-5476d38e {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0353aae0-35b5-7538-96c9-ca9a9e528145-5476d38e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0353aae0-35b5-7538-96c9-ca9a9e528145-5476d38e {
    grid-column: span 3 / span 3;
  }

  #w-node-_5f54f239-f649-2bdc-ef0c-2b8aaa0a9554-5476d38e, #w-node-eadc0780-6da9-e9af-b69a-f694cab278d5-5476d38e, #w-node-_1c3eb9f3-3d3c-c552-39ca-152ce785d807-5476d38e {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/GothamMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/GothamBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/GothamLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}