/* GLOBAL STYLES */
*,
*::before,
*::after {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .privacy-policy {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
/*PREVENT STICKY BUTTONS ON TOUCH DEVICES*/
@media (pointer: coarse) {
  [data-color-link-primary]:hover,
  [data-color-link-secondary]:hover,
  [data-menu]:hover,
  [data-color-social-primary]:hover,
  [data-color-social-secondary]:hover {
      opacity: 1 !important;
  }
  [data-button]:hover:not([disabled]) {
      opacity: 1 !important;
  }
}
[data-email] {
  position: relative;
  min-height: 100vh;
  background-color: black;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}

:root {
  --black: #000;
  --white: #fff;

  --text-primary: rgba(129, 107, 98, 1);
  --text-secondary: rgba(173, 0, 81, 1);

  --logo-bg-radius: 0 0 24px 24px;
}
a,
a:hover,
#social a,
#social a:hover {
  text-decoration: none;
}
h1, h2,
h3 {
  margin-bottom: 25px;
}
#register h1 {
	margin-bottom: 0px;
}
#register .footer-container {
	display: none;
}
#register .button-container {
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.heading-style {
  margin-bottom: 60px;
  text-align: center;
}
h3 > span,
h3 > span > span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
/* ------ CTA BUTTONS ------ */
.cta-buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  width: 100%;
  justify-content: center;
  padding: 20px 0;
}
.cta {
  width: 100%;
  max-width: 312px;
  padding: 20px 25px;
  display: none;
  cursor: pointer;
}
/* ------ SOCIAL ICONS ------ */
.social-container {
  display: flex;
  justify-content: flex-start;
}
ul.social {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
ul.social li {
  margin: 8px;
  margin-bottom: 0rem;
  display: inline-block;
  border-radius: 50%;
}
ul.social li a {
  text-decoration: none;
}
ul.social li a i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 3px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
ul.social li a i:hover {
  opacity: 0.5;
}
/* =================== GENERAL LAYOOUT =================== */
.page-wrap {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-container {
  width: 100%;
  margin: 0 0 50px 0;
  display: flex;
  justify-content: center;
}
.logo-bg {
  width: 80%;
  height: auto;
  max-width: 600px;
  border-radius: var(--logo-bg-radius);
  display: flex;
  justify-content: center;
}
.logo {
  width: 150px;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  margin: 15px auto -20px;
}
.image-container {
  width: 100%;
  height: auto;
  margin-top: auto;
  position: relative;
  display: flex;
  justify-content: center;
}
.image-border {
  width: 90%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 6px solid var(--white);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.image-border>img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: inherit;
  aspect-ratio: 1 / 1;
}
.triangle {
  width: 100%;
  height: 50%;
  clip-path: polygon(45% 0, 55% 0, 100% 100%, 0% 100%);
  position: absolute;
  bottom: -0.4px;
  right: 0;
  left: 0;
}
.content {
  width: 100%;
  height: auto;
  padding: 40px 15px 0 15px;
}
.content-wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.button-container {
  width: 100%;
  height: auto;
  margin: 5px 0;
  display: flex;
  justify-content: center;
}
.button-container>button {
  width: 80%;
  max-width: 300px;
  padding: 20px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
button>span {
  line-height: 1;
  font-size: 24px;
}
.footer-container {
  width: 100%;
  height: auto;
  margin: 9px auto 0;
  text-align: center;
}
.footer {
  /*margin: 30px auto 0;*/
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1024px) {
  /*.image-border {
    max-width: 300px;
  }*/
  .game-image {
    max-width: 550px;
  }
  .content {
    padding: 30px 30px 0;
  }
  .logo-bg {
    max-width: 500px;
  }
}
/*@media screen and (min-width: 1440px) {
  .image-border {
    max-width: 350px;
  }
}*/
/* ================= REGISTER ================= */
.form-wrap{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
div[input-group]>input,
div[input-group]>select,
.span-select {
  width: 100%;
  height: 50px;
  border: 1px solid var(--black);
  border-radius: 50px;
  padding: 15px 20px;
  text-align: center;
  background-color: var(--white);
}
#register input::placeholder {
  text-align: center;
}
#div-select {
  position: relative;
}
.span-select {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  pointer-events: none;
  background-color: transparent !important;
}
.checkbox-container {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.custom-checkbox .custom-control-label::before {
  border: 1px solid var(--black);
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: transparent;
  outline: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none !important;
  transform: scale(0.6);
}
#register input:focus-visible,
#register select:focus-visible,
.custom-control-input:focus ~ .custom-control-label::before {
  outline: none !important;
  box-shadow: none !important;
}
#register .custom-checkbox .custom-control-label::before,
#register .custom-checkbox .custom-control-label::after {
  top: calc(50% - 0.62rem);
}
@media screen and (min-width: 1024px) {
  .form-wrap {
    flex-flow: row wrap;
  }
  .form-wrap>div {
    flex: 0 0 calc(50% - 8px);
    width: 367px;
  }
}

/* ========================= SURVEY ========================= */
#survey .content-wrap {
  max-width: 1500px;
}
#survey .content-wrap {
  gap: 0;
}
.survey__text-section {
  width: 100%;
  display: flex;
  justify-content: center;
}
.survey__answers-container>div {
  min-width: 250px;
}
.survey__question-text>p,
#quiz p {
  margin-bottom: 25px;
}
/* ----- kill outline on focus ------ */
textarea:focus-visible {
  outline: none;
}
.single-answer ::before,
.multiple-answer ::before{
  outline: none;
  box-shadow: none !important;
}
button:focus,
button:focus-visible {
    outline: none !important;
}

/* ---- radio buttons for single choice answers ---- */
.single-answer .custom-checkbox .custom-control-label::before,
.single-answer .custom-checkbox .custom-control-label::after {
  border-radius: 50% !important;
}
/* ---- DISABLE BOOTSTRAP GREY TEXT WHEN ANSWER IS DISABLED ---- */
.survey__text-section .custom-control-input:disabled~.custom-control-label {
    color: unset;
}
@media screen and (max-width: 1023px) {
    .scale-container>.scale>.scale__sector {
        width: 100% !important;
    }
}
/* ----- single and multiple answers ------ */
.single-answer,
.multiple-answer {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#survey .custom-checkbox .custom-control-input~.custom-control-label::before {
  background-color: transparent !important;
  border: 1px solid var(--black);
}
.multiple-answer .custom-checkbox .custom-control-input~.custom-control-label::before {
  border-radius: 0;
}
#survey .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none !important;
  transform: scale(0.6);
}
.survey__answers-container {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .single-answer,
  .multiple-answer {
    flex-flow: row nowrap;
    gap: 0;
  }
  .first>div {
    width: calc(100% - 50px);
  }
  .second>div {
    margin-left: 50px;
  }
}
.text-answer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.text-answer textarea {
  width: 100%;
  max-width: 700px;
  height: 400px;
  padding: 10px 20px;
  border: 1px solid var(--black);
  border-radius: 34px;
}
@media screen and (min-width: 1024px) {
  .text-answer textarea {
    max-width: 550px;
    height: 180px;
  }
}
/* ----- navigation ------ */
.survey__navigation {
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.survey__navigation>button {
  width: unset;
  margin: 0;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  padding: 20px 25px;
}
.survey__navigation>#previous-btn {
    order: 4;
  }
  @media screen and (min-width: 600px) {
    .survey__navigation {
      flex-direction: row;
    }
    .survey__navigation>#previous-btn {
      order: 1;
    }
    .survey__navigation>#next-btn,
    .survey__navigation>#skip-btn,
    .survey__navigation>#submit-btn {
      order: 2;
    }
  }
/* ======================== SCALE ELEMENT ======================== */
.scale-container {
  width: 100%;
}
.scale {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: fit-content;
  margin: auto;
}
.scale__line {
  height: 88%;
  margin: auto 0;
  background: var(--black);
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
}
.scale__sector {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  z-index: 1;
  margin: 10px;
}
.scale__sector__button {
  width: 25px;
  height: 25px;
  border: 2px solid var(--black);
  border-radius: 50%;
  background-color: var(--white);
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.scale__sector__text {
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
  margin-left: 10px;
  text-align: start;
}
.scale__marker:after {
  content: "";
  transition: all .1s ease-out;
  border-radius: 50%;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -2px;
  left: -2px;
  transform: scale(0.6);
}
@media screen and (max-width: 1023px) {
  .scale {
      min-height: 210px;
  }
  span[data-scale-line] {
      width: 2px !important;
  }
  .scale-container>.scale>.scale__sector {
      width: 100% !important;
  }
  .scale_last_visible {
      align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .scale-container {
      width: 100%;
      margin: 30px auto;
      min-width: 500px;
      max-width: 1000px;
  }
  .scale {
      width: 100%;
      min-height: auto;
      flex-direction: row;
      margin-top: 15px;
  }
  .scale__line {
      top: 2px;
      width: 88%;
      height: 2px;
      left: 0;
      right: 0;
      margin: 0 auto;
  }
  .scale__sector {
      height: auto;
      flex-direction: column;
      align-items: center;
      margin: 0;
  }
  .scale__sector__button {
      margin: -10px 0 0 0;
  }
  .scale__sector__text {
      width: 100%;
      text-overflow: ellipsis;
      word-wrap: break-word;
      margin: 10px 0;
      padding: 0 5px;
      text-align: center;
      line-height: 1em;
  }
}
.survey__text-section {
    width: 100% !important;
}
.survey__picture-section {
  width: 90% !important;
}
/* ============================ GUESS THE PICTURE ============================ */
.game-info {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}
.gtp-tile-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 0;
  border-radius: 50%;
}
.answers-container {
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  margin: auto;
}
.answer {
  flex: 0 0 100%;
  padding: 20px 25px;
}
@media screen and (min-width: 1024px) {
  .answers-container {
    max-width: 1000px;
  }
  .answer {
    flex: 0 0 48%;
  }
}
/* ====================== QUIZ AND PERSONALITY TEST ====================== */

.arrow-container {
  width: 100%;
  max-width: 650px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}
.arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid;
}
.arrow-bg {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: inherit;
}
.arrow-bg>svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.answers-container.swipe-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 20px auto 30px;
}
.swipe-container>a {
  flex: 0 0 48%;
  padding: 20px 15px;
}
.wrapper {
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 768px){
  .swipe-container>a {
    padding: 20px 25px;
  }
  .arrow {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1024px){
  .arrow-container {
    max-width: 750px;
  }
}
/* =============== MEMORY-GAME ===============*/
#memory-game .triangle {
  clip-path: polygon(45% 0, 55% 0, 100% 50%, 100% 100%, 0 100%, 0 50%);
  height: 30%;
}
#memory-game .content {
  padding-top: 5px;
}
#card-container {
  width: 90%;
  max-width: 280px;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  position: relative;
  z-index: 2;
}
#card-container>.game-item {
  flex: 0 0 calc(50% - 5px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.game-item>img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border: 4px solid #fff;
  object-fit: cover;
  border-radius: inherit;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
@media screen and (min-width: 768px) {
  #card-container {
    max-width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  #memory-game .triangle {
    height: 60%;
  }
  #card-container {
    max-width: 900px;
  }
  #card-container>.game-item {
    flex: 0 0 calc(25% - 8px);
  }
}
@media screen and (min-width: 1600px) {
  #card-container {
    max-width: 1100px;
  }
}
/* ============================= SPIN THE WHEEL =============================== */
.po-none {
  pointer-events: none;
}
.spin-the-wheel {
  width: 100%;
  height: auto;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-section,
.wheel-section {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
  position: relative;
  z-index: 2;
}
#spin-the-wheel .legend {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
#spin-the-wheel .legend-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
#spin-the-wheel .legend-element span {
  line-height: 1.4;
  min-height: 1rem;
  margin: auto 0 auto 20px;
}
#spin-the-wheel .sector {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-shrink: 0;
  border-radius: 50%;
  flex-shrink: 0;
}
#spin-the-wheel .sector > img {
  max-width: 100%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.spin-the-wheel .button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.spin-the-wheel button {
  padding: 20px 25px;
  max-width: 300px;
}
.ticker-layer,
.center-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}
.wheel-ticker {
  width: 44px;
  height: 44px;
  margin: auto 0 auto auto;
}
.wheel-center {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: auto;
}
#spin-the-wheel .canvas-container {
  width: 300px;
  height: 300px;
  border: 10px solid;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#spin-the-wheel canvas {
  cursor: pointer;
  width: 270px;
  height: 270px;
  transform: rotate(90deg);
  border-radius: 50%;
}
@media screen and (min-width: 410px) {
  #spin-the-wheel .canvas-container {
    width: 380px;
    height: 380px;
  }
  #spin-the-wheel canvas {
    width: 350px;
    height: 350px;
  }
  .wheel-ticker {
    width: 59px;
    height: 59px;
  }
  .wheel-center {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  #spin-the-wheel .canvas-container {
    width: 480px;
    height: 480px;
  }
  #spin-the-wheel canvas {
    width: 450px;
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  #spin-the-wheel .legend {
    max-width: 700px;
    flex-flow: row wrap;
    justify-content: center;
    gap: 40px;
  }
  #spin-the-wheel .legend-element {
    width: 45%;
  }
}
/* ============================ SCRATCH CARD ============================ */
#scratch-card .triangle {
  height: 20%;
}
/* -------------- CARD CONTAINER -------------- */
.po-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
.scratch-card__container {
  width: 90%;
  max-width: 450px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.scratch-card__container>.card {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  -o-user-select: none;
  user-select: none;
  aspect-ratio: 1 / 1;
  background: transparent;
  box-shadow: 0 0 8px rgb(0, 0, 0, 0.5);
  border: 4px solid var(--text-secondary);
  border-radius: 50%;
}
.card-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  aspect-ratio: 1 / 1;
  z-index: 10;
  border-radius: inherit;
}
.prize-cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  border-radius: inherit;
}
#scratch-card .prize {
  position: relative;
  z-index: 8;
}
.scratch-card__container img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: inherit;
  aspect-ratio: 1 / 1;
}
/* -------------- ANIMATIONS -------------- */
.card-outline {
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 1);
}
.card-match {
  box-shadow: 0 0 10px 12px rgba(255, 255, 255, 0.8);
  -webkit-animation: blink 0.5s infinite;
  -moz-animation: blink 0.5s infinite; 
  -o-animation: blink 0.5s infinite;
  animation: blink 0.5s infinite;
}
@keyframes blink {
  0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8); }
  100% { box-shadow: 0 0 10px 12px rgba(255, 255, 255, 0.8); }
}
@-webkit-keyframes blink {
  0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8); }
  100% { box-shadow: 0 0 10px 12px rgba(255, 255, 255, 0.8); }
}
@-moz-keyframes blink {
  0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8); }
  100% { box-shadow: 0 0 10px 12px rgba(255, 255, 255, 0.8); }
}
@-o-keyframes blink {
  0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8); }
  100% { box-shadow: 0 0 10px 12px rgba(255, 255, 255, 0.8); }
}
/* -------------- LEGEND -------------- */
#scratch-card .legend {
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 30px;
  justify-items: start;
  position: relative;
}
#scratch-card .legend-element {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#scratch-card .legend-element>span {
  display: flex;
  align-items: center;
  text-align: start;
}
#scratch-card .sector {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
}
#scratch-card .sector>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  #scratch-card .legend {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
  }
}
/* --------------- RETRY MODAL --------------- */
.retry-modal {
  width: 90%;
  max-width: 400px;
  height: fit-content;
  min-height: 300px;
  position: absolute;
  top: 200px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  border: 6px solid;
  border-radius: 24px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .30);
}
.retry-modal__body {
  width: 100%;
  min-height: 300px;
  padding: 70px 10px 40px;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.retry-modal__body>h1 {
  margin-bottom: 5px;
}
.retry-modal__body>button {
  min-width: 250px;
  padding: 20px 25px;
  margin: 0;
}