h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pagewrapper {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #383434;
  font-size: 1vw;
  line-height: 1.3;
  font-weight: 300;
}

.scene1__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-bottom: 10em;
  padding-top: 75px;
  -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;
}

.scene1__textwrapper {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.scene1__container {
  position: relative;
  top: 0px;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 100vh;
  -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;
}

.scene1__heading {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  color: #fff;
  font-size: 7.25em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.scene1__heading--top {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  font-size: 8.33vw;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.scene1__heading--bottom {
  margin-top: 1.5vw;
  margin-bottom: 0px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  font-size: 3.125vw;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.text--semibold {
  color: #ff1c1c;
  font-weight: 600;
}

.scene1__video {
  position: absolute;
  top: -2em;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  padding-bottom: 60%;
  -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;
  -webkit-transform: scale(0.42);
  -ms-transform: scale(0.42);
  transform: scale(0.42);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: border-width 300ms ease;
  transition: border-width 300ms ease;
}

.scene1__video.is--laptop {
  overflow: visible;
  width: 90%;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scene3__section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 340vh;
  margin-top: -24vh;
  padding-top: 75px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scene1__textwrapper--video {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  width: 85%;
  max-width: 1600px;
  text-align: center;
}

.scene1__paragraph {
  max-width: 17.4em;
  margin-top: 1vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 3.125em;
  font-weight: 300;
  text-align: center;
}

.scene1__laptop-img {
  position: absolute;
  left: -11.9%;
  top: auto;
  right: 0%;
  bottom: -330px;
  z-index: 5;
  width: 124%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 300px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.scene1__laptop-img.is--show {
  opacity: 1;
}

.scene1__video--item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-top: -1px;
  -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-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
  -webkit-filter: saturate(101%);
  filter: saturate(101%);
  -webkit-transition: border-width 400ms ease;
  transition: border-width 400ms ease;
}

.scene1__video--item.is--laptop {
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 18px solid #000;
  border-right: 14px solid #000;
  border-left: 14px solid #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  outline-color: #7b7e81;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 4px;
}

.scene1--trigger {
  position: absolute;
  left: 0px;
  top: 200%;
  right: 0px;
  width: 100%;
  height: 50%;
  padding: 0px;
}

.hidden--text {
  overflow: hidden;
  height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.scene1__intro-img--1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scene1__intro-img--1.hidemobile {
  display: block;
}

.scene1__intro-img--2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scene1__intro-img--2.hidemobile {
  display: block;
}

.scene1__video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.36);
  opacity: 0;
}

.scene1--trigger2 {
  position: absolute;
  left: 0px;
  top: 360%;
  right: 0px;
  width: 100%;
  height: 50%;
  padding: 0px;
}

.scene2__textwrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding-top: 16em;
  padding-left: 8.3em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.scene2__paragraph {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.8em;
  padding-left: 0.8em;
  font-size: 6.15em;
  line-height: 1.35;
}

.text-red-bold {
  color: #ff1c1c;
  font-weight: 600;
}

.text-red-bold.inlineblock {
  display: inline-block;
}

.text-red {
  color: #ff1c1c;
}

.scene2__laptop--hero4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  border-style: solid solid none;
  border-width: 18px 14px 4px;
  border-color: #000 #000 #7b7e81;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  opacity: 0;
  outline-color: #7b7e81;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.scene2__laptop--hero2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  border-style: solid solid none;
  border-width: 18px 14px 4px;
  border-color: #000 #000 #7b7e81;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  opacity: 0;
  outline-color: #7b7e81;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.scene2__laptop--hero3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  border-style: solid solid none;
  border-width: 18px 14px 4px;
  border-color: #000 #000 #7b7e81;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  opacity: 0;
  outline-color: #7b7e81;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.scene2__laptop--hero1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  border-top: 18px solid #000;
  border-right: 14px solid #000;
  border-left: 14px solid #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  opacity: 0;
  outline-color: #7b7e81;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.scene3__container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.scene3__flexwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scene3__headingwrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  height: 100%;
  padding: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scene3__heading {
  font-size: 5em;
  line-height: 1.1;
  font-weight: 300;
}

.scene3__contentwrap {
  position: absolute;
  top: 0px;
  right: 3%;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.scene3__card {
  position: absolute;
  z-index: 1;
  max-width: 50%;
  padding: 50px 25px;
  border: 1px solid #dedbdb;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 40px -8px hsla(0, 0%, 100%, 0.27);
}

.scene3__card.is--2 {
  position: absolute;
  top: 46%;
  z-index: 5;
  margin-right: auto;
  margin-left: auto;
}

.scene3__card.is--3 {
  position: absolute;
  bottom: 10%;
  z-index: 5;
  border-radius: 1em;
}

.scene3__card.is--1 {
  top: 10%;
  z-index: 5;
}

.scene3__card--textwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scene3__card--text {
  color: #ff1c1c;
  font-size: 2.75em;
  font-weight: 600;
}

.scene3__card--textchangewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scene3__card--paragraphwrap {
  margin-top: 10px;
}

.scene3__card--paragraph {
  margin-bottom: 0px;
  font-size: 1.5em;
}

.scene3__imgwrap {
  position: absolute;
  overflow: hidden;
}

.scene3__imgwrap.img1 {
  position: absolute;
  left: 4%;
  top: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.625em;
  height: 23.43em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__imgwrap.img2 {
  position: absolute;
  left: 9%;
  right: auto;
  bottom: 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.625em;
  height: 23.43em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__imgwrap.img3 {
  position: absolute;
  left: auto;
  top: 8%;
  right: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.69em;
  height: 28.02em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__imgwrap.allbox {
  position: absolute;
  left: 4%;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.625em;
  height: 23.43em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__imgwrap.img2-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.625em;
  height: 23.43em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__imgwrap.img2-3 {
  position: absolute;
  top: 31%;
  right: 19%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.625em;
  height: 23.43em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__imgwrap.img1-2 {
  position: absolute;
  left: 1%;
  bottom: 43%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.625em;
  height: 23.43em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__imgwrap.img1-3 {
  position: absolute;
  left: 2%;
  bottom: -1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.625em;
  height: 23.43em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__imgwrap.img3-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.69em;
  height: 28.02em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__imgwrap.img3-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.69em;
  height: 28.02em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__imgmain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 3%;
  bottom: 0%;
  z-index: 0;
  width: 60%;
  height: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scene3--img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.scene3--img._1 {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.scene3--img._3 {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.scene3__allbox {
  position: absolute;
  overflow: hidden;
  width: 4.01em;
  height: 6.04em;
  opacity: 0.26;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.scene3__allbox.img1 {
  position: absolute;
  left: 4%;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.625em;
  height: 23.43em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__allbox.img2 {
  position: absolute;
  left: 18%;
  top: -6%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.625em;
  height: 23.43em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__allbox.img3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 6%;
  bottom: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.69em;
  height: 28.02em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__allbox.allbox {
  position: absolute;
  left: 4%;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15.625em;
  height: 23.43em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 1em;
}

.scene3__allbox.box1 {
  left: 7%;
  top: 39%;
}

.scene3__allbox.box2 {
  left: auto;
  top: 25%;
  right: 18%;
  bottom: auto;
}

.scene3__allbox.box3 {
  left: auto;
  top: auto;
  right: 48%;
  bottom: 19%;
  z-index: -1;
}

.scene3__allbox.box4 {
  left: auto;
  top: 17%;
  right: 54%;
  bottom: auto;
}

.scene3__allbox.box5 {
  left: auto;
  top: auto;
  right: 42%;
  bottom: 0%;
  z-index: -1;
}

.scene3__allbox.box6 {
  left: 3%;
  top: 82%;
}

.scene3__allbox.box7 {
  left: 41%;
  top: 56%;
}

.scene3__allbox.box8 {
  top: 3%;
  right: 36%;
}

.scene4__section {
  position: relative;
}

.scene4__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  -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;
  background-color: #f7f7f7;
}

.scene4__heading {
  position: relative;
  z-index: 5;
  width: 64%;
  font-family: Poppins, sans-serif;
  font-size: 4.5em;
  line-height: 1.3;
  font-weight: 300;
  text-align: center;
}

.scene4__imgmain {
  position: absolute;
  left: 0%;
  top: -10vh;
  right: 0%;
  bottom: -10vh;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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;
  background-color: #f7f7f7;
}

.scene4__main--topwrap {
  position: relative;
  height: 32%;
  font-size: 0.95vw;
}

.scene4__main--bottomwrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32%;
  font-size: 0.95vw;
}

.scene4__imgwrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  border-radius: 0.5em;
}

.scene4__imgwrap.img1 {
  left: 5%;
  top: -4vh;
  right: auto;
  bottom: auto;
  width: 28.59375em;
  height: 18.489583333333336em;
}

.scene4__imgwrap.img2 {
  left: 1%;
  bottom: -15.4vh;
  width: 11em;
  height: 13em;
}

.scene4__imgwrap.img3 {
  left: 42%;
  top: -3vh;
  right: 0%;
  bottom: auto;
  width: 9em;
  height: 11em;
}

.scene4__imgwrap.img4 {
  left: auto;
  top: auto;
  right: 22%;
  bottom: -2.7vh;
  width: 20em;
  height: 13.7em;
}

.scene4__imgwrap.img5 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 25.104166666666668em;
  height: 17.5em;
}

.scene4__imgwrap.img6 {
  left: 2%;
  bottom: -2.5vh;
  width: 9em;
  height: 11em;
}

.scene4__imgwrap.img7 {
  left: 17%;
  bottom: 4.4vh;
  width: 22.552083333333332em;
  height: 15.989583333333332em;
}

.scene4__imgwrap.img8 {
  left: auto;
  top: auto;
  right: 18%;
  bottom: -4vh;
  width: 30.1em;
  height: 20em;
}

.scene4__imgwrap.img9 {
  left: auto;
  top: -5vh;
  right: -7%;
  bottom: auto;
  width: 21.875em;
  height: 12.395833333333334em;
}

.scene4__img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scene__4--wrap {
  position: relative;
  bottom: 100vh;
  margin-top: 100vh;
  padding-top: 100px;
}

.scene5__section {
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.scene5__video--wrap {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100vh;
  padding-top: 75px;
}

.scene5__video--item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.scene5__video-overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.scene5__heading {
  position: absolute;
  left: 0%;
  top: -2em;
  right: 0%;
  bottom: auto;
  z-index: 15;
  margin-top: 10px;
  color: #fff;
  font-size: 5em;
  line-height: 1.3;
  font-weight: 300;
  text-align: center;
}

.scene5__heading.is--relative {
  position: relative;
  top: 0%;
  color: #383434;
}

.scene5__heading.is--confidence {
  position: fixed;
  top: 50vh;
  z-index: 100;
  margin-top: 10px;
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.scene5__trusting-container {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}

.scene5__badgewrap {
  margin-top: 6em;
}

.scene5__subheading {
  font-size: 2.5em;
  font-weight: 600;
  text-align: center;
}

.scene5__badge-grid {
  display: -ms-grid;
  display: grid;
  max-width: 80%;
  margin: 5em auto 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.scene5__badge--img {
  display: block;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.scene5__badge--img.around {
  height: 70px;
  margin-bottom: -10px;
}

.scene5__badge--description {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.scene6__section {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #fff;
}

.scene6__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 75px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.scene6__container.is--overtheworld {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scene6__all--textwrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2.4em;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.scene6__all-text {
  font-size: 18.229166666666664em;
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.scene__all--paragraph {
  max-width: 11em;
  margin-right: auto;
  margin-left: auto;
  color: #ff1c1c;
  font-size: 2em;
}

.scene__all--paragraph.is--overtheworld {
  margin-right: 0px;
  font-size: 1.75em;
}

.scene__all--paragraph.is--first {
  font-size: 1.75em;
}

.scene6__character-wrap {
  position: relative;
  z-index: 2;
  margin-left: -4em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scene6__character-wrap.img2 {
  z-index: 3;
  margin-right: -3.2em;
  margin-left: 0em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scene6__character-wrap.img3 {
  margin-left: 0em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scene6__character-wrap.img1 {
  margin-right: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scene6__character-img {
  width: 30em;
}

.scene6__character-img.is--1 {
  width: 22em;
}

.scene6__character-img.is--3 {
  width: 23.6em;
}

.scene6__character-img.is--2 {
  width: 27em;
}

.scene6__character--textwrap {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0px;
  display: inline-block;
  width: 75%;
  padding: 15px;
  border: 1px solid #dedbdb;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 15px -4px rgba(0, 0, 0, 0.12);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scene6__character--heading {
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 2em;
  line-height: 1.3;
  font-weight: 400;
}

.scene6__character--paragraph {
  font-size: 14px;
}

.scene7__worldsvg {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  max-width: none;
}

.scene7__worldsvg-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: block;
  width: 72em;
  height: auto;
  max-height: 100vh;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.scene7__map--tooltip {
  position: absolute;
  z-index: 10;
  padding: 1.2em 1.6em;
  border: 1px solid #b8b2b2;
  border-radius: 1em;
  background-color: #fff;
  text-align: center;
}

.scene7__map--tooltip.is--1 {
  left: auto;
  top: auto;
  right: 3%;
  bottom: 32.1em;
}

.scene7__map--tooltip.is--2 {
  left: auto;
  top: auto;
  right: 28.2em;
  bottom: 40.9em;
}

.scene7__map--tooltip.is--3 {
  left: auto;
  top: auto;
  right: 31em;
  bottom: 13.4em;
}

.scene7__map--tooltip-header {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 600;
}

.scene7__map--tooltip-copy {
  position: relative;
  z-index: 15;
  font-size: 1.75em;
  line-height: 1.2;
  font-weight: 300;
}

.scene7__map--tooltip-tip {
  position: absolute;
  left: 50%;
  bottom: auto;
  z-index: 1;
  width: 3.3em;
  height: 3.3em;
  margin-top: -5px;
  border-top: 1px solid #b8b2b2;
  border-right: 1px solid #b8b2b2;
  border-top-right-radius: 1em;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px) scale3d(0.8, 1.4, 1) rotate(135deg);
  transform: translate(-50%, 0px) scale3d(0.8, 1.4, 1) rotate(135deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tooltip--shadow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -3.7em;
  z-index: 0;
  width: 3.5em;
  height: 1em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #383434;
  opacity: 0.25;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.scene7__headings--wrapper {
  position: absolute;
  left: 46em;
  top: 45vh;
  z-index: 25;
  width: 100%;
}

.scene7__subheading--text {
  position: relative;
  color: #454545;
  font-size: 5em;
  font-weight: 600;
}

.scene7__subheading--text.absolute--text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.scene8__section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 100vh;
  background-color: #fff;
}

.scene8__container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  height: 100vh;
  padding-top: 75px;
}

.scene8__video--item {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: saturate(101%);
  filter: saturate(101%);
}

.scene8__content-wrap {
  position: relative;
  z-index: 5;
  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: 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;
  color: #fff;
}

.scene8__video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.scene8__headingwrap {
  text-align: center;
}

.scene8__heading {
  font-size: 5em;
  line-height: 1.2;
  font-weight: 400;
}

.scene8__cta {
  margin-top: 40px;
  padding: 10px 25px;
  border-radius: 2em;
  background-color: #ff1c1c;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 16px;
  font-weight: 600;
}

.scene8__cta:hover {
  background-color: #c71c1c;
}

.scene8__socialswrapper {
  position: absolute;
  bottom: 2em;
  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;
}

.scene8__mcafee-logo {
  display: block;
  width: 25em;
  margin-right: auto;
  margin-left: auto;
}

.scene8__social--icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.social-icon--wrapper {
  display: block;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.social-icon--img {
  width: 25px;
}

.feedback--wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 7.1em;
  z-index: 25;
}

.hero--down-arrow {
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: block;
  width: 48px;
  margin-right: auto;
  margin-bottom: 20vh;
  margin-left: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.scene2--paragraphwrap1 {
  position: absolute;
}

.scene2__heading-all {
  font-size: 5em;
  line-height: 1.3;
  font-weight: 600;
}

.scene2__laptop-paragraph-1 {
  margin-bottom: 0px;
  font-size: 3.75em;
  line-height: 1.15;
}

.scene2--paragraphwrap2 {
  position: absolute;
}

.normal-text {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .scene1__section {
    width: 100%;
  }

  .scene1__container {
    display: block;
  }

  .scene1__video {
    left: 14%;
    top: 28%;
    width: 48%;
    height: auto;
    padding-bottom: 28%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .scene3__section {
    height: 250vh;
  }

  .scene1__textwrapper--video {
    width: auto;
  }

  .scene1__paragraph {
    margin-top: 15px;
  }

  .scene1__laptop-img {
    bottom: -320px;
  }

  .scene1__video--item.is--laptop {
    border-top-width: 12px;
    border-right-width: 8px;
    border-left-width: 8px;
  }

  .scene1__intro-img--1 {
    background-color: #fff;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .scene1__intro-img--2 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .scene2__textwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0em;
    padding-right: 10px;
    padding-left: 5em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scene2__paragraph {
    width: 62%;
    -webkit-transform: translate(0px, -60%);
    -ms-transform: translate(0px, -60%);
    transform: translate(0px, -60%);
    font-size: 7em;
  }

  .scene2__laptop--hero4 {
    border-top-width: 12px;
    border-right-width: 8px;
    border-left-width: 8px;
  }

  .scene2__laptop--hero2 {
    border-top-width: 12px;
    border-right-width: 8px;
    border-left-width: 8px;
  }

  .scene2__laptop--hero3 {
    border-top-width: 12px;
    border-right-width: 8px;
    border-left-width: 8px;
  }

  .scene2__laptop--hero1 {
    border-top-width: 11px;
    border-right-width: 8px;
    border-left-width: 8px;
  }

  .scene3__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .scene3__headingwrap {
    width: 32%;
    padding: 0vw;
  }

  .scene3__card {
    max-width: 64%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .scene3__card--text {
    font-size: 3.2em;
  }

  .scene3__card--paragraph {
    font-size: 16px;
  }

  .scene4__heading {
    margin-top: 10px;
  }

  .scene4__main--topwrap {
    font-size: 1.1vw;
  }

  .scene4__main--bottomwrap {
    font-size: 1.2vw;
  }

  .scene5__badgewrap {
    margin-top: 30px;
  }

  .scene5__subheading {
    font-size: 20px;
  }

  .scene5__badge-grid {
    max-width: 100%;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .scene5__badge--img {
    height: 50px;
  }

  .scene5__badge--img.around {
    height: 60px;
  }

  .scene5__badge--description {
    margin-top: 20px;
  }

  .scene6__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .scene6__all--textwrap {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scene__all--paragraph.is--overtheworld {
    position: absolute;
    font-size: 18px;
  }

  .scene__all--paragraph.is--first {
    font-size: 18px;
  }

  .scene6__character-wrap.img2 {
    margin-right: 1em;
  }

  .scene6__character-wrap.img3 {
    margin-right: 1em;
  }

  .scene6__character-wrap.img1 {
    margin-left: 1em;
  }

  .scene6__character-img.is--1 {
    width: 24em;
  }

  .scene6__character-img.is--3 {
    width: 25em;
  }

  .scene6__character-img.is--2 {
    width: 29em;
  }

  .scene6__character--textwrap {
    width: 100%;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }

  .scene6__character--heading {
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.5;
  }

  .scene7__worldsvg-wrap {
    width: 90em;
  }

  .scene7__map--tooltip.is--1 {
    right: 4%;
  }

  .scene7__map--tooltip.is--2 {
    right: 33.7em;
    bottom: 42.4em;
  }

  .scene7__map--tooltip-header {
    font-size: 20px;
  }

  .scene7__map--tooltip-copy {
    font-size: 16px;
  }

  .scene7__map--tooltip-tip {
    margin-top: -2px;
  }

  .scene7__headings--wrapper {
    left: 2em;
    top: 31vh;
  }

  .scene7__subheading--text {
    font-size: 32px;
    font-style: normal;
  }

  .scene7__subheading--text.absolute--text {
    font-size: 32px;
  }

  .scene8__heading {
    margin-top: 10px;
  }

  .scene8__cta {
    margin-top: 30px;
  }

  .scene8__mcafee-logo {
    width: 200px;
  }

  .hero--down-arrow {
    margin-bottom: 30vh;
  }
}

@media screen and (max-width: 767px) {
  .scene1__section {
    padding-top: 60px;
  }

  .scene1__textwrapper {
    overflow: hidden;
  }

  .scene1__container {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .scene1__heading {
    font-size: 52px;
  }

  .scene1__video {
    left: 10%;
    top: 44%;
    right: auto;
    bottom: auto;
    width: 80em;
    height: 50em;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .scene3__section {
    display: block;
    height: 220vh;
    max-height: 220%;
    min-height: 220%;
    margin-top: -20vh;
    padding-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scene1__textwrapper--video {
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .scene1__paragraph {
    font-size: 24px;
  }

  .scene1__laptop-img {
    bottom: -320px;
  }

  .scene1__video--item {
    left: auto;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .scene1__video--item.is--laptop {
    margin-top: 0px;
    border-top-width: 6px;
    border-right-width: 4px;
    border-left-width: 4px;
    outline-width: 1px;
  }

  .scene1__intro-img--1 {
    left: -10%;
    width: 120%;
    max-width: 120%;
  }

  .scene1__intro-img--2 {
    left: -10%;
    width: 120%;
    max-width: 120%;
  }

  .scene2__textwrapper {
    left: 10%;
    top: 4%;
    right: auto;
    bottom: auto;
    overflow: visible;
    width: 80%;
    height: 38%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scene2__paragraph {
    width: 80%;
    margin-bottom: -3em;
    -webkit-transform: translate(0px, -34%);
    -ms-transform: translate(0px, -34%);
    transform: translate(0px, -34%);
    font-size: 7.4em;
  }

  .scene2__laptop--hero4 {
    border-top-width: 6px;
    border-right-width: 4px;
    border-left-width: 4px;
    outline-width: 1px;
  }

  .scene2__laptop--hero2 {
    border-top-width: 6px;
    border-right-width: 4px;
    border-left-width: 4px;
    outline-width: 1px;
  }

  .scene2__laptop--hero3 {
    border-top-width: 6px;
    border-right-width: 4px;
    border-left-width: 4px;
    outline-width: 1px;
  }

  .scene2__laptop--hero1 {
    border-top-width: 6px;
    border-right-width: 4px;
    border-left-width: 4px;
    outline-width: 1px;
  }

  .scene3__container {
    position: relative;
    -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;
  }

  .scene3__headingwrap {
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scene3__heading {
    margin-top: 10px;
    font-size: 52px;
    text-align: center;
  }

  .scene3__contentwrap {
    left: 0%;
    top: 8%;
    right: 0%;
    bottom: 0%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .scene3__card {
    max-width: 50%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .scene3__card--text {
    font-size: 24px;
  }

  .scene3__card--paragraphwrap {
    margin-top: 5px;
  }

  .scene3__imgwrap.img1 {
    width: 21em;
    height: 27em;
  }

  .scene3__imgwrap.img2 {
    left: 5%;
    width: 20em;
    height: 28em;
  }

  .scene3__imgwrap.img3 {
    right: 3%;
    width: 25em;
    height: 34em;
  }

  .scene3__imgwrap.img2-2 {
    width: 21em;
    height: 29em;
  }

  .scene3__imgwrap.img2-3 {
    right: 6%;
    width: 21em;
    height: 28.8em;
  }

  .scene3__imgwrap.img1-2 {
    width: 20em;
    height: 28em;
  }

  .scene3__imgwrap.img1-3 {
    left: 1%;
    bottom: 0%;
    width: 20em;
    height: 29em;
  }

  .scene3__imgwrap.img3-2 {
    right: 4%;
    width: 26em;
    height: 36em;
  }

  .scene3__imgwrap.img3-3 {
    right: 4%;
    width: 26em;
    height: 36em;
  }

  .scene3__imgmain {
    top: 12%;
    right: 0%;
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2vw;
  }

  .scene3__allbox {
    width: 42px;
    height: 65px;
  }

  .scene4__section {
    height: 100vh;
    min-height: auto;
  }

  .scene4__heading {
    margin-top: 0px;
    font-size: 32px;
  }

  .scene4__main--topwrap {
    font-size: 1vw;
  }

  .scene4__main--bottomwrap {
    font-size: 1vw;
  }

  .scene4__imgwrap.img1 {
    left: -4%;
    z-index: 1;
    width: 280px;
    height: 190px;
  }

  .scene4__imgwrap.img2 {
    left: 2%;
    bottom: -8.5vh;
    width: 120px;
    height: 170px;
  }

  .scene4__imgwrap.img3 {
    left: 44%;
    width: 90px;
    height: 120px;
  }

  .scene4__imgwrap.img4 {
    width: 230px;
    height: 160px;
  }

  .scene4__imgwrap.img5 {
    top: 7%;
    width: 220px;
    height: 150px;
  }

  .scene4__imgwrap.img6 {
    bottom: -8vh;
    width: 110px;
    height: 160px;
  }

  .scene4__imgwrap.img7 {
    left: -1%;
    bottom: 17.1vh;
    z-index: 1;
    width: 220px;
    height: 160px;
  }

  .scene4__imgwrap.img8 {
    right: 3%;
    bottom: -4vh;
    width: 280px;
    height: 200px;
  }

  .scene4__imgwrap.img9 {
    top: -4vh;
    right: -4%;
    width: 150px;
    height: 100px;
  }

  .scene5__video--wrap {
    top: 0px;
    height: 100vh;
    padding-top: 60px;
  }

  .scene5__heading {
    top: -4em;
    font-size: 36px;
  }

  .scene5__heading.is--relative {
    font-size: 36px;
  }

  .scene5__heading.is--confidence {
    font-size: 36px;
  }

  .scene5__subheading {
    font-size: 24px;
  }

  .scene5__badge-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .scene5__badge--img {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .scene5__badge--img.around {
    height: 60px;
  }

  .scene5__badge--description {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
  }

  .scene6__container {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .scene6__all--textwrap {
    position: relative;
    margin-top: 2em;
  }

  .scene6__all-text {
    font-size: 80px;
    line-height: 0.8;
  }

  .scene__all--paragraph.is--overtheworld {
    top: 20px;
    -webkit-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    font-size: 16px;
  }

  .scene__all--paragraph.is--first {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .scene6__character-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 1em;
    margin-left: 1em;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .scene6__character-wrap.img2 {
    margin-left: 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .scene6__character-wrap.img3 {
    z-index: 21;
  }

  .scene6__character-wrap.img1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .scene6__character-img.is--1 {
    position: absolute;
    width: 20em;
  }

  .scene6__character-img.is--3 {
    position: absolute;
    width: 22em;
  }

  .scene6__character-img.is--2 {
    position: absolute;
    width: 24em;
  }

  .scene6__character--textwrap {
    left: 40%;
    top: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 70%;
    margin-right: 10px;
    margin-left: auto;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .scene6__character--textwrap.is--2 {
    left: 0%;
    right: 40%;
    margin-right: auto;
    margin-left: 12px;
  }

  .scene6__character--heading {
    line-height: 1.5;
  }

  .scene7__worldsvg-wrap {
    right: -7%;
    bottom: 5%;
    width: 130%;
  }

  .scene7__map--tooltip.is--1 {
    right: 7%;
    bottom: 72.1%;
  }

  .scene7__map--tooltip.is--2 {
    right: 40.7%;
    bottom: 92.4%;
  }

  .scene7__map--tooltip.is--3 {
    right: 42%;
    bottom: 25.4%;
  }

  .scene7__map--tooltip-tip {
    margin-top: -1px;
  }

  .scene7__headings--wrapper {
    left: 0em;
    top: 20vh;
    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;
    text-align: center;
  }

  .scene7__subheading--text {
    width: 100%;
    font-size: 28px;
    text-align: center;
  }

  .scene7__subheading--text.absolute--text {
    font-size: 28px;
  }

  .scene8__container {
    padding-top: 60px;
  }

  .scene8__heading {
    font-size: 40px;
  }

  .scene8__cta {
    margin-top: 20px;
  }

  .scene8__socialswrapper {
    bottom: 20px;
  }

  .scene8__social--icons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .feedback--wrapper {
    bottom: 13%;
  }

  .feedback--img {
    height: 100px;
  }

  .hero--down-arrow {
    width: 40px;
    margin-bottom: 20vh;
  }

  .scene2--paragraphwrap1 {
    padding-right: 0px;
  }

  .scene2__heading-all {
    font-size: 60px;
    text-align: center;
  }

  .scene2__laptop-paragraph-1 {
    margin-top: 10px;
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .scene1__textwrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scene1__heading {
    font-size: 16em;
  }

  .scene1__video {
    left: 5%;
    top: 48%;
    width: 90em;
  }

  .scene3__section {
    overflow: hidden;
  }

  .scene1__textwrapper--video {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .scene1__laptop-img {
    bottom: -310px;
  }

  .scene1__video--item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scene1__intro-img--1 {
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-left: 0%;
  }

  .scene1__intro-img--1.hidemobile {
    display: none;
  }

  .scene1__intro-img--2 {
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .scene1__intro-img--2.hidemobile {
    display: none;
  }

  .scene2__textwrapper {
    left: 5%;
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .scene2__paragraph {
    width: 90%;
    margin-bottom: -5em;
    -webkit-transform: translate(0px, -24%);
    -ms-transform: translate(0px, -24%);
    transform: translate(0px, -24%);
    font-size: 8.4em;
    line-height: 1.5;
  }

  .scene3__flexwrapper {
    -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;
  }

  .scene3__headingwrap {
    z-index: 25;
    width: 100%;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .scene3__heading {
    font-size: 16em;
    text-align: left;
  }

  .scene3__contentwrap {
    top: 18%;
  }

  .scene3__card {
    max-width: 68%;
    padding: 20px;
  }

  .scene3__card.is--3 {
    bottom: 5%;
  }

  .scene3__card.is--1 {
    top: 5%;
  }

  .scene3__card--text {
    font-size: 20px;
  }

  .scene3__imgwrap.img1 {
    left: -1%;
    width: 31em;
    height: 43em;
  }

  .scene3__imgwrap.img2 {
    left: -8%;
    width: 37em;
    height: 44em;
  }

  .scene3__imgwrap.img3 {
    right: -14%;
    width: 37em;
    height: 46em;
  }

  .scene3__imgwrap.img2-2 {
    left: -9%;
    width: 38em;
    height: 46em;
  }

  .scene3__imgwrap.img2-3 {
    right: -10%;
    width: 34em;
    height: 46em;
  }

  .scene3__imgwrap.img1-2 {
    left: 0%;
    bottom: 44%;
    width: 25em;
    height: 37em;
  }

  .scene3__imgwrap.img1-3 {
    left: -22%;
    width: 36em;
    height: 42em;
  }

  .scene3__imgwrap.img3-2 {
    right: -10%;
    width: 38em;
    height: 48em;
  }

  .scene3__imgwrap.img3-3 {
    right: -23%;
    width: 38em;
    height: 50em;
  }

  .scene3__imgmain {
    top: 17%;
    font-size: 1.13vw;
  }

  .scene4__heading {
    position: relative;
    z-index: 4;
    width: 90%;
  }

  .scene4__imgwrap {
    border-radius: 4px;
  }

  .scene4__imgwrap.img1 {
    left: -19%;
    top: -0.9vh;
    width: 240px;
    height: 160px;
  }

  .scene4__imgwrap.img2 {
    left: 3%;
    bottom: 1.9vh;
    width: 90px;
    height: 130px;
  }

  .scene4__imgwrap.img3 {
    left: 62%;
    top: -9vh;
    width: 80px;
    height: 100px;
  }

  .scene4__imgwrap.img4 {
    right: -19%;
    bottom: 5.2vh;
    z-index: 5;
  }

  .scene4__imgwrap.img5 {
    top: 11%;
    right: -11%;
    display: none;
  }

  .scene4__imgwrap.img6 {
    left: 8%;
    bottom: -7vh;
    width: 90px;
    height: 110px;
  }

  .scene4__imgwrap.img7 {
    left: -21%;
    bottom: 16.3vh;
    height: 150px;
  }

  .scene4__imgwrap.img8 {
    right: -21%;
    bottom: 1.6vh;
    width: 230px;
    height: 150px;
  }

  .scene4__imgwrap.img9 {
    top: -1.7vh;
    width: 140px;
    height: 80px;
  }

  .scene5__heading {
    top: -5em;
    font-size: 36px;
  }

  .scene5__trusting-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .scene5__subheading {
    font-size: 18px;
  }

  .scene5__badge-grid {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .scene5__badge--img {
    height: 45px;
  }

  .scene5__badge--img.around {
    height: 53px;
    margin-bottom: -8px;
  }

  .scene5__badge--description {
    margin-top: 13px;
    font-size: 12px;
  }

  .scene__all--paragraph.is--overtheworld {
    top: 30%;
    max-width: none;
    margin-left: 60px;
  }

  .scene6__character-wrap {
    max-height: 33vh;
    padding-right: 15px;
    padding-left: 15px;
  }

  .scene6__character-wrap.img2 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .scene6__character-wrap.img3 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .scene6__character-wrap.img1 {
    margin-bottom: -20px;
  }

  .scene6__character-img {
    width: 28%;
    max-width: none;
  }

  .scene6__character-img.is--1 {
    width: 31%;
    max-width: none;
  }

  .scene6__character-img.is--3 {
    width: 33%;
  }

  .scene6__character-img.is--2 {
    width: 34%;
  }

  .scene6__character--textwrap {
    left: 39%;
    width: 60%;
    height: auto;
  }

  .scene6__character--textwrap.is--2 {
    margin-left: 10px;
  }

  .scene6__character--heading {
    margin-bottom: 5px;
    line-height: 1.3;
  }

  .scene6__character--paragraph {
    margin-bottom: 0px;
  }

  .scene7__worldsvg-wrap {
    right: -23%;
    bottom: 10%;
    width: 207em;
  }

  .scene7__map--tooltip {
    padding: 8px;
  }

  .scene7__map--tooltip.is--1 {
    right: 12%;
  }

  .scene7__map--tooltip.is--2 {
    right: 38.7%;
  }

  .scene7__map--tooltip.is--3 {
    right: 41.5%;
  }

  .scene7__map--tooltip-header {
    font-size: 18px;
  }

  .scene7__map--tooltip-tip {
    width: 15px;
    height: 15px;
    margin-top: 1px;
  }

  .scene8__content-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .scene8__heading {
    font-size: 36px;
  }

  .scene8__socialswrapper {
    bottom: 15px;
  }

  .scene8__social--icons {
    margin-top: 15px;
  }

  .hero--down-arrow {
    margin-bottom: 16vh;
  }

  .scene2__heading-all {
    font-size: 15em;
    text-align: center;
  }
}

#w-node-d1746036-1218-53db-16fa-f492772346e3-75f374f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_33620e47-2e9f-45af-73a7-24530f72a2db-75f374f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fcc92d8-0b89-b412-7faa-1eaadc814851-75f374f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_015f84ce-74b6-cb72-5435-b2d9aaaf9fa1-75f374f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

