@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "bebasneue";
  font-display: swap;
  src: url("/c2zB5V__fonts/c2zB5V__bebasneue-regular.woff2") format("woff2"), url("/c2zB5V__fonts/c2zB5V__bebasneue-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "opensans";
  font-display: swap;
  src: url("/c2zB5V__fonts/c2zB5V__opensans-bold.woff2") format("woff2"), url("/c2zB5V__fonts/c2zB5V__opensans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "opensans";
  font-display: swap;
  src: url("/c2zB5V__fonts/c2zB5V__opensans-regular.woff2") format("woff2"), url("/c2zB5V__fonts/c2zB5V__opensans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #8C8C8C;
  --font-color: #fff;
  --font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  --font-family: opensans, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: 1.123rem;
  --btn-font-weight: 400;
  --btn-padding: 0.8em 1em;
  --btn-bg: #39FF14;
  --btn-bg-hover: #404040;
  --btn-color: #404040;
  --btn-color-hover: #FCFCFC;
  --btn-radius: 2rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: inset -120px 0px 100px -10px rgba(0, 247, 255, 0.7);
  --btn-shadow-hover: inset -120px 0px 100px -10px rgba(0, 247, 255, 0);
  --accent-gradient: linear-gradient(107deg, #39FF14 0%, #00F5FF 100%);
}

h1,
.c2zB5V__h1,
h2,
.c2zB5V__h2,
h3,
.c2zB5V__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-family: bebasneue;
}

h1,
.c2zB5V__h1 {
  font-size: clamp(1.875rem, 1.4855769231rem + 1.7307692308vw, 3rem);
}

h2,
.c2zB5V__h2 {
  font-size: clamp(1.875rem, 1.8317307692rem + 0.1923076923vw, 2rem);
}

h3,
.c2zB5V__h3 {
  font-size: clamp(1.375rem, 1.3317307692rem + 0.1923076923vw, 1.5rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.c2zB5V__no-scroll {
  overflow: hidden;
}

.c2zB5V__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c2zB5V__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c2zB5V__items .c2zB5V__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.c2zB5V__terms {
  font-size: 16px;
}

.c2zB5V__terms .c2zB5V__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.c2zB5V__terms li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c2zB5V__terms li:before {
  content: "•";
  margin-inline: 8px;
}

.c2zB5V__main section {
  padding-block: 40px;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  gap: 10px;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
  line-height: 1.2;
  white-space: nowrap;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: bebasneue;
  border: 1px solid #FCFCFC;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.btn-hover {
  color: var(--btn-color-hover);
  background-color: var(--btn-bg-hover);
  -webkit-box-shadow: var(--btn-shadow-hover);
  box-shadow: var(--btn-shadow-hover);
  border-color: #5DE423;
}

.c2zB5V__stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c2zB5V__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.c2zB5V__popup__title {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.c2zB5V__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(62, 62, 62, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.c2zB5V__modal-content {
  background: #0B0C0B;
  padding: 2rem 1rem;
  position: relative;
  max-width: 600px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  text-align: center;
  border-radius: 10px;
}

.c2zB5V__modal-content .btn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

.c2zB5V__modal-content h2 {
  text-align: center;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 24px;
}

.c2zB5V__close {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
}

body.c2zB5V__modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.c2zB5V__checkbox-container {
  margin-top: 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;
}

.c2zB5V__checkbox-container input[type=checkbox] {
  margin-right: 10px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.c2zB5V__checkbox-container label {
  cursor: pointer;
  font-size: 12px;
}

.c2zB5V__cookie-consent {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  z-index: 1000;
}

.c2zB5V__cookie-consent__actions {
  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;
  gap: 12px;
  width: 100%;
  max-width: 300px;
}

.c2zB5V__cookie-consent .btn {
  font-size: 14px;
}

.c2zB5V__item.c2zB5V__img,
.c2zB5V__img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 280px;
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  border-radius: 18px;
}

.c2zB5V__item.c2zB5V__wrapper,
.c2zB5V__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  cursor: default;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}

.c2zB5V__item.c2zB5V__wrapper--green,
.c2zB5V__wrapper--green {
  -webkit-box-shadow: 0 4px 14px 0 #5DE423;
  box-shadow: 0 4px 14px 0 #5DE423;
}

/* Blocks */

.c2zB5V__banner {
  background-image: url("/c2zB5V__img/c2zB5V__banner.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 120px;
}				.c2zB5V__avif .c2zB5V__banner {					background-image: url("/c2zB5V__img/c2zB5V__banner.avif")				}			

.c2zB5V__banner .c2zB5V__inner {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 40px 32px;
  text-align: center;
}

.c2zB5V__footer {
  margin-top: auto;
  padding-block: 40px;
  background: var(--accent-gradient);
  color: #0B0C0B;
  font-size: 14px;
}

.c2zB5V__footer h2 {
  font-size: 16px;
}

.c2zB5V__footer a:hover {
  opacity: 0.6;
}

.c2zB5V__footer .c2zB5V__items {
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 24px;
}

.c2zB5V__footer .c2zB5V__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c2zB5V__footer .c2zB5V__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c2zB5V__footer .c2zB5V__logos img {
  width: auto;
  max-height: 50px;
}

.c2zB5V__footer .c2zB5V__age {
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("/c2zB5V__img/c2zB5V__18-plus.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: default;
}

.c2zB5V__footer .c2zB5V__hr {
  position: relative;
  height: 1px;
  background: #0B0C0B;
  overflow: visible;
}

.c2zB5V__information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.c2zB5V__information-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
}

.c2zB5V__information-list li::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c2zB5V__information-list .c2zB5V__tel::before {
  background-image: url("/c2zB5V__img/c2zB5V__icon-tel.svg");
}

.c2zB5V__information-list .c2zB5V__support::before {
  background-image: url("/c2zB5V__img/c2zB5V__icon-mail.svg");
}

.c2zB5V__information-list .c2zB5V__location::before {
  background-image: url("/c2zB5V__img/c2zB5V__icon-location.svg");
}

.c2zB5V__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.c2zB5V__social a {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c2zB5V__social .c2zB5V__telegram {
  background-image: url("/c2zB5V__img/c2zB5V__icon-telegram.svg");
}

.c2zB5V__social .c2zB5V__instagram {
  background-image: url("/c2zB5V__img/c2zB5V__icon-instagram.svg");
}

.c2zB5V__header {
  background: var(--accent-gradient);
  padding-block: 20px;
  color: #0B0C0B;
}

.c2zB5V__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c2zB5V__header .c2zB5V__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.c2zB5V__header a {
  font-family: bebasneue;
}

.c2zB5V__header a:hover {
  opacity: 0.8;
}

.c2zB5V__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c2zB5V__logo img {
  width: 109px;
  aspect-ratio: 4.54/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.c2zB5V__info h2,
.c2zB5V__info h3 {
  color: #5DE423;
}

.c2zB5V__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.c2zB5V__mobile-nav--open {
  top: 0;
}

.c2zB5V__mobile-nav a {
  color: #fff;
}

.c2zB5V__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
  text-align: center;
}

/* Nav Icon */

.c2zB5V__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #0B0C0B;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 4);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c2zB5V__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.c2zB5V__nav-icon::before,
.c2zB5V__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.c2zB5V__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.c2zB5V__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.c2zB5V__nav-icon.c2zB5V__nav-icon--active {
  background-color: transparent;
}

.c2zB5V__nav-icon.c2zB5V__nav-icon--active::before,
.c2zB5V__nav-icon.c2zB5V__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.c2zB5V__nav-icon.c2zB5V__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c2zB5V__nav-icon.c2zB5V__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.c2zB5V__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.c2zB5V__spielautomaten {
  font-size: 16px;
}

.c2zB5V__spielautomaten .c2zB5V__items {
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.c2zB5V__spielautomaten .c2zB5V__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  text-wrap: pretty;
}

.c2zB5V__spielautomaten .c2zB5V__time::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("/c2zB5V__img/c2zB5V__icon-time.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1220px) {
  .c2zB5V__container {
    padding: 0 var(--container-padding-tablet);
    gap: 16px;
  }

  .c2zB5V__header__nav {
    display: none;
  }

  .c2zB5V__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .c2zB5V__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c2zB5V__items .c2zB5V__item {
    gap: 10px;
  }

  .c2zB5V__main section {
    padding-block: 24px;
  }

  .btn {
    width: 100%;
    padding-inline: 0.6rem;
  }

  .c2zB5V__modal {
    overflow-y: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-block: 20px;
  }

  .c2zB5V__modal-content {
    padding: 12px;
    max-width: 400px;
  }

  .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c2zB5V__cookie-consent__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c2zB5V__item.c2zB5V__img,
  .c2zB5V__img {
    min-height: 200px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .c2zB5V__item.c2zB5V__wrapper,
  .c2zB5V__wrapper {
    padding: 24px 16px;
    gap: 16px;
  }

  .c2zB5V__banner {
    padding-block: 40px;
  }

  .c2zB5V__footer .c2zB5V__logos img {
    max-height: 30px;
    max-width: 106px;
  }

  .c2zB5V__information-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c2zB5V__header {
    padding-block: 18px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    color: var(--btn-color-hover);
    background-color: var(--btn-bg-hover);
    -webkit-box-shadow: var(--btn-shadow-hover);
    box-shadow: var(--btn-shadow-hover);
    border-color: #5DE423;
  }
}