.image {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#nav_2_int, #nav_1, #nav_bottom, #instructions  {
  pointer-events: none;
}
#nav_1, #nav_2_int {
  position: relative;
}
#ext_menu_icon, #ext_arrow_left, #ext_arrow_right, #int_menu_icon_open, #int_arrow_left, #int_arrow_right {
  pointer-events: all;
}
#scene {
  position: absolute;
}
#nav_1, #ext_menu, #nav_bottom {
  display: none;
}
body {
  background-color: black;
}

@media screen and (max-width: 991px) {
  .container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/bg.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .body {
    background-color: rgba(0, 0, 0, 0.5);
    font-family: CadillacgothicWide, sans-serif;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
  }

  .text-block {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 9px;
    text-transform: uppercase;
    white-space: normal;
  }

  .text-block-2 {
    width: 275px;
    font-family: Cadillacgothic, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 10px;
    text-transform: uppercase;
  }

  .text-block-3 {
    font-family: CadillacgothicWide, sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 20px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .div-block-2 {
    position: absolute;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 60px;
    background-image: linear-gradient(180deg, #000, transparent);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 295px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 1px;
    text-align: center;
  }

  .text-block-4 {
    font-family: Cadillacgothic, sans-serif;
    font-size: 16px;
    letter-spacing: 9px;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon.icon_2 {
    display: none;
  }

  .icon.icon_4 {
    display: none;
  }

  .icon.icon_3 {
    display: none;
  }

  .icon.icon_5 {
    display: none;
  }

  .icon.icon_6 {
    display: none;
  }

  .icon.icon_7 {
    display: none;
  }

  .icon_txt {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .container-2 {
    display: none;
    max-height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-2.int_nav {
    display: none;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background-image: linear-gradient(180deg, #000, transparent);
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
  }

  .image {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .text-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    width: 240px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 40px;
  }

  .text-block-6.menu_h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-6.menu_h2 {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-6.menu_h3 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-6.menu_h4 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-6.intmenu_h2 {
    display: none;
    width: 295px;
  }

  .text-block-6.intmenu_h1 {
    display: flex;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36%;
    height: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .div-block-8 {
    position: static;
    display: block;
    width: 25%;
    height: 100%;
    max-height: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-9 {
    width: 25%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
    opacity: 0.3;
  }

  .div-block-10 {
    width: 25%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    opacity: 0.3;
  }

  .div-block-11 {
    width: 25%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    opacity: 0.3;
  }

  .superscript {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-3 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background-image: linear-gradient(0deg, #000, transparent);
  }

  .text-block-7 {
    font-family: Cadillacgothic, sans-serif;
    font-size: 10px;
    text-align: center;
    letter-spacing: 2px;
  }

  .text-block-8 {
    font-family: Cadillacgothic, sans-serif;
    font-size: 8px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 1px;
  }

  .div-block-12 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 105px;
    height: 42px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 21px;
    pointer-events: all;
  }

  .div-block-13 {
    position: relative;
    left: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 36px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 18px;
    background-color: #fff;
  }

  .div-block-13.toggle_int {
    background-color: transparent;
    left: -2px;
  }

  .image-2 {
    position: static;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .container-4 {
    position: static;
    top: 10px;
    display: none;
    overflow: visible;
    height: 100vh;
    max-height: 100vh;
    width: 100%;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #000;
    opacity: 0.75;
  }

  .container-4.interior_menu {
    display: none;
  }

  .text-block-9 {
    text-transform: uppercase;
  }

  .text-block-10 {
    width: 275px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .text-block-10.menu_bz {
    font-weight: 700;
  }

  .text-block-10.int_menu_title_2 {
    width: 340px;
  }

  .div-block-15 {
    position: absolute;
    left: 20px;
    top: 165px;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3px;
    height: 260px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-15.int_side_nav {
    height: 200px;
  }

  .div-block-16 {
    width: 100%;
    height: 25%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .div-block-16.int_sidenav_1 {
    height: 33%;
  }

  .div-block-17 {
    width: 100%;
    height: 25%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    opacity: 0.3;
  }

  .div-block-17.int_sidenav_2 {
    height: 33%;
  }

  .div-block-18 {
    width: 100%;
    height: 25%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    opacity: 0.3;
  }

  .div-block-18.int_side_nav3 {
    height: 33%;
  }

  .div-block-19 {
    width: 100%;
    height: 25%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    opacity: 0.3;
  }

  .div-block-20 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 336px;
    height: 162px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .div-block-20.dc {
    height: 175px;
  }
  
  .div-block-20.led {
    height: 140px;
  }
  
  .div-block-20.led_3 {
    height: 193px;
  }
  
  .div-block-20.regen_2 {
    height: 206px;
  }
  
  .div-block-20.pedal {
    height: 140px;
  }

  .div-block-20.regen_3 {
    height: 180px;
  }

  .div-block-20.bz_2 {
    height: 183px;
  }

  .div-block-20.charging_1 {
    height: 182px;
  }

  .div-block-20.charging_2 {
    height: 220px;
  }

  .div-block-20.state_2 {
    height: 202px;
  }

  .div-block-20.sc_1 {
    height: 180px;
  }

  .slide {
    text-align: center;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 435px;
    background-color: transparent;
    width: 100%;
  }

  .slider.regen {
    display: none;
  }
  .slider.blindzone {
    display: none;
  }

  .slider.charging {
    display: none;
  }

  .slider.state {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider.led {
    display: none;
  }

  .slider.supercruise {
    display: none;
  }

  .slider.onepedal {
    display: none;
  }

  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .text-block-11 {
    width: 250px;
    font-family: Cadillacgothic, sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0px;
  }

  .text-block-11.charging_txt1 {
    width: 240px;
  }

  .text-block-11.led_3 {
    width: 215px;
  }

  .text-block-11.pedal_1 {
    width: 230px;
  }

  .text-block-11.pedal_2 {
    width: 220px;
  }

  .text-block-11.pedal_3 {
    width: 258px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .text-block-12 {
    width: 90%;
    font-family: Cadillacgothic, sans-serif;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.5px;
  }

  .div-block-22 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #000;
    z-index: 1;
  }
  .mask {
    width: 100%;
  }

  .slide-2 {
    width: 100%;
  }

  .instructions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    height: 100vh;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-23 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 225px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background-image: linear-gradient(0deg, #000, transparent);
  }

  .text-block-13 {
    font-family: Cadillacgothic, sans-serif;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-14 {
    font-family: Cadillacgothic, sans-serif;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 1.5px;
  }

  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 236px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-5 {
    font-family: Cadillacgothic, sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon.icon_2 {
    display: none;
  }

  .icon.icon_4 {
    display: none;
  }

  .icon.icon_3 {
    display: none;
  }

  .icon.icon_5 {
    display: none;
  }

  .icon.icon_6 {
    display: none;
  }

  .icon.icon_7 {
    display: none;
  }

  .icon_txt {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .div-block-16 {
    background-color: #fff;
  }

  .div-block-17 {
    background-color: #fff;
    opacity: 0.3;
  }

  .div-block-18 {
    background-color: #fff;
    opacity: 0.3;
  }

  .div-block-19 {
    background-color: #fff;
    opacity: 0.3;
  }
}

@font-face {
  font-family: 'CadillacgothicWide';
  src: url('../fonts/CadillacGothic-WideRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CadillacgothicWide';
  src: url('../fonts/CadillacGothic-WideBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cadillacgothic';
  src: url('../fonts/CadillacGothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cadillacgothic';
  src: url('../fonts/CadillacGothic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}