* {
  box-sizing: border-box;
}
html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  font-family: "Roboto", Arial;
  font-size: 15px;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #FFF;
  background-color: #bb19c4;
  background: linear-gradient(45deg, #ff004e, #200c63, #ff9072);
  display: flex;
  flex-direction: column;
  text-align: center;
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 200%;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
p {
  margin: 0;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.wrapper {
  flex: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
/* BUTTON */
button {
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .main .sublines {
    font-size: 1em!important;
  }
  a{
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 1.8vw;
  }
}
@media (min-width: 1200px) {
  html {
    display: flex;
    flex-direction: column;
    font-size: 1.4vw;
  }
  body {
    flex: 1;
  }
}
@media only screen and (min-width: 568px) and (max-height: 600px) {
  html {
    font-size: 1.9vw;
  }
  body {
    background-size: 100% 300%;
  }
  .wrapper {
    min-height: 500px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wrapper {
    height: 100%;
  }
}
.btn {
  font-size: 1rem;
  border-radius: 2rem;
  margin: 0.5em;
  padding: 0.5em;
  min-width: 9em;
  font-weight: 700;
  color: #fff;
  font-family: Arial;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #962aff, #fd7a54);
  cursor: pointer;
}
.btn-next {
  width: 12em;
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
.main {
  flex: 1;
}
.main .main-inner {
  border-radius: 0.3em;
  width: 90vw;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
}
.main h1 {
  font-size: 2em;
  font-family: "Corben", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  max-width: 13em;
  margin: 0 auto;
  color: #9b7ac2;
}
.main h2 {
  font-size: 2.2em;
  margin: 0.5em 0;
  background: -webkit-linear-gradient(#d354fd, #bd5b7c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #9b7ac2;
  font-family: arial;
}
.main h3 {
  font-size: 1.7em;
  margin: 1em 0.2em 0.5em;
  background: -webkit-linear-gradient(#d354fd, #bd5b7c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #9b7ac2;
  font-family: arial;
}
.main i {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  margin-right: 0.5em;
}
.main i.icon-x {
  background-image: url(../images/icon-close-pink.png);
}
.main i.icon-tick {
  background-image: url(../images/icon-tick-white.png);
}
.main .main-left {
  font-size: 0;
  padding: 1rem 0;
}
.main .main-right {
  padding-bottom: 1em;
}
.main .descriptions .des1 {
  font-size: 0.8em;
  margin: 1em;
  text-transform: uppercase;
}
.main .descriptions .des2 {
  font-size: 0.8em;
  margin: 0 0.4em;
}
.main .descriptions .des2 span {
  font-weight: 700;
}
.main .buttons {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 22em;
  margin: 1em auto 0;
}
.main .buttons p {
  display: flex;
  justify-content: center;
}
.main .buttons p.btn-no {
  border: 0.1em solid #fc53dc;
  color: #ff2ab7;
  background-color: #fff;
  background-image: none;
}
.main .buttons p.btn-yes {
  padding: 0.6em 0.5em;
}
.main .checkbox {
  display: flex;
  flex-wrap: wrap;
}
.main .checkbox li {
  width: 50%;
}
.main .checkbox li input {
  display: none;
}
.main .checkbox li label {
  background-color: #ffc4c4;
  color: #fff;
  min-width: 90%;
  display: inline-block;
  margin: 0.3em 0;
  border-radius: 0.15em;
}
.main .checkbox li label:hover {
  background-color: #ff96bf;
}
.main .checkbox li input:checked + label {
  background-color: #ff9696;
}
.main .sublines {
  font-size: 0.8em;
}
.main .step-check .sublines li {
  margin: 0.6em 0;
}
.main .step-submit .sublines .sub1 {
  font-size: 1.2em;
  margin: 0.5em 0.2em 0.5em;
}
.main .step-submit .sublines .sub2 {
  margin: 0.2em;
}
.main .step-submit .sublines .sub-color1 {
  color: #008000;
}
.main .step-submit .sublines .sub-color2 {
  color: #e634cb;
  font-size: 1.3em;
  margin: 0.5em 0.2em;
}
.main .step-submit .sublines .sub-num {
  margin: 0.5em 0.2em;
}
.main .step-submit .sublines .sub-num span {
  display: inline-block;
  border-radius: 50%;
  font-size: 1.5em;
  line-height: 1.3em;
  width: 1.2em;
  height: 1.2em;
  color: #fff;
  background-color: #EF0601;
}
@media (min-width: 768px) {
  .main {
    display: flex;
    flex-direction: column;
  }
  .main .main-inner {
    flex: 1;
  }
  .main .main-inner .main-left .rorate-images-wrapper img {
    width: 35%;
  }
  .main h1 {
    max-width: 16em;
  }
  .main h3 {
    margin: 0.5em 0.2em 0.5em;
  }
  .main .step-submit .sublines {
    max-width: 80%;
    margin: 0 auto;
    font-size: 0.6em;
  }
  .main .step-submit .sublines .sub-color2 {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .main {
    display: block;
  }
  .main h1 {
    max-width: 13em;
  }
  .main .main-inner {
    display: flex;
    padding: 0.5em;
    width: 87vw;
  }
  .main .main-inner .main-left {
    padding: 0;
    width: 35%;
  }
  .main .main-inner .main-left .rorate-images-wrapper img {
    width: 100%;
    max-width: none;
  }
  .main .main-inner .main-right {
    width: 65%;
    padding: 0 2em;
  }
}
@media (min-width: 1200px) {
  .btn-next:hover {
    color: #000;
  }
  .btn-next:hover i.icon-tick {
    background-image: url(../images/icon-tick-black.png);
  }
  .main .main-inner {
    width: 70vw;
  }
  .main .checkbox li label {
    cursor: pointer;
  }
  .main .checkbox li label:hover {
    background-color: #ff96bf;
  }
  .main .buttons p.btn-yes:hover {
    color: #000;
  }
  .main .buttons p.btn-yes:hover i.icon-tick {
    background-image: url(../images/icon-tick-black.png);
  }
}
.footer {
  text-align: center;
  font-size: 0.8em;
}
.footer .footer-link {
  padding: 0.5em;
  text-align: center;
  position: relative;
  font-size: 0.8em;
  padding: 2em;
  color: #000;
}
.footer .footer-link .legal__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 41em;
}
.footer .footer-link .legal__container .popwin {
  padding: 0 1.5rem;
  font-weight: 600;
}
.footer .footer-link .legal__container .legal__disclaimer {
  text-align: justify;
  margin-top: 0.5rem;
}
.footer .footer-link .copyright {
  padding-top: 0.3em;
}
.footer .footer-bottom {
  background-color: rgba(0, 0, 0, 0.75);
}
.footer .footer-bottom a {
  display: inline-block;
  border-radius: 0.6em;
  background-image: none;
  padding: 0.5em;
  margin: 0.5em 1em;
  background-color: #E63447;
}
.footer .footer-bottom div {
  padding-bottom: 1em;
  font-size: 1.1em;
}
.footer .footer-bottom div .count-down {
  color: #ffba00;
}
@media (min-width: 992px) {
  .footer .footer-link {
    color: #fff;
    padding: 1em;
  }
  .footer .footer-bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  .footer .footer-bottom div {
    padding: 0;
    margin-right: 2em;
  }
}
.rorate-images-wrapper img {
  width: 60%;
}