body {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}

main img {
  display: block;
  margin: 0 auto;
}

main p img {
  max-width: 100%;
}

.n-type h1,
.n-type h2 {
  font-weight: normal;
  margin: 0;
  font-size: 2rem;
}
.n-type .n-contain {
  max-width: 1440px;
}
.n-type a.n-btn[href] {
  padding: 0.75em 1.4em;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: normal;
}

.n-header {
  text-transform: uppercase;
}
.n-header .n-pad {
  margin-left: 2em;
}
.n-header nav.n-nav a[href] {
  margin-left: 0.5em;
  font-size: 0.9em;
}
.n-header nav.n-nav li:first-child a[href] {
  margin-left: 0;
}
.n-header nav.n-nav .active a,
.n-header nav.n-nav:last-child .active a {
  color: #999;
}
.n-header ._2\/5 nav.n-nav a {
  font-size: 0.75em;
  color: #999;
}

.n-header ul.n-list,
.n-banner ul.n-list {
  display: block;
}

.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  border-top: 1px solid #ccc;
  background-color: rgba(247, 247, 247, 0.95);
  transform: translate3d(0, 0, 0);
}

.sticky a[href]:not(.n-btn) {
  text-decoration: none;
  color: #c00;
}

a.n-btn[href].red {
  background: #c00;
}

footer a[href] {
  text-decoration: none;
  padding: 0 1em;
}

footer a[href]:first-child {
  padding-left: 0;
}

.narrow {
  box-sizing: border-box;
}

@media (min-width: 1280px) {
  .narrow {
    padding: 0 13em;
  }
}
.n-row div:not(._1\/1) .narrow {
  padding: 0 7em;
}

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

.n-carousel.n-tabs > .n-carousel__index.n-row {
  margin: 2em 0;
  justify-content: center;
}

.n-carousel.n-tabs > .n-carousel__index.n-row button {
  flex-grow: 1;
  white-space: nowrap;
  padding: 1em 1.5em;
  border: 1px solid #ccc;
  background: none;
  color: inherit;
  font-weight: normal;
  line-height: 1.75;
}

.n-carousel.n-tabs > .n-carousel__index.n-row button[aria-current] {
  background: #eee;
}

.n-carousel.n-tabs > .n-carousel__index.n-row button:first-child {
  border-radius: 2em 0 0 2em;
  border-right: none;
}

.n-carousel.n-tabs > .n-carousel__index.n-row button:last-child {
  border-radius: 0 2em 2em 0;
  border-left: none;
}

@media screen and (max-width: 599.9px) {
  .checkered > div:nth-child(2) {
    order: 1;
  }

  .checkered > div:nth-child(4) {
    order: 2;
  }

  .sticky {
    position: static;
  }

  .n-carousel.n-tabs > .n-carousel__index.n-row {
    padding: 0 0.5em;
    box-sizing: border-box;
  }
  .n-carousel.n-tabs > .n-carousel__index.n-row a,
.n-carousel.n-tabs > .n-carousel__index.n-row a:first-child,
.n-carousel.n-tabs > .n-carousel__index.n-row a:last-child {
    border-radius: 2em;
  }

  .n-banner > .n-row {
    background-position: center !important;
  }

  footer a[href]:first-child {
    padding-left: 1em;
  }
}
@media (min-width: 600px) and (max-width: 1280px) {
  .narrow,
.n-row div:not(._1\/1) .narrow {
    padding: 0 3em;
  }
}

/*# sourceMappingURL=tesla.css.map */
