/* fonts */
@font-face {
  font-family: Frutiger-Next;
  src: url("../assets/fonts/Frutiger-Next.otf");
}

@font-face {
  font-family: Frutiger-Next-Bold;
  src: url("../assets/fonts/Frutiger-Next-Bold.otf");
}

* {
  margin: 0%;
  overflow-wrap: break-word;
  word-break: break-word;
}

@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-button]:hover,
  [data-color-social-primary]:hover,
  [data-color-social-secondary]:hover {
      opacity: 1 !important;
  }
}

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

body {
  position: relative;
}

.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 {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

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

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

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

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

.custom-control {
  padding-left: 1.85rem;
}

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

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

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

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

.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-input:checked~.custom-control-label::before {
  background-image: none;
  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;
  align-items: center;
}

a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.centered-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.logo-container {
  text-align: left;
  width: 100%;
  max-width: 1670px;
}
.logo {
  margin: 2rem;
  margin-left: 3rem;
  max-width: 140px;
  max-height: 120px;
  object-fit: contain;
}

.img-container {
  margin: 0 auto;
  text-align: center;
  border: 5px solid red;
}

.img-container img{
  max-height: 700px;
  width: 100%;
  object-fit: cover;
}

#game-view img{
  max-height: 700px;
  object-fit: cover;
}


.image-double {
  display: flex;
  justify-content: center;
}

.buttonCont {
  margin-top: 2.5rem;
}

.button-container {
  padding: 0;
  width: 100%;
  margin: 1rem auto;
}

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

button, .cta {
  padding: 8px;
  min-width: 200px;
  max-width: 100%;
  font-size: 1rem;
  cursor: pointer;
  font-weight: bold;
}

button i, .cta i {
  padding-left: 2px;
}

.button-container button:disabled {
  opacity: 0.45 !important;
}

.bottom-helper {
  height: 5rem;
}

.content {
  width: 100%;
  max-width: 1670px;
  margin: auto;
  padding: 0 1rem;
}

.content button {
  border: 2px solid;
  padding: 0.75rem;
}

.content-background {
  padding: 2rem;
  justify-content: center;
  align-items: center;
}


#game-view {
  border: none;
  width: 100%;
}
#swipe,
#quiz,
#survey {
  margin-top: 5%;
}
.copyright {
  text-align: left;
  margin-top: 2rem;
  margin-left: 4rem;
  padding: 0 1rem;
  width: 100%;
  max-width: 1670px;
}
h1, h2, h3 {
  color: #662d91;
  font-size: 7vw;
}
h2 {
  color: #ffffff;
  margin: 0;
}
.text-1 {
  margin-top: 5%;
}
.photos {
  padding: 4px;
  width: 72vw;
  border: 2px solid #662d91;
  margin-top: 10%;
  margin-bottom: 15%;
}
.btn-border1 {
  border: 2px solid #662d91;
  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 {
  margin-bottom: 0.1rem;
}


input[type="date"] {
  line-height: 32px;
}

input[type="checkbox"],
[type="radio"] {
  appearance: none;
  width: 6vw;
  height: 6vw;
  background-color: transparent;
  border: 1px solid #662d91;
  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;
}
.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: #662d91;
  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 #662d91;
  background-color: #662d91;
  width: 78%;
  text-align: center;
  cursor: pointer;
  margin: auto;
}
#survey .btn-border1 {
  width: 47%;
}
textarea {
  width: 65vw;
  margin: auto;
  background-color: #ffffff;
  color: #662d91;
  border: 0.7vw solid #662d91;
  margin-bottom: 10%;
  font-size: 4vw;
  outline: none;
  height: 28vw;
  padding: 1vw 2vw;
}
textarea::placeholder {
  color: #662d91;
}

.memory-card {
  width: 100%;
}



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

ul.social {
  list-style: none;
  margin: 0;
  margin-top: 2rem;
  padding: 0;
  display: block;
  text-align: center;
  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: transparent;
  border: 2px solid white;
  color: #000000;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 1.2rem;
}

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

.privacy-policy {
  margin: 0 auto
}

.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: 1650px) {
  .content {
    width: 100%;
  }
  .logo {
    margin-left: 1rem;
  }
  .content-background {
    padding: 1rem 0;
  }
  .copyright {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  #game-view,
  #quiz,
  #swipe,
  #survey {
    width: 75%;
    border: 1.8vw solid;
  }

  #card-container {
    margin: auto;
  }

  #game-view {
    border: none;
    width: 100%;
  }
  .text-1 {
    margin-top: 2%;
  }
  .photos {
    width: 31vw;
    margin: 0%;
    position: absolute;
    margin-top: 5vw;
    left: 16%;
    border: 0.2vw solid #662d91;
    padding: 8px;
  }
  .btn-border1 {
    width: 20%;
    margin-bottom: 8%;
    margin-top: 2%;
    position: relative;
    left: 14%;
  }
  button {
    width: 200px;
    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: 0 1rem;
    margin-top: 0rem;
  }

  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%;
  }
  .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%;
  }
  .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) {

  .logo {
    margin: 1.5rem;
    margin-left: 1rem;
    max-width: 140px;
    max-height: 80px;
  }

  .copyright {
    margin-left: 0;
  }

  .description {
    margin-left: 0;
    margin-right: 0;
  }

  .img-container {
    margin: 0 auto;
  }

  .image-double {
    display: block;
    text-align: center;
  }

  #introduction {
    width: 90%;
  }

  #register {
    width: 90%;
  }

  #outcome-title, .introduction_headline, .register_headline {
    margin-top: 2rem;
  }

  .button-container {
    width: 100%;
    text-align: center;
    margin: 1.5rem 0;
  }
  .checkbox-styling {
    padding: 0 1rem;
    margin-top: 0rem;
  }
  .content {
    width: 100%;
  }
}

/* MEMORY GAME */

#page-container{
  width: 100%;
  text-align: center;
}

#page-container .container{
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1650px;
  min-height: 34rem;
}

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

.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;
  color:white;
  cursor:pointer;
  display:flex;
  justify-content:center;
  align-items:center;
  object-fit: cover;
  width: 12rem;
  height: 12rem;
  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.26);
  border: 5px solid white;
}

.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;
  margin-bottom: 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;
  font-weight: 900;
  font-size: 2rem;
  width: 300px;
  line-height: 1;
  font-weight: bold;
}
.header-game .time-element {
  margin-bottom: 0;
}
.header-game .game-icon{
  background-color: #fff;
  mask: url("https://brame-campaign-data-storage.s3.amazonaws.com/campaign-data/62e0822e-7d0d-11ec-98a5-d130e6c020ef/assets/icons/stopwatch.svg") no-repeat center / contain;
  -webkit-mask: url("https://brame-campaign-data-storage.s3.amazonaws.com/campaign-data/62e0822e-7d0d-11ec-98a5-d130e6c020ef/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;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page-container .container{
    min-height: 30rem;
  }

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

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

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

  .content {
    width: 100%;
  }
}
@media only screen and (min-width: 361px) and (max-width: 767px) {
  #page-container .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: 28%;
    flex-basis: 28%;
  }

  .memory-card{
    width: 31vw;
    height: 31vw;
    border: 4px solid white;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: .75rem 2rem;
  }
}
@media only screen and (max-width: 360px) {
  #page-container .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: 32%;
    flex-basis: 32%;
  }

  .memory-card{
    width: 32vw;
    height: 32vw;
    border: 4px solid white;
  }

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

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

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

}

@media only screen and (min-width: 1650px) {
  .memory-card{
    width: 16rem;
    height: 16rem;
  }

}


/* QUIZ  */

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

.gtp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.gtp-tile-wrap {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

@media only screen and (max-width: 767px) {
  #game-view .intro-img-container {
    margin-top: 2rem;
  }
  .intro-text-container {
    margin-top: 1rem;
  }
  .game {
    max-width: 80%;
    height: auto;
    margin: auto;
  }
  body #game-view .answer,  body #game-view .answerSwipe {
    text-align: center;
    padding: 1rem;
  }
}


/* SWIPE  */ 

.swipe-img, .bordered {
  border: 5px solid white;
}

.swipe-img img {
  max-height: 450px !important;
  max-width: 60vw;
  object-fit: contain !important;
}

.swipe-container {
  display: flex;
  flex-direction: column;
}

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

.questionHeading {
  font-weight: 600;
}

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

.answersSwipeContainer > div {
  display: flex;
}

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

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

.arrowsSmallDeviceContainer {
  display: none;
}

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

.arrowSwipe {
  font-size: 40px;
  border-radius: 50%;
  border: 2px solid;
  padding: 18px;
}

.fa-play:before {
  margin-left: 4px;
}

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

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

  .swipe-img img {
    max-width: 80vw;
  }
}

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

  .content-background {
    padding: 1rem 0;
  }

  .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: 30px;
    padding: 14px;
  }
  .mobileArrow, .mobileArrow2 {
      top: calc(50% - 25px);
  }
  .mobileArrow {
    left: -6rem;
  }
  .mobileArrow2 {
    right: -6rem;
  }
}

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


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

/* new fields additional css */

select {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

select option{
  color: #000000;
}

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;
  left: 1rem;
  width: calc(100% - 2.8rem);
}

/* cta buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
}

.cta {
  display: none;
  min-width: 27%;
  min-height: 40px;
  padding: 5px;
  margin: 0 0.5rem;
  margin-top: 1.5rem;
}

.btn-popup {
  border-color: #000000 !important;
  color: rgb(0, 0, 0) !important;
}