* {
  font-family: 'Gluten', sans-serif !important;
}


:root {
  --mindcop-blue-green: #5b2c6f;
  --black-mindcop: #b69edd;
}

/* Regular */
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Extra Light */
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* SemiBold */
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Extra Bold */
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* Thin */
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}



.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.border-gradient {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 12rem;
  position: absolute;
  transform: rotate(-55deg);
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 4%;
  font-size: 20px;
  line-height: 1.1;
}

.text-block-6.txt-cta-all {
  display: none;
}

.text-block-6.txt-to-support {
  margin-top: 1%;
}

.text-block-6.wlt-now {
  color: var(--mindcop-blue-green);
  text-align: center;
  letter-spacing: normal;
  margin-top: 0%;
  font-family: 'Gluten', sans-serif;
  font-size: 44px;
  line-height: 1.2;
}

.main-button-n {
  border-radius: 10em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 7%;
  padding: 1px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 50px #912e2eb3;
}

.main-button-n:hover {
  box-shadow: 0 0 80px #912e7b;
}

.main-button-n.steam-btn {
  margin-top: 2%;
  display: flex;
}

.main-button-n.steam-btn.gradient {
  display: none;
}

.button-inside {
  z-index: 2;
  grid-column-gap: .5em;
  opacity: 1;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-color: #151515;
  background-image: linear-gradient(90deg, #ffffffb3, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.7rem;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  position: static;
  inset: 1%;
}

.button-inside.wishlist {
  display: none;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-top: 0%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.social-media-icons {
  clear: none;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.5%;
  height: 30%;
  margin-top: 17%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.header {
  /*background-image: url('../images/separator-screenshot-bot.svg');*/
  background-position: 50% 106%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100vh;
  position: relative;
}


/*.header.desktop.mobile {
  display: none;
}*/

.button-bg {
  z-index: 1;
  background-color: #960000;
  background-image: linear-gradient(#960000, #740101), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 10em;
  position: relative;
}

.image {
  width: 90%;
}

.image-62 {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  width: 200px;
  padding: 10px 40px;
}

.image-3 {
  width: 50%;
  margin-top: 30%;
}

.image-2 {
  width: 100%;
  height: auto;
	/*height: 100%; /* Make the image occupy the full height of the button */
	/*width: auto; /* Maintain aspect ratio */
}

.text-block-7 {
  color: var(--mindcop-blue-green);
  letter-spacing: 5px;
  margin-top: 10px;
  font-family: 'Gluten', sans-serif;
  font-size: 34px;
  line-height: 1.1;
}

.button-stores {
  background-color: #f80000;
  background-image: linear-gradient(90deg, #ce2942, #51272b);
  border-radius: 50px;
  width: 33%;
  margin-top: 20px;
  padding: 10px 20px;
  box-shadow: 1px 6px 5px #000;
}

.button-stores.steam {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-stores.steam.demo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 25%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-stores.steam.demo.mobile {
  display: none;
}

.button-stores.steam.wishlist, .button-stores.steam.buttun {
  position: static;
}

.button-stores.ps5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-stores.ps5.buttun-top {
  z-index: 2;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-image: linear-gradient(90deg, #495755, #1e2020);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  box-shadow: 1px 6px 5px #000;
}

.button-stores.switch {
  opacity: .38;
  background-color: #f8000000;
  background-image: linear-gradient(90deg, #ce2942, #51272b);
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-stores.switch.wishlist.btn, .button-stores.switch.wishlist-not.btn, .button-stores.switch.wishlist-not.btn, .button-stores.switch.wishlist-not.btn, .button-stores.switch.wishlist-not.btn {
  display: none;
}

.div-block---buttons {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-63 {
  opacity: .59;
}

.section---pitch {
  height: auto;
  margin-top: 60px;
  margin-bottom: 100px;
}

.body {
	background-image: linear-gradient(180deg,#ffb1ad,#AB98F0, #fff4dc, #ffb1ad);/* Pink to yellow to purple */
	margin-bottom: 0;
	padding-bottom: 0;
  font-family: 'Gluten', sans-serif;
}

.heading {
  color: var(--mindcop-blue-green);
  text-align: center;
  letter-spacing: 8px;
  font-family: 'Gluten', sans-serif;
  font-size: 18px;
}

.heading-2 {
  color: var(--mindcop-blue-green);
  text-align: center;
  font-family: 'Gluten', sans-serif;
}

.text-span {
  color: #4b238b;
  font-size: 50px;
}

.text-span-2, .text-span-3 {
  font-size: 50px;
  line-height: 1.2;
}

.text-span-3{
  color: #88238b;
}

.paragraph {
  color: var(--mindcop-blue-green);
  text-align: center;
  width: auto;
  max-width: none;
  margin: 40px 220px 10px;
  font-family: 'Gluten', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.section---trailer {
  height: 100vh;
}

.video-trailer {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.lightbox-link-2 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  margin-bottom: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-11 {
  opacity: .88;
  width: 50px;
  padding-bottom: 24px;
}

.text-block-4 {
  opacity: .88;
  text-shadow: 0 1px 1px #000;
  margin-top: 1rem;
  font-family: 'Gluten', sans-serif;
  font-size: 38px;
  line-height: 1.1;
}

.section---surf {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image--surf {
  width: 25%;
  margin-top: 40px;
}

.section-features {
  margin-bottom: 140px;
}

.sectoin-feature {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.sectoin-feature.detective, .sectoin-feature.mindsurf {
  margin-top: 80px;
  margin-right: 10px;
}

.heading-3 {
  color: var(--mindcop-blue-green);
  text-align: center;
  font-family: 'Gluten', sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.text-block-8 {
  color: var(--mindcop-blue-green);
  text-align: center;
  max-width: 60ch;
  font-family: 'Gluten', sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.image-64 {
  text-align: center;
  max-width: 150px;
  max-height: none;
  margin-top: 10px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-65 {
	width: 100%; /* Forces the GIF to take the full width of the container */
	height: auto; /* Maintains aspect ratio */
	max-width: 800px; /* Set a maximum width to avoid excessive stretching */
	display: block;
  padding-left: 10px;
}

.image-65.fr{
  padding-left: 20px;
}

.section-breaker {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image---breaker {
  max-width: 25%;
  margin-top: 60px;
  margin-bottom: 20px;
}

.en {
  background-image: url('../images/Mindcop-game-1-detective.webp');
  background-position: 50%;
  background-size: cover;
}

.en8 {
  background-image: url('../images/Mindcop-game-8.webp');
  background-position: 50%;
  background-size: cover;
}

.en5 {
  background-image: url('../images/Mindcop-game-5-hand-drawn.webp');
  background-position: 50%;
  background-size: cover;
}

.en6 {
  background-image: url('../images/Mindcop-game-6-match-3.webp');
  background-position: 50%;
  background-size: cover;
}

.en7 {
  background-image: url('../images/Mindcop-game-7-mystery-investigation.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  -webkit-text-stroke-color: #e20000;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.screenshots {
  z-index: 2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  position: absolute;
  inset: 6% 0% auto;
}

.image-102 {
  width: auto;
  min-width: 150px;
  max-width: 180px;
}

.image-101 {
  min-width: 150px;
  max-width: 180px;
}

.en4 {
  background-image: url('../images/Mindcop-game-4-mystery.webp');
  background-position: 50%;
  background-size: cover;
}

.en2 {
  background-image: url('../images/Mindcop-game-2-point-and-click.webp');
  background-position: 50%;
  background-size: cover;
}

.left-arrow {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider---screenshots {
  z-index: 0;
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.en3 {
  background-image: url('../images/Mindcop-game-3-investigation.webp');
  background-position: 50%;
  background-size: cover;
}

.heading-4 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 3px 1px #000;
  font-weight: 900;
}

.en9 {
  background-image: url('../images/Mindcop-game-9.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/Mindcop-game-SC9.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/Mindcop-game-SC10.webp');
  background-position: 50%;
  background-size: cover;
}

.section---game-infos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0;
  display: flex;
}

.game-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
  min-height: 200px;
  display: flex;
}

.heading-5 {
  color: #000;
  font-family: 'Gluten', sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.image-103 {
  max-width: 100px;
}

.heading-6 {
  color: var(--mindcop-blue-green);
  font-family: 'Gluten', sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.heading-6.stores, .heading-6.date {
  text-align: center;
  font-size: 24px;
}

.text-span-4 {
  font-size: 18px;
}

.section---demo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 100px;
  display: flex;
}

.heading-7 {
  margin-bottom: 5px;
  font-family: 'Gluten', sans-serif;
  font-size: 125px;
  line-height: 1.2;
}

.heading-8 {
  color: var(--mindcop-blue-green);
  margin-top: 0;
  font-family: 'Gluten', sans-serif;
  font-size: 52px;
  line-height: 1;
}

.heading-8.fr {
  background-image: none;
  font-size: 75px;
}

.div-block-3 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: red;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-9 {
  color: var(--mindcop-blue-green);
  width: auto;
  font-family: 'Gluten', sans-serif;
  font-size: 34px;
}

.image-104 {
  max-width: 30%;
}

.heading-9 {
  color: var(--mindcop-blue-green);
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  font-family: 'Gluten', sans-serif;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
}

.image-105 {
  width: 35%;
}

.footer-section {
  background-color: var(--black-mindcop);
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
  display: flex;
}

.image-70 {
  width: 200px;
  max-width: 100%;
  margin-left: 40px;
}

.div-block---links {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  color: var(--mindcop-blue-green);
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  font-family: 'Gluten', sans-serif;
  font-size: 20px;
  line-height: 1;
}

.image-71 {
  width: 200px;
  margin-right: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-10 {
  color: var(--mindcop-blue-green);
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  font-family: 'Gluten', sans-serif;
  font-size: 34px;
  line-height: 1;
}

.text-block-11 {
  color: var(--mindcop-blue-green);
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 60ch;
  font-family: 'Gluten', sans-serif;
  font-size: 30px;
  line-height: 1.4;
  display: flex;
}


/* Adjust top for very small mobile screens */
@media screen and (max-width: 1100px) {
  .text-block-11{
    font-size: 22px;
  }
}

/* Adjust top for very small mobile screens */
@media screen and (max-width: 600px) {
  .text-block-11{
    font-size: 16px;
  }
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
}

.image---play-button {
  max-width: 100%;
}

.banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.prefs_close {
  z-index: 1;
  background-color: var(--mindcop-blue-green);
  color: #333;
  cursor: pointer;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.banner_text {
  color: var(--mindcop-blue-green);
  margin-right: 1.5rem;
}

.prefs_title {
  color: var(--black-mindcop);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  justify-content: center;
  align-items: center;
}

.prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.banner_text-link {
  color: #0085cc;
  border-bottom: 1px solid red;
  font-weight: 400;
  text-decoration: none;
}

.prefs_submit-hide {
  display: none;
}

.prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.banner_trigger {
  display: none;
}

.banner_close {
  background-color: var(--mindcop-blue-green);
  opacity: 1;
  cursor: pointer;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.banner_close-icon {
  color: var(--black-mindcop);
  -webkit-text-stroke-color: #250c0c;
  width: 1.5rem;
  height: 1.5rem;
}

.prefs_close-icon {
  color: var(--black-mindcop);
  width: 1rem;
  height: 1rem;
}

.prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.prefs_component-4 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.prefs_space-medium {
  margin-bottom: 2.5rem;
}

.banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prefs_space-small {
  margin-bottom: .75rem;
}

.prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.prefs_checkbox-label {
  display: none;
}

.prefs_form {
  background-color: #0c1825;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.prefs_text {
  color: var(--black-mindcop);
  font-size: .75rem;
}

.prefs_button {
  color: #fff;
  background-color: #151c14;
  border: 2px solid #fff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.prefs_button.button-alt {
  color: #0c1825;
  background-color: #fff;
  border-color: #141c13;
}

.prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.prefs_trigger {
  display: none;
}

.prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.banner_button {
  border: 2px solid var(--mindcop-blue-green);
  color: #fff;
  text-align: center;
  background-color: #892a36;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.banner_button.button-alt {
  background-color: var(--mindcop-blue-green);
  color: var(--black-mindcop);
  -webkit-text-stroke-color: red;
  border-color: #141c13;
  display: none;
}

.banner_component-3 {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--mindcop-blue-green);
  background-color: var(--black-mindcop);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.prefs_label {
  color: #8a2a36;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.prefs_content {
  background-color: var(--mindcop-blue-green);
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.text-block-12 {
  position: absolute;
  inset: auto auto 19% 0%;
}

.text-block-13 {
  color: var(--mindcop-blue-green);
  text-align: center;
  letter-spacing: 1px;
  margin-right: 0;
  font-family: 'Gluten', sans-serif;
  font-size: 15px;
}

.div-block-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.text-block-14 {
  color: var(--mindcop-blue-green);
  text-align: center;
  letter-spacing: 4px;
  font-family: 'Gluten', sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.banner_text-2 {
  color: var(--mindcop-blue-green);
  margin-right: 1.5rem;
}

.prefs_text-2 {
  color: var(--mindcop-blue-green);
  font-size: .75rem;
}

.banner_close-2 {
  background-color: var(--mindcop-blue-green);
  opacity: 1;
  cursor: pointer;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.prefs_title-2 {
  color: var(--mindcop-blue-green);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.prefs_label-2 {
  color: #d3122a;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.prefs_button-2 {
  border: 2px solid var(--mindcop-blue-green);
  color: var(--mindcop-blue-green);
  -webkit-text-stroke-color: var(--mindcop-blue-green);
  background-color: #d3122a;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.prefs_button-2.button-alt {
  background-color: var(--mindcop-blue-green);
  color: #0c1825;
  border-color: #141c13;
}

.banner_close-icon-2 {
  color: var(--black-mindcop);
  -webkit-text-stroke-color: #250c0c;
  width: 1.5rem;
  height: 1.5rem;
}

.prefs_content-2 {
  background-color: var(--black-mindcop);
  border: 1px solid #d3122a;
  border-radius: 2px;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.banner_component-4 {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black-mindcop);
  border: 1px solid #ff0100;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.prefs_close-icon-2 {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.banner_button-2 {
  border: 2px solid var(--mindcop-blue-green);
  color: var(--mindcop-blue-green);
  text-align: center;
  background-color: #902a37;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.banner_button-2.button-alt {
  background-color: var(--mindcop-blue-green);
  color: var(--black-mindcop);
  -webkit-text-stroke-color: red;
  border-color: #141c13;
}

.bold-text {
  color: #d3122a;
}

.banner_text-3 {
  color: var(--mindcop-blue-green);
  margin-right: 1.5rem;
}

.prefs_text-3 {
  color: var(--mindcop-blue-green);
  font-size: .75rem;
}

.banner_close-3 {
  background-color: var(--mindcop-blue-green);
  opacity: 1;
  cursor: pointer;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.prefs_title-3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.prefs_label-3 {
  color: #ac2b3c;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.prefs_button-3 {
  border: 2px solid var(--mindcop-blue-green);
  color: var(--mindcop-blue-green);
  background-color: #ac2b3c;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.prefs_button-3.button-alt {
  background-color: var(--mindcop-blue-green);
  color: var(--black-mindcop);
  border-color: #141c13;
}

.banner_close-icon-3 {
  color: var(--black-mindcop);
  -webkit-text-stroke-color: var(--black-mindcop);
  width: 1.5rem;
  height: 1.5rem;
}

.prefs_content-3 {
  background-color: #101010;
  border: 1px solid #ac2b3c;
  border-radius: 2px;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.banner_component-5 {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black-mindcop);
  border: 0 solid #ac2b3c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.bold-text-2 {
  color: #ac2b3c;
  -webkit-text-stroke-color: #ac2b3c;
}

.prefs_close-icon-3 {
  color: var(--black-mindcop);
  width: 1rem;
  height: 1rem;
}

.banner_button-3 {
  border: 2px solid var(--mindcop-blue-green);
  color: var(--mindcop-blue-green);
  text-align: center;
  background-color: #ac2b3c;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.banner_button-3.button-alt {
  background-color: var(--mindcop-blue-green);
  color: var(--black-mindcop);
  -webkit-text-stroke-color: red;
  border-color: #141c13;
}

.bold-text-3, .bold-text-4 {
  color: var(--mindcop-blue-green);
}

.button-stores-switch {
  background-color: #f80000;
  background-image: linear-gradient(90deg, #ce2942, #51272b);
  border-radius: 50px;
  width: 33%;
  margin-top: 20px;
  padding: 10px 20px;
  box-shadow: 1px 6px 5px #000;
}

.button-stores-switch.steam {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-stores-switch.steam.demo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 25%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-stores-switch.steam.demo.mobile {
  display: none;
}

.button-stores-switch.steam.wishlist {
  position: static;
}

.button-stores-switch.ps5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-stores-switch.switch {
  opacity: .38;
  background-color: #f8000000;
  background-image: linear-gradient(90deg, #ce2942, #51272b);
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-stores-switch.switch.wishlist.btn {
  display: none;
}

.button-stores-copy-sitch {
  background-color: #f80000;
  background-image: linear-gradient(90deg, #ce2942, #51272b);
  border-radius: 50px;
  width: 33%;
  margin-top: 20px;
  padding: 10px 20px;
  box-shadow: 1px 6px 5px #000;
}

.button-stores-copy-sitch.steam {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-stores-copy-sitch.steam.demo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 25%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-stores-copy-sitch.steam.demo.mobile {
  display: none;
}

.button-stores-copy-sitch.steam.wishlist {
  position: static;
}

.button-stores-copy-sitch.ps5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-stores-copy-sitch.switch {
  opacity: .38;
  background-color: #f8000000;
  background-image: linear-gradient(90deg, #ce2942, #51272b);
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-stores-copy-sitch.switch.wishlist.btn {
  display: none;
}

.button-stores---switch {
  background-color: #f80000;
  background-image: linear-gradient(90deg, #ce2942, #51272b);
  border-radius: 50px;
  width: 33%;
  margin-top: 20px;
  padding: 10px 20px;
  box-shadow: 1px 6px 5px #000;
}

.button-stores---switch.steam {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-stores---switch.steam.demo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 25%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-stores---switch.steam.demo.mobile {
  display: none;
}

.button-stores---switch.steam.wishlist, .button-stores---switch.steam.wishlist-not {
  position: static;
}

.button-stores---switch.ps5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-stores---switch.switch {
  opacity: .38;
  background-color: #f8000000;
  background-image: linear-gradient(90deg, #ce2942, #51272b);
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-stores---switch.switch.wishlist.btn {
  display: none;
}

.prefs_close-2 {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.banner_container-2 {
  background-color: var(--black-mindcop);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  display: flex;
  position: relative;
}

.banner_text-link-2 {
  color: var(--mindcop-blue-green);
  border-bottom: 0 solid #fff;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.banner_text-link-2.white, .banner_text-link-2.blanc {
  color: #fff;
}

.banner_text-link-2.privacy {
  border-bottom-width: 1px;
}

.prefs_component-5 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.prefs_close-icon-4 {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.text-block {
  color: var(--mindcop-blue-green);
  margin-bottom: 10px;
  padding-left: 1rem;
  font-size: 18px;
  font-weight: 700;
}

.banner_text-4 {
  color: var(--mindcop-blue-green);
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 13px;
}

.banner_button-4 {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #8a2a36;
  border: 0 solid #fff;
  border-top: 2px solid #000;
  border-radius: 30px;
  width: 50%;
  min-width: 8.75rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.banner_button-4.button-alt {
  border-width: 2px;
  border-color: var(--mindcop-blue-green);
  color: var(--mindcop-blue-green);
  -webkit-text-stroke-color: red;
  background-color: #8a2a3600;
  border-radius: 30px;
  font-weight: 400;
}

.banner_buttons-wrapper-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.prefs_text-4 {
  color: #fff;
  font-size: .75rem;
}

.prefs_button-4 {
  color: #fff;
  background-color: #8a2a36;
  border: 2px solid #fff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.prefs_button-4.button-alt {
  color: #0c1825;
  background-color: #fff;
  border-color: #141c13;
}

.banner_component-6 {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c8dcd7a8;
  border: 0 solid #fff;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0% 0;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.banner_component-6.new {
  width: 50%;
  display: none;
  position: static;
}

.prefs_content-4 {
  background-color: #1e201f;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-copy {
  display: block;
}

.section {
  background-color: #485854c9;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.prefs_button-5 {
  color: #fff;
  background-color: #ca2942;
  border: 2px solid #fff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-family: 'Gluten', sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.prefs_button-5.button-alt {
  color: #0c1825;
  background-color: #fff;
  border-color: #141c13;
  font-family: Gluten, sans-serif;
}

.banner_text-link-3 {
  border-bottom: 1px solid var(--mindcop-blue-green);
  color: var(--mindcop-blue-green);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.prefs_close-icon-5 {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.banner_component-7 {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #ffffff80;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 1% auto;
}

.text-block-16 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.banner_button-5 {
  color: #fff;
  text-align: center;
  background-color: #ca2942;
  border: 0 solid #fff;
  border-top: 2px solid #000;
  border-radius: 20px;
  width: 50%;
  min-width: 8.75rem;
  margin: 10px;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1rem;
  font-weight: 700;
}

.banner_button-5.button-alt {
  border-width: 2px;
  border-color: var(--mindcop-blue-green);
  color: var(--mindcop-blue-green);
  -webkit-text-stroke-color: red;
  background-color: #f5f5f500;
  border-radius: 30px;
  margin: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-2 {
  display: block;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--mindcop-blue-green);
  flex-flow: column;
  margin-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
}

.banner_text-5 {
  color: var(--mindcop-blue-green);
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Gluten, sans-serif;
  font-size: 13px;
}

.prefs_label-4 {
  color: #ca2942;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-family: Gluten, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.prefs_content-5 {
  background-color: #1e2020;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.prefs_text-5 {
  color: #fff;
  font-family: Gluten, sans-serif;
  font-size: .75rem;
}

.banner_container-3 {
  background-color: #1e2020;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: 62.5rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.banner_buttons-wrapper-3 {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-right: 1rem;
  display: flex;
}

.div-block-11 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Mindcop-game-point-and-click.webp');
  background-position: 50% 0;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: auto;
}

.image-106 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
}

.accept-buttun-mobile {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #8a2a36;
  border: 0 solid #fff;
  border-top: 2px solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 8.75rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.accept-buttun-mobile.button-alt {
  border-width: 2px;
  border-color: var(--mindcop-blue-green);
  color: var(--mindcop-blue-green);
  -webkit-text-stroke-color: red;
  background-color: #8a2a3600;
  border-radius: 30px;
  font-weight: 400;
}

.accept-buttun-desktop {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #8a2a36;
  border: 0 solid #fff;
  border-top: 2px solid #000;
  border-radius: 30px;
  width: 50%;
  min-width: 8.75rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.accept-buttun-desktop.button-alt {
  border-width: 2px;
  border-color: var(--mindcop-blue-green);
  color: var(--mindcop-blue-green);
  -webkit-text-stroke-color: red;
  background-color: #8a2a3600;
  border-radius: 30px;
  font-weight: 400;
}

.div-block-12, .image-107 {
  width: 100%;
}

.continue-desktop {
  color: var(--mindcop-blue-green);
  border-bottom: 0 solid #fff;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}

.continue-desktop.white, .continue-desktop.blanc {
  color: #fff;
}

.continue-desktop.privacy {
  border-bottom-width: 1px;
}

.continue-mobile {
  color: var(--mindcop-blue-green);
  border-bottom: 0 solid #fff;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.continue-mobile.white, .continue-mobile.blanc {
  color: #fff;
}

.continue-mobile.privacy {
  border-bottom-width: 1px;
}

.continue {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  color: var(--mindcop-blue-green);
}

.section-2 {
  background-image: linear-gradient(90deg, #c72941, #52272b);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 8vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.carrousel-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.block-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-108 {
  height: 25px;
  margin-left: 0;
  margin-right: 5px;
}

.swi {
  height: 25px;
  margin-right: 5px;
}

.ps {
  height: 25px;
}

.txt2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.france {
  height: 25px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-13, .div-block-14 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-pays {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.pays-1 {
  height: 15px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-15 {
  width: 80%;
}

.play-now {
  color: var(--mindcop-blue-green);
  text-align: center;
  letter-spacing: 1px;
  margin-right: 0;
  padding-bottom: 3px;
  padding-left: 0;
  font-family: 'Gluten', sans-serif;
  font-size: 24px;
}

.image-109 {
  height: 25px;
}

.div-block-17 {
  z-index: 46;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: 6px;
  margin-left: 50px;
  display: flex;
  position: relative;
}

.sss {
  background-image: url('../images/Mindcop-game-1-detective.webp');
  background-position: 50%;
  background-size: cover;
}

.fr1 {
  background-image: url('../images/decouverte-dramatique-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.fr2 {
  background-image: url('../images/mindsurf-challenge-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.fr3 {
  background-image: url('../images/choix-dialogue-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.fr4 {
  background-image: url('../images/interrogatoire-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.fr5 {
  background-image: url('../images/mindsurf-verite-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.fr6 {
  background-image: url('../images/confrontation-pluie-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.fr7 {
  background-image: url('../images/options-dialogue-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.fr8 {
  background-image: url('../images/carnet-enquete-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.de {
  background-image: url('../images/szene-ermittlung-nacht-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.de1 {
  background-image: url('../images/dramatische-entdeckung-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.de2 {
  background-image: url('../images/mindsurf-challenge-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.de3 {
  background-image: url('../images/dialog-auswahl-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.de4 {
  background-image: url('../images/verhoer-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.de5 {
  background-image: url('../images/mindsurf-wahrheit-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.de6 {
  background-image: url('../images/regen-konfrontation-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.de7 {
  background-image: url('../images/dialogoptionen-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.de8 {
  background-image: url('../images/ermittlungsnotizbuch-mindcop.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-110, .image-111, .image-112, .image-113, .image-114, .image-115, .image-116, .image-117, .image-118 {
  width: 100%;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-69 {
  width: 100%;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.image-119 {
  transform-style: preserve-3d;
  min-width: 150px;
  max-width: 180px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.image-120 {
  min-width: 150px;
  max-width: 180px;
}

@media screen and (min-width: 1280px) {
  .header {
    background-position: 50% 109%;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: .5rem;
    padding-top: 2rem;
    padding-right: 10rem;
    display: flex;
  }

  .header.desktop {
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .button-stores.steam {
    width: 30%;
  }

  .button-stores.steam.demo {
    width: auto;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-stores.steam.wishlist {
    width: 22%;
  }

  .button-stores.steam.buttun {
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 80%;
    margin-top: 0;
    display: flex;
    position: absolute;
    inset: 3px 0% 0% auto;
  }

  .button-stores.ps5 {
    width: 22%;
  }

  .button-stores.ps5.buttun-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-stores.switch, .button-stores.switch.wishlist, .button-stores.switch.wishlist-not, .button-stores.switch.wishlist-not, .button-stores.switch.wishlist-not, .button-stores.switch.wishlist-not {
    width: 22%;
  }

  .div-block---buttons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .screenshots {
    position: absolute;
  }

  .section---game-infos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 15%;
    margin-right: 15%;
  }

  .heading-5 {
    font-size: 34px;
  }

  .heading-6.date {
    font-size: 26px;
  }

  .heading-7 {
    display: block;
  }

  .banner_component-3 {
    display: none;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-stores-switch.steam {
    width: 30%;
  }

  .button-stores-switch.steam.demo {
    width: auto;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-stores-switch.steam.wishlist, .button-stores-switch.ps5, .button-stores-switch.switch.wishlist {
    width: 22%;
  }

  .button-stores-copy-sitch.steam {
    width: 30%;
  }

  .button-stores-copy-sitch.steam.demo {
    width: auto;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-stores-copy-sitch.steam.wishlist, .button-stores-copy-sitch.ps5, .button-stores-copy-sitch.switch.wishlist {
    width: 22%;
  }

  .button-stores---switch.steam {
    width: 30%;
  }

  .button-stores---switch.steam.demo {
    width: auto;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-stores---switch.steam.wishlist, .button-stores---switch.steam.wishlist-not, .button-stores---switch.ps5, .button-stores---switch.switch.wishlist {
    width: 22%;
  }

  .banner_container-2 {
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .text-block {
    padding-left: 1rem;
  }

  .banner_text-4 {
    padding-left: 1rem;
    padding-right: 4.5rem;
  }

  .logos-pays {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-15 {
    height: auto;
  }

  .div-block-16 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .play-now {
    font-size: 24px;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .banner_container-3 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .text-block-6.wlt-now {
    margin-top: 0%;
  }

  .main-button-n.steam-btn {
    display: flex;
  }

  .header {
    margin-bottom: 1rem;
    padding-top: 4rem;
    padding-right: 16rem;
  }

  .header.desktop {
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .text-block-7 {
    font-size: 45px;
  }

  .button-stores.steam.demo {
    width: auto;
    max-width: 20%;
    padding: 10px 0;
  }

  .button-stores.ps5.buttun-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-3 {
    font-size: 60px;
  }

  .text-block-8 {
    font-size: 32px;
  }

  .game-info {
    min-width: 200px;
    min-height: 250px;
  }

  .heading-5 {
    font-size: 40px;
  }

  .heading-6.date {
    font-size: 30px;
  }

  .button-4 {
    font-size: 24px;
    line-height: 1.1;
  }

  .image-71 {
    margin-right: 80px;
  }

  .text-block-10 {
    margin-left: 80px;
  }

  .banner_close {
    display: block;
  }

  .prefs_button.button-alt {
    border-color: #111c0e;
  }

  .div-block-7 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .banner_close-2 {
    display: block;
  }

  .prefs_button-2.button-alt {
    border-color: #111c0e;
  }

  .banner_close-3 {
    display: block;
  }

  .prefs_button-3.button-alt {
    border-color: #111c0e;
  }

  .button-stores-switch.steam.demo, .button-stores-copy-sitch.steam.demo, .button-stores---switch.steam.demo {
    width: auto;
    max-width: 20%;
    padding: 10px 0;
  }

  .banner_container-2 {
    justify-content: space-between;
    align-items: center;
  }

  .text-block, .banner_text-4 {
    padding-left: 1rem;
  }

  .prefs_button-4.button-alt, .prefs_button-5.button-alt {
    border-color: #111c0e;
  }

  .banner_container-3 {
    width: 30%;
  }

  .play-now {
    font-size: 32px;
  }

  .image-109 {
    height: 35px;
  }
}

@media screen and (max-width: 50px) {/*991px*/
  .text-block-6.txt-to-support {
    font-size: 16px;
  }

  .text-block-6.wlt-now {
    font-size: 40px;
  }


  .text-block-7 {
    font-size: 24px;
  }

  .button-stores.steam.demo {
    flex-flow: row;
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .button-stores.steam.demo.mobile {
    max-width: none;
    display: flex;
  }

  .button-stores.steam.wishlist, .button-stores.steam.buttun, .button-stores.ps5, .button-stores.switch.wishlist, .button-stores.switch.wishlist-not, .button-stores.switch.wishlist-not, .button-stores.switch.wishlist-not, .button-stores.switch.wishlist-not {
    width: 50%;
  }

  .div-block---buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .lightbox-link-2 {
    max-width: 35%;
  }

  .sectoin-feature.detective, .sectoin-feature.mindsurf {
    flex-flow: column;
  }

  .heading-3 {
    margin-top: 0;
  }

  .image-64 {
    order: -1;
  }

  .image---breaker {
    margin-top: 60px;
  }

  .screenshots {
    top: 10%;
  }

  .image-102, .image-101 {
    width: 80px;
    min-width: 0;
  }

  .slider---screenshots {
    height: auto;
  }

  .en3 {
    background-position: 0 0, 50%;
  }

  .footer-section {
    overflow: hidden;
  }

  .button-4 {
    background-color: #3898ec00;
    font-size: 17px;
  }

  .banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .banner_text {
    margin-right: 0;
  }

  .banner_trigger {
    display: none;
  }

  .banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner_text-2, .banner_text-3 {
    margin-right: 0;
  }

  .button-stores-switch.steam.demo {
    flex-flow: row;
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .button-stores-switch.steam.demo.mobile {
    max-width: none;
    display: flex;
  }

  .button-stores-switch.steam.wishlist, .button-stores-switch.ps5, .button-stores-switch.switch.wishlist {
    width: 50%;
  }

  .button-stores-copy-sitch.steam.demo {
    flex-flow: row;
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .button-stores-copy-sitch.steam.demo.mobile {
    max-width: none;
    display: flex;
  }

  .button-stores-copy-sitch.steam.wishlist, .button-stores-copy-sitch.ps5, .button-stores-copy-sitch.switch.wishlist {
    width: 50%;
  }

  .button-stores---switch.steam.demo {
    flex-flow: row;
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .button-stores---switch.steam.demo.mobile {
    max-width: none;
    display: flex;
  }

  .button-stores---switch.steam.wishlist, .button-stores---switch.steam.wishlist-not, .button-stores---switch.ps5, .button-stores---switch.switch.wishlist {
    width: 50%;
  }

  .banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .banner_text-4 {
    margin-right: 0;
    padding-bottom: 0;
  }

  .banner_buttons-wrapper-2 {
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .banner_component-6 {
    width: 100%;
  }

  .banner_component-7 {
    padding-top: 0;
  }

  .banner_button-5.button-alt {
    padding-bottom: 15px;
  }

  .banner_text-5 {
    margin-right: 0;
  }

  .banner_container-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
  }

  .banner_buttons-wrapper-3 {
    margin-top: 1rem;
  }

  .div-block-10 {
    padding-right: 1rem;
  }

  .accept-buttun-mobile {
    justify-content: center;
    align-items: center;
  }

  .continue-mobile {
    display: none;
  }

  .continue {
    padding-right: 1rem;
  }

  .fr2, .de2 {
    background-position: 0 0, 50%;
  }

  .image-119, .image-120 {
    width: 80px;
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  .text-block-6.txt-to-support {
    font-size: 13px;
  }

  .text-block-6.wlt-now {
    font-size: 24px;
  }


  .button-stores.steam.demo.mobile {
    width: 50%;
    max-width: none;
  }

  .prefs_title {
    font-size: 1.25rem;
  }

  .banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .prefs_title-2, .prefs_title-3 {
    font-size: 1.25rem;
  }

  .button-stores-switch.steam.demo.mobile, .button-stores-copy-sitch.steam.demo.mobile, .button-stores---switch.steam.demo.mobile {
    width: 50%;
    max-width: none;
  }

  .banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    padding-top: 2rem;
  }

  .banner_text-4 {
    padding-bottom: 0;
  }

  .banner_container-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-10, .continue {
    margin-top: 0;
  }

  .left-arrow-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
  }

  .right-arrow-2 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 10px) {/*479px*/
  .text-block-6.txt-to-support {
    position: absolute;
    top: 220px;
  }


  .main-button-n {
    width: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    position: absolute;
    top: 30%;
    bottom: auto;
  }

  .main-button-n.steam-btn {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    top: 250px;
  }

  .button-inside.wishlist {
    font-size: 1.5rem;
    position: static;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 95vh;
    position: absolute;
  }


  .image {
    margin-top: 40px;
    padding-top: 0%;
    position: static;
    top: 25px;
  }

  .image-3 {
    justify-content: space-between;
    align-items: center;
    width: 40%;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    display: inline-flex;
  }

  .text-block-7 {
    letter-spacing: 4px;
    margin-top: 10px;
    font-size: 18px;
  }

  .button-stores.steam.demo {
    width: 80%;
  }

  .button-stores.steam.demo.mobile {
    width: 80%;
    max-width: 80%;
  }

  .button-stores.steam.wishlist {
    width: 100%;
  }

  .button-stores.steam.wishlist.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-stores.steam.buttun {
    width: 100%;
  }

  .button-stores.steam.buttun.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-stores.ps5 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-stores.switch {
    width: 100%;
  }

  .button-stores.switch.wishlist, .button-stores.switch.wishlist-not, .button-stores.switch.wishlist-not, .button-stores.switch.wishlist-not, .button-stores.switch.wishlist-not {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block---buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .section---pitch {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    overflow: visible;
  }

  .lightbox-link-2 {
    max-width: 55%;
    inset: auto 0% 0% auto;
  }

  .text-block-4 {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
  }

  .section---surf {
    overflow: hidden;
  }

  .image--surf {
    width: 60%;
  }

  .section-features {
    margin-bottom: 0;
  }

  .image-64 {
    max-width: 120px;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }


  .image---breaker {
    max-width: 50%;
    margin-top: 80px;
    margin-bottom: 0;
  }

  .right-arrow {
    height: auto;
    margin-right: 0;
  }

  .screenshots {
    width: 95%;
  }

  .left-arrow {
    height: auto;
    margin-left: 0;
  }

  .slider---screenshots {
    height: auto;
  }

  .heading-4 {
    text-align: center;
    width: 100%;
    font-size: 31px;
  }

  .section---game-infos {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column wrap;
  }

  .game-info {
    min-height: auto;
  }

  .section---demo {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .heading-7 {
    margin-top: 10px;
    font-size: 110px;
    display: block;
  }

  .heading-8 {
    font-size: 50px;
  }

  .heading-9 {
    font-size: 24px;
  }

  .footer-section {
    flex-flow: column;
    margin-top: 0;
    padding-top: 40px;
  }

  .div-block---logo-studio {
    order: 1;
  }

  .image-70 {
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block---links {
    margin-bottom: 20px;
  }

  .button-4 {
    text-align: center;
  }

  .image-71 {
    width: 180px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .prefs_component-4 {
    padding: 1.5rem;
  }

  .prefs_button {
    margin-bottom: .5rem;
  }

  .banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .prefs_content {
    padding: 1.5rem;
  }

  .text-block-13 {
    letter-spacing: normal;
    font-size: 11px;
  }

  .text-block-15 {
    color: var(--mindcop-blue-green);
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Gluten', sans-serif;
    font-size: 18px;
    line-height: 1.2;
  }

  .banner_close-2 {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .prefs_button-2 {
    margin-bottom: .5rem;
  }

  .prefs_content-2 {
    padding: 1.5rem;
  }

  .banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .banner_close-3 {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .prefs_button-3 {
    margin-bottom: .5rem;
  }

  .prefs_content-3 {
    padding: 1.5rem;
  }

  .banner_button-3 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .button-stores-switch.steam.demo {
    width: 80%;
  }

  .button-stores-switch.steam.demo.mobile {
    width: 80%;
    max-width: 80%;
  }

  .button-stores-switch.steam.wishlist {
    width: 100%;
  }

  .button-stores-switch.steam.wishlist.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-stores-switch.ps5 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-stores-switch.switch {
    width: 100%;
  }

  .button-stores-switch.switch.wishlist {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-stores-copy-sitch.steam.demo {
    width: 80%;
  }

  .button-stores-copy-sitch.steam.demo.mobile {
    width: 80%;
    max-width: 80%;
  }

  .button-stores-copy-sitch.steam.wishlist {
    width: 100%;
  }

  .button-stores-copy-sitch.steam.wishlist.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-stores-copy-sitch.steam.mobile {
    width: 100%;
  }

  .button-stores-copy-sitch.ps5 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-stores-copy-sitch.switch {
    width: 100%;
  }

  .button-stores-copy-sitch.switch.wishlist {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-stores---switch.steam.demo {
    width: 80%;
  }

  .button-stores---switch.steam.demo.mobile {
    width: 80%;
    max-width: 80%;
  }

  .button-stores---switch.steam.wishlist {
    width: 100%;
  }

  .button-stores---switch.steam.wishlist.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-stores---switch.steam.wishlist-not {
    width: 100%;
  }

  .button-stores---switch.steam.wishlist-not.mobile {
    opacity: .25;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-stores---switch.ps5 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-stores---switch.switch {
    width: 100%;
  }

  .button-stores---switch.switch.wishlist {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner_container-2 {
    justify-content: space-between;
    align-items: center;
    width: 95%;
    height: auto;
    padding: 0 0 30px;
  }

  .prefs_component-5 {
    padding: 1.5rem;
  }

  .text-block {
    margin-top: 1rem;
  }

  .banner_text-4 {
    padding-bottom: 0;
  }

  .banner_button-4 {
    width: 90%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .banner_button-4.button-alt {
    width: 90%;
  }

  .banner_buttons-wrapper-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    text-align: center;
    flex-flow: column;
  }

  .prefs_button-4 {
    margin-bottom: .5rem;
  }

  .banner_component-6 {
    width: 100%;
    bottom: 0%;
    left: 0%;
  }

  .prefs_content-4 {
    padding: 1.5rem;
  }

  .prefs_button-5 {
    margin-bottom: .5rem;
  }

  .banner_text-link-3 {
    color: var(--mindcop-blue-green);
    text-align: left;
    order: 0;
  }

  .banner_component-7 {
    margin-bottom: 0;
    padding-top: 0;
    bottom: 0%;
    left: 0%;
  }

  .text-block-16 {
    display: none;
  }

  .banner_button-5 {
    width: 80%;
    margin-bottom: .5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .banner_button-5.button-alt {
    border-radius: 30px;
    width: 90%;
  }

  .div-block-9 {
    order: 1;
    margin-top: 10px;
    padding-left: 0;
  }

  .banner_text-5 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .prefs_content-5 {
    padding: 1.5rem;
  }

  .banner_container-3 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .banner_buttons-wrapper-3 {
    text-align: center;
    flex-flow: column;
    order: 0;
  }

  .div-block-10 {
    order: 1;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 0;
    padding-right: 1rem;
    text-decoration: underline;
    display: flex;
  }

  .div-block-11 {
    background-image: none;
  }

  .accept-buttun-mobile {
    text-transform: uppercase;
    width: 90%;
    margin-bottom: .5rem;
    margin-left: 0;
    font-size: 1rem;
    display: block;
  }

  .accept-buttun-mobile.button-alt {
    width: 90%;
  }

  .accept-buttun-desktop {
    width: 90%;
    margin-bottom: .5rem;
    margin-left: 0;
    display: none;
  }

  .accept-buttun-desktop.button-alt {
    width: 90%;
  }

  .image-107 {
    width: 100%;
  }

  .continue-mobile {
    text-decoration: underline;
    display: flex;
  }

  .continue {
    margin-top: 0;
    padding-right: 1rem;
    display: none;
  }

  .play-now {
    letter-spacing: normal;
    font-size: 11px;
  }

  .mask {
    height: auto;
  }

  .left-arrow-2 {
    padding-left: 0;
  }

  .right-arrow-2 {
    padding-right: 0;
  }
}


@font-face {
  font-family: ''Gluten'';
  src: url('../fonts/'Gluten'-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}