@font-face {
  font-family: NunitoSans-Regular;
  src: url("../assets/fonts/NunitoSans-Regular.ttf");
}

@font-face {
  font-family: NunitoSans-Bold;
  src: url("../assets/fonts/NunitoSans-Bold.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .privacy-policy {
    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;
  }
}

div[data-background] {
  z-index: 0;
}

[data-email] {
  position: relative;
  min-height: 100vh;
  background-color: black;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}

a {
  font-weight: bold;
  text-decoration: none !important;
  color: #000;
  display: inline;
}

button,
p[data-text]>a {
  font-size: inherit;
  font-family: inherit;
}

button>i {
  font-size: inherit;
}

.custom-btn {
  padding: 0.6rem 2.5rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  margin-top: 1.5rem;
  word-break: break-word;
  white-space: normal;
  cursor: pointer;
}

.custom-btn:focus {
  outline: none;
  box-shadow: none;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.page-content {
  max-width: 1300px;
  margin: 0 auto;
}

.privacy-policy {
  margin: 2rem 0;
  display: none;
}

.privacy-policy h4 {
  font-weight: 600;
}

.external .main-content {
  background-color: rgb(255 255 255 / 80%);
  color: #000;
}

.external .main-content h2.heading-style {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.external .main-content p.copyright {
  margin-bottom: 1rem;
}

.privacy-policy .box-bg {
  margin: 0 4rem;
}

.outside-box {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

body .main-content .game__block .outside-box {
  margin-bottom: 4rem;
}

.heading-style {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1;
  margin: 1.5rem 0;
}

p.text-black {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.3;
  padding: 0 2rem;
}

.time,
[data-quiz="question-text"],
.text-outlined {
  text-shadow: -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000,
    1px 1px 0 #000;
}

.copyright {
  display: block;
  text-align: center;
  margin: 1rem;
  z-index: 1;
}

.copyright > *,
.copyright a > * {
  margin: 0;
  display: inline;
}

/* social icons */

.social__wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

[data-social] {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px 5px 0;
  transition: transform .3s ease-out, opacity .5s ease-in;
}

[data-social]:hover {
  transform: translateY(-10px);
  opacity: .6;
}

[data-social]>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-decoration: none;
}

a>svg {
    max-width: 50%;
    max-height: 50%;
    width: 50%;
    height: auto;
    object-fit: contain;
    margin: auto;
}




img.logo {
  margin: 1rem auto;
  max-width: 200px;
  max-height: 120px;
  object-fit: contain;
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 100%));
}

form {
  margin-right: 7rem;
  justify-content: center;
}

.form-input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0.5rem;
  border-radius: 0;
  margin: 0.25rem 0.5rem;
  text-align: center;
  width: calc(100% - 1.8rem);
}

.form-input:focus {
  box-shadow: none;
  outline: none;
}

.form-input::placeholder {
  text-align: center;
  color: #000;
}

.form-container {
  margin: 0 -0.5rem;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  top: calc(50% - 0.5rem);
}

.custom-checkbox .custom-control-label * {
  vertical-align: middle;
}

#register .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  position: absolute;
  content: "";
  display: block;
  left: -19px;
  width: 6px;
  height: 12px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: none !important;
}

.custom-checkbox .custom-control-label {
  color: #000;
}

.custom-checkbox .custom-control-label::before {
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid #000;
}

button img {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
}

.quiz-heading {
  display: flex;
  justify-content: center;
}

.description {
  padding: 2rem 0;
  margin: 1.5rem 1rem 0;
}

.images {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  max-width: 500px;
}

.images img.action {
  width: 100px;
  height: 100px;
}

.images .image-double {
  position: absolute;
  height: 360px;
  top: -180px;
  width: 100%;
  z-index: 3;
}

.images .image-double img.image-2 {
  transform: rotate(-8deg);
}

.images .image-double img.game {
  height: 360px;
  width: 100%;
  border: 8px solid #fff;
  box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
  object-fit: cover;
}

html,
body {
  width: 100%;
  min-height: 100vh;
}

html {
  display: table;
}

.container {
  max-width: 1350px;
}

body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow-x: hidden;
}

body .main-content {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

body .main-content > div {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-between;
}

body .main-content .container {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 3rem 0;
  max-width: inherit;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3rem;
}

.stripe-after {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 100%);
  transform: rotateX(180deg);
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 25px;
}

.stripe-before {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 10%);
  background-color: #000;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 25px;
}

body .main-content .game__block {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .main-content .great-job {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .main-content .great-job .image {
  margin: 0 auto;
  display: block;
  text-align: center;
}

body .main-content .great-job .image img {
  width: 75%;
  border: 8px solid #fff;
  box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
}

body .main-content .thank-you {
  display: none;
  padding: 0;
  overflow: inherit;
}

body .main-content .thank-you .image {
  margin: 0 auto;
  display: block;
  text-align: center;
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: -10rem;
}

body .main-content .thank-you .image img {
  height: 20rem;
  min-width: 28rem;
  border: 8px solid #fff;
  box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
  object-fit: cover;
}

body .main-content .thank-you .thank-you-desc {
  text-align: center;
  margin-right: 4rem;
}

body .main-content .thank-you .thank-you-desc h3 {
  font-weight: bold;
  margin-top: 1.5rem;
}

body .main-content .thank-you .thank-you-desc p {
  margin-top: 1.5rem;
}

.privacy-policy .heading-style {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.privacy-policy p.copyright {
  margin-bottom: 1rem;
}

.privacy-policy .container {
  margin: 0 !important;
  padding: 0 2rem !important;
}

.privacy-policy .container .row {
  padding: 2rem 0 !important;
}

/*
*   Responsive
*/

@media only screen and (min-width: 1025px) and (max-width: 1650px) {
  .container {
    max-width: 1280px;
  }

  .outside-box .outside-info {
    margin-top: -10rem !important;
  }

  .heading-style {
    font-size: 2.5rem;
    margin: 1rem 0;
  }

  .description {
    padding: 2rem 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .col-md-4,
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .external .main-content {
    width: 100%;
  }

  .external .main-content .heading-style {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .heading-style {
    font-size: 2rem;
    margin: 0.75rem 0;
    margin-top: 0;
  }

  .custom-checkbox {
    margin: 0.5rem 0;
  }

  .description {
    padding: 1rem 0;
  }

  .images {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    max-width: 400px;
    height: 3rem;
  }

  .images img.action {
    width: 70px;
    height: 70px;
    margin-top: -50%;
  }

  .images .image-double {
    position: absolute;
    top: -200px;
    width: 100%;
    height: 244px;
    z-index: 3;
  }

  .images .image-double img.image-2 {
    transform: rotate(-8deg);
  }

  .images .image-double img.game {
    width: 100%;
    height: 244px;
    border: 8px solid #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
    object-fit: cover;
  }

  form {
    width: 50%;
    margin: 0 auto;
    margin-top: 1rem;
  }

  form button {
    margin-top: 0.5rem;
  }

  body {
    height: auto;
    min-height: 100vh;
  }

  body .main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  body .main-content .container {
    margin-top: 10rem;
  }

  body .main-content .game__block .container {
    margin-top: 0;
    margin-bottom: 0;
  }

  body .main-content .first-screen .images .image-double {
    margin-bottom: 5rem;
  }

  body .main-content .game__block .images {
    margin-top: 3rem;
    height: auto;
    max-width: 360px;
  }

  body .main-content .great-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
  }

  body .main-content .great-job .image {
    margin-top: -7rem;
  }

  body .main-content .great-job .container {
    margin-top: 4rem;
  }

  body .main-content .great-job .image img {
    border: 8px solid #fff;
    width: 50%;
  }

  body .main-content .thank-you {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  body .main-content .thank-you .outside-box {
    margin-top: 1rem;
    margin-bottom: 11rem;
  }

  body .main-content .thank-you .image {
    margin: 0 auto;
    display: block;
    text-align: center;
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  body .main-content .thank-you .image img {
    max-height: 22rem;
    border: 8px solid #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
  }

  body .main-content .thank-you .thank-you-desc {
    margin: 0 4rem;
  }

  .register-text {
    margin-top: 2rem;
    text-align: center;
  }

  .game-item {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
  }

  .memory-card {
    width: 10rem;
    height: 10rem;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.75rem 2rem;
  }

  body .main-content .game__block .outside-box {
    margin-bottom: 7rem;
  }
}

@media only screen and (min-width: 521px) and (max-width: 767px) {
  .external .main-content {
    width: 100%;
  }

  .external .main-content .heading-style {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .heading-style {
    font-size: 2rem;
    margin: 0.75rem 0;
    margin-top: 0;
  }

  .custom-checkbox {
    margin: 0.5rem 0;
  }

  .description {
    padding: 1rem 0;
  }

  .images {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    max-width: 400px;
    height: 3rem;
  }

  .images img.action {
    width: 70px;
    height: 70px;
    margin-top: -50%;
  }

  .images .image-double {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
  }

  .images .image-double img.image-2 {
    transform: rotate(-8deg);
  }

  .images .image-double img.game {
    /* position: absolute;
    bottom: 180px; */
    width: 100%;
    height: 244px;
    border: 8px solid #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
    object-fit: cover;
  }

  form {
    width: 70%;
    margin: 0 auto;
    margin-top: 1rem;
  }

  form button {
    margin-top: 0.5rem;
  }

  body {
    height: auto;
    min-height: 100vh;
  }

  body .main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  body .main-content .container {
    margin-top: 12rem;
    margin-bottom: 0;
  }

  body .main-content .game__block .container {
    margin-top: 0;
    margin-bottom: 0;
  }

  body .main-content > div {
    width: 100%;
  }

  body .main-content .first-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  body .main-content .first-screen .images .image-double {
    margin-bottom: 5rem;
  }

  body .main-content .game__block .images {
    margin-top: 3rem;

    /* height: auto; */
    max-width: 360px;
  }

  body .main-content .great-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
  }

  body .main-content .great-job .container {
    margin-top: 4rem;
  }

  body .main-content .great-job .image {
    margin-top: -7rem;
  }

  body .main-content .great-job .image img {
    border: 8px solid #fff;
  }

  body .main-content .thank-you {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  body .main-content .thank-you .outside-box {
    margin-top: 1rem;
    margin-bottom: 7rem;
  }

  body .main-content .thank-you .image {
    margin: 0 auto;
    display: block;
    text-align: center;
    z-index: 2;
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 10%;
  }

  body .main-content .thank-you .image img {
    max-height: 22rem;
    min-width: 80%;
    border: 8px solid #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
  }

  body .main-content .thank-you .thank-you-desc {
    margin: 0 4rem;
  }

  .register-text {
    margin-top: 2rem;
    text-align: center;
  }

  body .main-content .game__block .outside-box {
    margin-bottom: 7rem;
  }
}

@media only screen and (max-width: 520px) {
  .external .main-content {
    width: 100%;
  }

  .external .main-content .heading-style {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block;
  }

  .heading-style {
    font-size: 2rem;
    margin: 0.75rem 0;
    margin-top: 0;
  }

  .custom-checkbox {
    margin: 0.5rem 0;
  }

  .description {
    padding: 1rem 0;
  }

  .images {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    max-width: 400px;
    height: 2rem;
  }

  .images img.action {
    width: 70px;
    height: 70px;
    margin-top: -14rem;
  }

  .images .image-double {
    position: relative;
    width: 100%;
    height: 244px;
    z-index: 3;
    top: -60px;
  }

  .images .image-double img.image-2 {
    transform: rotate(-8deg);
  }

  .images .image-double img.game {
    width: 100%;
    height: 244px;
    border: 8px solid #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
    object-fit: cover;
  }

  form {
    width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
  }

  form button {
    margin-top: 0.5rem;
  }

  .outside-box .outside-info {
    margin-top: -16rem !important;
  }

  body {
    height: auto;
    min-height: 100vh;
  }

  body .main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  body .main-content > div {
    width: 100%;
  }

  body .main-content .container {
    margin-top: 12rem;
    margin-bottom: 0;
  }

  body .main-content .game__block .container {
    margin-top: 0;
    margin-bottom: 0;
  }

  body .main-content .first-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  body .main-content .first-screen .images .image-double {
    margin-bottom: 5rem;
  }

  body .main-content .game__block .images {
    margin-top: 1rem;
    max-width: 320px;
  }

  body .main-content .great-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
  }

  body .main-content .great-job .container {
    margin-top: 4rem;
  }

  body .main-content .great-job .image {
    margin-top: -7rem;
  }

  body .main-content .great-job .image img {
    border: 8px solid #fff;
  }

  body .main-content .thank-you {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  body .main-content .thank-you .outside-box {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  body .main-content .thank-you .image {
    margin: 0 auto;
    display: block;
    text-align: center;
    z-index: 2;
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 10%;
  }

  body .main-content .thank-you .image img {
    max-height: 14rem;
    min-width: 80%;
    border: 8px solid #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
  }

  body .main-content .thank-you .thank-you-desc {
    margin: 0 1rem;
  }

  .privacy-policy .box-bg {
    margin: 0 1rem;
  }

  .privacy-policy {
    width: 90%;
  }

  .privacy-policy .container {
    padding: 0 1rem !important;
  }

  .privacy-policy .heading-style {
    font-size: 5vw;
    margin-top: 1.5rem;
  }

  .register-text {
    margin-top: 2rem;
    text-align: center;
  }

  body .main-content .game__block .outside-box {
    margin-bottom: 7rem;
  }
}

@media only screen and (max-width: 321px) {
  body .main-content .game__block .images {
    max-width: 270px !important;
  }
}

/* MEMORY GAME */

#memory-container {
  width: 100vw;
  text-align: center;
}

#card-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.game-item {
  display: flex;
  justify-content: center;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  margin: 8px;
}

.game-item img {
  -webkit-user-drag: none;
}

.memory-card {
  font-size: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  width: 14rem;
  height: 14rem;
  box-shadow: 0 8px 5px rgb(0 0 0 / 26%);
}

.header-game {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 1.5rem;
}

#game-time,
[data-quiz="question"] {
  text-transform: capitalize;
}

.header-game .time {
  opacity: 0.9;
  border-radius: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2rem;
}

.header-game .game-icon {
  height: 24px;
  width: 24px;
  object-fit: contain;
  margin: 0 10px;
}

.header-game .time-element {
  display: block;
  margin: 0;
  margin-left: 0.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .game-item {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
  }

  .memory-card {
    width: 11rem;
    height: 11rem;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.75rem 2rem;
  }
}

@media only screen and (min-width: 361px) and (max-width: 767px) {
  .header-game {
    margin-top: 1rem;
  }

  .header-game .time {
    padding: 0.5rem 1.5rem;
    font-size: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 14px;
  }

  .game-item {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
  }

  .memory-card {
    width: 32vw;
    height: 32vw;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.75rem 2rem;
  }
}

@media only screen and (max-width: 360px) {
  .header-game {
    margin-top: 1rem;
  }

  .header-game .time {
    padding: 0.5rem 1.5rem;
    font-size: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 14px;
  }

  .game-item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .memory-card {
    width: 32vw;
    height: 32vw;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.75rem 2rem;
  }
}

/* QUIZ */

.arrow {
  padding: 4rem 0;
  font-size: 42px;
  margin: 0 4px;
}

.game-controls {
  display: flex;
  align-items: center;
}

.mirror {
  transform: scaleX(-1);
}

[data-quiz="answers-container"],
[data-personality-test="answers-container"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
}

body .main-content .game__block .answer {
  padding: 0.8rem 2.5rem !important;
  color: white;
  margin: 4px;
  text-align: center;
  width: 90%;
  max-width: 32rem;
  word-break: break-word;
  white-space: normal;
  text-transform: none;
}

.answerSwipe {
  display: flex !important;
  flex: 1;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 520px) {
  body .main-content .game__block .answer {
    padding: 1rem !important;
  }
}

@media only screen and (max-width: 1023px) {
  .arrow {
    padding: 0;
    padding-top: 6rem;
  }

  [data-quiz="answers-container"],
  [data-personality-test="answers-container"] {
    padding: 0 1rem;
    padding-top: 5rem;
  }
}

#privacy_checbox_1 {
  text-align: left !important;
  display: inline-block;
}

#privacy_checbox_2 {
  text-align: left !important;
  display: inline-block;
}

#privacy_checbox_3 {
  text-align: left !important;
  display: inline-block;
}

/* new fields additional css */

select {
  opacity: 0;
  appearance: none;
  cursor: pointer;
}

input,
select {
  box-sizing: content-box;
}

input[type="date"] {
  padding: 0.5rem;
  cursor: pointer;
  width: calc(100% - 1.8rem);
  height: 27px;
}

/* additional css to manage centering selectpicker in safari */

#div-select {
  position: relative;
}

.span-select {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: calc(100% - 0.8rem);
}

/* cta buttons */

.cta-buttons {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 10px auto;
}

.cta {
  display: none;
  min-width: 150px;
  min-height: 45px;
  padding: 5px 10px;
  margin: 10px;
}

/* ---------------------------------------------------------------------------- */

/* ============================= SPIN THE WHEEL =============================== */

/* ---------------------------------------------------------------------------- */

.po-none {
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

#game-view .stw-wrap {
  margin-top: 140px;
}

#game-view .spin-the-wheel {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: auto;
  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;
}

.wheel-section {
  margin-top: -178px;
}

.text-section {
  width: 90%;
  margin: auto;
}

.legend {
  width: fit-content;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.legend-element {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 20px;
}

.legend-element span {
  line-height: 1.4;
  min-height: 1rem;
  margin: auto 20px auto 0;
}

.sector {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-shrink: 0;
}

.sector > img {
  max-width: 100%;
  width: 50px;
  height: 50px;
}

.spin-the-wheel .button-container {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  margin: 20px auto;
}

.spin-the-wheel button {
  padding: 10px 20px;
  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: -5px auto auto;
}

.wheel-center {
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
}

.canvas-container {
  width: 260px;
  height: 260px;
  border: 10px solid #fffffff2;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

canvas {
  cursor: pointer;
  width: 230px;
  height: 230px;
  border-radius: 50%;
}

@media screen and (min-width: 360px) {
  .canvas-container {
    width: 330px;
    height: 330px;
  }

  canvas {
    width: 300px;
    height: 300px;
  }

  .wheel-section {
    margin-top: -213px;
  }

  #game-view .stw-wrap {
    margin-top: 175px;
  }
}

@media screen and (min-width: 410px) {
  .canvas-container {
    width: 380px;
    height: 380px;
  }

  canvas {
    width: 350px;
    height: 350px;
  }

  .wheel-ticker {
    width: 59px;
    height: 59px;
  }

  .wheel-section {
    margin-top: -238px;
  }

  #game-view .stw-wrap {
    margin-top: 200px;
  }
}

@media screen and (min-width: 1024px) {
  #game-view .stw-wrap {
    margin: auto;
  }

  #game-view .spin-the-wheel {
    flex-flow: row wrap;
    max-width: 1400px;
    margin: auto;
  }

  .wheel-section {
    margin: 0;
    order: 2;
    flex: 0 0 50%;
  }

  .text-section {
    order: 3;
    width: unset;
    flex: 0 0 25%;
  }

  .spin-the-wheel .button-container {
    order: 1;
    width: unset;
    flex: 0 0 25%;
    justify-content: center;
  }

  .legend {
    margin-right: 20px;
  }

  .canvas-container {
    width: 450px;
    height: 450px;
  }

  canvas {
    width: 420px;
    height: 420px;
  }
}

/* ================================ SURVEY  ================================ */

/* ----- 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;
}

/* ----- Question counter ------ */

h3 > span,
h3 > span > span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
}

/* ---- DISABLE BOOTSTRAP GREY TEXT WHEN ANSWER IS DISABLED ---- */

.survey__text-section .custom-control-input:disabled ~ .custom-control-label {
  color: unset;
}

#survey {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.wrapper {
  position: relative;
}

#survey .outside-box {
  margin: auto auto 150px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.survey__question-counter {
  margin-bottom: 20px;
}

.survey__picture-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.survey__image {
  width: 300px;
  height: auto;
  max-width: 100%;
  border: 8px solid;
  box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
  object-fit: contain;
  position: absolute;
  top: -180px;
  z-index: 3;
}

.survey__text-section {
  padding: 0 15px;
  width: fit-content !important;
  margin: auto;
}

#survey .custom-checkbox {
  margin: 0;
}

.text-answer {
  width: 100%;
}

.text-answer textarea {
  min-width: 290px;
  max-width: 500px;
  min-height: 200px;
  margin: auto;
  padding: 10px 20px;
}

/* ----- single and multiple answers ------ */

.single-answer,
.multiple-answer {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.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: 50px;
  }
}

/* styling radio and checkboxes */

#survey .custom-control-input:checked ~ .custom-control-label::after {
  width: 1rem;
  height: 1rem;
  transform: scale(0.5);
  border: unset;
}

.single-answer .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
}

.multiple-answer .custom-control-input:checked ~ .custom-control-label::after {
  transform: scale(1) !important;
}

#survey .custom-checkbox .custom-control-label::before {
  border: 2px solid;
}

/* ----- navigation ------ */

.survey__navigation {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.survey__navigation > button {
  width: unset;
  margin: 0;
  min-width: 200px;
  padding: 10px 20px;
}

.survey__navigation #previous-btn {
  order: 5;
}

@media screen and (min-width: 600px) {
  .survey__navigation {
    flex-direction: row;
  }

  .survey__navigation #previous-btn {
    order: -1;
  }
}

/* ======================== 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: #000;
  position: absolute;
  left: 17px;
  top: 0;
  bottom: 0;
}

.scale__sector {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  z-index: 1;
  margin: 10px;
  border: none;
}

.scale__sector__button {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #000;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  border: 0;
  border-color: inherit !important;
}

.scale__sector__text {
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
  margin-left: 10px;
  text-align: start;
}

.scale__marker::after {
  content: "";
  border: solid 6px;
  border-color: inherit !important;
  background-color: transparent;
  transition: all 0.1s ease-out;
  border-radius: 50%;
  position: absolute;
  width: 31px;
  height: 31px;
  top: -6px;
  left: -6px;
}

@media screen and (max-width: 1023px) {
  span[data-scale-line] {
    width: 5px !important;
  }

  .scale-container > .scale > .scale__sector {
    width: 100% !important;
  }

  .scale_last_visible {
    align-items: flex-end;
  }

  .survey__picture-section {
    width: 100% !important;
  }

  .scale {
    min-height: 170px;
  }
}

@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: 0;
    width: 88%;
    height: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .scale__sector {
    height: auto;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .scale__sector__button {
    margin: -8px 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;
  }
}

@media screen and (min-width: 410px) {
  .survey__picture-section {
    margin-bottom: 100px;
  }

  .survey__image {
    width: 380px;
  }

  .text-answer textarea {
    width: 340px;
  }
}

@media screen and (min-width: 600px) {
  .survey__picture-section {
    margin-bottom: 180px;
  }

  .survey__image {
    width: 500px;
  }

  .text-answer textarea {
    width: 460px;
  }
}

@media screen and (min-width: 1025px) {
  .survey__picture-section {
    margin: 0;
    max-width: 40%;
    flex: 0 0 40%;
    padding: 0;
  }

  .survey__text-section {
    margin-bottom: 100px;
  }

  .wrapper {
    padding: 0 20px;
  }

  .survey__image {
    width: fit-content;
    height: 360px;
    position: static;
    object-fit: cover;
    margin: auto;
  }

  #survey .outside-box {
    margin: auto auto 50px;
  }

  .survey__navigation {
    width: 60%;
    margin: 50px 0 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/* ================================== SCRATCH CARD ============================= */

.quiz_container.scratch {
  margin-bottom: 3%;
}

.scratch_card_title {
  position: relative;
  text-align: center;
  margin: 20px;
  font-family: Montserrat, sans-serif !important;
}

.scratch__card__content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.scratch__card__content .text__wrap {
  flex: 0 0 50%;
}

.text-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

/* -------------- LEGEND -------------- */
#scratch-card .legend {
  width: fit-content;
  max-width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
  justify-items: start;
  position: relative;
  margin: 50px;
}

#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;
}

#scratch-card .sector {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

#scratch-card .sector > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------- CARD CONTAINER -------------- */
.scratch-card__container {
  width: 320px;
  max-width: 500px;
  height: auto;
  aspect-ratio: 1 / 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  padding: 30px 15px;
}

@media screen and (min-width: 360px) {
  .scratch-card__container {
    width: 360px;
    padding: 30px 20px;
  }
}

@media screen and (min-width: 410px) {
  .scratch-card__container {
    width: 410px;
    padding: 30px;
  }
}

@media screen and (min-width: 500px) {
  .scratch-card__container {
    width: 500px;
  }
}

.scratch-card__container > .card {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  user-select: none;
  aspect-ratio: 1 / 1;
  background: transparent;
  box-shadow: 0 0 8px rgb(0 0 0 / 50%);
  border-radius: 0;
  border: 3px solid;
}

.card-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  aspect-ratio: 1 / 1;
  z-index: 10;
  border-radius: inherit;
}

.prize-cover {
  width: 100%;
  position: absolute;
  inset: 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 4px 5px rgb(0 0 0 / 40%);
}

.card-match {
  box-shadow: 0 0 8px 8px rgb(0 0 0 / 50%);
  animation: blink 0.5s infinite;
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 40%);
  }

  100% {
    box-shadow: 0 0 8px 8px rgb(0 0 0 / 40%);
  }
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 40%);
  }

  100% {
    box-shadow: 0 0 8px 8px rgb(0 0 0 / 40%);
  }
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 40%);
  }

  100% {
    box-shadow: 0 0 8px 8px rgb(0 0 0 / 40%);
  }
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 40%);
  }

  100% {
    box-shadow: 0 0 8px 8px rgb(0 0 0 / 40%);
  }
}

/* --------------- RETRY MODAL --------------- */
.retry-modal {
  width: 90%;
  max-width: 400px;
  height: fit-content;
  min-height: 300px;
  position: absolute;
  inset: 200px 0 0;
  margin: 0 auto;
  z-index: 10;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(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: 40px;
}

.retry-modal__body > button {
  min-width: 200px;
  padding: 10px 20px;
  margin: 0;
}

/* ====================== MEDIA QUERY ================== */
@media screen and (max-width: 1300px) {
  .scratch__card__content .text__wrap {
    flex: 0 0 45%;
  }

  #scratch-card .quiz-background {
    width: 55%;
  }
}

@media screen and (max-width: 1023px) {
  #scratch-card .quiz-background {
    display: none;
  }

  .quiz__background__mob {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .scratch__card__content {
    flex-direction: column;
  }

  .text-container h1 {
    text-align: center;
  }

  .scratch__card__content .text__wrap {
    flex: initial;
  }
}

@media screen and (max-width: 571px) {
  #scratch-card .text__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #scratch-card .legend {
    margin: 20px;
  }

  #scratch-card .quiz-background {
    height: 53vh;
  }
}

/*  ===== LIMIT REACHED PAGE ===== */
#limit-reached {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#limit-reached > div {
  flex: 0 0 100%;
}

.limit-container {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: auto;
  padding: 20px 10px;
  text-align: center;
}

.limit-container h2 {
  margin: 0;
}

@media screen and (min-width: 410px) {
  .limit-container {
    padding: 30px 20px;
  }
}

#limit-reached .container {
  margin: auto;
}

/** mozzila image fix **/

@supports (-moz-appearance: button) and (contain: paint) {
  .card-canvas {
    object-fit: cover;
  }
}

/* ================================ RTL SUPPORT ================================ */
[dir="rtl"] #register .custom-control.custom-checkbox {
  text-align: right;
  padding: 0 1.5rem 0 0 !important;
}

[dir="rtl"] #register .custom-control-label::before {
  right: -1.5rem !important;
}

[dir="rtl"] #register .custom-control-label::after {
  right: -1.2rem !important;
}

@media screen and (min-width: 1025px) {
  [dir="rtl"] #register .register-text {
    text-align: right;
    margin-right: 7rem;
  }
}

/* swipe icons */
[dir="rtl"] .pt-wrap,
[dir="rtl"] .q-wrap {
  direction: ltr;
}

/* STW */
[dir="rtl"] .stw-wrap {
  direction: ltr;
}

[dir="rtl"] .stw-wrap .legend span {
  direction: rtl;
}

/* SURVEY */
[dir="rtl"] .custom-control.custom-checkbox {
  text-align: right;
  padding: 0 1.5rem 0 0 !important;
}

[dir="rtl"] .custom-control-label::before,
[dir="rtl"] .custom-control-label::after {
  right: -1.5rem !important;
}

[dir="rtl"] .scale__sector__text {
  margin-left: unset;
  margin-right: 10px;
}

[dir="rtl"] #terms,
[dir="rtl"] #privacy {
  direction: rtl;
  text-align: right;
}

.gtp-tile-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 0;
}

/* scratch card */
[dir="rtl"] #scratch-card .sector {
  margin-right: unset;
  margin-left: 20px;
}

[dir="rtl"] .legend span {
  text-align: right;
  direction: rtl;
}

@media screen and (max-width: 420px) {
  [dir="rtl"] #next-btn,
  [dir="rtl"] #submit-btn {
    order: -2;
  }
}

@media screen and (min-width: 768px) {
  [dir="rtl"] .offset-md-2 {
    margin-left: unset;
    margin-right: 16.6667%;
  }
}

@media screen and (min-width: 1025px) {
  [dir="rtl"] .survey__navigation {
    right: unset;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  [dir="rtl"] .scale__line {
    left: unset;
    right: 17px;
  }
}
