html, body {
  height: 100%;
}

body {
  margin: 0;
  background: var(--bgColor);
  font-family: 'Roboto Condensed', sans-serif;
}

body.skinsc{
  background: #4d0000;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.highlight {
  color: var(--textColor);
}

header {
  height: 6%;
}

.logo {
  max-height: 100%;
  width: 150px;
  margin-top: 5px;
}

#step-1 {
  display: block;
}

.steps-container {
  position: relative;
  height: 94%;
}

.step-container {
  height: 100%;
}

.step-container {
  position: absolute;
  width: 100%;
  left: 100%;
  opacity: 0;
}

#step-1 {
  left: 0;
  opacity: 1;
}

.step-container.show-step {
  left: 0;
  opacity: 1;
  transition: all .5s;
}

.step-container.hide-step {
  left: -100% !important;
  opacity: 0 !important;
  transition: all .5s;
}

.top-choice, .bottom-choice {
  height: 50%;
  right: -100%;
  top: 50%;
  width: 100%;
  outline: 1px solid transparent;
  position: absolute;
  overflow: hidden;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.top-choice {
  right: -100%;
  top: 0;
}

.choice-visible {
  right: 0;
}

.choice-invisible {
  right: 100%;
}

/*.opacity-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  opacity: .8;
  transition: all 1s;
  -webkit-transition: all 1s;
}*/

.overlay-img{
  display: none;
}

.opacity-overlay .overlay-img{
  display: block;
}

body.skinsc .opacity-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(77 0 0 / 61%);
    opacity: .8;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.middle {
  position: absolute;
  top: 46%;
  z-index: 2;
  width: 560px;
  left: 79px;
}

#step-1 .top-choice:before {
  /*content: "";
  transform: skewX(-10deg) translate(-50%, -50%);
  -ms-transform: skewX(-10deg) translate(-50%, -50%);
  -webkit-transform: skewX(-10deg) translate(-50%, -50%);
  position: absolute;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 120%;
  height: 100%;
  top: 50%;
  left: 50%;*/
}

/*#step-1 .top-choice-1:before {
  background-image: url(../images/0-hentai.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#step-1 .top-choice-2[data-value="hentai"]:before {
  background-image: url(../images/hentai-1-maid.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#step-1 .top-choice-3[data-value="hentai"]:before {
  background-image: url(../images/hentai-2-gangbang.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#step-1 .top-choice-4[data-value="hentai"]:before {
  background-image: url(../images/hentai-3-blowjob.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#step-1 .top-choice-2[data-value="porn"]:before {
  background-image: url(../images/porn-1-bigtits.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#step-1 .top-choice-3[data-value="porn"]:before {
  background-image: url(../images/porn-2-caughtcheating.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#step-1 .top-choice-4[data-value="porn"]:before {
  background-image: url(../images/porn-3-2girls1guy.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}*/
#step-1 .bottom-choice:before {
  /*content: "";
  transform: skewX(-10deg) translate(-50%, -50%);
  -ms-transform: skewX(-10deg) translate(-50%, -50%);
  -webkit-transform: skewX(-10deg) translate(-50%, -50%);
  position: absolute;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 120%;
  height: 100%;
  top: 50%;
  left: 50%;*/
}

/*#step-1 .bottom-choice-1:before {
  background-image: url(../images/0-porn.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#step-1 .bottom-choice-2[data-value="hentai"]:before {
  background-image: url(../images/hentai-1-schoolgirl.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#step-1 .bottom-choice-3[data-value="hentai"]:before {
  background-image: url(../images/hentai-2-solo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#step-1 .bottom-choice-4[data-value="hentai"]:before {
  background-image: url(../images/hentai-3-fuck.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#step-1 .bottom-choice-2[data-value="porn"]:before {
  background-image: url(../images/porn-1-smalltits.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#step-1 .bottom-choice-3[data-value="porn"]:before {
  background-image: url(../images/porn-2-caughtmasturbating.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#step-1 .bottom-choice-4[data-value="porn"]:before {
  background-image: url(../images/porn-3-2guys1girl.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}*/
.title-choice {
  margin: 0;
  font-style: italic;
  color: #fff;
}

@keyframes text-pop {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes text-pop {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}

#end-prelander-button {
  animation: text-pop 0.6s ease-in-out infinite alternate;
  -webkit-animation: text-pop 0.6s ease-in-out infinite alternate; /* Vendor-prefixed animation */
}
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.title-choice-container {
  background: var(--btnColor);
  padding: 10px 2px;
  position: relative;
  left: -1000px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 10px;
}

.answer-container {
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.6s, -webkit-transform .1s;
  -moz-transition: all 0.6s, transform .1s;
  -o-transition: all 0.6s, transform .1s;
  transition: all 0.6s, transform .1s;
}

.answer-container.answer-top {
  left: -100%;
  top: -60px;
}

.answer-container.answer-bottom {
  right: -100%;
  top: 50px;
}

.answer-choice {
  margin: 0;
  background: #000;
  padding: 5px 15px;
  border: 4px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: 'Signika', sans-serif;
}

.answer-top-1 .answer-choice {
  background: #fe53b4;
}

.answer-bottom-1 .answer-choice {
  background: #ffbb00;
  color: #000;
}

.answer-given-scale {
  text-align: center;
  transform: skew(-10deg) scale(1.2);
  left: 20px !important;
  z-index: 5;
}

.question-bar-fade-in {
  left: 0;
}

.answer-container.answer-top.answer-container-fade-in-from-left {
  left: 20px !important;
  top: -50px;
}

.answer-container.answer-bottom.answer-container-fade-in-from-right {
  right: 20px !important;
  left: auto !important;
}

.question-title {
  margin-top: 5em;
  margin-bottom: 3em;
  padding: 10px 5px;
  background: #ff112f;
}

.question-title-simple {
  background: none;
  color: #fff;
}

.question-title-final {
  margin-top: 2em;
}

.question-title h2 {
  margin: 0;
  font-style: italic;
}

.question-answers button {
  cursor: pointer;
  width: 95%;
  max-width: 250px;
  font-size: 1.4em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  border: none;
  color: var(--btnText);
  padding: 10px 0;
  margin-bottom: 10px;
  background: var(--btnColor);
  border-radius: 8px;
  font-style: italic;
}

.available {
  color: #c7c4c4;
  text-shadow: 0px 2px 8px #2b2b2b;
  margin-top: 10px
}

#step-4 .question-answers button {
  margin-bottom: 5px;
  font-size: 1.6em;
  max-width: 280px;
}

body.langfr #step-4 .question-answers button {
  max-width: 400px;
}

.question-summary {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.2em;
}

.question-logo {
  border: 2px solid #ff112f;
  color: #fff;
  max-width: 300px;
  margin: 2em auto;
  padding: 1px 5px;
  background: rgb(0 0 0 / 70%);
  font-family: 'Roboto Condensed', sans-serif;
}

body.hentai .value-color {
  color: #fff;
}

body.hentai .value-color-2 {
  color: #fe53b4;
}

body.hentai .value-bg {
  background: #fe53b4;
}

body.hentai .value-border {
  border: 1px solid #fe53b4;
}

body.porn .value-color {
  color: #000;
}

body.porn .value-color-2 {
  color: #ffbb00;
}

body.porn .value-bg {
  background: #ffbb00;
}

body.porn .value-border {
  border: 1px solid #ffbb00;
}

.logo-2 {
  margin-top: 2em;
}

body.hentai #step-4.apply-bg {
  background-image: url(../images/0-hentai.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-1 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-2 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-3 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-4 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-5 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/5.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-6 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/6.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-7 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/7.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-8 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/8.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-9 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/9.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-10 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/11.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-11 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/11.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-12 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/12.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-13 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/13.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-14 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/14.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-15 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/15.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-16 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/16.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-17 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/17.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-18 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/18.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-19 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/19.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-20 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/20.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-21 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/21.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-22 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/22.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-23 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/23.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-24 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/24.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-25 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/25.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-26 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/26.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-27 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/27.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-28 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/28.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-29 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/29.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-30 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/30.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-31 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/31.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-32 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/32.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-33 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/33.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-34 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/34.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-35 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/35.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-36 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/36.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-37 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/37.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-38 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/38.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-39 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/39.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-40 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/40.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-41 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/41.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-42 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/42.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-43 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/43.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-44 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/44.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-45 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/45.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.last-image-46 #step-4.apply-bg {
  z-index: 99;
  background-image: url(../images/last_step/46.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


#step-4.apply-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: -1;
}

.choice-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.choice-container img {
  border: 2px solid var(--btnColor);
  position: absolute;
  max-width: 90%;
  max-height: 70%;
  top: 50%;
  left: 50%;
  ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.choice-container canvas {
  border: 2px solid #ff112f;
  position: absolute;
  max-width: 90%;
  max-height: 70%;
  top: 50%;
  left: 50%;
  ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.arrow {
  position: relative;
  max-width: 40px;
  display: block;
}

.arrow-up {
  -webkit-animation: arrow-up 1s infinite;
  -moz-animation: arrow-up 1s infinite;
  -o-animation: arrow-up 1s infinite;
  -ms-animation: arrow-up 1s infinite;
  animation: arrow-up 1s infinite;
}

.arrow-down {
  -webkit-animation: arrow-down 1s infinite;
  -moz-animation: arrow-down 1s infinite;
  -o-animation: arrow-down 1s infinite;
  -ms-animation: arrow-down 1s infinite;
  animation: arrow-down 1s infinite;
}

.arrow.arrow-down {
  transform: rotate(180deg);
}

@keyframes arrow-down {
  0% {
    top: 0
  }

  50% {
    top: -5px
  }

  75% {
    top: 10px
  }

  100% {
    top: 0
  }
}

@-webkit-keyframes arrow-down {
  0% {
    top: 0
  }

  50% {
    top: -5px
  }

  75% {
    top: 10px
  }

  100% {
    top: 0
  }
}

@-moz-keyframes arrow-down {
  0% {
    top: 0
  }

  50% {
    top: -5px
  }

  75% {
    top: 10px
  }

  100% {
    top: 0
  }
}

@-o-keyframes arrow-down {
  0% {
    top: 0
  }

  50% {
    top: -5px
  }

  75% {
    top: 10px
  }

  100% {
    top: 0
  }
}

@-ms-keyframes arrow-down {
  0% {
    top: 0
  }

  50% {
    top: -5px
  }

  75% {
    top: 10px
  }

  100% {
    top: 0
  }
}

@keyframes arrow-up {
  0% {
    bottom: 0
  }

  50% {
    bottom: -5px
  }

  75% {
    bottom: 10px
  }

  100% {
    bottom: 0
  }
}

@-webkit-keyframes arrow-up {
  0% {
    bottom: 0
  }

  50% {
    bottom: -5px
  }

  75% {
    bottom: 10px
  }

  100% {
    bottom: 0
  }
}

@-moz-keyframes arrow-up {
  0% {
    bottom: 0
  }

  50% {
    bottom: -5px
  }

  75% {
    bottom: 10px
  }

  100% {
    bottom: 0
  }
}

@-o-keyframes arrow-up {
  0% {
    bottom: 0
  }

  50% {
    bottom: -5px
  }

  75% {
    bottom: 10px
  }

  100% {
    bottom: 0
  }
}

@-ms-keyframes arrow-up {
  0% {
    bottom: 0
  }

  50% {
    bottom: -5px
  }

  75% {
    bottom: 10px
  }

  100% {
    bottom: 0
  }
}

.header-title {
  position: absolute;
  top: 7%;
  width: 100%;
  left: 0;
  color: #fff;
  z-index: 9;
}

.header-title h2 {
  margin: 0;
  font-size: 1.2em;
}

@media only screen and (max-width: 600px) {
  .answer-container.answer-top {
    top: -50px;
  }

  .arrow {
    max-width: 40px;
  }

  .answer-container.answer-top.answer-container-fade-in-from-left {
    left: 2vw !important;
  }

  .answer-container.answer-bottom.answer-container-fade-in-from-right {
    right: 2vw !important;
  }
}

#step-4 {
  top: -8%;
  height: 116%;
}

.final-text {
  position: absolute;
  width: 100%;
  top: 50%;
  width: 100%;
  -webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);
  transform: translateY(-50%);
}

img.final-logo {
  width: 155px;
  max-width: 95%;
}

.final-text h1 {
  font-size: 2.5em;
  margin: 1em 0;
}

.zoom-effect {
  transform: scale(1.05);
}

@media only screen and (min-width: 992px) {
  .middle {
    width: 84%;
    left: 8%;
  }

  .answer-container.answer-top.answer-container-fade-in-from-left {
    left: 20px !important;
    top: -50px;
  }

  .answer-container.answer-bottom.answer-container-fade-in-from-right {
    right: 20px !important;
    left: auto !important;
  }

  .header-title h2 {
    margin: 0;
    font-size: 1.5em;
  }

  header {
    height: 7%;
  }

  .steps-container {
    height: 93%;
  }

}


@media only screen and (max-width: 720px) {

  .middle {
      width: 100%!important;
      left: 0!important;
  }

}

.roboto{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.flash-deal{
  padding: 12px 0;
  background: var(--bgColor);
  margin-bottom: 1em;
}

.flash-deal h1{
    font-size: 2em;
    margin: 0;
    font-style: italic;
    display: inline-block;
    position: relative;
}

.flash-deal h1:before {
    content: "";
    position: absolute;
    background: url(../images/thunder.png);
    width: 40px;
    height: 40px;
    right: -38px;
    top: -2px;
    background-size: cover;
}


.flash-deal h3 {
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    font-weight: 100;
}

.days-free h1{
  margin: 0;
display: inline-block;
padding: 25px;
background: #00000073;
font-style: italic;
    margin-bottom: .5em;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.flash-deal-top h2{
  font-style: italic;
  display: inline-block;
  position: relative;
}

/*.flash-deal-top h2:before {
    content: "";
    position: absolute;
    background: url(../images/thunder.png);
    width: 25px;
    height: 25px;
    right: -27px;
    top: -2px;
    background-size: cover;
}*/


.flash-deal-top h4{
  margin: 0;
  font-size: .9em;
  font-weight: 100;
  margin: 0;
  letter-spacing: 2px;
}

@media only screen and (max-width: 332px) {
  .title-choice {
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 385px) and (max-height: 620px) {
  .header-title {
    top: calc(6% - 5px);
  }
}

@media only screen and (min-width: 320px) and (max-height: 550px) {
  .header-title {
    top: calc(6% - 5px);
  }
}

@media only screen and (max-height: 530px) {
  .title-choice {
    font-size: 3vh;
  }
  .flash-deal-top h2{
     font-size: 2.7vh;
  }
  .flash-deal-top h4{
     font-size: 2vh;
  }
}

@media only screen and (max-width: 319px) and (max-height: 480px){
  .header-title {
      top: calc(6% - 5px);
  }
}

@media only screen and (min-width: 356px) and (max-width: 384px)and (min-height: 549px) and (max-height: 590px){
  .header-title {
      top: calc(6% - 5px);
  }
}

svg{
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
}

.st0{fill:rgb(255 253 253 / 0%);}

.st1 {
  fill: var(--arrowBorder);
}
.st2 {
  fill: var(--arrowColor);
}

body.test1 #step-1 {
    opacity: 0;
}

body.test1 #step-4 {
    left: 0;
    opacity: 1;
}
