/*! 22-10-2020 3:34:03 PM */

/******************************************************************
Site Name: Sample project
Stylesheet: Main Stylesheet

******************************************************************/
/* @import "reset"; */
/******************************************************************
Site Name: Sample project
Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 12, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 14, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 15, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
COLORS
*********************/
/* $blue: #0567DD;
$light-gray: #eee;
$medium-gray: #3B3B3B;
$dark-gray: #161616; */
/*********************
FONTS
*********************/
/* @mixin source-sans-pro-semi-bold {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

@mixin merriweather-regular {
    font-family: 'Merriweather', serif;
    font-weight: 400;
} */
@font-face {
  font-family: "toyotatyperegular";
  src: url("../fonts/ToyotaType-Book.eot");
  src: url("../fonts/ToyotaType-Book.woff2") format("woff2"), url("../fonts/ToyotaType-Book.woff") format("woff"), url("../fonts/ToyotaType-Book.ttf") format("truetype"), url("../fonts/ToyotaType-Book.svg#ToyotaType-Book") format("svg"), url("../fonts/ToyotaType-Book.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "toyotatypelight";
  src: url("../fonts/ToyotaType-Light.eot");
  src: url("../fonts/ToyotaType-Light.woff2") format("woff2"), url("../fonts/ToyotaType-Light.woff") format("woff"), url("../fonts/ToyotaType-Light.ttf") format("truetype"), url("../fonts/ToyotaType-Light.svg#ToyotaType-Light") format("svg"), url("../fonts/ToyotaType-Light.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "toyotatypesemibold";
  src: url("../fonts/ToyotaType-Semibold.eot");
  src: url("../fonts/ToyotaType-Semibold.woff2") format("woff2"), url("../fonts/ToyotaType-Semibold.woff") format("woff"), url("../fonts/ToyotaType-Semibold.ttf") format("truetype"), url("../fonts/ToyotaType-Semibold.svg#ToyotaType-Semibold") format("svg"), url("../fonts/ToyotaType-Semibold.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "toyotatypeblack";
  src: url("../fonts/ToyotaType-Black.eot");
  src: url("../fonts/ToyotaType-Black.woff2") format("woff2"), url("../fonts/ToyotaType-Black.woff") format("woff"), url("../fonts/ToyotaType-Black.ttf") format("truetype"), url("../fonts/ToyotaType-Black.svg#ToyotaType-Black") format("svg"), url("../fonts/ToyotaType-Black.eot?#iefix") format("embedded-opentype");
}
/* @import "general"; */
/* @import "homepage"; */
/* html { height: 100%; overflow:auto; }
body { height: 100%; } */
/* .scrollmagicVideo{
    position:absolute;
    top:0px;
    left:0px;
    width:320px; 
    height:520px;
    background-color: #525153;
    
    @media (min-width: 768px) {
        position:absolute;
        width:768px;
        height:948px;
    }

    @media (min-width: 992px) {
        position:absolute;
        width:2500px;
        height:945px;
         
    }
} */
/* portrait */
@media screen and (orientation: portrait) {
  /* portrait-specific styles */
}
/* landscape */
@media screen and (orientation: landscape) {
  /* landscape-specific styles */
}
/* line 37, ../scss/specific.scss */
#loaderBar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 5px;
  background-color: red;
}
@media (min-width: 768px) {
  /* line 37, ../scss/specific.scss */
  #loaderBar {
    height: 10px;
  }
}
@media (min-width: 992px) {
  /* line 37, ../scss/specific.scss */
  #loaderBar {
    height: 10px;
  }
}

/* line 55, ../scss/specific.scss */
body.post-template-toyota-sienna-interactive.no-scroll {
  overflow: hidden;
  /* Aded BD 10/14 */
}

/* line 59, ../scss/specific.scss */
#toyota-sienna-interactive {
  position: relative;
}
/* line 62, ../scss/specific.scss */
#toyota-sienna-interactive .rotate-device-wrap {
  position: absolute;
  background-color: #767676;
  width: 100vw;
  height: calc(100vh - 70px);
  z-index: 9500;
  display: none;
}
@media (min-width: 992px) {
  /* line 62, ../scss/specific.scss */
  #toyota-sienna-interactive .rotate-device-wrap {
    display: none !important;
  }
}
/* line 78, ../scss/specific.scss */
#toyota-sienna-interactive .rotate-device-wrap .rotate-device-inner-wrap {
  text-align: center;
  width: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* line 87, ../scss/specific.scss */
#toyota-sienna-interactive .rotate-device-wrap .rotate-device-inner-wrap img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}
/* line 94, ../scss/specific.scss */
#toyota-sienna-interactive .rotate-device-wrap .rotate-device-inner-wrap p {
  font-family: 'toyotatypesemibold';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
/* line 105, ../scss/specific.scss */
#toyota-sienna-interactive .loader-overlay {
  position: absolute;
  background-color: #767676;
  width: 100vw;
  height: 100vh;
  z-index: 9000;
  /* display:none; */
  /* Aded BD 10/14 */
}
/* line 113, ../scss/specific.scss */
#toyota-sienna-interactive .loader-overlay .progress-bar {
  width: 80%;
  max-width: 85vw;
  height: 9px;
  position: absolute;
  top: 50vh;
  left: 50%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media (min-width: 1200px) {
  /* line 113, ../scss/specific.scss */
  #toyota-sienna-interactive .loader-overlay .progress-bar {
    width: 800px;
  }
}
/* line 134, ../scss/specific.scss */
#toyota-sienna-interactive .loader-overlay .progress-bar:after {
  content: '';
  display: block;
  width: 0px;
  height: 9px;
  background: #fff;
  animation: load 8s linear;
}
@-moz-keyframes load {
  0% {
    width: 0;
  }
  10% {
    width: 5%;
  }
  20% {
    width: 15%;
  }
  30% {
    width: 25%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 44%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 72%;
  }
  80% {
    width: 84%;
  }
  90% {
    width: 92%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes load {
  0% {
    width: 0;
  }
  10% {
    width: 5%;
  }
  20% {
    width: 15%;
  }
  30% {
    width: 25%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 44%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 72%;
  }
  80% {
    width: 84%;
  }
  90% {
    width: 92%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes load {
  0% {
    width: 0;
  }
  10% {
    width: 5%;
  }
  20% {
    width: 15%;
  }
  30% {
    width: 25%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 44%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 72%;
  }
  80% {
    width: 84%;
  }
  90% {
    width: 92%;
  }
  100% {
    width: 100%;
  }
}
@keyframes load {
  0% {
    width: 0;
  }
  10% {
    width: 5%;
  }
  20% {
    width: 15%;
  }
  30% {
    width: 25%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 44%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 72%;
  }
  80% {
    width: 84%;
  }
  90% {
    width: 92%;
  }
  100% {
    width: 100%;
  }
}
/* line 285, ../scss/specific.scss */
.scrollDown {
  position: absolute;
  left: 832px;
  top: 221px;
  width: 123px;
  height: 21px;
  font-family: 'toyotatypesemibold';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  opacity: 0;
}

/* line 306, ../scss/specific.scss */
.scrollDownImg {
  width: 30px;
  height: 52px;
  left: -30px;
  top: -15px;
  position: absolute;
}

/* line 315, ../scss/specific.scss */
.videoContainer {
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 0px;
  width: 320px;
  height: 520px;
}
@media (min-width: 768px) {
  /* line 315, ../scss/specific.scss */
  .videoContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 768px;
    height: 948px;
  }
}
@media (min-width: 992px) {
  /* line 315, ../scss/specific.scss */
  .videoContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2500px;
    height: 945px;
    overflow: hidden;
  }
}

/* line 344, ../scss/specific.scss */
#introVideoD {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 344, ../scss/specific.scss */
  #introVideoD {
    display: none;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  /* line 344, ../scss/specific.scss */
  #introVideoD {
    position: absolute;
    width: 2500px;
    height: 1080px;
    top: -50px;
    opacity: 1;
  }
}

/* line 367, ../scss/specific.scss */
#introVideoT {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 367, ../scss/specific.scss */
  #introVideoT {
    display: none;
    width: 768px;
    height: 948px;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  /* line 367, ../scss/specific.scss */
  #introVideoT {
    display: none;
    opacity: 0;
  }
}

/* line 388, ../scss/specific.scss */
#introVideoM {
  position: absolute;
  top: -5px !important;
  left: 0px;
  width: 320px;
  height: 520px;
  display: none;
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 388, ../scss/specific.scss */
  #introVideoM {
    display: none;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  /* line 388, ../scss/specific.scss */
  #introVideoM {
    display: none;
    opacity: 0;
  }
}

/* line 409, ../scss/specific.scss */
#containerScaling {
  margin-top: 70px;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  /* line 409, ../scss/specific.scss */
  #containerScaling {
    width: 1920px;
    height: 945px;
  }
}

/* line 427, ../scss/specific.scss */
#section1 {
  position: relative;
  top: 0px;
  left: 0px;
  transform-origin: 0% 0%;
  pointer-events: none;
}
@media (min-width: 768px) {
  /* line 427, ../scss/specific.scss */
  #section1 {
    position: relative;
    top: 0px;
    left: 0px;
    transform-origin: 0% 0%;
  }
}
@media (min-width: 992px) {
  /* line 427, ../scss/specific.scss */
  #section1 {
    position: relative;
    top: 0px;
    left: 0px;
    transform-origin: 0% 0%;
    overflow: hidden;
  }
}
/* line 451, ../scss/specific.scss */
#section1 #container2 {
  position: relative;
  left: 0px;
  width: 320px;
  height: 566px;
  transform-origin: 0% 0%;
  /* left:50%;
  transform: translate(-50%, 0%); */
}
@media (min-width: 768px) {
  /* line 451, ../scss/specific.scss */
  #section1 #container2 {
    position: relative;
    left: 0px;
    top: 0px;
    width: 768px;
    height: 1024px;
  }
}
@media (min-width: 992px) {
  /* line 451, ../scss/specific.scss */
  #section1 #container2 {
    position: relative;
    width: 2500px;
    height: 1080px;
    left: -290px;
  }
}
/* line 476, ../scss/specific.scss */
#section1 #container2 .-SiennaD {
  transform-origin: 0% 0%;
  font-family: 'toyotatypesemibold';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #eb0a1e;
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  /* line 476, ../scss/specific.scss */
  #section1 #container2 .-SiennaD {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  /* line 476, ../scss/specific.scss */
  #section1 #container2 .-SiennaD {
    width: 407px;
    height: 76px;
    font-size: 60px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.73;
    letter-spacing: normal;
    top: 111px;
    left: 676px;
    display: block;
    visibility: visible;
  }
}
/* line 510, ../scss/specific.scss */
#section1 #container2 .-SiennaD .text-style-1 {
  color: #ffffff !important;
}
/* line 516, ../scss/specific.scss */
#section1 #container2 .-SiennaT {
  transform-origin: 0% 0%;
  font-family: 'toyotatypesemibold';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #eb0a1e;
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  /* line 516, ../scss/specific.scss */
  #section1 #container2 .-SiennaT {
    top: 66px;
    left: 67px;
    width: 701px;
    height: 48px;
    font-size: 60px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.73;
    letter-spacing: normal;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  /* line 516, ../scss/specific.scss */
  #section1 #container2 .-SiennaT {
    display: none;
    visibility: hidden;
  }
}
/* line 547, ../scss/specific.scss */
#section1 #container2 .-SiennaT .text-style-1 {
  color: #ffffff !important;
}
/* line 554, ../scss/specific.scss */
#section1 #container2 .-SiennaM {
  position: absolute;
  top: 12px;
  left: 24px;
  width: 285px;
  height: 43px;
  font-family: 'toyotatypesemibold';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 41px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: #eb0a1e;
  display: block;
  visibility: visible;
}
/* line 571, ../scss/specific.scss */
#section1 #container2 .-SiennaM .text-style-1 {
  color: #ffffff !important;
}
@media (min-width: 768px) {
  /* line 554, ../scss/specific.scss */
  #section1 #container2 .-SiennaM {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  /* line 554, ../scss/specific.scss */
  #section1 #container2 .-SiennaM {
    display: none;
    visibility: hidden;
  }
}
/* line 588, ../scss/specific.scss */
#section1 #container2 .hyperlink {
  display: inline;
  font-family: 'toyotatyperegular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  color: #007aff !important;
  text-decoration: underline !important;
  display: block;
  pointer-events: auto;
}
@media (min-width: 768px) {
  /* line 588, ../scss/specific.scss */
  #section1 #container2 .hyperlink {
    color: #007aff !important;
    text-decoration: underline !important;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  /* line 588, ../scss/specific.scss */
  #section1 #container2 .hyperlink {
    display: none;
  }
}
/* line 612, ../scss/specific.scss */
#section1 #container2 .hyperlinkD {
  opacity: 0;
  display: none;
  pointer-events: auto;
}
@media (min-width: 768px) {
  /* line 612, ../scss/specific.scss */
  #section1 #container2 .hyperlinkD {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 612, ../scss/specific.scss */
  #section1 #container2 .hyperlinkD {
    position: absolute;
    top: 698px;
    left: 1703px;
    width: 177px;
    height: 22px;
    font-family: 'toyotatyperegular';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    color: #007aff !important;
    text-decoration: underline !important;
    display: none;
  }
}
/* line 642, ../scss/specific.scss */
#section1 #container2 .videoText {
  position: absolute;
  top: 58px;
  left: 25px;
  width: 258px;
  height: 48px;
  font-family: 'toyotatypesemibold';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #ffffff;
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 642, ../scss/specific.scss */
  #section1 #container2 .videoText {
    top: 121px;
    left: 68px;
    width: 406px;
    height: 72px;
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  /* line 642, ../scss/specific.scss */
  #section1 #container2 .videoText {
    top: 169px;
    left: 677px;
    width: 619px;
    height: 100px;
    font-size: 40px;
  }
}
/* line 677, ../scss/specific.scss */
#section1 #container2 .Designed-by-the-comb {
  font-family: 'toyotatyperegular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 169px;
  left: 437px;
  width: 611px;
  height: 100px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #ffffff;
}
/* line 694, ../scss/specific.scss */
#section1 #container2 .exteriorContainers {
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 0px;
  width: 320px;
  height: 520px;
}
@media (min-width: 768px) {
  /* line 694, ../scss/specific.scss */
  #section1 #container2 .exteriorContainers {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 768px;
    height: 948px;
  }
}
@media (min-width: 992px) {
  /* line 694, ../scss/specific.scss */
  #section1 #container2 .exteriorContainers {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2500px;
    height: 945px;
  }
}
/* line 722, ../scss/specific.scss */
#section1 #container2 .menu-desktop {
  display: none;
}
@media (min-width: 768px) {
  /* line 722, ../scss/specific.scss */
  #section1 #container2 .menu-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 722, ../scss/specific.scss */
  #section1 #container2 .menu-desktop {
    position: relative;
    z-index: inherit;
    top: 813px;
    left: 690px;
    height: 26px;
    width: 1050px;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0;
  }
}
/* line 742, ../scss/specific.scss */
#section1 #container2 .menu-desktop .menu-desktop-item {
  width: auto;
  height: 26px;
  font-family: 'toyotatypesemibold';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
/* line 756, ../scss/specific.scss */
#section1 #container2 .menu-desktop #section1-design-d {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 190px;
}
/* line 763, ../scss/specific.scss */
#section1 #container2 .menu-desktop #section1-front-d {
  position: absolute;
  left: 250px;
  top: 0px;
}
/* line 769, ../scss/specific.scss */
#section1 #container2 .menu-desktop #section1-side-d {
  position: absolute;
  left: 400px;
  top: 0px;
}
/* line 775, ../scss/specific.scss */
#section1 #container2 .menu-desktop #section1-rear-d {
  position: absolute;
  left: 540px;
  top: 0px;
}
/* line 781, ../scss/specific.scss */
#section1 #container2 .menu-desktop #section1-safety-d {
  position: absolute;
  left: 675px;
  top: 0px;
}
/* line 787, ../scss/specific.scss */
#section1 #container2 .menu-desktop #section1-dimensions-d {
  position: absolute;
  left: 930px;
  top: 0px;
}
/* line 798, ../scss/specific.scss */
#section1 #container2 .exteriorText {
  position: absolute;
  width: 294px;
  height: 118px;
  font-family: 'toyotatypesemibold';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #000000;
  left: 0px;
}
@media (min-width: 768px) {
  /* line 798, ../scss/specific.scss */
  #section1 #container2 .exteriorText {
    width: 449px;
    height: 83px;
    font-size: 16px;
    line-height: 1.19;
  }
}
@media (min-width: 992px) {
  /* line 798, ../scss/specific.scss */
  #section1 #container2 .exteriorText {
    font-size: 17px;
    line-height: normal;
  }
}
/* line 831, ../scss/specific.scss */
#section1 #container2 .slide1_text1 {
  position: absolute;
  font-family: 'toyotatyperegular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  top: 96px;
  left: 14px;
  width: 295px;
  height: 158px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 831, ../scss/specific.scss */
  #section1 #container2 .slide1_text1 {
    top: 156px;
    left: 71px;
    width: 570px;
    height: 100px;
    line-height: 1.47;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  /* line 831, ../scss/specific.scss */
  #section1 #container2 .slide1_text1 {
    top: 169px;
    left: 677px;
    width: 570px;
    height: 100px;
    line-height: 1.47;
    font-size: 15px;
  }
}
/* line 869, ../scss/specific.scss */
#section1 #container2 .slide2_text1 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 869, ../scss/specific.scss */
  #section1 #container2 .slide2_text1 {
    width: 443px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 869, ../scss/specific.scss */
  #section1 #container2 .slide2_text1 {
    width: 674px;
    height: 98px;
    left: 1098px;
    top: 659.2px;
  }
}
/* line 893, ../scss/specific.scss */
#section1 #container2 .slide3_text1 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 893, ../scss/specific.scss */
  #section1 #container2 .slide3_text1 {
    width: 443px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 893, ../scss/specific.scss */
  #section1 #container2 .slide3_text1 {
    width: 498px;
    height: 47px;
    left: 700px;
    top: 658px;
  }
}
/* line 916, ../scss/specific.scss */
#section1 #container2 .slide4_text1 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 916, ../scss/specific.scss */
  #section1 #container2 .slide4_text1 {
    width: 443px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 916, ../scss/specific.scss */
  #section1 #container2 .slide4_text1 {
    width: 458px;
    height: 47px;
    left: 1236px;
    top: 717px;
  }
}
/* line 939, ../scss/specific.scss */
#section1 #container2 .slide5_text1 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 939, ../scss/specific.scss */
  #section1 #container2 .slide5_text1 {
    width: 443px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 939, ../scss/specific.scss */
  #section1 #container2 .slide5_text1 {
    width: 724px;
    height: 53px;
    left: 1108px;
    top: 650px;
  }
}
/* line 962, ../scss/specific.scss */
#section1 #container2 .slide6_text1 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 962, ../scss/specific.scss */
  #section1 #container2 .slide6_text1 {
    width: 443px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 962, ../scss/specific.scss */
  #section1 #container2 .slide6_text1 {
    width: 527px;
    height: 47px;
    left: 1226px;
    top: 718px;
  }
}
/* line 985, ../scss/specific.scss */
#section1 #container2 .slide7_text1 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 985, ../scss/specific.scss */
  #section1 #container2 .slide7_text1 {
    width: 443px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 985, ../scss/specific.scss */
  #section1 #container2 .slide7_text1 {
    width: 570px;
    height: 46px;
    left: 617px;
    top: 347px;
  }
}
/* line 1008, ../scss/specific.scss */
#section1 #container2 .slide8_text1 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 1008, ../scss/specific.scss */
  #section1 #container2 .slide8_text1 {
    width: 443px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 1008, ../scss/specific.scss */
  #section1 #container2 .slide8_text1 {
    width: 647px;
    height: 59px;
    left: 885px;
    top: 661.2px;
  }
}
/* line 1031, ../scss/specific.scss */
#section1 #container2 .slide9_text1 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 1031, ../scss/specific.scss */
  #section1 #container2 .slide9_text1 {
    width: 449px;
    height: 83px;
    left: 162px;
    top: 652px;
  }
}
@media (min-width: 992px) {
  /* line 1031, ../scss/specific.scss */
  #section1 #container2 .slide9_text1 {
    width: 588px;
    height: 69px;
    left: 1260px;
    top: 733px;
  }
}
/* line 1054, ../scss/specific.scss */
#section1 #container2 .slide10_text1 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 1054, ../scss/specific.scss */
  #section1 #container2 .slide10_text1 {
    width: 449px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 1054, ../scss/specific.scss */
  #section1 #container2 .slide10_text1 {
    width: 559px;
    height: 46px;
    left: 1358px;
    top: 716px;
  }
}
/* line 1078, ../scss/specific.scss */
#section1 #container2 .slide11_text1 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 1078, ../scss/specific.scss */
  #section1 #container2 .slide11_text1 {
    width: 449px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 1078, ../scss/specific.scss */
  #section1 #container2 .slide11_text1 {
    width: 338px;
    height: 82px;
    left: 1416px;
    top: 211px;
  }
}
/* line 1101, ../scss/specific.scss */
#section1 #container2 .slide12_text1 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 1101, ../scss/specific.scss */
  #section1 #container2 .slide12_text1 {
    width: 449px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 1101, ../scss/specific.scss */
  #section1 #container2 .slide12_text1 {
    width: 454px;
    height: 46px;
    left: 660px;
    top: 330px;
  }
}
/* line 1124, ../scss/specific.scss */
#section1 #container2 .slide12_text2 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 1124, ../scss/specific.scss */
  #section1 #container2 .slide12_text2 {
    width: 449px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 1124, ../scss/specific.scss */
  #section1 #container2 .slide12_text2 {
    width: 273px;
    height: 26px;
    left: 1192px;
    top: 746px;
  }
}
/* line 1147, ../scss/specific.scss */
#section1 #container2 .slide12b_text1 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 1147, ../scss/specific.scss */
  #section1 #container2 .slide12b_text1 {
    width: 443px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 1147, ../scss/specific.scss */
  #section1 #container2 .slide12b_text1 {
    width: 435px;
    height: 54px;
    left: 853px;
    top: 670px;
    font-size: 14px;
  }
}
/* line 1171, ../scss/specific.scss */
#section1 #container2 .slide12b_text2 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 343px;
}
@media (min-width: 768px) {
  /* line 1171, ../scss/specific.scss */
  #section1 #container2 .slide12b_text2 {
    width: 443px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 1171, ../scss/specific.scss */
  #section1 #container2 .slide12b_text2 {
    width: 317px;
    height: 28px;
    left: 1317px;
    top: 691px;
    font-size: 14px;
  }
}
/* line 1195, ../scss/specific.scss */
#section1 #container2 .slide12b_text3 {
  position: absolute;
  opacity: 0;
  width: 294px;
  height: 118px;
  left: 13px;
  top: 329px;
}
@media (min-width: 768px) {
  /* line 1195, ../scss/specific.scss */
  #section1 #container2 .slide12b_text3 {
    width: 443px;
    height: 83px;
    left: 162px;
    top: 752px;
  }
}
@media (min-width: 992px) {
  /* line 1195, ../scss/specific.scss */
  #section1 #container2 .slide12b_text3 {
    width: 184px;
    height: 39px;
    left: 1722px;
    top: 586px;
    font-size: 14px;
  }
}
/* line 1219, ../scss/specific.scss */
#section1 #container2 .slide13_text1 {
  position: absolute;
  opacity: 0;
  width: 123px;
  height: 34px;
  left: 23px;
  top: 355px;
}
@media (min-width: 768px) {
  /* line 1219, ../scss/specific.scss */
  #section1 #container2 .slide13_text1 {
    width: 200px;
    height: 22px;
    left: 148px;
    top: 679.7px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  /* line 1219, ../scss/specific.scss */
  #section1 #container2 .slide13_text1 {
    width: 176px;
    height: 22px;
    left: 733px;
    top: 647.6px;
    font-size: 14px;
  }
}
/* line 1246, ../scss/specific.scss */
#section1 #container2 .slide14_text1 {
  position: absolute;
  opacity: 0;
  width: 303px;
  height: 36px;
  left: 9px;
  top: 127px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 1246, ../scss/specific.scss */
  #section1 #container2 .slide14_text1 {
    width: 303px;
    height: 36px;
    left: 270px;
    top: 265px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  /* line 1246, ../scss/specific.scss */
  #section1 #container2 .slide14_text1 {
    width: 303px;
    height: 36px;
    left: 1171px;
    top: 190px;
    font-size: 14px;
  }
}
/* line 1273, ../scss/specific.scss */
#section1 #container2 .slide14_text2 {
  position: absolute;
  opacity: 0;
  width: 113px;
  height: 33px;
  left: 7px;
  top: 210px;
  line-height: 1.14;
}
@media (min-width: 768px) {
  /* line 1273, ../scss/specific.scss */
  #section1 #container2 .slide14_text2 {
    width: 113px;
    height: 33px;
    left: 24px;
    top: 386px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  /* line 1273, ../scss/specific.scss */
  #section1 #container2 .slide14_text2 {
    width: 113px;
    height: 33px;
    left: 562px;
    top: 512px;
    font-size: 14px;
    opacity: 0;
    text-align: center;
  }
}
/* line 1301, ../scss/specific.scss */
#section1 #container2 .slide14_text3 {
  position: absolute;
  opacity: 0;
  width: 129px;
  height: 34px;
  left: 191px;
  top: 188px;
  line-height: 1.14;
}
@media (min-width: 768px) {
  /* line 1301, ../scss/specific.scss */
  #section1 #container2 .slide14_text3 {
    width: 135px;
    height: 34px;
    left: 633px;
    top: 298px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  /* line 1301, ../scss/specific.scss */
  #section1 #container2 .slide14_text3 {
    width: 136px;
    height: 34px;
    left: 1827px;
    top: 543px;
    font-size: 14px;
  }
}
/* line 1327, ../scss/specific.scss */
#section1 #container2 .slide14_text4 {
  position: absolute;
  opacity: 0;
  width: 135px;
  height: 37px;
  left: 94px;
  top: 345px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 1327, ../scss/specific.scss */
  #section1 #container2 .slide14_text4 {
    width: 224px;
    height: 27px;
    left: 254px;
    top: 615px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  /* line 1327, ../scss/specific.scss */
  #section1 #container2 .slide14_text4 {
    width: 224px;
    height: 27px;
    left: 1117px;
    top: 684px;
    font-size: 14px;
  }
}
/* line 1353, ../scss/specific.scss */
#section1 #container2 .slide14_text5 {
  position: absolute;
  opacity: 0;
  width: 229px;
  height: 28px;
  left: 49px;
  top: 378px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 1353, ../scss/specific.scss */
  #section1 #container2 .slide14_text5 {
    width: 229px;
    height: 28px;
    left: 252px;
    top: 637px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  /* line 1353, ../scss/specific.scss */
  #section1 #container2 .slide14_text5 {
    width: 229px;
    height: 28px;
    left: 1115px;
    top: 705px;
    font-size: 14px;
  }
}
/* line 1380, ../scss/specific.scss */
#section1 #container2 .slide14_text6 {
  position: absolute;
  opacity: 0;
  width: 244px;
  height: 25px;
  left: 37px;
  top: 427px;
  font-size: 13px;
  font-family: 'toyotatyperegular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  /* line 1380, ../scss/specific.scss */
  #section1 #container2 .slide14_text6 {
    width: 277px;
    height: 24px;
    left: 484px;
    top: 699px;
  }
}
@media (min-width: 992px) {
  /* line 1380, ../scss/specific.scss */
  #section1 #container2 .slide14_text6 {
    width: 296px;
    height: 24px;
    left: 1497px;
    top: 732px;
  }
}
/* line 1407, ../scss/specific.scss */
#section1 #container2 .slide15_text1 {
  position: absolute;
  opacity: 0;
  width: 128px;
  height: 37px;
  left: 92px;
  top: 367px;
}
@media (min-width: 768px) {
  /* line 1407, ../scss/specific.scss */
  #section1 #container2 .slide15_text1 {
    width: 138px;
    height: 37px;
    left: 229px;
    top: 757px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  /* line 1407, ../scss/specific.scss */
  #section1 #container2 .slide15_text1 {
    width: 138px;
    height: 37px;
    left: 1118px;
    top: 750px;
    font-size: 14px;
  }
}
/* line 1432, ../scss/specific.scss */
#section1 #container2 .slide15_text2 {
  position: absolute;
  opacity: 0;
  width: 244px;
  height: 25px;
  left: 40px;
  top: 429px;
  font-size: 13px;
  font-family: 'toyotatyperegular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  /* line 1432, ../scss/specific.scss */
  #section1 #container2 .slide15_text2 {
    width: 277px;
    height: 24px;
    left: 491px;
    top: 813px;
  }
}
@media (min-width: 992px) {
  /* line 1432, ../scss/specific.scss */
  #section1 #container2 .slide15_text2 {
    width: 296px;
    height: 24px;
    left: 686px;
    top: 752px;
    font-size: 13px;
  }
}
/* line 1460, ../scss/specific.scss */
#section1 #container2 .background5 {
  display: none;
}
@media (min-width: 768px) {
  /* line 1460, ../scss/specific.scss */
  #section1 #container2 .background5 {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 1460, ../scss/specific.scss */
  #section1 #container2 .background5 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2500px;
    height: 1080px;
    opacity: 0;
    display: block;
  }
}
/* line 1483, ../scss/specific.scss */
#section1 #container2 .int_imgLanding {
  position: absolute;
  left: 0px;
  top: 0;
  width: 320px;
  height: 230px;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 1483, ../scss/specific.scss */
  #section1 #container2 .int_imgLanding {
    left: 0px;
    top: 0;
    position: absolute;
    width: 768px;
    height: 578px;
  }
}
@media (min-width: 992px) {
  /* line 1483, ../scss/specific.scss */
  #section1 #container2 .int_imgLanding {
    position: absolute;
    top: -135px;
    left: 0px;
    width: 2500px;
    height: 1080px;
  }
}
/* line 1512, ../scss/specific.scss */
#section1 #container2 .int_landingHeadline {
  position: absolute;
  left: 13px;
  top: 235px;
  width: 203px;
  height: 138px;
  font-family: 'toyotatypesemibold';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  /* font-size: 35px; */
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  font-size: 35px;
  opacity: 0;
  display: none;
}
@media (min-width: 768px) {
  /* line 1512, ../scss/specific.scss */
  #section1 #container2 .int_landingHeadline {
    top: 642px;
    left: 75px;
    width: 647px;
    height: 113px;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.02;
  }
}
@media (min-width: 992px) {
  /* line 1512, ../scss/specific.scss */
  #section1 #container2 .int_landingHeadline {
    top: 676px;
    left: 485px;
    width: 647px;
    height: 114px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
  }
}
/* line 1551, ../scss/specific.scss */
#section1 #container2 .int_landingHeadline .text-style-1 {
  font-size: 20px;
  line-height: 1.95;
  color: #eb0a1e;
}
@media (min-width: 768px) {
  /* line 1551, ../scss/specific.scss */
  #section1 #container2 .int_landingHeadline .text-style-1 {
    font-size: 30px;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  /* line 1551, ../scss/specific.scss */
  #section1 #container2 .int_landingHeadline .text-style-1 {
    font-size: 34px;
    line-height: 1.68;
  }
}
/* line 1565, ../scss/specific.scss */
#section1 #container2 .int_landingHeadline .text-style-2 {
  font-size: 20px;
  line-height: 1.95;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 1565, ../scss/specific.scss */
  #section1 #container2 .int_landingHeadline .text-style-2 {
    font-size: 30px;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  /* line 1565, ../scss/specific.scss */
  #section1 #container2 .int_landingHeadline .text-style-2 {
    font-size: 34px;
    line-height: 1.68;
  }
}
/* line 1587, ../scss/specific.scss */
#section1 #container2 .int_landingSubhead {
  position: absolute;
  top: 355px;
  left: 13px;
  width: 256px;
  height: 144px;
  font-family: 'toyotatyperegular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #ffffff;
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 1587, ../scss/specific.scss */
  #section1 #container2 .int_landingSubhead {
    top: 749px;
    left: 75px;
    width: 267px;
    height: 202px;
    font-size: 15px;
    line-height: 1.47;
  }
}
@media (min-width: 992px) {
  /* line 1587, ../scss/specific.scss */
  #section1 #container2 .int_landingSubhead {
    top: 799px;
    left: 486px;
    width: 611px;
    height: 100px;
    font-size: 15px;
    line-height: 1.47;
  }
}
/* line 1626, ../scss/specific.scss */
#section1 #container2 .backgroundimage {
  position: relative;
  left: 0px;
  width: 320px;
  height: 520px;
  background-size: 320px 520px;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 1626, ../scss/specific.scss */
  #section1 #container2 .backgroundimage {
    position: absolute;
    width: 768px;
    top: 0;
    height: 948px;
    background-size: 768px 948px;
  }
}
@media (min-width: 992px) {
  /* line 1626, ../scss/specific.scss */
  #section1 #container2 .backgroundimage {
    position: absolute;
    top: -135px;
    left: 0px;
    width: 2500px;
    height: 1080px;
    background-size: 2500px 1080px;
  }
}
/* line 1655, ../scss/specific.scss */
#section1 #container2 .backgroundimageD {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
@media (min-width: 768px) {
  /* line 1655, ../scss/specific.scss */
  #section1 #container2 .backgroundimageD {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 1655, ../scss/specific.scss */
  #section1 #container2 .backgroundimageD {
    display: block;
    width: 2500px;
    height: 1080px;
  }
}
/* line 1672, ../scss/specific.scss */
#section1 #container2 .backgroundimageT {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
@media (min-width: 768px) {
  /* line 1672, ../scss/specific.scss */
  #section1 #container2 .backgroundimageT {
    display: block;
    width: 768px;
    height: 948px;
  }
}
@media (min-width: 992px) {
  /* line 1672, ../scss/specific.scss */
  #section1 #container2 .backgroundimageT {
    display: none;
  }
}
/* line 1689, ../scss/specific.scss */
#section1 #container2 .backgroundimageM {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 320px;
  height: 520px;
  display: block;
}
@media (min-width: 768px) {
  /* line 1689, ../scss/specific.scss */
  #section1 #container2 .backgroundimageM {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 1689, ../scss/specific.scss */
  #section1 #container2 .backgroundimageM {
    display: none;
  }
}
/* line 1707, ../scss/specific.scss */
#section1 #container2 .backgroundimage_INT {
  position: absolute;
  left: 0px;
  top: 0;
  width: 320px;
  height: 230px;
  background-size: 320px 230px;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 1707, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_INT {
    left: 0px;
    top: 0;
    position: absolute;
    width: 768px;
    height: 578px;
    background-size: 768px 578px;
  }
}
@media (min-width: 992px) {
  /* line 1707, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_INT {
    position: absolute;
    top: -135px;
    left: 0px;
    width: 2500px;
    height: 1080px;
    background-size: 2500px 1080px;
  }
}
/* line 1738, ../scss/specific.scss */
#section1 #container2 .backgroundimage_INT_D {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
@media (min-width: 768px) {
  /* line 1738, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_INT_D {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 1738, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_INT_D {
    display: block;
    width: 2500px;
    height: 1080px;
  }
}
/* line 1755, ../scss/specific.scss */
#section1 #container2 .backgroundimage_INT_T {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
@media (min-width: 768px) {
  /* line 1755, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_INT_T {
    display: block;
    width: 768px;
    height: 578px;
  }
}
@media (min-width: 992px) {
  /* line 1755, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_INT_T {
    display: none;
  }
}
/* line 1772, ../scss/specific.scss */
#section1 #container2 .backgroundimage_INT_M {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 320px;
  height: 230px;
  display: block;
}
@media (min-width: 768px) {
  /* line 1772, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_INT_M {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 1772, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_INT_M {
    display: none;
  }
}
/* line 1789, ../scss/specific.scss */
#section1 #container2 .desktopIntNav {
  position: absolute;
  width: 320px;
  height: 292px;
  background-color: #ffffff;
  opacity: 0;
  left: 0px;
  top: 230px;
}
@media (min-width: 768px) {
  /* line 1789, ../scss/specific.scss */
  #section1 #container2 .desktopIntNav {
    width: 768px;
    height: 374px;
    left: 0px;
    top: 577px;
  }
}
@media (min-width: 992px) {
  /* line 1789, ../scss/specific.scss */
  #section1 #container2 .desktopIntNav {
    width: 439px;
    height: 497px;
    left: 1534px;
    top: 225px;
  }
}
/* line 1819, ../scss/specific.scss */
#section1 #container2 .redBoxExterior {
  position: absolute;
  width: 55px;
  height: 20px;
  left: 15px;
  top: 93px;
  z-index: 100;
  background-color: #eb0a1e;
  border-radius: 3px;
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 1819, ../scss/specific.scss */
  #section1 #container2 .redBoxExterior {
    width: 75px;
    height: 38px;
    left: 470px;
    top: 106px;
  }
}
@media (min-width: 992px) {
  /* line 1819, ../scss/specific.scss */
  #section1 #container2 .redBoxExterior {
    left: 1078px;
    top: 119px;
  }
}
/* line 1845, ../scss/specific.scss */
#section1 #container2 .redBoxTextExterior {
  position: absolute;
  font-family: 'toyotatyperegular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 11px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 1845, ../scss/specific.scss */
  #section1 #container2 .redBoxTextExterior {
    font-size: 17px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  /* line 1845, ../scss/specific.scss */
  #section1 #container2 .redBoxTextExterior {
    font-size: 17px;
  }
}
/* line 1872, ../scss/specific.scss */
#section1 #container2 .redBox {
  position: absolute;
  /* background-image: url(../images/mobile/redBox.svg); */
  width: 120px;
  height: 22px;
  left: 100px;
  top: 246px;
}
@media (min-width: 768px) {
  /* line 1872, ../scss/specific.scss */
  #section1 #container2 .redBox {
    /* background-image: url(../images/tablet/redBox.svg); */
    width: 161px;
    height: 38px;
    left: 304px;
    top: 306px;
  }
}
@media (min-width: 992px) {
  /* line 1872, ../scss/specific.scss */
  #section1 #container2 .redBox {
    /* background-image: url(../images/desktop/redBox.svg); */
    width: 161px;
    height: 38px;
    left: 140px;
    top: 475px;
  }
}
/* line 1899, ../scss/specific.scss */
#section1 #container2 .backgroundimage_redbox_D {
  position: absolute;
  display: none;
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 1899, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_redbox_D {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 1899, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_redbox_D {
    display: block;
    width: 161px;
    height: 38px;
    left: 0px;
    top: 0px;
  }
}
/* line 1919, ../scss/specific.scss */
#section1 #container2 .backgroundimage_redbox_T {
  position: absolute;
  display: none;
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 1919, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_redbox_T {
    display: block;
    width: 161px;
    height: 38px;
    left: 0px;
    top: 0px;
  }
}
@media (min-width: 992px) {
  /* line 1919, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_redbox_T {
    display: none;
  }
}
/* line 1939, ../scss/specific.scss */
#section1 #container2 .backgroundimage_redbox_M {
  position: absolute;
  display: block;
  opacity: 1;
  width: 120px;
  height: 22px;
  left: 0px;
  top: 0px;
}
@media (min-width: 768px) {
  /* line 1939, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_redbox_M {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 1939, ../scss/specific.scss */
  #section1 #container2 .backgroundimage_redbox_M {
    display: none;
  }
}
/* line 1959, ../scss/specific.scss */
#section1 #container2 .redBoxText {
  position: absolute;
  font-family: 'toyotatyperegular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 0px;
  width: 79px;
  height: 22px;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 1959, ../scss/specific.scss */
  #section1 #container2 .redBoxText {
    font-size: 17px;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 103px;
    height: 24px;
  }
}
@media (min-width: 992px) {
  /* line 1959, ../scss/specific.scss */
  #section1 #container2 .redBoxText {
    font-size: 17px;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 103px;
    height: 24px;
  }
}
/* line 1997, ../scss/specific.scss */
#section1 #container2 .menu-tabletMobile {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 300px;
  top: 470px;
}
@media (min-width: 768px) {
  /* line 1997, ../scss/specific.scss */
  #section1 #container2 .menu-tabletMobile {
    top: 864px;
  }
}
/* line 2012, ../scss/specific.scss */
#section1 #container2 .menu-tabletMobile-item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 200px;
  height: 18px;
  font-family: 'toyotatypesemibold';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #eb0a1e;
  text-align: center;
  opacity: 0;
  display: none;
}
@media (min-width: 768px) {
  /* line 2012, ../scss/specific.scss */
  #section1 #container2 .menu-tabletMobile-item {
    font-size: 22px;
    top: 5px;
    width: 250px;
    height: 24px;
  }
}
/* line 2040, ../scss/specific.scss */
#section1 #container2 .int_headlines {
  position: absolute;
  font-family: 'toyotatyperegular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  left: 59px;
  top: 15px;
  width: 202px;
  height: 75px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -1px;
  text-align: center;
  color: #000000;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 2040, ../scss/specific.scss */
  #section1 #container2 .int_headlines {
    left: 128px;
    top: 28px;
    width: 513px;
    height: 105px;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -1.08px;
  }
}
@media (min-width: 992px) {
  /* line 2040, ../scss/specific.scss */
  #section1 #container2 .int_headlines {
    left: 28px;
    top: 38px;
    width: 386px;
    height: 135px;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -1.08px;
  }
}
/* line 2080, ../scss/specific.scss */
#section1 #container2 .int_headline_8 {
  position: absolute;
  font-family: 'toyotatyperegular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  left: 39px;
  top: 15px;
  width: 242px;
  height: 75px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -1px;
  text-align: center;
  color: #000000;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 2080, ../scss/specific.scss */
  #section1 #container2 .int_headline_8 {
    left: 128px;
    top: 28px;
    width: 513px;
    height: 105px;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -1.08px;
  }
}
@media (min-width: 992px) {
  /* line 2080, ../scss/specific.scss */
  #section1 #container2 .int_headline_8 {
    left: 28px;
    top: 38px;
    width: 386px;
    height: 135px;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -1.08px;
  }
}
/* line 2119, ../scss/specific.scss */
#section1 #container2 .int_desc {
  font-family: 'toyotatypelight';
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 100px;
  left: 44px;
  width: 232px;
  height: 127px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  opacity: 0;
  resize: none;
  display: none;
  border: 0;
}
@media (min-width: 768px) {
  /* line 2119, ../scss/specific.scss */
  #section1 #container2 .int_desc {
    top: 137px;
    left: 87px;
    width: 591px;
    height: 140px;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  /* line 2119, ../scss/specific.scss */
  #section1 #container2 .int_desc {
    left: 51px;
    top: 199px;
    width: 337px;
    height: 280px;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
  }
}
/* line 2166, ../scss/specific.scss */
#section1 #container2 .scrollContent {
  position: absolute;
  font-family: 'toyotatypelight';
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  top: 0px;
  left: 0px;
  width: 232px;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  pointer-events: auto;
}
@media (min-width: 768px) {
  /* line 2166, ../scss/specific.scss */
  #section1 #container2 .scrollContent {
    width: 591px;
    height: 140px;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  /* line 2166, ../scss/specific.scss */
  #section1 #container2 .scrollContent {
    width: 337px;
    height: 280px;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
  }
}
/* line 2203, ../scss/specific.scss */
#section1 #container2 .scrollContentContainer {
  float: left;
  left: 0px;
  top: 0px;
  overflow-y: hidden;
  width: 232px;
  height: 127px;
  pointer-events: auto;
}
@media (min-width: 768px) {
  /* line 2203, ../scss/specific.scss */
  #section1 #container2 .scrollContentContainer {
    width: 591px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  /* line 2203, ../scss/specific.scss */
  #section1 #container2 .scrollContentContainer {
    width: 337px;
    height: 280px;
  }
}
/* line 2224, ../scss/specific.scss */
#section1 #container2 .scrollbarContent {
  position: absolute;
  top: 100px;
  left: 44px;
  opacity: 0;
  display: none;
  pointer-events: auto;
}
@media (min-width: 768px) {
  /* line 2224, ../scss/specific.scss */
  #section1 #container2 .scrollbarContent {
    top: 137px;
    left: 87px;
  }
}
@media (min-width: 992px) {
  /* line 2224, ../scss/specific.scss */
  #section1 #container2 .scrollbarContent {
    left: 51px;
    top: 199px;
  }
}
/* line 2243, ../scss/specific.scss */
#section1 #container2 .scrollingbar {
  float: left;
  width: 5px;
  height: 127px;
  background-color: #cccccc;
  margin-left: 15px;
  display: block;
  pointer-events: auto;
}
@media (min-width: 768px) {
  /* line 2243, ../scss/specific.scss */
  #section1 #container2 .scrollingbar {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 2243, ../scss/specific.scss */
  #section1 #container2 .scrollingbar {
    display: none;
  }
}
/* line 2262, ../scss/specific.scss */
#section1 #container2 .scrollhandle {
  position: relative;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 30px;
  background-color: #666666;
  pointer-events: auto;
}
/* line 2274, ../scss/specific.scss */
#section1 #container2 #introVideo {
  /* position: absolute; */
  /* width:1920px;
  height:1080px; */
  /* top:0px;
  left:0px; */
  display: none;
  opacity: 0;
}

/* line 2299, ../scss/specific.scss */
#section2 {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1440px;
  height: 810px;
  border: 1px solid;
}

/* line 2310, ../scss/specific.scss */
#section3 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1440px;
  height: 810px;
  opacity: 0;
}

/* line 2320, ../scss/specific.scss */
.footer {
  position: relative;
  top: 810px;
  left: 0px;
  height: 300px;
  width: 300px;
}

/* line 2328, ../scss/specific.scss */
#videoControlPanel {
  position: absolute;
  left: 800px;
  top: 500px;
  width: 300px;
  height: 200px;
  background-color: #ffcc34;
  display: none;
}

/* line 2338, ../scss/specific.scss */
.testTrigger {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  background-color: #ff0034;
}

/* line 2346, ../scss/specific.scss */
#revButton {
  left: 0px;
}

/* line 2350, ../scss/specific.scss */
#forwardButton {
  right: 0px;
}

/* line 2355, ../scss/specific.scss */
.scrollbarContentTest {
  position: absolute;
  top: 100px;
  left: 44px;
  opacity: 0;
  display: none;
  pointer-events: auto;
}
@media (min-width: 768px) {
  /* line 2355, ../scss/specific.scss */
  .scrollbarContentTest {
    top: 137px;
    left: 87px;
  }
}
@media (min-width: 992px) {
  /* line 2355, ../scss/specific.scss */
  .scrollbarContentTest {
    left: 51px;
    top: 199px;
  }
}

/* line 2374, ../scss/specific.scss */
.custom-scrollbar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 232px;
  height: 127px;
  overflow-y: scroll;
  pointer-events: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
@media (min-width: 768px) {
  /* line 2374, ../scss/specific.scss */
  .custom-scrollbar {
    width: 591px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  /* line 2374, ../scss/specific.scss */
  .custom-scrollbar {
    width: 337px;
    height: 280px;
  }
}

/* line 2399, ../scss/specific.scss */
.scrollingbar2 {
  position: absolute;
  left: 250px;
  top: 0px;
  width: 5px;
  height: 127px;
  background-color: #cccccc;
  display: block;
  border: 0;
  pointer-events: auto;
}
@media (min-width: 768px) {
  /* line 2399, ../scss/specific.scss */
  .scrollingbar2 {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 2399, ../scss/specific.scss */
  .scrollingbar2 {
    display: none;
  }
}

/* line 2420, ../scss/specific.scss */
.custom-scrollbar::-webkit-scrollbar {
  display: none;
}

/* line 2425, ../scss/specific.scss */
.testContainer {
  width: 232px;
  height: auto;
  top: 0px;
  left: 0px;
  position: absolute;
  font-family: 'toyotatypelight';
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  pointer-events: auto;
}
@media (min-width: 768px) {
  /* line 2425, ../scss/specific.scss */
  .testContainer {
    width: 591px;
    height: 140px;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  /* line 2425, ../scss/specific.scss */
  .testContainer {
    width: 337px;
    height: 280px;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
  }
}

/* line 2460, ../scss/specific.scss */
.scrollhandle2 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 30px;
  background-color: #666666;
}

/* line 2470, ../scss/specific.scss */
.ext_pointer1 {
  position: absolute;
}

/* line 2485, ../scss/specific.scss */
.pointerD {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  /* line 2485, ../scss/specific.scss */
  .pointerD {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 2485, ../scss/specific.scss */
  .pointerD {
    display: block;
  }
}

/* line 2498, ../scss/specific.scss */
.pointerT {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  /* line 2498, ../scss/specific.scss */
  .pointerT {
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 2498, ../scss/specific.scss */
  .pointerT {
    display: none;
  }
}

/* line 2511, ../scss/specific.scss */
.pointerM {
  position: absolute;
  display: block;
}
@media (min-width: 768px) {
  /* line 2511, ../scss/specific.scss */
  .pointerM {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 2511, ../scss/specific.scss */
  .pointerM {
    display: none;
  }
}

/* line 2525, ../scss/specific.scss */
.ext_pointer2 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 259px;
  width: 290px;
  height: 76px;
  /* background-image: url(../images/mobile/line_slide2.svg); */
}
@media (min-width: 768px) {
  /* line 2525, ../scss/specific.scss */
  .ext_pointer2 {
    left: 162px;
    top: 551px;
    width: 443px;
    height: 187px;
    /* background-image: url(../images/tablet/line_slide2.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2525, ../scss/specific.scss */
  .ext_pointer2 {
    left: 1082px;
    top: 593.2px;
    width: 729.02px;
    height: 162px;
    /* background-image: url(../images/desktop/line_slide2.svg); */
  }
}

/* line 2558, ../scss/specific.scss */
.ext_pointer3 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 11.5px;
  top: 265px;
  width: 291px;
  height: 61px;
  /* background-image: url(../images/mobile/line_slide3.svg); */
}
@media (min-width: 768px) {
  /* line 2558, ../scss/specific.scss */
  .ext_pointer3 {
    left: 35px;
    top: 512px;
    width: 570px;
    height: 226px;
    /* background-image: url(../images/tablet/line_slide3.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2558, ../scss/specific.scss */
  .ext_pointer3 {
    left: 680.4px;
    top: 498px;
    width: 515px;
    height: 218px;
    /* background-image: url(../images/desktop/line_slide3.svg); */
  }
}

/* line 2591, ../scss/specific.scss */
.ext_pointer4 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 199px;
  width: 290px;
  height: 127px;
  /* background-image: url(../images/mobile/line_slide4.svg); */
}
@media (min-width: 768px) {
  /* line 2591, ../scss/specific.scss */
  .ext_pointer4 {
    left: 162px;
    top: 412px;
    width: 443px;
    height: 325px;
    /* background-image: url(../images/tablet/line_slide4.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2591, ../scss/specific.scss */
  .ext_pointer4 {
    left: 1225px;
    top: 366px;
    width: 477px;
    height: 407px;
    /* background-image: url(../images/desktop/line_slide4.svg); */
  }
}

/* line 2624, ../scss/specific.scss */
.ext_pointer5 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 273px;
  width: 290px;
  height: 53px;
  /* background-image: url(../images/mobile/line_slide5.svg); */
}
@media (min-width: 768px) {
  /* line 2624, ../scss/specific.scss */
  .ext_pointer5 {
    left: 162px;
    top: 619px;
    width: 443px;
    height: 118px;
    /* background-image: url(../images/tablet/line_slide5.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2624, ../scss/specific.scss */
  .ext_pointer5 {
    left: 1091px;
    top: 607.8px;
    width: 746px;
    height: 102.5px;
    /* background-image: url(../images/desktop/line_slide5.svg); */
  }
}

/* line 2656, ../scss/specific.scss */
.ext_pointer6 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 194px;
  width: 290px;
  height: 132px;
  /* background-image: url(../images/mobile/line_slide6.svg); */
}
@media (min-width: 768px) {
  /* line 2656, ../scss/specific.scss */
  .ext_pointer6 {
    left: 162px;
    top: 431px;
    width: 443px;
    height: 306px;
    /* background-image: url(../images/tablet/line_slide6.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2656, ../scss/specific.scss */
  .ext_pointer6 {
    left: 1215px;
    top: 366px;
    width: 532px;
    height: 419px;
    /* background-image: url(../images/desktop/line_slide6.svg); */
  }
}

/* line 2688, ../scss/specific.scss */
.ext_pointer7 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 275px;
  width: 290px;
  height: 51px;
  /* background-image: url(../images/mobile/line_slide7.svg); */
}
@media (min-width: 768px) {
  /* line 2688, ../scss/specific.scss */
  .ext_pointer7 {
    left: 162px;
    top: 614px;
    width: 443px;
    height: 123px;
    /* background-image: url(../images/tablet/line_slide7.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2688, ../scss/specific.scss */
  .ext_pointer7 {
    left: 617.3px;
    top: 410px;
    width: 797px;
    height: 180px;
    /* background-image: url(../images/desktop/line_slide7.svg); */
  }
}

/* line 2720, ../scss/specific.scss */
.ext_pointer8 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 176px;
  width: 290px;
  height: 150px;
  /* background-image: url(../images/mobile/line_slide8.svg); */
}
@media (min-width: 768px) {
  /* line 2720, ../scss/specific.scss */
  .ext_pointer8 {
    left: 162px;
    top: 384px;
    width: 479px;
    height: 354px;
    /* background-image: url(../images/tablet/line_slide8.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2720, ../scss/specific.scss */
  .ext_pointer8 {
    left: 872px;
    top: 317px;
    width: 860px;
    height: 407px;
    /* background-image: url(../images/desktop/line_slide9.svg); */
  }
}

/* line 2752, ../scss/specific.scss */
.ext_pointer9 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 213px;
  width: 290px;
  height: 123px;
  /* background-image: url(../images/mobile/line_slide9.svg); */
}
@media (min-width: 768px) {
  /* line 2752, ../scss/specific.scss */
  .ext_pointer9 {
    left: 162px;
    top: 469px;
    width: 443px;
    height: 218px;
    /* background-image: url(../images/tablet/line_slide9.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2752, ../scss/specific.scss */
  .ext_pointer9 {
    left: 1240px;
    top: 453px;
    width: 591px;
    height: 546px;
    /* background-image: url(../images/desktop/line_slide10.svg); */
  }
}

/* line 2782, ../scss/specific.scss */
.ext_pointer10 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 200px;
  width: 290px;
  height: 126px;
  /* background-image: url(../images/mobile/line_slide10.svg); */
}
@media (min-width: 768px) {
  /* line 2782, ../scss/specific.scss */
  .ext_pointer10 {
    left: 162px;
    top: 428px;
    width: 443px;
    height: 309px;
    /* background-image: url(../images/tablet/line_slide10.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2782, ../scss/specific.scss */
  .ext_pointer10 {
    left: 1130px;
    top: 456px;
    width: 750.2px;
    height: 321px;
    /* background-image: url(../images/desktop/line_slide11.svg); */
  }
}

/* line 2813, ../scss/specific.scss */
.ext_pointer11 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 225px;
  width: 290px;
  height: 101px;
  /* background-image: url(../images/mobile/line_slide11.svg); */
}
@media (min-width: 768px) {
  /* line 2813, ../scss/specific.scss */
  .ext_pointer11 {
    left: 162px;
    top: 476px;
    width: 443px;
    height: 261px;
    /*  background-image: url(../images/tablet/line_slide11.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2813, ../scss/specific.scss */
  .ext_pointer11 {
    left: 1082.2px;
    top: 293px;
    width: 671.16px;
    height: 234.47px;
    /* background-image: url(../images/desktop/line_slide12.svg); */
  }
}

/* line 2844, ../scss/specific.scss */
.ext_pointer12 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 220px;
  width: 290px;
  height: 110px;
  /* background-image: url(../images/mobile/line_slide12.svg); */
}
@media (min-width: 768px) {
  /* line 2844, ../scss/specific.scss */
  .ext_pointer12 {
    left: 162px;
    top: 437px;
    width: 443px;
    height: 303px;
    /* background-image: url(../images/tablet/line_slide12.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2844, ../scss/specific.scss */
  .ext_pointer12 {
    left: 661px;
    top: 400px;
    width: 600px;
    height: 3px;
    /* background-image: url(../images/desktop/line_slide13.svg); */
  }
}

/* line 2875, ../scss/specific.scss */
.ext_pointer13 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 225px;
  width: 290px;
  height: 101px;
  /* background-image: url(../images/mobile/line_slide13.svg); */
}
@media (min-width: 768px) {
  /* line 2875, ../scss/specific.scss */
  .ext_pointer13 {
    left: 162px;
    top: 444px;
    width: 443px;
    height: 293px;
    /* background-image: url(../images/tablet/line_slide13.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2875, ../scss/specific.scss */
  .ext_pointer13 {
    left: 1192px;
    top: 449px;
    width: 546px;
    height: 332px;
    /* background-image: url(../images/desktop/line_slide14.svg); */
  }
}

/* line 2906, ../scss/specific.scss */
.ext_pointer14 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 215px;
  width: 290px;
  height: 115px;
  /* background-image: url(../images/mobile/line_slide14.svg); */
}
@media (min-width: 768px) {
  /* line 2906, ../scss/specific.scss */
  .ext_pointer14 {
    left: 112px;
    top: 456px;
    width: 523px;
    height: 114px;
    /* background-image: url(../images/tablet/line_slide14.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2906, ../scss/specific.scss */
  .ext_pointer14 {
    left: 832px;
    top: 431px;
    width: 447px;
    height: 317px;
    /* background-image: url(../images/desktop/line_slide15.svg); */
  }
}

/* line 2936, ../scss/specific.scss */
.ext_pointer15 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 179px;
  width: 290px;
  height: 147px;
  /* background-image: url(../images/mobile/line_slide15.svg); */
}
@media (min-width: 768px) {
  /* line 2936, ../scss/specific.scss */
  .ext_pointer15 {
    left: 162px;
    top: 384px;
    width: 443px;
    height: 352.6px;
    /* background-image: url(../images/tablet/line_slide15.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2936, ../scss/specific.scss */
  .ext_pointer15 {
    left: 1304px;
    top: 317px;
    width: 290px;
    height: 399.5px;
    /* background-image: url(../images/desktop/line_slide16.svg); */
  }
}

/* line 2967, ../scss/specific.scss */
.ext_pointer16 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 13px;
  top: 205px;
  width: 290px;
  height: 113px;
  overflow: hidden;
  /* background-image: url(../images/mobile/line_slide16.svg); */
}
@media (min-width: 768px) {
  /* line 2967, ../scss/specific.scss */
  .ext_pointer16 {
    left: 162px;
    top: 441px;
    width: 545px;
    height: 296px;
    overflow: visible;
    /* background-image: url(../images/tablet/line_slide16.svg); */
  }
}
@media (min-width: 992px) {
  /* line 2967, ../scss/specific.scss */
  .ext_pointer16 {
    left: 1713px;
    top: 421px;
    width: 174px;
    height: 216px;
    /* background-image: url(../images/desktop/line_slide17.svg); */
  }
}
/* line 2996, ../scss/specific.scss */
.ext_pointer16 .pointerM {
  bottom: 0;
}

/* line 3003, ../scss/specific.scss */
.ext_pointer17 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 45.6px;
  top: 337.6px;
  width: 205px;
  height: 42px;
  background-image: url(../images/mobile/line_slide17.svg);
}
@media (min-width: 768px) {
  /* line 3003, ../scss/specific.scss */
  .ext_pointer17 {
    left: 164.44px;
    top: 654.6px;
    width: 350px;
    height: 58px;
    background-image: url(../images/tablet/line_slide17.svg);
  }
}
@media (min-width: 992px) {
  /* line 3003, ../scss/specific.scss */
  .ext_pointer17 {
    left: 750px;
    top: 621.6px;
    width: 350px;
    height: 59px;
    background-image: url(../images/desktop/line_slide18.svg);
  }
}

/* line 3034, ../scss/specific.scss */
.ext_pointer18 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 149px;
  top: 164px;
  width: 1px;
  height: 70px;
  background-image: url(../images/mobile/line_slide18.svg);
}
@media (min-width: 768px) {
  /* line 3034, ../scss/specific.scss */
  .ext_pointer18 {
    left: 410px;
    top: 302px;
    width: 1px;
    height: 35px;
    background-image: url(../images/tablet/line_slide18.svg);
  }
}
@media (min-width: 992px) {
  /* line 3034, ../scss/specific.scss */
  .ext_pointer18 {
    left: 1311px;
    top: 232px;
    width: 1.5px;
    height: 34px;
    background-image: url(../images/desktop/line_slide19.svg);
  }
}

/* line 3065, ../scss/specific.scss */
.ext_pointer19 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 16.8px;
  top: 245.4px;
  width: 7px;
  height: 63px;
  background-image: url(../images/mobile/line_slide19.svg);
}
@media (min-width: 768px) {
  /* line 3065, ../scss/specific.scss */
  .ext_pointer19 {
    left: 34.8px;
    top: 427px;
    width: 26px;
    height: 82px;
    background-image: url(../images/tablet/line_slide19.svg);
  }
}
@media (min-width: 992px) {
  /* line 3065, ../scss/specific.scss */
  .ext_pointer19 {
    left: 675.5px;
    top: 541.2px;
    width: 41px;
    height: 2px;
    background-image: url(../images/desktop/line_slide20.svg);
  }
}

/* line 3096, ../scss/specific.scss */
.ext_pointer20 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 298px;
  top: 224px;
  width: 11px;
  height: 87px;
  background-image: url(../images/mobile/line_slide20.svg);
}
@media (min-width: 768px) {
  /* line 3096, ../scss/specific.scss */
  .ext_pointer20 {
    left: 722px;
    top: 338px;
    width: 24px;
    height: 154px;
    background-image: url(../images/tablet/line_slide20.svg);
  }
}
@media (min-width: 992px) {
  /* line 3096, ../scss/specific.scss */
  .ext_pointer20 {
    left: 1794px;
    top: 559.1px;
    width: 26.3px;
    height: 2px;
    background-image: url(../images/desktop/line_slide21.svg);
  }
}

/* line 3127, ../scss/specific.scss */
.ext_pointer21 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 70px;
  top: 337px;
  width: 177px;
  height: 21px;
  background-image: url(../images/mobile/line_slide21.svg);
}
@media (min-width: 768px) {
  /* line 3127, ../scss/specific.scss */
  .ext_pointer21 {
    left: 171px;
    top: 595px;
    width: 382px;
    height: 34px;
    background-image: url(../images/tablet/line_slide21.svg);
  }
}
@media (min-width: 992px) {
  /* line 3127, ../scss/specific.scss */
  .ext_pointer21 {
    left: 896px;
    top: 665px;
    width: 634px;
    height: 34px;
    background-image: url(../images/desktop/line_slide22.svg);
  }
}

/* line 3158, ../scss/specific.scss */
.ext_pointer22 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 22px;
  top: 333px;
  width: 278px;
  height: 55px;
  background-image: url(../images/mobile/line_slide22.svg?v=1);
}
@media (min-width: 768px) {
  /* line 3158, ../scss/specific.scss */
  .ext_pointer22 {
    left: 61px;
    top: 593px;
    width: 620px;
    height: 57px;
    background-image: url(../images/tablet/line_slide22.svg?v=1);
  }
}
@media (min-width: 992px) {
  /* line 3158, ../scss/specific.scss */
  .ext_pointer22 {
    left: 717px;
    top: 662px;
    width: 1016px;
    height: 57px;
    background-image: url(../images/desktop/line_slide23.svg?v=1);
  }
}

/* line 3189, ../scss/specific.scss */
.ext_pointer23 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 61px;
  top: 344px;
  width: 219px;
  height: 40px;
  background-image: url(../images/mobile/line_slide23.svg);
}
@media (min-width: 768px) {
  /* line 3189, ../scss/specific.scss */
  .ext_pointer23 {
    left: 108px;
    top: 711px;
    width: 462px;
    height: 72px;
    background-image: url(../images/tablet/line_slide23.svg);
  }
}
@media (min-width: 992px) {
  /* line 3189, ../scss/specific.scss */
  .ext_pointer23 {
    left: 978.5px;
    top: 705.3px;
    width: 523px;
    height: 73px;
    background-image: url(../images/desktop/line_slide24.svg);
  }
}

@-webkit-keyframes scaleUpAndDownAni {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
/* line 3231, ../scss/specific.scss */
.beaconInner {
  margin: 0;
  padding: 0;
  transform: scale(0);
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 0 3px #eb0a1e, inset 0 0 3px #eb0a1e;
  -webkit-animation: scaleUpAndDownAni 1s linear infinite;
  transform-origin: 50% 50%;
}

/* line 3246, ../scss/specific.scss */
.beaconOval {
  position: absolute;
  width: 12px;
  height: 12px;
  /* background-color: #eb0a1e;
  border-radius: 50%; */
  background-image: url(../images/beacon.svg);
  left: 2px;
  top: 2px;
  margin: 0;
  padding: 0;
}

/* line 3259, ../scss/specific.scss */
.beacon {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 100px;
  top: 100px;
  opacity: 0;
  display: none;
}

/* line 3272, ../scss/specific.scss */
.ext_hotspot2 {
  left: 92px;
  top: 252px;
}
@media (min-width: 768px) {
  /* line 3272, ../scss/specific.scss */
  .ext_hotspot2 {
    left: 241px;
    top: 543px;
  }
}
@media (min-width: 992px) {
  /* line 3272, ../scss/specific.scss */
  .ext_hotspot2 {
    left: 1075px;
    top: 585px;
  }
}

/* line 3289, ../scss/specific.scss */
.ext_hotspot3 {
  left: 5px;
  top: 257px;
}
@media (min-width: 768px) {
  /* line 3289, ../scss/specific.scss */
  .ext_hotspot3 {
    left: 28px;
    top: 505px;
  }
}
@media (min-width: 992px) {
  /* line 3289, ../scss/specific.scss */
  .ext_hotspot3 {
    left: 753px;
    top: 490px;
  }
}

/* line 3306, ../scss/specific.scss */
.ext_hotspot4 {
  left: 123px;
  top: 187px;
}
@media (min-width: 768px) {
  /* line 3306, ../scss/specific.scss */
  .ext_hotspot4 {
    left: 416px;
    top: 396px;
  }
}
@media (min-width: 992px) {
  /* line 3306, ../scss/specific.scss */
  .ext_hotspot4 {
    left: 1217px;
    top: 360px;
  }
}

/* line 3322, ../scss/specific.scss */
.ext_hotspot5 {
  left: 39px;
  top: 265px;
}
@media (min-width: 768px) {
  /* line 3322, ../scss/specific.scss */
  .ext_hotspot5 {
    left: 154px;
    top: 611px;
  }
}
@media (min-width: 992px) {
  /* line 3322, ../scss/specific.scss */
  .ext_hotspot5 {
    left: 1084px;
    top: 603px;
  }
}

/* line 3338, ../scss/specific.scss */
.ext_hotspot6 {
  left: 142px;
  top: 186px;
}
@media (min-width: 768px) {
  /* line 3338, ../scss/specific.scss */
  .ext_hotspot6 {
    left: 377px;
    top: 423px;
  }
}
@media (min-width: 992px) {
  /* line 3338, ../scss/specific.scss */
  .ext_hotspot6 {
    left: 1207px;
    top: 358px;
  }
}

/* line 3354, ../scss/specific.scss */
.ext_hotspot7 {
  left: 64px;
  top: 266px;
}
@media (min-width: 768px) {
  /* line 3354, ../scss/specific.scss */
  .ext_hotspot7 {
    left: 160px;
    top: 607px;
  }
}
@media (min-width: 992px) {
  /* line 3354, ../scss/specific.scss */
  .ext_hotspot7 {
    left: 1406px;
    top: 581px;
  }
}

    /* .ext_hotspot7b{
        left:226px;
        top:200px;

        @media (min-width: 768px) {
            
            left:598px;
            top:441px;

        }
        
        @media (min-width: 992px) {
            left:1511px;
            top:633px;
        }
    } */
/* line 3388, ../scss/specific.scss */
.ext_hotspot8 {
  left: 273px;
  top: 172px;
}
@media (min-width: 768px) {
  /* line 3388, ../scss/specific.scss */
  .ext_hotspot8 {
    left: 633px;
    top: 375px;
  }
}
@media (min-width: 992px) {
  /* line 3388, ../scss/specific.scss */
  .ext_hotspot8 {
    left: 1724px;
    top: 309px;
  }
}

/* line 3404, ../scss/specific.scss */
.ext_hotspot9 {
  left: 242px;
  top: 207px;
}
@media (min-width: 768px) {
  /* line 3404, ../scss/specific.scss */
  .ext_hotspot9 {
    left: 571px;
    top: 455px;
  }
}
@media (min-width: 992px) {
  /* line 3404, ../scss/specific.scss */
  .ext_hotspot9 {
    left: 1233px;
    top: 449px;
  }
}

/* line 3420, ../scss/specific.scss */
.ext_hotspot10 {
  left: 182px;
  top: 190px;
}
@media (min-width: 768px) {
  /* line 3420, ../scss/specific.scss */
  .ext_hotspot10 {
    left: 451px;
    top: 419px;
  }
}
@media (min-width: 992px) {
  /* line 3420, ../scss/specific.scss */
  .ext_hotspot10 {
    left: 1122px;
    top: 448px;
  }
}

/* line 3436, ../scss/specific.scss */
.ext_hotspot11 {
  left: 168px;
  top: 214px;
}
@media (min-width: 768px) {
  /* line 3436, ../scss/specific.scss */
  .ext_hotspot11 {
    left: 428px;
    top: 468px;
  }
}
@media (min-width: 992px) {
  /* line 3436, ../scss/specific.scss */
  .ext_hotspot11 {
    left: 1074px;
    top: 520px;
  }
}

/* line 3452, ../scss/specific.scss */
.ext_hotspot12 {
  left: 118px;
  top: 207px;
}
@media (min-width: 768px) {
  /* line 3452, ../scss/specific.scss */
  .ext_hotspot12 {
    left: 294px;
    top: 426px;
  }
}
@media (min-width: 992px) {
  /* line 3452, ../scss/specific.scss */
  .ext_hotspot12 {
    left: 1259px;
    top: 393px;
  }
}

/* line 3468, ../scss/specific.scss */
.ext_hotspot13 {
  left: 187px;
  top: 217px;
}
@media (min-width: 768px) {
  /* line 3468, ../scss/specific.scss */
  .ext_hotspot13 {
    left: 453px;
    top: 438px;
  }
}
@media (min-width: 992px) {
  /* line 3468, ../scss/specific.scss */
  .ext_hotspot13 {
    left: 1729px;
    top: 443px;
  }
}

/* line 3485, ../scss/specific.scss */
.ext_hotspot14 {
  left: 49px;
  top: 202px;
}
@media (min-width: 768px) {
  /* line 3485, ../scss/specific.scss */
  .ext_hotspot14 {
    left: 104px;
    top: 446px;
  }
}
@media (min-width: 992px) {
  /* line 3485, ../scss/specific.scss */
  .ext_hotspot14 {
    left: 826px;
    top: 417px;
  }
}

/* line 3501, ../scss/specific.scss */
.ext_hotspot15 {
  left: 167px;
  top: 175px;
}
@media (min-width: 768px) {
  /* line 3501, ../scss/specific.scss */
  .ext_hotspot15 {
    left: 427px;
    top: 378px;
  }
}
@media (min-width: 992px) {
  /* line 3501, ../scss/specific.scss */
  .ext_hotspot15 {
    left: 1296px;
    top: 309px;
  }
}

/* line 3517, ../scss/specific.scss */
.ext_hotspot16 {
  left: 283px;
  top: 199px;
}
@media (min-width: 768px) {
  /* line 3517, ../scss/specific.scss */
  .ext_hotspot16 {
    left: 710px;
    top: 434px;
  }
}
@media (min-width: 992px) {
  /* line 3517, ../scss/specific.scss */
  .ext_hotspot16 {
    left: 1706px;
    top: 407px;
  }
}

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