/* MAIN  & GLOBAL*/

:root {
  --card-border-radius: 10px;
}
.hide-mobile {
  display: none;
}

body {
  overflow: hidden;
}

.formErrorContent {
  display: none;
}

.formErrorMobile {
  position: relative;
  top: 0px;
  display: none;
  width: 90%;
  padding: 5px 30px;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-bottom: 20px;
  background-color: #fe4d23;
  color: white;
  font-size: 14px;
}

/* .stage{
    width: 100vw;
} */

.stage-area {
  transform: translate(-50%, 0%);
  left: 50%;
  position: fixed;
  overflow-y: scroll;
}

.logo-holder {
  left: 0px;
  right: 0px;
  width: 300px;
  margin: auto;
  text-align: center;
}

.sound-contoller {
  display: none;
}

.main-container {
  /* top: unset; */
  /* overflow: hidden; */

  /* TODO : REMOVE */
  height: 100%;
}
.main-bg {
  transform: scale(0.8);
  transform-origin: top;
}

.sim-indicator {
  top: 55px;
  z-index: 1000;
}

/* END MAIN */

/* LOADING PAGE */

.loading-holder {
  width: 100vw;
}

/* END LOADING */

/* INTRO PAGE */
.initial-intro {
  width: 90vw;
  height: 500px;
  top: 100px;
  height: auto;
  bottom: unset;
  position: relative;
  /* top: 0px;
    bottom: 0px;
    margin: auto; */
}

.textbox-holder {
  padding: 30px 20px;
}

.alarm-clock {
  position: relative;
  top: unset;
  margin-bottom: 20px;
}

/* END INTRO PAGE */

/* FORM */
.form-bg {
  width: 95vw;
  position: relative;
  background: unset;
  height: unset;
  /* background: red; */
  /* background-size: contain; */
  /* background-size: 100% 100%; */
  /* height: 426px; */
}

.form-title {
  top: unset;
  height: auto;
  width: 100%;
  position: relative;
}

.form-input-details::before {
  content: "";
  height: 30px;
  width: 108px;
  background: transparent url(../assets/images/string.png) 0 0 no-repeat;
  background-size: 100%;
  background-position-y: bottom;
  position: absolute;
  top: -40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.form-input-details {
  padding: 20px;
  min-width: 300px;
  max-width: 400px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  background-color: #6d66b2;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  border: 10px solid white;
  border-radius: 23px;
}

.form-title > p {
  margin: 0px;
  font-size: 22px;
}

.avatar-pic {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  width: 120px;
  height: 150px;
  /* width: 30%; */
}

.form-input {
  position: relative;

  left: unset;
  right: unset;
  top: unset;
}

.form-continue {
  position: relative;
  bottom: unset;
  /* margin-top: 10px; */
}

.gdpr {
  position: relative;
  bottom: unset;
}

.avatar-selector {
  top: 0px;
}

.form-pic {
  position: relative;
  top: 145px;
  height: auto;
}

.form-choose {
  position: relative;
}

.photo-grid {
  position: relative;
  width: 94vw;
  height: unset;
  background-color: rgb(255, 255, 255);
  left: 0px;
  right: 0px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /* grid-template-rows: 238px; */
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  justify-content: center;
}
.photo-grid-item {
  height: 145px;
  background-size: 100%;
}
.avatar-anim {
  position: relative;
  width: 95vw;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
}

.welcome-msg {
  font-size: 25px;
  /* line-height: 38px; */
}

.avatar-anim-holder {
  position: relative;
  transform-origin: top center;
  transform: translateX(-50%) scale(0.7);
  left: 50%;
  top: 0px;
}

.form-start {
  position: relative;
  bottom: 180px;
  /* display: block; */
}
/* END FORM */

/* SWIM-LANE SELECTIONS PAGE */
.selections {
  grid-template-columns: 1fr;
  row-gap: 10px;
  width: 300px;
  height: unset;
  top: 0px;
  position: relative;
}
.selection-holder-mc {
  width: 92vw;
  height: unset;
  background: rgb(255, 255, 255);
  bottom: unset;
}

.multichoice {
  background: unset;
}

.mc-title {
  width: unset;
  height: unset;
  top: 0px;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  /* margin-bottom: 20px; */
  font-size: 20px;
  background-color: #6d66b2;
  border-bottom-left-radius: 80% 20px;
  border-bottom-right-radius: 80% 20px;
}

.form-multichoice-btn {
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 20px;
}

.email-received,
.intro-letter,
.video-thumbnail-holder {
  width: unset;
}

.email-received {
  background-color: rgb(255, 255, 255);
  border-radius: var(--card-border-radius);
}
.solutions-skip-btn {
  position: relative;
  bottom: unset;
  margin-top: 40px;
}
.email-received > p {
  font-size: 30px;
}

.video-main-holder {
  left: unset;
  width: 100%;
  height: unset;
}

.intro-letter {
  background-color: rgb(255, 255, 255);
  padding: 20px 50px;
  border-radius: var(--card-border-radius);
}

.cio-icon {
  z-index: 5;
  right: -10px;
  top: -20px;
}

.video-thumbnail-holder {
  bottom: unset;
  background-position: center;
}

.lane-selector-holder {
  grid-template-columns: unset;
  width: unset;
  height: unset;
  background-color: rgb(255, 255, 255);
  padding-top: 30px;
  padding-bottom: 30px;
}

.lane-text {
  font-size: 20px;
}
.lane-icon {
  left: 0px;
  top: 0px;
}

.lane-icon > img {
  width: 85px;
  height: 85px;
}
.lane-btn-item {
  width: 90vw;
  background-size: 100% 274px;
}

/* FIRST SIMULATION PAGE */

.first-simulation-title {
}

.mim-feedback-main {
  font-size: 25px;
  width: 90vw;
}
.sim-title-page {
  height: unset;
  font-size: 25px;
  width: 90vw;
}

.sim-title-text {
  font-size: 30px;
}

.sim-title-page p {
  line-height: 45px;
}
.sim-feedback-main {
  position: relative;
  width: 90vw;
  left: 0px;
  right: 0px;
  margin: auto;
}
.sim-response {
  position: relative;
}
.sim-res-body {
  width: 100%;
}
.sim-res-text {
  line-height: 35px;
  font-size: 25px;
}
/* END FIRST SIMULATION PAGE */

/* SIM MAIN */
.simulator {
  width: 100vw;
}
.sim-item > img {
  width: 100%;
}
.sim-item {
  width: 140px;
  height: 135px;
}

.sim-info {
  width: 100px;
  height: 50px;
  font-size: 16px;
  bottom: -20px;
  z-index: 5;
}

.si-title {
  font-size: 14px;
}

.si-calendar {
  width: 100px;
}
.si-cost {
  bottom: unset;
  top: 160px;
}
.si-management {
  right: 10px;
  left: unset;
  bottom: unset;
  top: 160px;
}

.si-scaleability {
  left: unset;
  right: 10px;
}
/* END SIM MAIN */

/* SWIMLANE TEMPLATE */
.sl-template {
  margin-top: 80px;
}

/* RES */
.response {
  width: 90vw;
  top: 0px;
  margin-top: 180px;
}
.res-body {
  width: 100%;
}
.res-text {
  padding: 5px 10px;
  padding-top: 20px;
  line-height: 30px;
  font-size: 20px;
}
.res-btn {
  font-size: 25px;
}

.res-logo {
  height: 150px;
  width: 150px;
  top: -110px;
  background-size: 100%;
}

/* LAPTOP*/
.swimlane-laptop {
  background: unset;
  width: 90vw;
  top: 0px;
  bottom: unset;
}
.swimlane-laptop > .laptop-email {
  width: 100%;
  padding: 10px 10px;
  height: unset;
  top: 0px;
}

.laptop-email > .icon {
  right: 0px;
  top: -75px;
  width: 150px;
  height: 150px;
  background-size: 100%;
}

.laptop-answer {
  position: relative;
  height: 173px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: unset;
  padding: unset;
  width: unset;
}

/* IM */
.swimlane-im {
  background: unset;
  width: 90vw;
  bottom: unset;
}
.swimlane-im > .im-email {
  width: 100%;
  top: 0px;
}

.im-top,
.im-middle,
.im-answers {
  left: 0px;
  width: 100%;
  position: relative;
  top: 0px;
}

.im-middle {
  height: unset;
  padding-bottom: 20px;
}
.im-content-text {
  width: unset;
  position: relative;
  height: unset;
  padding-right: 15px;
}

.im-answers {
  height: 200px;
  grid-template-columns: unset;
  grid-template-rows: repeat(2, 1fr);
}

/* MEMO */
.swimlane-memo {
  width: 90vw;
  bottom: unset;
  padding: 10px;
  background-position: top;
}
.swimlane-memo > .memo-email {
  width: unset;
  top: 0px;
  position: relative;
  margin-top: 10px;
}
.memo-email-intro > .icon {
  right: 0px;
  top: -120px;
  background-size: 100%;
  width: 150px;
  height: 150px;
}

.swimlane-memo > .memo-email-intro {
  width: unset;
  top: unset;
  margin-top: 60px;
  position: relative;
}

.memo-answer {
  position: relative;
  bottom: unset;
}
/* PHONE */
.swimlane-phone {
  width: 90vw;
  bottom: unset;
  background: unset;
}

.phone-email-intro > .username {
  padding: unset;
}
.swimlane-phone > .phone-email-intro {
  position: relative;
  top: 0px;
  width: 100%;
  margin-top: 50px;
  background: unset;
  padding: 20px 20px;
  background-color: white;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
}

.swimlane-phone > .phone-email {
  position: relative;
  top: 0px;
  margin-top: 10px;
  width: 100%;
  padding: 20px 20px;
  height: unset;
  background: unset;
  background-color: white;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
}

.swimlane-phone > .phone-answer {
  width: 100%;
  position: relative;
  height: 200px;
  bottom: unset;
  margin-top: 10px;
  grid-template-columns: unset;
  grid-template-rows: repeat(2, 1fr);
  background: unset;
  background-color: white;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
}
.phone-email-intro > .icon {
  background-size: 100%;
  background-size: 100%;
  left: unset;
  right: 0px;
  top: -80px;
  width: 150px;
  height: 150px;
}

/* TEL */
.swimlane-television {
  width: 90vw;
  background: unset;
  height: unset;
}

.swimlane-television > .television-email {
  right: 0px;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  margin-top: 100px;
  height: unset;
  background: unset;
  top: 0px;
  background-color: white;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
}

.television-email > .icon {
  left: unset;
  right: 20px;
  /* background-color: red; */
  width: 120px;
  top: -91px;
  bottom: unset;
  height: 120px;
  background-size: contain;
}
.television-answer {
  position: relative;
  bottom: unset;
  width: 100%;
  left: 0px;
  right: 0px;
}

/* END SWIMLANE TEMPLATE */

/* SUMMARY GATHERY */
.gathering-page {
  width: 90vw;
}

.gathering-icon-holder {
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  align-items: center;
  grid-column-gap: unset;
  height: 60px;
}

.gathering-icon-holder > .thumb-icon {
  margin-top: 0px;
}

/* END SUMMARY GATHERY */

/* SPECIAL MESSAGE */
.ceo-image-bg {
  width: 90vw;
}

.ceo-callout-bg {
  width: 90vw;
  left: 0px;
  right: 0px;
  margin: auto;
}

.special-letter {
  position: relative;
  width: 100%;
  padding: unset;
  top: 0px;
  margin-top: 240px;
  margin-bottom: 1000px;
  font-size: 15px;
}

.special-letter-holder {
  width: 100%;
  height: unset;
  padding: unset;
  background: unset;
  padding: 20px 20px;
  background-color: white;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
}

.special-btns {
  width: 100%;
  height: unset;
  padding: unset;
  grid-template-columns: unset;
  margin-top: 10px;
}

.special-voucher {
  width: 100%;
  padding: unset;
}

/* END SPECIAL MESSAGE */

/* SUMMARY - PAGE ONE */
.summary-holder {
  width: 100vw;
}

.sub-summary {
  grid-template-columns: 1fr;
  row-gap: 50px;
  padding: 0px 10px;
}

.top-summary {
  margin-bottom: 50px;
}
.summary-item {
  /* min-height: 200px; */
}

.form-summary-btn {
  position: relative;
}
/* END SUMMARY - PAGE ONE */

/*SUMMARY - PAGE TWO */

.summary-conclusion {
  width: 95vw;
}

.score-summary {
  /* grid-template-columns: unset; */
  width: 100%;
  background: unset;
  box-shadow: unset;
  height: unset;
}
.conclusion-text {
  padding-top: 50px;
  width: unset;
  position: relative;
  background-color: #00b4e6;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
  margin-top: -150px;
}
.conclusion-text > p {
  font-size: 20px;
}
.opt-heading,
.ex-heading {
  font-size: 25px;
}

.visit-testdrive-text {
  width: 100%;
  background: unset;
  box-shadow: unset;
  height: unset;
  padding: unset;
  display: block;
}

.test-drive-icon {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
}
.visit-testdrive-text > p {
  padding-top: 50px;
  width: unset;
  position: relative;
  display: block;
  background-color: #f26a20;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
  margin-top: -50px;
}

.conclusion-anim {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 1;
  margin: auto;
  transform-origin: top;
  transform: scale(0.6);
  top: 0px;
}

.summary-buttons {
  position: relative;
  grid-template-columns: unset;
  width: unset;
  height: unset;
}

.form-external-btn,
.copy-url-btn {
  width: 90vw;
  background-size: unset;
}

/* END SUMMARY - PAGE TWO */

/* TEMP HOVERS  DISABLE*/

/* .avatar-pic:hover {
} */

.form-btn:hover {
  background-position-x: unset;
}
/* 
.photo-grid-item:hover {
}

.play-button-image:hover {
}
.solutions-close-btn:hover {
}

.lane-btn-item:hover {
}

.answer-btn:hover,
.res-btn:hover {
}

.res-btn:hover {
}
.form-external-btn:hover,
.copy-url-btn:hover {
} */
