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

* {
  margin: 0%;
  overflow-wrap: break-word;
  word-break: break-word;
}
#gtp .image-double {
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .privacy-policy {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
a {
  font-weight: bold;
}
/* question, picture and time elements */
#picture-wrap > h3,
#picture-wrap > h3 > span,
#question-wrap > h3,
#question-wrap > h3 > span,
#question-wrap-swipe > h3,
#question-wrap-swipe > h3 > span,
#time-wrap > h3 {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

/*PREVENT STICKY BUTTONS ON TOUCH DEVICES*/
@media (pointer: coarse) {
  [data-color-link-primary]:hover,
  [data-color-link-secondary]:hover,
  [data-menu]:hover,
  [data-button]:hover,
  [data-color-social-primary]:hover,
  [data-color-social-secondary]:hover {
      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;
}

body {
  position: relative;
}

.logoContainer {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 2rem;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.form-control {
  border-radius: 0 !important;
}

.custom-control-label::before, .custom-control-label::after  {
  border-radius: 0 !important;
}

.custom-control-label::before {
  border: 1px solid #48535E;
  background-color: transparent;
}


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

a {
  color: #ffffff;
  text-decoration: none;
}
.logo {
  margin: 1rem;
  max-width: 160px;
  max-height: 120px;
  object-fit: contain;
}

.intro-img-container {
  border: 7px solid #ffffff;
  border-radius: 7px;
  max-width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 26%);
  box-shadow: 0 0 10px rgb(0 0 0 / 26%);
}

.intro-img-container img {
  max-height: 24rem;
  object-fit: cover;
  width: 100%;
}

.button-container {
  width: 50%;
  margin: 1.5rem 0;
  align-items: center;
}

.button-container button {
  cursor: pointer;
  padding: 0.7rem;
  max-width: 15rem;
}

.memory-game-bottom-helper {
  height: 5rem;
}

#game-view,
#quiz,
#swipe,
#survey {
  display: flex;
  flex-direction: column;
  width: 85%;
  margin: auto;
  align-items: center;
  border: 9px solid;
}

.content {
  
  font-weight: 500;
  width: 80%;
  margin: auto;
  padding: 0 1rem;
  flex-direction: column;
}



.content-background {
  border-radius: 10px;
  padding: 3rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;

}

#game-view .content-background {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.questionBackground {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


#game-view {
  border: none;
  width: 100%;
}
#swipe,
#quiz,
#survey {
  margin-top: 5%;
}
.copyright {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 1rem;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
h1, h2, h3 {
  color: #48535E;
  font-weight: 700;
}

.text-1 {
  margin-top: 5%;
}
.photos {
  padding: 4px;
  width: 72vw;
  border: 2px solid #48535E;
  margin-top: 10%;
  margin-bottom: 15%;
}
.btn-border1 {
  border: 2px solid #48535E;
  padding: 2px;
  width: 65%;
  height: auto;
  margin-bottom: 15%;
}
button img {
  width: 6.5vw;
  position: relative;
  left: 7px;
}
.container-checkbox {
  width: 100%;
  margin-bottom: 20%;
  margin-top: 4%;
}
.wrapper-checkbox {
  position: relative;
  display: flex;
  padding: 4px;
}
label {
  text-align: left;
  padding-right: 15px;
}
input[type="checkbox"],
[type="radio"] {
  appearance: none;
  width: 6vw;
  height: 6vw;
  background-color: transparent;
  border: 1px solid #48535E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: auto;
  outline: none;
}

input[type="radio"] {
  border-radius: 50%;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
  content: "\2610";
  color: #ffffff;
  display: none;
  position: relative;
  background-color: #ffffff;
  font-size: 3vw;
  height: auto;
  width: 4vw;
}
input[type="radio"]:after {
  border-radius: 50%;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
  display: block;
}
.custom-control-label::after {
  border-radius: .25rem;
}
ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0%;
  margin-bottom: 10%;
}
li {
  display: inline-flex;
  margin-right: 20px;
  justify-content: center;
  margin-left: 20px;
  border-radius: 50%;
}
li img {
  width: 12vw;
}
.time-size {
  font-size: 5.5vw;
}
.time {
  width: 3vw;
}
#quiz img {
  margin-bottom: 8%;
}
#answers {
  width: 88%;
  margin-bottom: 2%;
}
#answers button {
  width: 100%;
  margin-bottom: 3%;
}
#swiper {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 10%;
}
#swiper button {
  background: #48535E;
  width: 16vw;
  height: 16vw;
  padding: 0%;
  margin: auto;
}
#swiper button img {
  left: 0%;
  width: 6vw;
}
.true {
  width: 7vw !important;
}
.container-survey {
  width: 100%;
  margin-bottom: 10%;
}
.container-survey label {
  font-size: 5.5vw;
  padding: 10px;
  border: 1px solid #48535E;
  background-color: #48535E;
  width: 78%;
  text-align: center;
  cursor: pointer;
  margin: auto;
}
#survey .btn-border1 {
  width: 47%;
}
textarea {
  width: 65vw;
  margin: auto;
  background-color: #ffffff;
  color: #48535E;
  border: 0.7vw solid #48535E;
  margin-bottom: 10%;
  font-size: 4vw;
  outline: none;
  height: 28vw;
  padding: 1vw 2vw;
}
textarea::placeholder {
  color: #48535E;
}

.memory-card {
  width: 100%;
}




#outcome-title, .introduction_headline, .register_headline {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  word-break: break-word;
}

ul.social {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  display: block;
  text-align: left;
  margin-left: -0.5rem;
  width: 100%;
}

ul.social li {
  margin: 0.5rem;
  display: inline-block;
}

ul.social li a {
  text-decoration: none;
}

ul.social li a i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul.social li a i:hover {
  opacity: 0.5;
}

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

.privacy-policy .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 10px;
}

.privacy-policy .heading-style {
  text-align: center;
  margin: 2rem 0;
}

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

.privacy-policy ul {
  list-style: disc;
  margin: 0;
  justify-content: left;
  width: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.privacy-policy li {
  margin: 0;
  display: list-item;
  border-radius: unset;
}



@media only screen and (min-width: 768px) {
  .button-container {
    align-items: flex-start;
  }
  .logo {
    margin: 16px;
    width: 100%;
    text-align: center;
    display: block;
    max-width: 160px;
    max-height: 120px;
  }
  #game-view,
  #quiz,
  #swipe,
  #survey {
    width: 75%;
    border: 1.8vw solid;
  }

  #card-container {
    margin: auto;
  }

  #game-view {
    border: none;
    width: 100%;
  }
  .copyright {
    font-size: 0.9vw;
    margin: 0rem auto;
    margin-top: 2rem;
    width: 50%;
    padding: 1rem;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
  }
  .text-1 {
    margin-top: 2%;
  }
  .photos {
    width: 31vw;
    margin: 0%;
    position: absolute;
    margin-top: 5vw;
    left: 16%;
    border: 0.2vw solid #48535E;
    padding: 8px;
  }
  .btn-border1 {
    width: 20%;
    margin-bottom: 8%;
    margin-top: 2%;
    position: relative;
    left: 14%;
  }
  button {
    width: 100%;
    padding: 7px;
  }
  .inputs {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1%;
  }
  .row-input {
    display: flex;
    width: 91%;
    margin-left: auto;
  }
  .container-checkbox {
    width: 100%;
    margin: 0%;
  }

  .checkbox-styling {
    padding-left: 1rem;
    margin-top: 1rem;
  }

  input[type="checkbox"],
  [type="radio"] {
    appearance: none;
    width: 1.5vw;
    height: 1.5vw;
    margin-left: 8%;
    margin-right: 2%;
  }
  button img {
    width: 2vw;
  }
  input[type="checkbox"]:after,
  input[type="radio"]:after {
    height: 70%;
    font-size: 0px;
    width: 70%;
  }
  ul {
    margin-top: 3%;
    margin-bottom: 5%;
    margin-left: 50%;
    width: 50%;
    justify-content: left;
  }
  li {
    margin-right: 0%;
    margin-left: 8%;
  }
  li img {
    width: 3vw;
  }
  .time-size {
    font-size: 2.5vw;
    margin-left: 32vw;
    margin-bottom: 2%;
  }
  .time {
    width: 1.5vw;
  }
  #answers {
    margin-top: 3%;
    margin-left: 50%;
    width: 50%;
    margin-bottom: 5%;
  }
  #answers button {
    width: 55%;
    margin-left: 8%;
    padding: 5px;
  }
  #quiz {
    margin-top: 0%;
  }
  /*#game-view h2 {
    margin-left: 0%;
    margin-top: 0%;
  }*/
  .container-survey {
    margin-left: 50%;
    margin-top: 8%;
    width: 50%;
    margin-bottom: 5%;
  }
  .container-survey label {
    font-size: 2vw;
    width: 65%;
  }

  #survey .btn-border1 {
    width: 20%;
    left: 15%;
  }
  .survey-text {
    margin-left: 33%;
  }
  textarea {
    margin-left: 54%;
    margin-top: 8%;
    width: 35%;
    margin-bottom: 1%;
    font-size: 2vw;
    height: 13vw;
    border: 0.4vw solid;
  }
  .survey-text-2 {
    margin-left: 20%;
  }
  .quiz-margin {
    margin-left: 30vw;
  }
  .swipe-text {
    width: 52%;
    margin-left: 5%;
  }
  #swipe img[src$="jpg"] {
    left: 34%;
  }
  #swiper button {
    width: 6vw;
    height: 6vw;
    margin-top: 20%;
    margin-bottom: 7%;
  }
  #swiper button img {
    left: 0%;
    width: 6vw;
    width: 3vw;
  }
  .true {
    width: 4vw !important;
  }
}

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

  .content-background {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }

  .copyright {
    width: 100%;
  }
  
  .logoContainer {
    width: 100%;
  }

  #introduction {
    width: 90%;
  }

  #register {
    width: 90%;
  }
  .button-container {
    width: 80%;
    margin: 0 auto;
  }
  .button-container button {
    width: 100%;
  }
  .game-description {
    text-align: left;
    
  }
  .checkbox-styling {
    padding-left: 15px;
    margin-top: 1rem;
    text-align: left;
  }
  ul.social {
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
  }

  .content {
    width: 90%;
  }

}

/* MEMORY GAME */

#page-container{
  width: 100%;
  text-align: center;
  border-radius: 7px;
  max-width: 1024px;
}

#page-container .container{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1060px;

}

#card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  padding-bottom: 2rem;
}

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

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

.memory-card{
  font-size:0px;
  border-radius: 7px;
  color:white;
  cursor:pointer;
  display:flex;
  justify-content:center;
  align-items:center;
  object-fit: cover;
  width: 12rem;
  height: 12rem;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.26);
}

.header-game {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 1rem;
}

.header-game .time {
  opacity: .9;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  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-bottom: 0.5rem;
  font-weight: 900;
  font-size: 2rem;
  width: 300px;

}
.header-game .time-element {
  margin-bottom: 0;
}
.header-game .game-icon{
  background-color: #fff;
  mask: url("https://live.brame-gamification.com/3b47d58d-a9b9-11ec-bb20-c321915e89bf/assets/icons/stopwatch.svg") no-repeat center / contain;
  -webkit-mask: url("https://live.brame-gamification.com/3b47d58d-a9b9-11ec-bb20-c321915e89bf/assets/icons/stopwatch.svg") no-repeat center / contain;
  height: 24px;
  width: 24px;
}

.header-game .time span {
  display: block;
  margin-left: .5rem;
}

.header-game #timer {
  color: #c69c6d;
}

/* quiz  */

ul.social li a i {
  width: 32px;
  height: 32px;
  font-size: 16px;
}

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

  .container {
    width: 100%;
  }

  #page-container {
    max-width: 700px;
  }

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

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

  .content {
    width: 90%;
  }

  .logoContainer {
    width: 100%;
  }
  .copyright {
    width: 100%;
  }
}

@media only screen and (min-width: 361px) and (max-width: 767px) {

  .container {
    padding: 0;
  }
 
  .header-game {
    margin-top: 1rem;
  }

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

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

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

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: .75rem 2rem;
  }
}
@media only screen and (max-width: 360px) {

  .container {
    padding: 0;
  }

  .header-game {
    margin-top: 1rem;
  }
  
  .header-game .time {
    padding: 0rem 1.5rem;
    font-size: 1.25rem;
    margin-left: .5rem;
    margin-right: 0.5rem;
    border-radius: 14px;
    width: 300px;
  }

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

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

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

@media only screen and (min-width: 1024px) {
  .content-background {
    padding: 4rem 4rem;
  }

  #page-container {
    max-width: 1024px;
  }

  #register .content-background {
    padding: 2rem 2rem
  }

  .logoContainer {
    width: 60%;
  }
  .copyright {
    width: 60%;
  }
  #outcome .content-background {
    padding: 4rem 3rem;
  }

  .intro-img-container {
    max-width: 100%;
  }

  
 

}



@media only screen and (min-width: 1650px) {

  .content {
    width: 70%;
  }

  .content-background {
    padding: 5rem 5rem;
  }

  #register .content-background {
    padding: 2rem 2.5rem;
  }

  #game-view .content-background {
    padding: 4rem 4rem;
  }

  .logoContainer {
    width: 45%;
  }

  #page-container {
    max-width: 1024px;
  }


 

  .copyright {
    width: 45%;
  }
  .button-container {
    width: 40%;
  }

}


/* QUIZ  */

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  background-color: #48535E;
}

.custom-control-label::before {
  background-color: transparent !important;
  border: 1px solid #48535E;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  transform: scale(0.65);
}

input[type="checkbox"] {
  border: 1px solid;
}

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

.form-control {
  border-radius: 7px !important;
  background-color: transparent;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.game {
  max-width: 100%;
  height: auto;
  border: 7px solid #ffffff;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 26%);
  box-shadow: 0 0 10px rgb(0 0 0 / 26%);
  width: 100%;
  max-height: 24rem;
  object-fit: cover;
}



.answer {
  padding: 0.7rem;
  margin-top: 1rem;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
}

.question-text {

    text-align: left;
    padding-left: 1rem;
}


#register .content-background {
  flex-direction: row-reverse;
}
#outcome .content-background {
  flex-direction: row-reverse;
}

.registerText {
  margin-bottom: 1.5rem
}

.game-info h3 {
  display: inline-block
}


@media only screen and (max-width: 767px) {
  .question-text {
    margin-top: 2rem;
    justify-content: center;
    padding-left: 0;
    text-align: center;
  }
  #answers-container {
    margin-bottom: 2rem;
  }
  #page-container {
    max-width: 90%;
  }
  .timeContainer {
    order: 1;
  }
  .content-background {
    padding: 2rem 0rem;
  }
  .registerText {
    text-align: center;
  }
  .register_headline {
    text-align: center;
  }

  .game-description {
    text-align: center;
  }

  .intro-img-container {
    max-width: 26rem;
  }
}

/* QUIZ  */

.game {
  max-width: 100%;
  height: auto;
}

#game-view .content-background {
  flex-direction: row-reverse;

}


#game-view .intro-img-container {
  max-width: 100%;
}

/*quiz same button content height*/

.game-controls-container {
  display: flex;
  flex: 1;
}

.game-controls {
  display: flex;
  flex: 1;
}

body #game-view .answer {
  text-decoration: none;
  padding: 0.7rem;
  text-align: center;
  margin: 0.5rem 0rem;
  border: 2px solid;
  word-wrap: break-word;
}

body #game-view .answerSwipe {
  text-decoration: none;
  padding: 0.7rem;
  text-align: center;
  margin: 0.5rem;
  border: 2px solid;
  word-wrap: break-word;
  display: flex !important;
  flex: 1;
  align-items: center;
  justify-content: center;
}

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

   .intro-img-container {
    margin-top: 2rem;
  }
   .intro-text-container {
    margin-top: 2rem;
  }
  .game {
    max-width: 80%;
    height: auto;
    margin: auto;
  }
}


/* SWIPE  */ 

.game-container-swipe h3 span {
  font-weight: 600;
}

.introduction-img {
  position: relative;
  height: 330px;
  width: 330px;
}

.introduction-img img {
  position: absolute;
  left:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.swipe-container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 0 0.5rem;
}

.game-container-swipe {
  width: 60%;
  margin: 1rem auto;
  padding: 1rem;
  border-radius: 1.5rem;
}

.questionHeading {
  font-weight: 600;
}

.images {
  position: relative;
  margin: auto;
}

.mobileArrow {
  position: absolute;
  top: calc(50% - 30px);
  left: -7rem;
}

body #game-view .answerSwipe {
  white-space: normal;
  word-wrap: break-word;
  margin: 0.5rem auto;
  padding: 0.7rem;
}

.arrowsSmallDeviceContainer {
  display: none;
}

.mobileArrow2 {
  position: absolute;
  top: calc(50% - 30px);
  right: -7rem;
}
.mirror {
  transform: scaleX(-1);
}

.arrowSwipe {
  font-size: 60px;
}

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

  .mobileArrowSmallDevice, .mobileArrowSmallDevice2 {
      font-size: 40px;
  }
  .arrowsSmallDeviceContainer {
      display: flex;
  }
  .mobileArrow, .mobileArrow2 {
      display: none;
  }
}



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

  .answersSwipeContainer > div {
    padding-left: 0;
    padding-right: 0;
  }

  .images {
    max-width: 100%;

  }
  .game {
    max-width: 100%;
  }



  .game-container-swipe {
      width: 100%;
      padding: 0.5rem;
  }
  body #game-view .answerSwipe {
      width: 90%;
  }

  .arrowSwipe {
      font-size: 50px;
  }
  .mobileArrow, .mobileArrow2 {
      top: calc(50% - 25px);
  }
  .mobileArrow {
    left: -5rem;
  }
  .mobileArrow2 {
    right: -5rem;
  }
  .introduction-img {
    height: 240px;
    width: 240px;

}
  
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .game-container-swipe {
      width: 80%;
      padding: 1rem;
  }
  .introduction-img {
    height: 290px;
    width: 290px;
}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .game-container-swipe {
      width: 80%;
      padding: 1rem;
  }
}

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


 /* cta buttons */
 .cta-buttons {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 10px auto;
}
.cta {
  display: none;
  width: 150px;
  min-height: 45px;
  padding: 5px 10px;
  margin: 10px;
}
/* gtp animation fix */
#gtp .game {
  padding: 1px;
}
.gtp-tile-wrap {
  display: flex;
  flex-wrap: wrap;
}

/* Spin the wheel
--------------------------------- */
.spin-the-wheel .content-background {
  border-radius: 10px!important;
  flex-direction: row!important;
  justify-content: flex-start!important;
}

.po-none {
  pointer-events: none;
}

.spin-the-wheel .canvas-section {
  display: flex;
  padding-right: 40px;
  width: 40%;
}

.spin-the-wheel .legend-section {
  display: flex;
  justify-content: start;
  flex-direction: column;
  padding-left: 30px;
  width: 60%;
}

.spin-the-wheel .canvas-container {
  border: 12px solid #FFC840;
  border-radius: 50%;
  width: 414px;
  height: 414px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
}

.spin-the-wheel .canvas-wrapper {
  width: 390px;
  height: 390px;
  border: 10px solid transparent;
}

.spin-the-wheel canvas {
  width: 370px;
  height: 370px;
  border-radius: 50%;
}

.spin-the-wheel .ticker-layer {
  position: absolute;
  width: 55px;
  height: 55px;
  display: flex;
  z-index: 1;
  top: -6px;
}

.spin-the-wheel .ticker-layer img {
  transform: rotate(180deg);
}

.spin-the-wheel .center-layer {
  position: absolute;
  margin: auto;
}

.spin-the-wheel .center-layer img {
  width: 55px;
  height: 55px;
}

.spin-the-wheel .legend-element {
  margin-bottom: 60px;
  text-align: center;
}

.spin-the-wheel .legend {
  display: flex;
  flex-direction: column;
}

.spin-the-wheel .legend .sector {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 10px;
  margin: 0 auto 14px;
}

.spin-the-wheel .legend span {
  font-size: 18px;
  line-height: 21px;
  color: #48535E
}

.spin-the-wheel .legend .sector img {
  width: 40px;
  height: 40px;
}

.spin-the-wheel .button-container {
  width: 100%;
  text-align: center;
}

.spin-the-wheel .button-container button {
  width: 228px;
  height: 52px;
  border-radius: 18px!important;
  margin-bottom: 0;
  margin-top: 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .spin-the-wheel .canvas-section {
    padding-right: 0;
    width: 50%;
  }

  .spin-the-wheel .legend-section {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .spin-the-wheel .content-background {
    flex-direction: column;
    position: relative;
  }

  .spin-the-wheel .content-background .legend-section {
    order: 1;
    margin-top: 60px;
    margin-bottom: 40px;
    width: 100%;
  }

  .spin-the-wheel .content-background .canvas-section {
    order: 2;
    margin-bottom: 100px;
    width: 100%;
    justify-content: center;
  }

  .spin-the-wheel .button-container {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .spin-the-wheel canvas {
    width: 250px;
    height: 250px;
  }

  .spin-the-wheel .content-background .legend-section {
    padding-left: 0;
    margin-top: 0;
  }

  .spin-the-wheel .legend-element {
    margin-bottom: 30px;
  }

  .spin-the-wheel .canvas-wrapper {
    width: 270px;
    height: 270px;
  }

  .spin-the-wheel .canvas-container {
    width: 294px;
    height: 294px;
  }

  .spin-the-wheel .button-container {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: center;
  }

  .spin-the-wheel .legend span {
    font-size: 16px;
  }

  .spin-the-wheel .ticker-layer {
    width: 45px;
    height: 45px;
  }

  .spin-the-wheel .center-layer img {
    width: 30px;
    height: 30px;
  }
}
