@font-face {
  font-family: "Quattrocento Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Quattrocento Sans"), local("QuattrocentoSans"),
    url(../../../../font/QuattrocentoSans.ttf) format("truetype");
}
@font-face {
  font-family: "Quattrocento Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Quattrocento Sans Bold"), local("QuattrocentoSans-Bold"),
    url(../../../../font/QuattrocentoSansBold.ttf) format("truetype");
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Quattrocento Sans", sans-serif, Arial;
  font-size: 100%;
  margin: 0 auto;
  min-height: 100%;
  color: #000;
  background-color: #fff76b;
}

h2 {
  font-size: 4rem;
  color: #e92d66;
  margin: 1rem 0;
}

h3 {
  font-size: 2.4rem;
  margin: 1rem 0;
}

h4 {
  font-size: 1.8rem;
  margin: 1rem 0 2rem;
}

.step {
  display: none;
  margin: 0 auto;
  padding: 3rem 1rem 1rem 1rem;
  text-align: center;
}

.step:nth-child(1) {
  display: block;
}

.step p {
  font-size: 1.8rem;
  padding: 2rem 0;
}

.step.step_check .step_head {
  text-transform: none;
}

.choose_answer {
  font-style: italic;
  font-size: 1.8rem;
  padding: 2rem 0 3rem 0;
  display: block;
}

.answer_box {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.checkbox_wrap {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
}

.option {
  width: 28%;
  position: relative;
  text-align: left;
  cursor: pointer;
  text-align: center;
  margin: 0.5rem 2%;
}

.option img {
  display: block;
  width: 100%;
  border: 3px solid #000;
  border-radius: 8px;
}

.option-title {
  font-size: 1.8rem;
  padding-top: 5px;
}

.option.checked img {
  border-color: #21b6d9;
}

.option.checked .option-title {
  color: #21b6d9;
}

.btn {
  color: #fff;
  display: block;
  margin: 2rem auto;
  padding: 13px 0;
  max-width: 220px;
  width: 100%;
  font-size: 2rem;
  font-family: Arial;
  border: none;
  text-decoration: none;
  background: #21b6d9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:hover {
  background: #0daace;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 55%;
  }

  h2 {
    font-size: 3rem;
  }

  .option-title {
    font-size: 1.4rem;
  }
}

.image {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

.next-step {
  cursor: pointer;
}

#popupText {
  font-size: 1.8rem;
}

/* =========================================================================
   Green Style
 =========================================================================== */

body.land-green {
  color: #32445c;
  background-color: #e7f0db;
}

.land-green h2 {
  color: #ea1d5d;
}

.land-green .btn {
  background: #32c26b;
  color: #fff;
}

.land-green .btn:hover {
  background: #3fdf7e;
}

.land-green .unsubscribe a {
  color: #32445c;
}

.land-green .option img {
  border-color: #000;
}

.land-green .option.checked img {
  border-color: #32c26b;
}

.land-green .option.checked .option-title {
  color: #32c26b;
}

/* =========================================================================
   Dark Style
 =========================================================================== */

body.land-dark {
  color: #fff;
  background-color: #2b2e37;
}

.land-dark h2 {
  color: #fff76b;
}

.land-dark .btn {
  background: #f5a623;
  color: #fff;
}

.land-dark .btn:hover {
  background: #ea9b23;
}

.land-dark .unsubscribe a {
  color: #bdbdbd;
}

.land-dark .option img {
  border-color: #000;
}

.land-dark .option.checked img {
  border-color: #f5a623;
}

.land-dark .option.checked .option-title {
  color: #f5a623;
}

/* =========================================================================
   Gray Style
 =========================================================================== */

body.land-gray {
  color: #32445c;
  background-color: #f5f7fb;
}

.land-gray h2 {
  color: #ea1d5d;
}

.land-gray .btn {
  background: #32c26b;
  color: #fff;
}

.land-gray .btn:hover {
  background: #3fdf7e;
}

.land-gray .unsubscribe a {
  color: #32445c;
}

.land-gray .option img {
  border-color: #000;
}

.land-gray .option.checked img {
  border-color: #32c26b;
}

.land-gray .option.checked .option-title {
  color: #32c26b;
}

/* =========================================================================
   Blue Style
 =========================================================================== */

body.land-blue {
  color: #000;
  background-color: #c9fffc;
}

.land-blue .btn {
  background: #21b6d9;
  color: #fff;
}

.land-blue .btn:hover {
  background: #0daace;
}

.land-blue .unsubscribe a {
  color: #000;
}

.land-blue .option img {
  border-color: #000;
}

.land-blue .option.checked img {
  border-color: #21b6d9;
}

.land-blue .option.checked .option-title {
  color: #21b6d9;
}

/* Age Confirm Modal Style */
.blurred-content {
  overflow: hidden;
}
.blurred-content .photo-wrapper {
  filter: blur(25px);
}
.blurred-content .step {
  display: none;
  pointer-events: none;
}
.confirm-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.has-push .confirm-modal-wrap {
  padding-bottom: 60px;
}
.confirm-modal-wrap .confirm-modal-inner {
  border: none;
  border-radius: 4px;
  padding: 10px;
  box-shadow: none;
  background: transparent;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  width: calc(100% - 20px);
  position: relative;
  z-index: 15;
}
.confirm-modal-wrap .confirm-modal-inner .confirm-icon {
  max-width: 350px;
  margin-bottom: 20px;
  position: relative;
}
.confirm-modal-wrap .confirm-modal-inner .confirm-icon img {
  max-width: 100%;
  filter: blur(25px);
}
.confirm-modal-wrap .confirm-modal-inner .confirm-text {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.confirm-modal-wrap .confirm-modal-inner .confirm-btns-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.confirm-modal-wrap .confirm-modal-inner .confirm-btns-wrap .confirm-btn {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  width: calc(50% - 10px);
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
}
.confirm-modal-wrap
  .confirm-modal-inner
  .confirm-btns-wrap
  .confirm-btn.confirm-btn-1 {
  background-color: #3cb2e2;
}
.confirm-modal-wrap
  .confirm-modal-inner
  .confirm-btns-wrap
  .confirm-btn.confirm-btn-2 {
  color: #3cb2e2;
  border-color: #3cb2e2;
}
.confirm-modal-wrap.confirm-modal-closed {
  animation-name: slideOutDown;
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
.confirm-modal-wrap.confirm-modal-closed::before {
  opacity: 0;
  transition: all 0.3s;
}

.land-black .confirm-modal-wrap .confirm-modal-inner .confirm-text {
  color: #fff;
}
.land-black
  .confirm-modal-wrap
  .confirm-modal-inner
  .confirm-btns-wrap
  .confirm-btn.confirm-btn-1 {
  background-color: #f5a623;
}
.land-black
  .confirm-modal-wrap
  .confirm-modal-inner
  .confirm-btns-wrap
  .confirm-btn.confirm-btn-2 {
  color: #f5a623;
  border-color: #f5a623;
}

@keyframes slideOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

/* Exit Modal */
.exit-page {
  overflow: hidden;
  height: 100%;
}
.exit-page .container {
  height: 100%;
  margin: 0 auto;
}
.exit-wrap {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  padding: 0 35px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.exit-wrap .exit-icon {
  max-width: 104px;
  margin-bottom: 20px;
}
.exit-wrap .exit-icon img {
  max-width: 100%;
}
.exit-wrap .exit-content {
  text-align: center;
}

.land-dark
  .confirm-modal-wrap
  .confirm-modal-inner
  .confirm-btns-wrap
  .confirm-btn.confirm-btn-1 {
  background-color: #f5a623;
}
.land-dark
  .confirm-modal-wrap
  .confirm-modal-inner
  .confirm-btns-wrap
  .confirm-btn.confirm-btn-2 {
  color: #f5a623;
  border-color: #f5a623;
}
.land-dark .confirm-modal-wrap .confirm-modal-inner .confirm-text {
  color: #fff;
}
.land-dark .exit-wrap {
  color: #fff;
}

/* =========================================================================
   Unsubscribe
 =========================================================================== */

.unsubscribe {
  font-size: 14px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 20px;
}

.unsubscribe a {
  color: #32445c;
  text-decoration: underline;
}

@media (max-height: 700px) {
  .unsubscribe {
    position: static;
    padding: 0 10px 10px;
  }
}
@media (max-width: 600px) and (orientation: portrait) {
  body.land-blue {
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.land-blue .image {
    max-width: 265px;
  }
  .image {
    max-width: 285px;
  }
  html[lang="ru"] .image {
    max-width: 240px;
  }
  html[lang="ru"] .step {
    padding-top: 2rem;
  }
  html[lang="ru"] h2 {
    font-size: 2.6rem;
  }
  html[lang="ru"] h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 479px) and (max-height: 650px) {
  body.land-blue h2 {
    font-size: 2.4rem;
  }
  body.land-blue .image {
    max-width: 245px;
  }
}
/* Large height mobile size: Iphone XS/8 Plus/7 Plus/6s Plus, Gallaxy S8/S9 */
@media (max-width: 479px) and (max-height: 620px) {
  html[lang="ru"] .has-push h2 {
    font-size: 2.2rem;
  }
  html[lang="ru"] .has-push h3 {
    font-size: 2rem;
  }
  html[lang="ru"]
    .has-push
    .confirm-modal-wrap
    .confirm-modal-inner
    .confirm-icon {
    max-width: 260px;
  }
}
/* Iphone 8/7/6S, Gallaxy S5 */
@media (max-width: 400px) and (max-height: 570px) {
  html[lang="ru"] .step:first-child h2,
  html[lang="th"] .step:first-child h2,
  html[lang="ar"] .step:first-child h2 {
    font-size: 2.2rem;
    margin-top: 0;
  }
  html[lang="ru"] .step:first-child h3,
  html[lang="th"] .step:first-child h3,
  html[lang="ar"] .step:first-child h3 {
    font-size: 2rem;
  }

  html[lang="ru"] .has-push .image,
  html[lang="th"] .has-push .image,
  html[lang="ar"] .has-push .image {
    max-width: 260px;
  }
  html[lang="ru"] .has-push .step:first-child,
  html[lang="th"] .has-push .step:first-child,
  html[lang="ar"] .has-push .step:first-child {
    padding: 2rem 1rem 0rem 1rem;
  }
  html[lang="ru"] .has-push .step:first-child h2,
  html[lang="th"] .has-push .step:first-child h2,
  html[lang="ar"] .has-push .step:first-child h2 {
    font-size: 2.5rem;
    margin-top: 0;
  }
  html[lang="ru"] .has-push .step:first-child h3,
  html[lang="th"] .has-push .step:first-child h3,
  html[lang="ar"] .has-push .step:first-child h3 {
    font-size: 2rem;
  }

  body.land-blue h3 {
    font-size: 2rem;
  }
  body.land-blue .image {
    max-width: 225px;
  }
}
/* Iphone SE/6 */
@media (max-width: 400px) and (max-height: 460px) {
  html[lang="ru"] .has-push .image,
  html[lang="th"] .has-push .image,
  html[lang="ar"] .has-push .image {
    max-width: 200px;
  }
  html[lang="ru"] .has-push .step:first-child h2,
  html[lang="th"] .has-push .step:first-child h2,
  html[lang="ar"] .has-push .step:first-child h2 {
    font-size: 2.2rem;
  }
  html[lang="ru"] .has-push .step:first-child h3,
  html[lang="th"] .has-push .step:first-child h3,
  html[lang="ar"] .has-push .step:first-child h3 {
    font-size: 1.6rem;
  }
  html[lang="ru"] .has-push .step:first-child h4,
  html[lang="ar"] .has-push .step:first-child h4 {
    font-size: 1.6rem;
  }

  body.land-blue .image {
    max-width: 160px;
  }
  body.land-blue .choose_answer {
    font-size: 1.5rem;
    padding: 0 0 1rem 0;
  }
  body.land-blue .step p {
    font-size: 1.7rem;
    padding: 1rem 0;
  }
}
