.otto-hero {
  min-height: 100vh;
}

.otto-about {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.otto-about-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.otto-about-info {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 40px;
  display: flex;
}

.otto-about-img {
  background-image: url('../images/about-img.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.otto-about-title {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.otto-h2 {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.otto-h2.h2-white.h2-center {
  text-align: center;
}

.otto-h2.h2-white {
  color: #fff;
}

.otto-text {
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.otto-text-bold {
  font-weight: 600;
}

.otto-about-slider {
  background-color: #0000;
  max-width: 550px;
  height: 100%;
}

.otto-about-slider-nav {
  padding-top: 0;
  inset: auto auto -50px 0%;
}

.otto-about-slide, .otto-about-slider-mask {
  height: 100%;
}

.otto-about-slide-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.otto-about-slide-content-img {
  max-width: none;
}

.otto-h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.otto-customization {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: url('../images/customization-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  padding: 140px 40px;
  display: flex;
}

.otto-customization-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.otto-customization-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  align-items: flex-start;
  padding: 30px 80px 30px 60px;
  display: flex;
  box-shadow: 8px 8px 21px #0000001f;
}

.otto-customization-card-img {
  max-width: none;
  height: 96px;
}

.otto-customization-card-title {
  color: #000;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.otto-3d {
  background-color: #1e1e1e;
  flex-flow: column;
  align-items: center;
  min-height: 100vh;
  padding: 120px 40px 40px;
  display: flex;
}

.otto-guide {
  background-image: url('../images/guide-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 40px 50px;
}

.otto-variations {
  background-color: #f5f5f5;
  flex-flow: column;
  padding: 40px;
  overflow: hidden;
}

.otto-variations-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.otto-variations-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  min-width: 360px;
  max-width: 360px;
  display: flex;
}

.variations-otto {
  overflow: auto;
}

.otto-products {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.otto-products-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.otto-product-slider {
  height: 100%;
}

.otto-product-slide-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.otto-product-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 100px 40px;
  display: flex;
}

.otto-enviroment-wrapper {
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.otto-action {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.otto-heading-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.otto-action-carousel {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  overflow: auto;
}

.otto-action-carousel-img {
  min-width: 500px;
}

.otto-3d-img {
  max-width: 650px;
  display: none;
}

.otto-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.otto-video {
  width: 100%;
  height: 100vh;
}

.otto-footer {
  background-image: url('../images/footer-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 40px;
}

.otto-footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.otto-footer-text {
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.otto-footer-link {
  color: #fff;
}

.otto-footer-button {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4px 30px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.otto-model-wrapper {
  position: relative;
}

.otto-hidden-block {
  background-color: #1e1e1e;
  width: 100%;
  height: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.otto-hidden-block.otto-hidden-block-bottom {
  inset: auto 0% 0%;
}

@media screen and (min-width: 1280px) {
  .otto-about-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .otto-about-info {
    padding-left: 110px;
  }

  .otto-customization, .otto-3d, .otto-guide {
    padding-left: 110px;
    padding-right: 110px;
  }

  .otto-variations {
    padding-left: 110px;
    padding-right: 60px;
  }

  .otto-variations-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .otto-product-content, .otto-heading-wrapper, .otto-action-carousel, .otto-footer {
    padding-left: 110px;
    padding-right: 110px;
  }
}

@media screen and (max-width: 991px) {
  .otto-about-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .otto-about-info {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .otto-about-img {
    height: 700px;
  }

  .otto-customization {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .otto-customization-cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .otto-customization-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .otto-3d {
    min-height: auto;
    padding-top: 100px;
  }

  .otto-variations-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .otto-variations-info {
    min-width: 500px;
    max-width: 500px;
  }

  .otto-product-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .otto-action {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .otto-action-carousel {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .otto-hero {
    min-height: auto;
  }

  .otto-about, .otto-about-wrapper {
    width: 100%;
  }

  .otto-about-info {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .otto-about-img {
    height: 500px;
  }

  .otto-about-title {
    width: 100%;
    max-width: none;
  }

  .otto-h2 {
    font-size: 40px;
  }

  .otto-about-slider {
    width: 100%;
    max-width: none;
  }

  .otto-about-slide-content-img {
    max-height: 100px;
  }

  .otto-h3 {
    font-size: 28px;
  }

  .otto-customization {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .otto-customization-cards {
    grid-template-columns: 1fr;
  }

  .otto-customization-card {
    border-radius: 20px;
  }

  .otto-customization-card-img {
    height: 80px;
  }

  .otto-customization-card-title {
    font-size: 28px;
  }

  .otto-3d {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .otto-guide, .otto-variations {
    padding-left: 20px;
    padding-right: 20px;
  }

  .otto-variations-info {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .otto-products-wrapper {
    grid-template-columns: 1fr;
  }

  .otto-product-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .otto-enviroment-wrapper {
    grid-template-columns: 1fr;
  }

  .otto-action {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .otto-heading-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .otto-action-carousel {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .otto-action-carousel-img {
    min-width: 350px;
  }

  .otto-3d-img {
    width: 100%;
    max-width: none;
  }

  .otto-video {
    height: 60vh;
  }

  .otto-footer {
    padding: 80px 20px;
  }

  .otto-footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

@media screen and (max-width: 479px) {
  .otto-about-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .otto-about-info {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
  }

  .otto-about-img {
    height: 400px;
  }

  .otto-about-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .otto-h2 {
    font-size: 32px;
  }

  .otto-h3 {
    font-size: 24px;
  }

  .otto-customization {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .otto-customization-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .otto-customization-card {
    padding: 24px;
  }

  .otto-customization-card-img {
    height: 70px;
  }

  .otto-customization-card-title {
    font-size: 24px;
  }

  .otto-3d {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .otto-guide {
    padding-top: 50px;
    padding-bottom: 40px;
  }

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

  .otto-action {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .otto-video {
    height: 40vh;
  }

  .otto-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .otto-footer-text {
    font-size: 20px;
  }
}

#w-node-f691d779-7cee-d4df-7e2c-8508d4225ae2-d4b50fdb, #w-node-_4a55e983-9803-8839-41bf-b99fdb791346-d4b50fdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_4a55e983-9803-8839-41bf-b99fdb791339-d4b50fdb {
    order: -9999;
  }
}


