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

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

html,
body {
  width: 100%;
  line-height: 1;
  font-size: 14px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

input,
button,
textarea {
  font-family: inherit;
}

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

textarea,
input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: inherit;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: inherit;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: inherit;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

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

a {
  display: inline-block;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

/* Маркеры для списков — поверх глобального сброса ul li */
.fgh3b_list-disc {
  list-style: none;
  padding-left: 0;
}

.fgh3b_list-disc > li {
  position: relative;
  padding-left: 21px;
}

.fgh3b_list-disc > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #fff;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

picture {
  display: block;
  width: 100%;
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

address {
  font-style: normal;
}

strong {
  display: block;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../n8k2v5pz_fonts/inter-v20-latin-300-rv39t.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../n8k2v5pz_fonts/inter-v20-latin-regular-rv39t.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../n8k2v5pz_fonts/inter-v20-latin-500-rv39t.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../n8k2v5pz_fonts/inter-v20-latin-600-rv39t.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../n8k2v5pz_fonts/inter-v20-latin-700-rv39t.woff2) format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../n8k2v5pz_fonts/plus-jakarta-sans-v12-latin-regular-rv39t.woff2) format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../n8k2v5pz_fonts/plus-jakarta-sans-v12-latin-600-rv39t.woff2) format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../n8k2v5pz_fonts/plus-jakarta-sans-v12-latin-700-rv39t.woff2) format('woff2');
}

:root {
  --font-family: 'Inter', sans-serif;
  --font-secondary: 'Plus Jakarta Sans', sans-serif;
  --container-width: 1200px;
  --container-step: 100px;
  --container-step-tablet: 30px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #0a0a0a;
  --main: #010101;
  --black: #000000;
  --tx-color: var(--white);
  --white: #ffffff;
  --tx-main-color: #ffffff;
  --brown: #2f0014;
  --hover: #7b68ee;
  --active: #4169e1;
  --Greek_now: #0000ae;
  --GR_Acc_now: #fffb00;
  --White_0: #fefefe;
  --ColorGR_F: #4571d6;
  --GR_2: #6390f7;
}

h1 {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 991px) {
    font-size: 30px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.h2-classes {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 991px) {
    font-size: 26px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

h2 {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 991px) {
    font-size: 26px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

p,
li {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 991px) {
    font-size: 14px;
  }
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.txt-color-white {
  color: #fff;
}

.letter-spacing-96 {
  letter-spacing: 0.96px;
}

.padding-section-mobile {
  padding-top: 20px;
  padding-bottom: 40px;
  @media (max-width: 770px) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.padding-section-mobile-40 {
  padding: 40px 0;
  @media (max-width: 600px) {
    padding: 20px 0;
  }
}

.padding-section {
  padding: 40px 0;
}

.txt-color {
  color: #f9f9f9;
}

.txt-color-black {
  color: var(--black);
}

.span-color {
  color: var(--tx-color);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 1300px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
  @media (max-width: 1300px) {
    margin-bottom: 80px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-90 {
  margin-bottom: 90px;
  @media (max-width: 1300px) {
    margin-bottom: 70px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-60 {
  margin-bottom: 60px;
  @media (max-width: 1300px) {
    margin-bottom: 50px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-80 {
  margin-bottom: 80px;
  @media (max-width: 1300px) {
    margin-bottom: 60px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-20-10 {
  margin-bottom: 20px;
  @media (max-width: 1300px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-14-16 {
  margin-bottom: 14px;
  @media (max-width: 600px) {
    margin-bottom: 16px;
  }
}

.mg-bottom-24-16 {
  margin-bottom: 24px;
  @media (max-width: 991px) {
    margin-bottom: 16px;
  }
}

.mg-bottom-16-12 {
  margin-bottom: 16px;
  @media (max-width: 600px) {
    margin-bottom: 12px;
  }
}

.mg-bottom-24 {
  margin-bottom: 24px;
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-bottom-30-10 {
  margin-bottom: 30px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
  @media (max-width: 600px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-30-20 {
  margin-bottom: 30px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-32-24 {
  margin-bottom: 32px;
  @media (max-width: 991px) {
    margin-bottom: 24px;
  }
}

.mg-bottom-32 {
  margin-bottom: 32px;
}

.mg-bottom-20-30 {
  margin-bottom: 20px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-50-40 {
  margin-bottom: 50px;

  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-8 {
  margin-bottom: 8px;
}

input[type='text'],
input[type='email'],
input[type='date'],
input[type='time'],
input[type='tel'],
input[type='number'],
input[type='password'],
textarea {
  width: 100%;
}

.popap_page {
  display: none;
}

.popap_page:active {
  display: block;
}

.status {
  margin-top: 20px;
}

.fgh3b_sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.label {
  color: var(--white, #f9f9f9);
  font-family: Hind, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

textarea {
  min-height: 120px;
}

.display-flex-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.display-flex-row {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.rd-transfer {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fgh3b_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family), sans-serif;
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: var(--background-page);
}

.fgh3b_main {
  flex: 1 1 auto;
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}

button,
a {
  color: var(--tx-color);
}

.brr-20-10 {
  border-radius: 20px;
}
@media (max-width: 600px) {
  .brr-20-10 {
    border-radius: 10px;
  }
}

.brr-20 {
  border-radius: 20px;
}

.brr-10 {
  border-radius: 10px;
  overflow: hidden;
}

.age {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.liner {
  border-radius: 10px;
  width: 100%;
  height: 16px;
  position: relative;
}
.liner span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
}

.mb-section:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1220px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 1300px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 40px;
  }
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px;
  }
}

.mb-6:not(:last-child) {
  margin-bottom: 6px;
}

.mb-10:not(:last-child) {
  margin-bottom: 10px;
}

.mb-20:not(:last-child) {
  margin-bottom: 20px;
}

.mb-24:not(:last-child) {
  margin-bottom: 24px;
}

.p-16-8 {
  padding: 16px;
}
@media (max-width: 1300px) {
  .p-16-8 {
    padding: 12px;
  }
}
@media (max-width: 600px) {
  .p-16-8 {
    padding: 8px;
  }
}

.p-20 {
  padding: 20px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ptb-40-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .ptb-40-20 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .ptb-40-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.ptb-50-40 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1300px) {
  .ptb-50-40 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .ptb-50-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-16-14 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 600px) {
  .ptb-16-14 {
    padding-bottom: 14px;
    padding-top: 14px;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  word-break: break-all;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  min-width: 254px;
}
@media (any-hover: hover) {
  .logo:hover {
    color: var(--hover);
  }
}
.logo:focus-visible {
  color: var(--hover);
}
.logo:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.logo span {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.letter-logo-shadow {
  margin-bottom: -8px;
  margin-right: -4px;
  margin-left: -4px;
}

.letter-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1px;
  word-break: break-all;
}

.letter-dash {
  margin-bottom: 6px;
}

.tx-40-28 {
  font-size: 40px;
}
@media (max-width: 1300px) {
  .tx-40-28 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .tx-40-28 {
    font-size: 28px;
  }
}

.tx-60-30 {
  font-size: 60px;
  @media (max-width: 1300px) {
    font-size: 50px;
  }
  @media (max-width: 991px) {
    font-size: 40px;
  }
  @media (max-width: 600px) {
    font-size: 30px;
  }
}

.tx-40-24 {
  font-size: 40px;
  @media (max-width: 1300px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.tx-40-18 {
  font-size: 40px;
  @media (max-width: 1300px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    font-size: 18px;
  }
}

.tx-48-38 {
  font-size: 48px;
  @media (max-width: 1300px) {
    font-size: 42px;
  }
  @media (max-width: 600px) {
    font-size: 38px;
  }
}

.tx-46-32 {
  font-size: 46px;
  @media (max-width: 1300px) {
    font-size: 40px;
  }
  @media (max-width: 600px) {
    font-size: 32px;
  }
}

.tx-60-34 {
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-60-34 {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .tx-60-34 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .tx-60-34 {
    font-size: 34px;
  }
}

.tx-60-40 {
  font-weight: 400;
  font-size: 60px;

  @media (max-width: 1220px) {
    font-size: 50px;
  }
  @media (max-width: 600px) {
    font-size: 40px;
  }
}

.tx-80-34 {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-80-34 {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  .tx-80-34 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .tx-80-34 {
    font-size: 34px;
  }
}

.tx-70-30 {
  font-size: 70px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 55px;
  }
  @media (max-width: 1100px) {
    font-size: 45px;
  }
  @media (max-width: 600px) {
    font-size: 30px;
  }
}

.tx-72-38 {
  font-size: 72px;
  @media (max-width: 1220px) {
    font-size: 55px;
  }
  @media (max-width: 1100px) {
    font-size: 45px;
  }
  @media (max-width: 600px) {
    font-size: 38px;
  }
}

.tx-50-24 {
  font-size: 50px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 40px;
  }
  @media (max-width: 1100px) {
    font-size: 30px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.mg-top-bottom-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.mg-top-50 {
  margin-top: 50px;
}

.mg-top-40-30 {
  margin-top: 40px;
  @media (max-width: 991px) {
    margin-top: 30px;
  }
}

.mg-top-40 {
  margin-top: 40px;
}

.mg-top-32 {
  margin-top: 32px;
}

.mg-bottom-40 {
  margin-bottom: 40px;
}

.mg-bottom-40-20 {
  margin-bottom: 40px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-40-12 {
  margin-bottom: 40px;
  @media (max-width: 600px) {
    margin-bottom: 12px;
  }
}

.mg-bottom-40-30 {
  margin-bottom: 40px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.mg-bottom-50 {
  margin-bottom: 50px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.mg-bottom-16 {
  margin-bottom: 16px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.pd-top-bottom-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-top-40 {
  padding-top: 40px;
}

.pd-bottom-50 {
  padding-bottom: 50px;
}

.pd-bottom-40 {
  padding-bottom: 40px;
}

.tx-30-24 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 30px;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.tx-30-18 {
  font-size: 30px;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 18px;
  }
}

.tx-30-20 {
  font-size: 30px;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

.tx-30 {
  font-size: 30px;
}

.tx-38-24 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-38-24 {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .tx-38-24 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .tx-38-24 {
    font-size: 24px;
  }
}

.tx-14 {
  font-size: 14px;
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.tx-14-10 {
  font-weight: 400;
  font-size: 14px;
  @media (max-width: 600px) {
    font-size: 10px;
  }
}

.text-yellow {
  color: #cc9d33;
}

.tx-12-150 {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
}

.tx-12-8 {
  font-weight: 400;
  font-size: 12px;
  @media (max-width: 991px) {
    font-size: 8px;
  }
}

.tx-10-8 {
  font-weight: 400;
  font-size: 10px;
  @media (max-width: 991px) {
    font-size: 8px;
  }
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.tx-16-12 {
  font-weight: 400;
  font-size: 16px;
  @media (max-width: 991px) {
    font-size: 12px;
  }
}

.tx-16-150 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--tx-color);
}

.line-height-150 {
  line-height: 150%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-120-140 {
  line-height: 120%;
  @media (max-width: 600px) {
    line-height: 140%;
  }
}

.line-height-130-width600 {
  @media (max-width: 600px) {
    line-height: 130%;
  }
}

.line-height-140 {
  line-height: 140%;
}

.tx-20 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-12 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .tx-20-12 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .tx-20-12 {
    font-size: 12px;
  }
}

.tx-24-20 {
  font-size: 24px;
  @media (max-width: 1220px) {
    font-size: 22px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
    line-height: 130%; /* 26px */
    letter-spacing: 0.8px;
  }
}

.tx-24-16 {
  font-size: 24px;
  @media (max-width: 1100px) {
    font-size: 20px;
  }
  @media (max-width: 600px) {
    font-size: 16px;
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-16 {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-20-18 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.tx-28-18 {
  font-size: 28px;

  @media (max-width: 991px) {
    font-size: 18px;
  }
}

.tx-24-14 {
  font-size: 24px;

  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.tx-24 {
  font-size: 24px;
}

.tx-main {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .tx-main {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .tx-main {
    font-size: 16px;
  }
}

.hover-color {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-color:hover {
    color: var(--hover);
  }
}
.hover-color:focus-visible {
  color: var(--hover);
}
.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.d-block {
  display: block;
}

.w100 {
  min-width: 0;
  width: 100%;
}

.h100 {
  min-height: 0;
  height: 100%;
}

.relative-z2 {
  position: relative;
  z-index: 2;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.underline {
  text-decoration: underline;
}

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

.text-center-max991 {
  @media (max-width: 991px) {
    text-align: center;
  }
}

.text-center-max600 {
  @media (max-width: 600px) {
    text-align: center;
  }
}

.text-center-min991 {
  @media (min-width: 991px) {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fgh3b_header {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100000;
  height: 50px;
  background: var(--White_0, #fefefe);
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%; */
  @media (max-width: 991px) {
    height: 48px;
  }
}

.fgh3b_topbar {
  background: #1a1a1f;
  position: relative;
  z-index: 100000;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 8px 0;
  @media (max-width: 991px) {
    padding: 4px 24px;
  }
}

.fgh3b_topbar__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.fgh3b_topbar__icon svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 600px) {
  .fgh3b_topbar__content {
    align-items: center;
  }
}

/* .fgh3b_nav__link.active {
  border-radius: 20px;
  border: 1px solid #d6ff6d;
} */

/* .fgh3b_nav__link:hover {
  color: #4151ff;
} */

.fgh3b_logo img {
  width: 160px;
  height: 24px;
  aspect-ratio: 1/1;
}

.fgh3b_nav__item--button {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.fgh3b_logo {
  display: flex;
  height: 24px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.display-none-min {
  @media (min-width: 991px) {
    display: none;
  }
}

.display-none-max {
  @media (max-width: 991px) {
    display: none;
  }
}

.fgh3b_header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.fgh3b_header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 991px) {
  .fgh3b_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 99999;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .fgh3b_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.fgh3b_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  z-index: 99999;
}

.fgh3b_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .fgh3b_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .fgh3b_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.fgh3b_header__exit-menu::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transform: rotate(45deg);
}

.fgh3b_header__exit-menu::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transform: rotate(-45deg);
}

.fgh3b_nav {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.btn-header-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-btn {
  min-width: 151px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 14px 24px;
  border-radius: 10px;
  border: 1px solid #ffb22b;
  color: #ffb22b;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.header-btn.btn-adventure {
  max-width: 151px;
  @media (max-width: 600px) {
    max-width: 100%;
  }
}

.header-btn.log-in {
  color: #010101;
  background: #ffb22b;
}

.fgh3b_disclaimer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header-btn.log-in:hover {
  background: #ffbe4c;
}

.header-btn:hover {
  border-radius: 10px;
  border: 1px solid #ffb22b;
  background: rgba(255, 178, 43, 0.23);
}

.header-btn.with100 {
  @media (max-width: 600px) {
    max-width: 100%;
    width: 100%;
  }
}
.fgh3b_nav__item-age-verification {
  width: 24px;
  height: 12px;
  aspect-ratio: 2/1;
}

.fgh3b_nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .fgh3b_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    color: #f9f9f9;
  }
}

@media (max-width: 991px) {
  .fgh3b_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

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

.fgh3b_nav__link {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 10px;
}

.fgh3b_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 50px;
  padding: 4px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .fgh3b_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
}

.fgh3b_burger svg {
  width: 40px;
  height: 40px;
}

/* Попап стили */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup {
  display: flex;
  max-width: 420px;
  width: 100%;
  padding: 30px 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  gap: 20px;
  position: relative;
  animation: popupAppear 0.3s ease-out;
  border-radius: 6px;
  border: 1px solid #fff;
  background: black;
}

@keyframes popupAppear {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.popup-header {
  text-align: center;
}

.popup-title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  text-transform: uppercase;
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.close-btn:hover {
  background: #f0f0f0;
  color: #333;
}

.form-group {
  margin-bottom: 10px;
}

.form-input:focus {
  outline: none;
  border-color: #4285f4;
}

.form-submit {
  display: flex;
  padding: 10px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #ffb22b;
  color: #fff;
  font-family: 'Clash Display', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.form-submit.w100-btn {
  max-width: 100%;
  width: 100%;
}

.form-submit:hover {
  background: #c52669;
}

.form-link button {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.form-link a:hover {
  color: #6b89ba;
}

.success-popup {
  text-align: center;
}

.success-message {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  text-transform: uppercase;
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.font-family-Clash {
  font-family: 'Clash Display', sans-serif;
}

.show {
  display: flex;
}

.fgh3b_hero-section {
  padding: 20px 0;
  background: url('/n8k2v5pz_img/hero-background-fh83n.webp') center / cover no-repeat;
}

@media (max-width: 600px) {
  .fgh3b_hero-section {
    padding: 20px 0;
    background: url('/n8k2v5pz_img/hero-background-mobile-fh82h.webp') center / cover no-repeat;
  }
}

@media (max-width: 450px) {
  .fgh3b_hero-section {
    padding: 20px 0;
  }
}

.lotteria-nazionale_terms h1 {
  @media (max-width: 600px) {
    font-size: 34px;
  }
  @media (max-width: 500px) {
    font-size: 30px;
  }
  @media (max-width: 400px) {
    font-size: 24px;
  }
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.fgh3b_hero-new {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  margin: 0 auto;
}

.fgh3b_hero-badge {
  display: flex;
  padding: 6px 20px;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  border: 1px solid var(--Hor1, #2c32f1);
}

.fgh3b_hero-badge img {
  width: 14px;
  height: 14px;
}

.fgh3b_hero-badge span {
  color: var(--White_0, #fefefe);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.fgh3b_hero-description {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 991px) {
    font-size: 14px;
  }
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.fgh3b_hero-metrics {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}

.fgh3b_hero-metrics li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--White_0, #fefefe);
  text-align: center;
  width: 100%;
}

.fgh3b_hero-metrics strong {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  @media (max-width: 991px) {
    font-size: 22px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

.fgh3b_hero-metrics span {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  @media (max-width: 991px) {
    font-size: 14px;
  }
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.fgh3b_hero-metrics li:first-child,
.fgh3b_hero-metrics li:last-child {
  max-width: 200px;
  width: 100%;
}

.fgh3b_hero-metrics li:nth-child(2) {
  max-width: 140px;
  width: 100%;
}

.fgh3b_hero-cta {
  display: flex;
  padding: 16px 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #fefefe;
  color: #fefefe;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  overflow: hidden;
}

.fgh3b_hero-cta::after {
  content: '';
  position: absolute;
  top: -120px;
  left: -100px;
  width: 40px;
  height: 320px;
  background: rgba(255, 255, 255, 0.85);
  transform: rotate(45deg);
  animation: fgh3b_cta-glare-slide 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes fgh3b_cta-glare-slide {
  0% {
    transform: translateX(0) rotate(45deg);
  }
  30%,
  100% {
    transform: translateX(350px) rotate(45deg);
  }
}

.fgh3b_hero-cta__text {
  color: var(--white, #fff);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
}

.fgh3b_platforms__badge {
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid #2c32f1;
  background: rgba(44, 50, 241, 0.1);
  color: #fefefe;
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  @media (max-width: 600px) {
    display: none;
  }
}

.fgh3b_platforms h2 {
  margin-bottom: 10px;
  text-align: center;
  @media (max-width: 600px) {
    display: none;
  }
}

.fgh3b_platforms > p {
  text-align: center;
  margin: 0 auto 30px;
  @media (max-width: 600px) {
    display: none;
  }
}

.fgh3b_platforms__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  @media (max-width: 770px) {
    gap: 4px;
  }
}

.fgh3b_platform-card__left-mobile {
  display: none;
  @media (max-width: 770px) {
    display: flex;
    align-items: center;
    gap: 4px;
  }
}

.fgh3b_platform-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--Hor1, #2c32f1);
  background: rgba(44, 50, 241, 0.1);
  box-shadow: 4px -4px 12px 0 #2c32f1;

  @media (max-width: 770px) {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Hor1, #2c32f1);
    background: rgba(44, 50, 241, 0.1);
    box-shadow: 4px 0 12px 0 #2c32f1;
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }
}

.fgh3b_platform-card__main {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  min-width: 0;
}

.fgh3b_platform-card__left {
  max-width: 140px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fgh3b_platform-card__num {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid #2c32f1;
  color: #fefefe;
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fgh3b_platform-card__logo-link {
  display: flex;
  height: 80px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--Hor1, #2c32f1);
  background: rgba(44, 50, 241, 0.1);
  @media (max-width: 770px) {
    max-width: 120px;
    width: 100%;
    height: auto;
    border: none;
    background: none;
    padding: 0;
    border-radius: 0;
  }
}

.fgh3b_platform-card__logo {
  width: 100%;
  height: 58px;
  object-fit: contain;
  @media (max-width: 770px) {
    height: auto;
  }
}

.fgh3b_platform-card__center {
  max-width: 734px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.fgh3b_platform-card__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  @media (max-width: 770px) {
    gap: 2px;
  }
}

.fgh3b_platform-card__center-mobile {
  display: none;
  @media (max-width: 770px) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
}

.fgh3b_platform-card__tags span {
  display: flex;
  padding: 4px 10px;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  background: var(--Hor1, #2c32f1);
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  @media (max-width: 770px) {
    display: flex;
    padding: 4px 6px;
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    border: 1px solid var(--Hor1, #2c32f1);
    font-size: 8px;
    background: none;
  }
}

.fgh3b_platform-card__games-mobile {
  display: none;
  @media (max-width: 770px) {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 6px;
    flex-wrap: nowrap;

    a {
      @media (max-width: 770px) {
        display: flex;
        padding: 4px 8px;
        align-items: center;
        border-radius: 6px;
        border: 1px solid var(--Hor1, #2c32f1);
        background: none;
        font-size: 10px;
      }
    }
  }
}

.mobile-text-platform-description {
  display: none;
  @media (max-width: 770px) {
    display: block;
    color: var(--White_0, #fefefe);
    font-family: var(--font-family), sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.fgh3b_platform-card__center-mobile-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  max-width: 129px;
  width: 100%;
}

.fgh3b_platform-card__center-mobile-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 145px;
  width: 100%;
}

.fgh3b_platform-card__title {
  color: #fefefe;
  font-family: var(--font-family), sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.fgh3b_platform-card__rating-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  @media (max-width: 770px) {
    gap: 4px;
  }
}

.fgh3b_platform-card__rating-link img {
  width: 84px;
  height: 15px;
  @media (max-width: 770px) {
    width: 13px;
    height: 14px;
    aspect-ratio: 13/14;
  }
}

.fgh3b_platform-card__rating-link span {
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  @media (max-width: 770px) {
    font-size: 10px;
  }
}

.fgh3b_platform-card__center p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-secondary), sans-serif;
}

.fgh3b_platform-card__games {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.fgh3b_platform-card__games a {
  display: flex;
  padding: 4px 10px;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  border: 1px solid var(--Hor1, #2c32f1);
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fgh3b_platform-card__right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 9px;
}

.fgh3b_platform-card__cta {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 4px;
  border-radius: 30px;
  background: var(--Hor1, #2c32f1);
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 770px) {
    padding: 10px;
    border-radius: 20px;
    background: var(--Hor1, #2c32f1);
    font-size: 14px;
  }
}

.fgh3b_platform-card__details {
  color: var(--White_0, #fefefe);
  text-align: right;
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 770px) {
    font-size: 12px;
  }
}

.fgh3b_platform-card__right p {
  color: var(--White_0, #fefefe);
  text-align: right;
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fgh3b_platform-card__mobile-note {
  display: none;
}

@media (max-width: 770px) {
  .fgh3b_platform-card__mobile-note {
    display: block;
    color: var(--White_0, #fefefe);
    text-align: center;
    font-family: var(--font-family), sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2px;
  }
}

.fgh3b_about-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.fgh3b_about-section__left {
  max-width: 631px;
  width: 100%;
}

.fgh3b_about-section__left h2 {
  margin-bottom: 10px;
}

.fgh3b_about-section__left p + p {
  margin-top: 2px;
}

.fgh3b_about-section__right {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 632px;
}

.fgh3b_about-feature-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--Hor1, #2c32f1);
  background: rgba(44, 50, 241, 0.1);
  box-shadow: 4px -4px 12px 0 #2c32f1;
  flex: 1 1 0;
}

.fgh3b_about-feature-card h3 {
  width: 100%;
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 600px) {
    font-size: 20px;
  }
  @media (max-width: 450px) {
    font-size: 16px;
  }
}

.fgh3b_about-feature-card ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fgh3b_about-feature-card li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fgh3b_about-feature-card li img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.fgh3b_about-feature-card li span {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .fgh3b_about-section {
    flex-direction: column;
    gap: 20px;
  }

  .fgh3b_about-section__left,
  .fgh3b_about-section__right {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .fgh3b_about-section__right {
    flex-direction: column;
  }
}

.fgh3b_responsible__badge {
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid #2c32f1;
  background: rgba(44, 50, 241, 0.1);
  color: #fefefe;
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  @media (max-width: 600px) {
    font-size: 10px;
    padding: 6px 20px;
  }
}

.fgh3b_responsible h2 {
  text-align: center;
  margin-bottom: 10px;
}

.fgh3b_responsible > p {
  text-align: center;
  margin: 0 auto 20px;
  @media (max-width: 600px) {
    font-size: 14px;
  }
}

.fgh3b_responsible__grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fgh3b_responsible__card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 20px;
  border: 1px solid var(--Hor1, #2c32f1);
  background: rgba(44, 50, 241, 0.1);
  box-shadow: 4px -4px 12px 0 #2c32f1;
  @media (max-width: 600px) {
    padding: 10px;
    gap: 6px;
  }

  .fgh3b_responsible__card-h3 {
    text-align: center;
    color: var(--White_0, #fefefe);
    font-family: var(--font-secondary), sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 600px) {
      font-size: 14px;
    }
  }
}

.fgh3b_responsible__card img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
}

.fgh3b_responsible__card h3 {
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_responsible__card p {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fgh3b_responsible--page .fgh3b_platform-review__title,
.fgh3b_responsible--page .fgh3b_platform-review__subtitle {
  text-align: left;
}

.fgh3b_responsible__detail {
  margin-top: 32px;
}

.fgh3b_responsible__grid--stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fgh3b_responsible__grid--stack .fgh3b_responsible__card {
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.fgh3b_responsible__grid--stack .fgh3b_responsible__card--text h3 {
  text-align: left;
}

.fgh3b_responsible__grid--stack .fgh3b_responsible__card--text p {
  text-align: left;
}

.fgh3b_responsible__card--text p + p {
  margin-top: 0.75em;
}

.fgh3b_responsible__card--text .fgh3b_contact__link {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: inherit;
}

.fgh3b_responsible__card--text .fgh3b_contact__link:hover,
.fgh3b_responsible__card--text .fgh3b_contact__link:focus-visible {
  color: #aab0ff;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .fgh3b_responsible__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .fgh3b_responsible__card img {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }

  .fgh3b_responsible__card h3 {
    font-size: 20px;
  }

  .fgh3b_responsible__card p {
    font-size: 12px;
  }
}

.fgh3b_contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fgh3b_contacts__badge {
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid #2c32f1;
  background: rgba(44, 50, 241, 0.1);
  color: #fefefe;
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.fgh3b_contacts h2 {
  text-align: center;
  margin-bottom: 10px;
}

.fgh3b_contacts > p {
  text-align: center;
  margin: 0 auto 20px;
}

.fgh3b_contacts__grid {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fgh3b_contacts__card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--Hor1, #2c32f1);
  background: rgba(44, 50, 241, 0.1);
  box-shadow: 4px -4px 12px 0 #2c32f1;
}

.fgh3b_contacts__card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.fgh3b_contacts__card h3 {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_contacts__card p {
  margin: 0;
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.fgh3b_contacts__cta {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 30px;
  background: var(--Hor1, #2c32f1);
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 991px) {
  .fgh3b_contacts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fgh3b_contacts__cta {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .fgh3b_contacts__grid {
    gap: 10px;
  }

  .fgh3b_contacts__card {
    border-radius: 12px;
    padding: 12px;
    gap: 8px;
  }

  .fgh3b_contacts__card img {
    width: 40px;
    height: 40px;
  }

  .fgh3b_contacts__card h3 {
    font-size: 14px;
  }

  .fgh3b_contacts__card p {
    font-size: 12px;
  }

  .fgh3b_contacts__cta {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.fgh3b_contact-page__cards-wrap {
  margin-bottom: 0;
}

.fgh3b_contact-page__row {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.fgh3b_contact-page__info {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  min-width: 0;
  border-radius: 20px;
  border: 1px solid var(--Hor1, #2c32f1);
  background: rgba(44, 50, 241, 0.1);
  box-shadow: 4px -4px 12px 0 #2c32f1;
}

.fgh3b_contact-page__info-title {
  margin: 0;
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_contact-page__info p {
  margin: 0;
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

.fgh3b_contact-page__list-heading {
  margin: 0;
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_contact-page__topics {
  margin: 0;
  width: 100%;
}

.fgh3b_contact-page__inline-link {
  color: var(--White_0, #fefefe);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fgh3b_contact-page__inline-link:hover,
.fgh3b_contact-page__inline-link:focus-visible {
  color: #aab0ff;
}

.fgh3b_contact-page__form-col {
  display: flex;
  width: 690px;
  max-width: 100%;
  flex-shrink: 0;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid var(--Hor1, #2c32f1);
  background: rgba(44, 50, 241, 0.1);
  box-shadow: 4px -4px 12px 0 #2c32f1;
}

/* Kontakt obrazac: selektori s #fgh3bContactForm — iznad globalnih input/textarea/button reset-a */
#fgh3bContactForm.fgh3b_contact-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  margin: 0;
}

#fgh3bContactForm .fgh3b_contact-form__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin: 0;
}

#fgh3bContactForm .fgh3b_contact-form__label {
  margin: 0;
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#fgh3bContactForm input.fgh3b_contact-form__input,
#fgh3bContactForm select.fgh3b_contact-form__select,
#fgh3bContactForm textarea.fgh3b_contact-form__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 16px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--Hor1, #2c32f1);
  background: rgba(0, 0, 0, 0.25);
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#fgh3bContactForm textarea.fgh3b_contact-form__textarea {
  min-height: 127px;
  height: 127px;
  resize: vertical !important;
  padding-top: 16px;
  padding-bottom: 16px;
}

#fgh3bContactForm .fgh3b_contact-form__select-wrap {
  position: relative;
  width: 100%;
  align-self: stretch;
}

#fgh3bContactForm select.fgh3b_contact-form__select {
  cursor: pointer;
  padding-right: 44px;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%232C32F1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 16px;
  color: var(--White_0, #fefefe);
}

#fgh3bContactForm select.fgh3b_contact-form__select option {
  color: #1a1a1a;
  background-color: #fefefe;
}

#fgh3bContactForm input.fgh3b_contact-form__input::placeholder,
#fgh3bContactForm textarea.fgh3b_contact-form__textarea::placeholder {
  color: rgba(254, 254, 254, 0.45);
  opacity: 1;
}

#fgh3bContactForm input.fgh3b_contact-form__input:focus-visible,
#fgh3bContactForm select.fgh3b_contact-form__select:focus-visible,
#fgh3bContactForm textarea.fgh3b_contact-form__textarea:focus-visible {
  outline: 2px solid rgba(44, 50, 241, 0.85);
  outline-offset: 2px;
}

#fgh3bContactForm .fgh3b_contact-form__notice {
  margin: 0;
  width: 100%;
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  @media (max-width: 600px) {
    font-size: 10px;
  }
}

#fgh3bContactForm .fgh3b_contact-form__notice a {
  display: inline;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#fgh3bContactForm .fgh3b_contact-form__notice a:hover,
#fgh3bContactForm .fgh3b_contact-form__notice a:focus-visible {
  color: #fefefe;
}

#fgh3bContactForm button.fgh3b_contact-form__submit {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  align-self: center;
  margin: 0;
  border: none;
  border-radius: 30px;
  background-color: var(--Hor1, #2c32f1);
  background-image: none;
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  box-sizing: border-box;
}

#fgh3bContactForm button.fgh3b_contact-form__submit:hover,
#fgh3bContactForm button.fgh3b_contact-form__submit:focus-visible {
  filter: brightness(1.08);
}

#fgh3bContactForm .fgh3b_contact-form__success {
  width: 100%;
  margin: 0;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(44, 50, 241, 0.5);
  background: rgba(44, 50, 241, 0.2);
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

#fgh3bContactForm .fgh3b_contact-form__success[hidden] {
  display: none !important;
}

@media (max-width: 1199px) {
  .fgh3b_contact-page__form-col {
    width: 100%;
    flex-shrink: 1;
  }
}

@media (max-width: 991px) {
  .fgh3b_contact-page__row {
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .fgh3b_contact-page__info,
  .fgh3b_contact-page__form-col {
    padding: 10px;
    border-radius: 12px;
  }

  #fgh3bContactForm input.fgh3b_contact-form__input,
  #fgh3bContactForm select.fgh3b_contact-form__select,
  #fgh3bContactForm textarea.fgh3b_contact-form__textarea {
    font-size: 14px;
    padding: 12px 14px;
  }

  #fgh3bContactForm select.fgh3b_contact-form__select {
    background-position: right 10px center;
    padding-right: 40px;
  }

  #fgh3bContactForm button.fgh3b_contact-form__submit {
    font-size: 14px;
    padding: 8px 16px;
    width: 100%;
    max-width: 320px;
  }

  .fgh3b_contact-page__info-title {
    font-size: 20px;
  }

  .fgh3b_contact-page__list-heading {
    font-size: 18px;
  }

  .fgh3b_contact-page__info p {
    font-size: 14px;
  }
}

.fgh3b_help-centers {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid var(--Hor1, #2c32f1);
  background: rgba(44, 50, 241, 0.1);
  box-shadow: 4px -4px 12px 0 #2c32f1;
}

.fgh3b_help-centers h2 {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_help-centers__logos {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.fgh3b_help-centers__logos li a {
  display: flex;
  height: 78px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--Hor1, #2c32f1);
  background: rgba(44, 50, 241, 0.1);
  min-width: 118px;
}

.fgh3b_help-centers__logos li a.fgh3b_help-centers__logo-link--plain {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  min-width: auto;
  @media (max-width: 560px) {
    width: 33px;
    height: 33px;
    aspect-ratio: 1/1;
  }
}

.fgh3b_help-centers__logos li a.fgh3b_help-centers__logo-link--plain img {
  width: 78px;
  height: 78px;
  aspect-ratio: 1/1;
  max-width: none;
  max-height: none;
}

.fgh3b_help-centers__logos li img {
  max-width: 122px;
  max-height: 38px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 560px) {
  .fgh3b_help-centers {
    padding: 20px 10px;
    gap: 15px;
  }

  .fgh3b_help-centers h2 {
    font-size: 16px;
  }

  .fgh3b_help-centers__logos[aria-label='Regulatori i zaštita igrača'] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    align-items: center;
  }

  .fgh3b_help-centers__logos[aria-label='Podrška odgovornom kockanju'] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    align-items: center;
  }

  .fgh3b_help-centers__logos li a {
    min-width: 0;
    width: 60px;
    height: 33px;
    padding: 12px;
  }

  .fgh3b_help-centers__logos li img {
    max-width: 40px;
    max-height: 15.2px;
  }

  .fgh3b_help-centers__logos li a.fgh3b_help-centers__logo-link--plain img {
    width: 33px;
    height: 33px;
    aspect-ratio: 1/1;
  }
}

@media (max-width: 560px) {
  .fgh3b_help-centers__logos[aria-label='Regulatori i zaštita igrača'] {
    display: flex;
    flex-direction: row;
    gap: 4px;
  }

  .fgh3b_help-centers__logos[aria-label='Podrška odgovornom kockanju'] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
}

.fgh3b_about-preview {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  gap: 20px;
  align-items: center;
}

.fgh3b_about-preview__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  text-align: left;
}

.fgh3b_about-preview__image {
  border-radius: 4px;
  overflow: hidden;
  min-height: 260px;
}

.fgh3b_about-preview__image.alter {
  height: 196px;
  min-height: unset;
}

.fgh3b_about-preview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .fgh3b_about-preview {
    grid-template-columns: 1fr;
  }
}

.fgh3b_why-us h2 {
  text-align: center;
  margin-bottom: 20px;
}

.fgh3b_why-us__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fgh3b_why-us__card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  border: 1px solid #fefefe;
}

.fgh3b_why-us__card img {
  width: 65px;
  height: 65px;
  aspect-ratio: 1/1;
}

.fgh3b_why-us__card h3 {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.fgh3b_why-us__card p {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .fgh3b_why-us__grid {
    grid-template-columns: 1fr;
  }
}

.fgh3b_travel-tips__list-item-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;

  span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    border-radius: 300px;
    border: 1px solid #fefefe;
    color: #fefefe;
    text-align: center;
    font-family: var(--font-family), sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}

.fgh3b_explore h2 {
  text-align: center;
  margin-bottom: 12px;
}

.fgh3b_explore > p {
  text-align: center;
  margin: 0 auto 30px;
  @media (max-width: 600px) {
    margin: 0 auto 20px;
  }
}

.fgh3b_explore__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fgh3b_explore__card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid var(--White_0, #fefefe);
}

.fgh3b_explore__card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
  @media (max-width: 600px) {
    height: 200px;
  }
}

.fgh3b_explore__card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.fgh3b_explore__card h3 {
  width: 100%;
  text-align: left;
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.fgh3b_explore__card h2 {
  width: 100%;
  text-align: left;
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.fgh3b_explore__card p {
  width: 100%;
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .fgh3b_explore__grid {
    grid-template-columns: 1fr;
  }
}

.fgh3b_travel-tips h2 {
  text-align: center;
  margin-bottom: 10px;
  @media (max-width: 450px) {
    text-align: left;
  }
}

.fgh3b_travel-tips > p {
  text-align: center;
  margin: 0 auto 30px;
  @media (max-width: 600px) {
    margin: 0 auto 20px;
  }
  @media (max-width: 450px) {
    text-align: left;
  }
}

.fgh3b_travel-tips__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.fgh3b_travel-tips__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fgh3b_travel-tips__list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.fgh3b_travel-tips__list h3 {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.fgh3b_travel-tips__image {
  border-radius: 4px;
  overflow: hidden;
}

.fgh3b_travel-tips__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .fgh3b_travel-tips__layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .fgh3b_travel-tips__image img {
    max-height: 420px;
    max-width: 400px;
  }
}

.fgh3b_casino-top h2 {
  text-align: center;
  margin-bottom: 10px;
  @media (max-width: 450px) {
    text-align: left;
  }
}

.fgh3b_casino-top > p {
  text-align: center;
  margin: 0 auto 30px;
  @media (max-width: 600px) {
    margin: 0 auto 20px;
  }
  @media (max-width: 450px) {
    text-align: left;
  }
}

.fgh3b_casino-top__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.fgh3b_casino-top__grid > li {
  list-style: none;
}

.fgh3b_casino-card {
  max-width: 386px;
  width: 100%;
  position: relative;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #fefefe;
}

.fgh3b_casino-card__num {
  display: none;
}

.fgh3b_casino-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid #d6ff6d;
  background: #d6ff6d;
  padding: 4px 12px;
  white-space: nowrap;
}

.fgh3b_casino-card__badge img {
  width: 14px;
  height: 14px;
}

.fgh3b_casino-card__badge span {
  color: #0a0a0a;
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.fgh3b_casino-card__logo-link {
  width: 100%;
  display: flex;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  gap: 203px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #fefefe;
  background: #212121;
}

.fgh3b_casino-card__logo {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.fgh3b_casino-card__bonus {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.fgh3b_casino-card__stats {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.fgh3b_casino-card__rating-container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.fgh3b_casino-card__stats > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.fgh3b_casino-card__stats img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.fgh3b_casino-card__stats span {
  color: #fefefe;
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_casino-card__stats p {
  color: #fefefe;
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fgh3b_casino-card__cta {
  display: flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #d6ff6d;
  box-shadow: 4px 4px 12px 0 #d6ff6d;
}

.fgh3b_casino-card__cta img {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}

.fgh3b_casino-card__cta span {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_casino-card__payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.fgh3b_casino-card__payments img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.fgh3b_casino-top__more {
  display: flex;
  padding: 16px 40px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #fefefe;
  color: #fefefe;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
  width: fit-content;
  @media (max-width: 600px) {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .fgh3b_casino-top__grid {
    justify-items: center;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
}

.fgh3b_resorts h2 {
  text-align: center;
  margin-bottom: 10px;
  @media (max-width: 450px) {
    text-align: left;
  }
}

.fgh3b_resorts > p {
  text-align: center;
  margin: 0 auto 30px;
  @media (max-width: 600px) {
    margin: 0 auto 20px;
  }
  @media (max-width: 450px) {
    text-align: left;
  }
}

.fgh3b_resorts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fgh3b_resorts__card {
  border: 1px solid var(--White_0, #fefefe);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fgh3b_resorts__card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  @media (max-width: 600px) {
    height: 165px;
  }
  @media (max-width: 450px) {
    height: 140px;
  }
}

.fgh3b_resorts__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.fgh3b_resorts__meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fefefe;
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.fgh3b_resorts__meta svg {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.fgh3b_resorts__card h3 {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  @media (max-width: 600px) {
    font-size: 18px;
  }
  @media (max-width: 450px) {
    font-size: 14px;
  }
}

.fgh3b_resorts__card p {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .fgh3b_resorts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .fgh3b_resorts__grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .fgh3b_resorts__grid::-webkit-scrollbar {
    height: 0;
  }

  .fgh3b_resorts__card {
    width: 274px;
    min-width: 274px;
    scroll-snap-align: start;
  }
}

.fgh3b_newsletter {
  border: 1px solid var(--White_0, #fefefe);
  border-radius: 10px;
  padding: 30px 24px;
}

.fgh3b_newsletter h2 {
  text-align: center;
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  @media (max-width: 450px) {
    text-align: left;
  }
}

.fgh3b_newsletter__p {
  text-align: center;
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 30px;
  @media (max-width: 600px) {
    margin: 0 auto 20px;
  }
  @media (max-width: 450px) {
    text-align: left;
  }
}

.fgh3b_newsletter__form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.fgh3b_newsletter__form input {
  width: 100%;
  max-width: 436px;
  min-height: 48px;
  border-radius: 6px;
  border: 1px solid #202020;
  background: #202020;
  color: var(--White_0, #fefefe);
  padding: 12px 16px;
}

.fgh3b_newsletter__form button {
  display: flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--Z_1, #d6ff6d);
  box-shadow: 4px 4px 12px 0 #d6ff6d;
  color: var(--White_0, #fefefe);
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_newsletter__success {
  display: none;
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d6ff6d;
  margin-top: 20px;
}

.fgh3b_newsletter__success.is-visible {
  display: block;
}

@media (max-width: 600px) {
  .fgh3b_newsletter {
    padding: 20px 14px;
  }

  .fgh3b_newsletter__form button {
    width: 100%;
  }
}

.fgh3b_top-lotteries__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.fgh3b_lottery-card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid var(--stroke, #9af);
  background: linear-gradient(161deg, #1c1c1c 3.28%, #282d3c 98.98%);
}

.fgh3b_lottery-card__logo {
  width: 100%;
  max-width: 196px;
  height: 197px;
  object-fit: contain;
}

.fgh3b_lottery-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  gap: 16px;
  align-self: stretch;
}

.fgh3b_lottery-card__content h3 {
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.fgh3b_lottery-card__content.alter h3 {
  text-align: left;
}

.fgh3b_lottery-card__content p {
  color: var(--text-gray, #9b9b9b);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.fgh3b_lottery-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fgh3b_lottery-card__list li {
  position: relative;
  padding-left: 18px;
  color: #b0b0b0;
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.fgh3b_lottery-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9b9b9b;
}

.fgh3b_lottery-card__btn {
  display: flex;
  width: 100%;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--button, #e36043);
  color: var(--white, #fff);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
}

.fgh3b_lottery-card__btn:hover {
  border-radius: 10px;
  border: 1px solid var(--button, #e36043);
  background: rgba(227, 96, 67, 0.24);
}

.fgh3b_about-lottery h2 {
  text-align: center;
}

.fgh3b_about-lottery__card {
  margin-top: 40px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  gap: 24px;
}

.fgh3b_about-lottery__image {
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
}

.fgh3b_about-lottery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fgh3b_about-lottery__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.fgh3b_about-lottery__content h3 {
  color: var(--white, #fff);
  font-family: var(--font-secondary), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.fgh3b_about-lottery__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fgh3b_about-lottery__list li {
  position: relative;
  padding-left: 18px;
}

.fgh3b_about-lottery__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991px) {
  .fgh3b_about-lottery__card {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .fgh3b_about-lottery__image {
    min-height: 220px;
  }
}

@media (max-width: 1200px) {
  .fgh3b_top-lotteries__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .fgh3b_top-lotteries__grid {
    grid-template-columns: 1fr;
  }
}

.fgh3b_results h2 {
  text-align: center;
}

.fgh3b_results__table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.fgh3b_results__table {
  width: 100%;
  min-width: 980px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #9af;
  border-radius: 24px;
  overflow: hidden;
}

.fgh3b_results__table th,
.fgh3b_results__table td {
  width: 25%;
  padding: 16px;
  border-right: 1px solid #9af;
  border-bottom: 1px solid #9af;
  background: var(--card, linear-gradient(180deg, #1c1c1c 0%, #282d3c 100%));
}

.fgh3b_results__table tr > *:last-child {
  border-right: none;
}

.fgh3b_results__table tbody tr:last-child td {
  border-bottom: none;
}

.fgh3b_results__table th {
  color: var(--white, #fff);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  @media (max-width: 600px) {
    color: var(--white, #fff);
    text-align: center;
    font-family: var(--font-family), sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
}

.fgh3b_results__table td {
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .fgh3b_results__table {
    table-layout: auto;
  }

  .fgh3b_results__table th,
  .fgh3b_results__table td {
    width: auto;
    white-space: nowrap;
  }
}

.fgh3b_results__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.fgh3b_results__link svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.fgh3b_results__link span {
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
}

.fgh3b_results__cta {
  margin: 24px auto 0;
  display: flex;
  width: 100%;
  max-width: 318px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--button, #e36043);
  color: var(--white, #fff);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
}

.fgh3b_results__cta:hover {
  border: 1px solid var(--button, #e36043);
  background: rgba(227, 96, 67, 0.24);
}

.fgh3b_faq h2 {
  text-align: center;
}

.fgh3b_faq__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fgh3b_faq__item {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 17px;
  border: 1px solid var(--stroke, #9af);
  background: linear-gradient(161deg, #1c1c1c 3.28%, #282d3c 98.98%);
}

.fgh3b_faq__question {
  list-style: none;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.fgh3b_faq__question::-webkit-details-marker {
  display: none;
}

.fgh3b_faq__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  transition: transform 0.2s ease;
}

.fgh3b_faq__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.fgh3b_faq__item[open] .fgh3b_faq__icon {
  transform: rotate(180deg);
}

.fgh3b_faq__answer {
  display: none;
  margin-top: 0;
  color: var(--white, #fff);
  opacity: 0.88;
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.fgh3b_faq__item[open] .fgh3b_faq__question {
  width: 100%;

  margin-bottom: 12px;
}

.fgh3b_faq__item[open] .fgh3b_faq__answer {
  color: var(--text-gray, #9b9b9b);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

@media (max-width: 600px) {
  .fgh3b_faq__item[open] .fgh3b_faq__question {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }

  .fgh3b_faq__item[open] .fgh3b_faq__answer {
    width: 100%;
  }
}

.fgh3b_lottery-info__title {
  text-align: center;
}

.fgh3b_lottery-info__card {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  gap: 16px;
}

.fgh3b_lottery-info__image {
  border-radius: 24px;
  overflow: hidden;
  min-height: 360px;
}

.fgh3b_lottery-info__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fgh3b_lottery-info__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fgh3b_lottery-info__content p {
  color: var(--text-gray, #9b9b9b);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

@media (max-width: 991px) {
  .fgh3b_lottery-info__card {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}

.fgh3b_contact-modern h1 {
  text-align: center;
}

.fgh3b_contact-modern__layout {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.fgh3b_contact-modern__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.fgh3b_contact-modern__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.fgh3b_contact-modern__row img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.fgh3b_contact-modern__row p,
.fgh3b_contact-modern__row a {
  color: var(--White, #fff);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.fgh3b_contact-modern__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fgh3b_contact-modern__form input,
.fgh3b_contact-modern__form textarea {
  width: 100%;
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #dbdbdb;
  background: #edeceb;
  color: #282e44;
  text-align: left;
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.fgh3b_contact-modern__form textarea {
  min-height: 213px;
  resize: vertical;
}

.fgh3b_contact-modern__submit {
  width: 100%;
  display: flex;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: var(--button, #e36043);
  color: var(--white, #fff);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
}

.fgh3b_contact-modern__success {
  display: none;
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.fgh3b_contact-modern__success.is-visible {
  display: block;
}

@media (max-width: 991px) {
  .fgh3b_contact-modern__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .fgh3b_contact-modern__row p,
  .fgh3b_contact-modern__row a {
    font-size: 20px;
  }

  .fgh3b_contact-modern__form input,
  .fgh3b_contact-modern__form textarea {
    font-size: 20px;
    padding: 14px 16px;
  }

  .fgh3b_contact-modern__form textarea {
    min-height: 180px;
  }

  .fgh3b_contact-modern__submit {
    font-size: 24px;
  }

  .fgh3b_contact-modern__success {
    font-size: 16px;
  }
}

.fgh3b_casinos-section {
  background: url(/n8k2v5pz_img/page-background.webp) center / cover no-repeat;
  padding-bottom: 40px;
}

.fgh3b_casinos-title {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.fgh3b_how-to-play {
  padding-top: 20px;
  padding-bottom: 40px;
  background: url(/n8k2v5pz_img/page-background.webp) center / cover no-repeat;
}

.fgh3b_how-to-play__stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.fgh3b_how-to-play__card {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 12px;
  background: var(--White_0, #fefefe);
  border: 1px solid #4571d6;
  background: rgba(254, 254, 254, 0.7);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.fgh3b_how-to-play__card.alter {
  gap: 10px;
  h2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .fgh3b_how-to-play__card {
    padding: 20px;
  }
}

.fgh3b_how-to-play__card--insight .fgh3b_how-to-play__text {
  text-align: center;
}

.fgh3b_how-to-play__card--article {
  align-items: stretch;
}

.fgh3b_how-to-play__insight-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: block;
}

.fgh3b_how-to-play__text {
  margin: 0;
  color: var(--ColorGR_F, #4571d6);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fgh3b_how-to-play__card--article .fgh3b_how-to-play__text {
  text-align: left;
}

.fgh3b_contact-page-email a {
  color: var(--ColorGR_F, #4571d6);
  text-decoration: underline;
}

.fgh3b_how-to-play__card--article .fgh3b_how-to-play__text a {
  color: var(--ColorGR_F, #4571d6);
  text-decoration: underline;
}

.fgh3b_how-to-play__card h2 {
  margin: 0;
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

@media (max-width: 600px) {
  .fgh3b_how-to-play__card h2 {
    font-size: 24px;
  }
}

.fgh3b_how-to-play__card h1 {
  margin: 0;
  text-transform: none;
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

@media (max-width: 600px) {
  .fgh3b_how-to-play__card h1 {
    font-size: 24px;
  }
}

.fgh3b_how-to-play__card h3 {
  margin: 0;
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

@media (max-width: 600px) {
  .fgh3b_how-to-play__card h3 {
    font-size: 20px;
  }
}

.fgh3b_how-to-play__steps {
  margin: 0;
  padding-left: 1.25em;
  list-style: decimal;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.fgh3b_how-to-play__steps li {
  padding-left: 4px;
}

.fgh3b_how-to-play__steps li strong {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.fgh3b_how-to-play__steps li span {
  display: block;
  font-weight: 500;
}

.fgh3b_disclaimer-section {
  padding: 70px 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 400px;
}

.fgh3b_disclaimer-box {
  display: flex;
  padding: 24px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 21px;
  border: 1px solid #e6d2bb;
  background: linear-gradient(180deg, #a25d1c 0%, #c7921f 100%);
}

.fgh3b_disclaimer-box__icon {
  width: 89px;
  height: 43px;
}

.fgh3b_disclaimer-box__title {
  color: var(--white, #fff);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.fgh3b_disclaimer-box__text {
  max-width: 980px;
  color: var(--White, #fff);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lotteria-nazionale_footer {
  color: #f9f9f9;
  padding: 40px 0;
  background: #010101;
}

.lotteria-nazionale_footer_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}

.footer-container-border {
  border-radius: 8px;
  border: 1px solid var(--white, #f9f9f9);
  padding: 8px;
}

.fgh3b_footer__link {
  color: var(--white, #f9f9f9);
  text-align: center;
  font-family: Cabin, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
  @media (max-width: 600px) {
    justify-content: space-between;
    gap: 20px;
  }
}

.flex-2-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media (max-width: 991px) {
    flex-direction: column;
    gap: 24px;
  }
}

.flex-2-box.reverse {
  @media (max-width: 991px) {
    flex-direction: column-reverse;
  }
}

.left-container-firepower {
  max-width: 675px;
  width: 100%;
  @media (max-width: 991px) {
    max-width: 100%;
  }
}

.right-container-firepower {
  max-width: 485px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 318px;
  @media (max-width: 991px) {
  }
}

.left-2-container-firepower {
  max-width: 540px;
  width: 100%;
}

.right-2-container-firepower {
  max-width: 540px;
  width: 100%;
}

.flex-2-box-footer {
  display: flex;
  gap: 30px;
  @media (max-width: 991px) {
    gap: 24px;
    flex-direction: column;
  }
}

.flex-2-box-footer div {
  max-width: 605px;
  width: 100%;
}

.fgh3b_contact-container {
  max-width: 788px;
  width: 100%;
  @media (max-width: 991px) {
    max-width: 100%;
  }
}

.contact-decor-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 64px;
  border-radius: 20px;
  border: 1px solid #7b1313;
  background: rgba(1, 1, 1, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 64px;
  @media (max-width: 991px) {
    padding: 32px;
    flex-direction: column;
    gap: 24px;
  }
  @media (max-width: 600px) {
    padding: 16px;
  }
}

.contact-decor-img {
  width: 371px;
  height: 394px;
  @media (max-width: 991px) {
    width: 208px;
    height: 220px;
  }
}

.contact-email {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-email img {
  height: 24px;
  width: 24px;
}

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

.play-btn {
  color: var(--black, #010101);
  font-family: var(--font-secondary), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 10px;
  border: 1px solid #f08b1c;
  background: linear-gradient(270deg, #f8dd97 10.58%, #f5b85e 100%);
  width: 100%;
  max-width: 248px;
  @media (max-width: 600px) {
    max-width: 100%;
  }
}

.play-btn.contact {
  border: 1px solid #f08b1c;
  background: var(--black, #010101);
  color: #f9f9f9;
  max-width: 100%;
  width: 100%;
}

.play-btn.w100-btn {
  @media (max-width: 991px) {
    max-width: 100%;
    width: 100%;
  }
}

.play-btn:hover {
  background: linear-gradient(270deg, #978148 10.58%, #986e2d 100%);
}

.lotteria-nazionale_terms {
  padding: 40px 0;
}

.font-secondary {
  font-family: var(--font-secondary), sans-serif;
}

.fgh3b_adventure-section {
  color: #f9f9f9;
  padding: 80px 0;
  background: url(/n8k2v5pz_img/tulipgameland-adventure-background.webp) lightgray 50% / cover
    no-repeat;
  @media (max-width: 991px) {
    padding: 60px 0;
  }
  @media (max-width: 600px) {
    padding: 40px 0;
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.21) 100%),
      linear-gradient(
        280deg,
        rgba(0, 0, 0, 0.21) 10.77%,
        rgba(0, 0, 0, 0.2) 48.53%,
        rgba(0, 0, 0, 0.2) 73.84%
      ),
      url(/n8k2v5pz_img/tulipgameland-adventure-background-mobile.webp) lightgray 50% / cover
        no-repeat;
  }
}

.container-236 {
  max-width: 236px;
  width: 100%;
  @media (max-width: 991px) {
    max-width: 450px;
  }
}

.container-900 {
  max-width: 900px;
  width: 100%;
}

.list-tank-smash {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.list-tank-smash li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px;
  max-width: 386px;
  width: 100%;
  min-height: 284px;
  border-radius: 20px;
  border: 1px solid #010101;
  @media (max-width: 600px) {
    padding: 16px;
  }
}

.list-tank-smash li img {
  width: 85px;
  height: 85px;
}

.fgh3b_about-container {
  display: flex;
  align-items: center;
  gap: 80px;
  @media (max-width: 991px) {
    flex-direction: column;
    gap: 24px;
  }
}

.abut-left-side {
  max-width: 296px;
  width: 100%;
  overflow: hidden;
}

.abut-right-side {
  max-width: 864px;
  width: 100%;
}

.footer-p-style {
  color: var(--white, #f9f9f9);
  font-family: var(--font-secondary), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.disclaimer-container {
}

.custom-dots {
  list-style: none;
  padding-left: 0;
  margin: 0;
  z-index: 0;
}

.custom-dots li {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 600px) {
    padding-left: 0;
  }
}

.top-header-cards {
  display: none;
  @media (max-width: 450px) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
}

.cas-card-none {
  @media (max-width: 450px) {
    display: none;
  }
}

/* Footer redesign */
.lotteria-nazionale_footer.fgh3b_footer-new {
  background: var(--ColorGR_F, #4571d6);
  color: var(--White_0, #fefefe);
  padding: 50px 0;
}

@media (max-width: 600px) {
  .lotteria-nazionale_footer.fgh3b_footer-new {
    padding: 40px 0;
  }
}

.fgh3b_footer-new__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 100%;
}

.fgh3b_footer-new__text {
  margin: 0;
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fgh3b_footer-new__text a {
  color: inherit;
  text-decoration: underline;
}

.fgh3b_footer-new__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.fgh3b_footer-new__company .fgh3b_footer-new__text + .fgh3b_footer-new__text {
  margin-top: 0;
}

.fgh3b_footer-new__age-badge {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fgh3b_footer-new__age-icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  display: block;
  flex-shrink: 0;
}

.fgh3b_footer-new__reg-row {
  display: flex;
  flex-direction: row;

  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.fgh3b_footer-new__eeep-logo {
  width: 171px;
  height: auto;
  max-width: min(100%, 171px);
  flex-shrink: 0;
  display: block;
}

.fgh3b_footer-new__text--16 {
  max-width: 100%;
  color: var(--White_0, #fefefe);
  text-align: left;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fgh3b_footer-new__nav {
  width: 100%;
}

.fgh3b_footer-new__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fgh3b_footer-new .fgh3b_footer-new__link {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.fgh3b_footer-new .fgh3b_footer-new__link:hover,
.fgh3b_footer-new .fgh3b_footer-new__link:focus-visible {
  text-decoration: underline;
}

.fgh3b_footer-new__copyright {
  margin: 0;
}

.fgh3b_footer-new .fgh3b_footer__item {
  font-size: 12px;
  font-weight: 500;
  color: var(--White_0, #fefefe);
}

@media (max-width: 600px) {
  .fgh3b_footer-new__reg-row {
    flex-direction: column;
  }

  .fgh3b_footer-new__text--16 {
    text-align: center;
  }
}

.fgh3b_footer__item {
  color: #fff;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lotteria-nazionale_footer.fgh3b_footer-modern {
  padding: 20px 0 20px;
  background: linear-gradient(184deg, #1c1c1c 9.76%, #22222d 96.91%);
}

.fgh3b_footer-modern__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fgh3b_footer-modern__line {
  width: 100%;
  height: 1px;
  background: #9af;
  opacity: 0.7;
  margin-bottom: 32px;
}

.fgh3b_footer-modern__title {
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fgh3b_footer-modern__text {
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 32px;
}

.fgh3b_footer-modern__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 37px;
  margin-bottom: 32px;
  @media (max-width: 600px) {
    gap: 12px 37px;
    flex-wrap: wrap;
  }
}

.fgh3b_footer-modern__link {
  color: var(--button, #e36043);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.fgh3b_footer-modern__copyright {
  color: #ababab;
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
}

.fgh3b_footer-modern__disclaimer {
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.lotteria-nazionale_footer.fgh3b_footer-redesign {
  background: #202024;
  padding: 26px 0;
}

.fgh3b_footer-redesign__layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(619px, 1fr);
  gap: 20px;
}

.display-none-991-min-footer {
  display: none;
  @media (max-width: 991px) {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
}

.fgh3b_footer-redesign__logo img {
  width: 100%;
  height: 24px;
  object-fit: contain;
}

.fgh3b_footer-redesign__age {
  width: 62px;
  height: 27px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.fgh3b_footer-redesign__contacts-title,
.fgh3b_footer-redesign__right h3 {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.fgh3b_footer-redesign__contacts,
.fgh3b_footer-redesign__right p {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.fgh3b_footer-redesign__contacts a[href^='mailto:'] {
  color: inherit;
  text-decoration: none;
}

.privacy-policy-parent a[href^='mailto:'],
.cookie-policy-parent a[href^='mailto:'],
.play-responsible-parent a[href^='mailto:'],
.terms-conditions-parent a[href^='mailto:'] {
  color: inherit;
  text-decoration: none;
}

.fgh3b_footer-redesign__nav {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  @media (max-width: 991px) {
    margin-top: 0;
  }
}

.fgh3b_footer-redesign__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fgh3b_footer-redesign__nav-list li {
  margin: 0;
}

.fgh3b_footer-redesign__nav-list--columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 40px;
}

.fgh3b_footer-redesign__nav a {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .lotteria-nazionale_footer.fgh3b_footer-redesign {
    padding: 22px 0;
  }

  .fgh3b_footer-redesign__layout {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .fgh3b_footer-redesign__contacts-title,
  .fgh3b_footer-redesign__right h3 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .fgh3b_footer-redesign__nav-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .fgh3b_footer-redesign__right {
    order: 3;
  }
}

.fgh3b_about-us {
  padding: 40px 0;
}

.fgh3b_about-us__stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fgh3b_about-us__box {
  width: 100%;
}

.fgh3b_about-us__box--blue {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--stoke, #5477c7);
  background: #adbbd6;
}

.fgh3b_about-us__box--gold {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 21px;
  border: 1px solid #e6d2bb;
  background: linear-gradient(180deg, #a25d1c 0%, #c7921f 100%);
}

.fgh3b_about-us__box h1,
.fgh3b_about-us__box h2,
.fgh3b_about-us__box h3 {
  width: 100%;
  color: #202020;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.fgh3b_about-us__box h1,
.fgh3b_about-us__box h2 {
  font-size: 34px;
  line-height: 40px;
}

.fgh3b_about-us__box h3 {
  font-size: 26px;
  line-height: 32px;
}

.fgh3b_about-us__box--gold h2,
.fgh3b_about-us__box--gold p {
  color: #fff;
}

.fgh3b_about-us__box p {
  width: 100%;
  color: #202020;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fgh3b_about-us__box {
  .fgh3b_about-us__box-h2-about-alter {
    color: #202020;
    text-align: center;
    font-family: var(--font-family), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  .h1-classes {
    color: var(--black_text, #202020);
    text-align: center;
    font-family: var(--font-family), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
  }

  h2 {
    color: var(--white, #fff);
    text-align: center;

    font-family: var(--font-secondary), sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 125% */
  }

  .txt-color-black {
    color: var(--black_text, #202020);
  }

  .txt-color-white {
    color: var(--white, #fff);
  }

  .txt-16 {
    font-size: 16px;
  }
}

.fgh3b_contact {
  padding: 70px 0;
  @media (max-width: 600px) {
    padding: 40px 0;
  }
}

.fgh3b_contact__title {
  margin: 0 0 40px;
  color: var(--black_text, #202020);
  text-align: center;
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  @media (max-width: 600px) {
    margin: 0 0 32px;
  }
}

.fgh3b_contact__box {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--stoke, #5477c7);
  background: #adbbd6;
}

.fgh3b_contact__text,
.fgh3b_contact__label {
  margin: 0;
  width: 100%;
  color: #202020;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fgh3b_contact__label strong {
  font-weight: 700;
}

.fgh3b_contact__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.fgh3b_contact__icon {
  flex-shrink: 0;
  display: flex;
  width: 24px;
  height: 24px;
}

.fgh3b_contact__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.fgh3b_contact__row-text {
  color: #202020;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fgh3b_contact__link {
  color: #202020;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

.fgh3b_contact__link:hover {
  text-decoration: none;
}

.fgh3b_responsible-gaming {
  padding: 40px 0;
  background: #f5f5f5;
}

.fgh3b_responsible-gaming__inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  text-align: left;
  font-size: 16px;
  color: #202020;
  font-family: 'Open Sans', sans-serif;
}

.fgh3b_responsible-gaming__title {
  align-self: stretch;
  margin: 0;
  position: relative;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  font-family: var(--font-secondary), sans-serif;
  color: #202020;
  text-transform: capitalize;
}

.fgh3b_responsible-gaming__intro {
  margin: 0;
  align-self: stretch;
  position: relative;
}

.fgh3b_responsible-gaming__group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.fgh3b_responsible-gaming__subtitle {
  align-self: stretch;
  margin: 0;
  position: relative;
  font-weight: 800;
  font-size: 16px;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  color: #202020;
}

.fgh3b_responsible-gaming__content {
  align-self: stretch;
  position: relative;
}

.fgh3b_responsible-gaming__content p:last-child {
  margin-bottom: 0;
}

.fgh3b_responsible-gaming__content p + .fgh3b_responsible-gaming__list {
  margin-top: 0;
}

.fgh3b_responsible-gaming__list {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: inherit;
}

.fgh3b_responsible-gaming__list:last-child {
  margin-bottom: 0;
}

.fgh3b_responsible-gaming__list > li {
  margin-bottom: 0;
}

.fgh3b_responsible-banner-section {
  padding: 40px 0 56px;
}

.fgh3b_responsible-banner {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  border: 1px solid var(--White_0, #fefefe);
}

.fgh3b_responsible-banner__title {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  @media (max-width: 600px) {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.fgh3b_responsible-banner__text {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  @media (max-width: 600px) {
    margin-bottom: 10px;
  }
}

.fgh3b_responsible-banner__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fgh3b_responsible-banner__logos > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fgh3b_responsible-banner__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  opacity: 0.95;
  transition: opacity 0.2s ease;
}

.fgh3b_responsible-banner__logo-link:hover,
.fgh3b_responsible-banner__logo-link:focus-visible {
  opacity: 1;
}

.fgh3b_responsible-banner__logo-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
  border-radius: 4px;
}

.fgh3b_responsible-banner__logos img {
  display: block;
  height: 32px;
  width: auto;
  max-width: min(160px, 28vw);
  object-fit: contain;
}

.fgh3b_responsible-banner__logos li:first-child img {
  height: 36px;
  max-width: 48px;
}

@media (max-width: 600px) {
  .fgh3b_responsible-banner {
    padding: 20px;
  }

  .fgh3b_responsible-banner__text {
    margin-bottom: 22px;
  }

  .fgh3b_responsible-banner__logos {
    gap: 20px;
  }

  .fgh3b_responsible-banner__logos img {
    height: 28px;
    max-width: min(140px, 40vw);
  }
}

.fgh3b_policy,
.fgh3b_terms,
.fgh3b_cookies {
  padding: 40px 0;
  background: #f5f5f5;
}

.fgh3b_policy__inner,
.fgh3b_terms__inner,
.fgh3b_cookies__inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  text-align: left;
  font-size: 16px;
  color: #202020;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.55;
}

.fgh3b_policy__title,
.fgh3b_terms__title,
.fgh3b_cookies__title {
  text-transform: capitalize;
  align-self: stretch;
  margin: 0;
  position: relative;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #202020;
}

.fgh3b_policy__title {
  text-transform: capitalize;
}

.fgh3b_policy__intro,
.fgh3b_terms__intro,
.fgh3b_cookies__intro {
  margin: 0;
  align-self: stretch;
  position: relative;
}

.fgh3b_policy__group,
.fgh3b_terms__group,
.fgh3b_cookies__group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.fgh3b_policy__subtitle,
.fgh3b_terms__subtitle,
.fgh3b_cookies__subtitle {
  align-self: stretch;
  margin: 0;
  position: relative;
  font-weight: 800;
  font-size: 16px;
  line-height: normal;
  font-family: Montserrat, sans-serif;
  color: #202020;
}

.fgh3b_policy__content,
.fgh3b_terms__content,
.fgh3b_cookies__content {
  align-self: stretch;
  position: relative;
}

.fgh3b_policy__content p,
.fgh3b_terms__content p,
.fgh3b_cookies__content p {
  margin: 0 0 16px;
}

.fgh3b_policy__content p:last-child,
.fgh3b_terms__content p:last-child,
.fgh3b_cookies__content p:last-child {
  margin-bottom: 0;
}

.fgh3b_policy__content p + .fgh3b_policy__list,
.fgh3b_terms__content p + .fgh3b_terms__list,
.fgh3b_cookies__content p + .fgh3b_cookies__list {
  margin-top: 0;
}

.fgh3b_policy__list,
.fgh3b_terms__list,
.fgh3b_cookies__list {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: inherit;
}

.fgh3b_policy__list:last-child,
.fgh3b_terms__list:last-child,
.fgh3b_cookies__list:last-child {
  margin-bottom: 0;
}

.fgh3b_policy__list > li,
.fgh3b_terms__list > li,
.fgh3b_cookies__list > li {
  margin-bottom: 0;
}

.fgh3b_cookies__categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fgh3b_cookies__content .fgh3b_cookies__category-title {
  margin: 0 0 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  color: #202020;
}

.fgh3b_cookies__content .fgh3b_cookies__category-title strong {
  font-weight: 800;
}

.fgh3b_cookies__category p:not(.fgh3b_cookies__category-title) {
  margin: 0;
}

.fgh3b_about-us__box-h2-about {
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 125% */
}

.fgh3b_topbar {
  display: flex;
  height: 26px;
  padding: 4px 120px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: var(--Hor1, #2c32f1);
  position: relative;
  z-index: 1;
}

.fgh3b_topbar__text {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 600px) {
    font-size: 10px;
  }
}

.fgh3b_topbar__text a {
  color: inherit;
  text-decoration: underline;
}

.fgh3b_header {
  min-height: 50px;
  background: #090909;
  backdrop-filter: none;
  @media (max-width: 450px) {
    min-height: 50px;
  }
}

.fgh3b_header__menu {
  gap: 20px;
}

.fgh3b_nav {
  justify-content: center;
}

.fgh3b_header__right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.fgh3b_header__badge {
  display: inline-flex;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #6c4cff;
  color: #fff;
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.fgh3b_header__age {
  color: var(--White_0, #fefefe);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 991px) {
  .fgh3b_topbar {
    padding: 4px 16px;
  }

  .fgh3b_topbar__content {
    justify-content: center;
  }

  .fgh3b_header__right {
    margin-left: 0;
    flex-direction: column;
    gap: 10px;
  }
}

.fgh3b_rankings {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 32px;
  @media (max-width: 600px) {
    padding-top: 20px;
    padding-bottom: 32px;
  }
}

.fgh3b_rankings > li {
  list-style: none;
}

@media (max-width: 600px) {
  .fgh3b_rankings > li:nth-child(n + 4) {
    display: none;
  }
}

.fgh3b_rankings__license-below {
  display: none;
  margin: 2px 0 0;
  padding: 0;
  color: var(--GR_2, #6390f7);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 880px) {
  .fgh3b_rankings__license-below {
    display: block;
  }
}

.fgh3b_rankings__card {
  position: relative;
  display: flex;
  width: 100%;
  padding: 10px 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: var(--GR_2, #6390f7);
  overflow: hidden;
  @media (max-width: 1100px) {
    gap: 10px;
  }
  @media (max-width: 700px) {
    padding: 30px 0 12px 0;
  }
  @media (max-width: 450px) {
    gap: 0;
  }
}

.fgh3b_rankings > li:nth-child(-n + 3) .fgh3b_rankings__card {
  box-shadow: 0 4px 4px 0 rgba(255, 251, 0, 0.76);
}

.fgh3b_rankings__badge {
  position: absolute;
  top: -1px;
  left: 0;
  padding: 5px 20px;
  border-radius: 16px 0 100px 0;
  border: 1px solid var(--White_0, #fefefe);
  background: #a7e0e0;
  color: var(--Black_0, #0a0a0a);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_rankings__logo-link {
  display: flex;
  max-width: 260px;
  width: 100%;
  height: 100%;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  @media (max-width: 500px) {
    flex-shrink: 1;
  }
  @media (max-width: 450px) {
    border-radius: 0 10px 10px 0;
  }
}

.fgh3b_rankings__logo {
  width: 100%;
  height: 98px;
  object-fit: contain;
  padding: 10px 14px;
  @media (max-width: 450px) {
    padding: 0;
    height: 80px;
  }
}

.fgh3b_rankings__players {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fgh3b_rankings__players img {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}

.fgh3b_rankings__players span {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fgh3b_rankings__rating {
  display: flex;
  max-width: 122px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  @media (max-width: 880px) {
    flex-direction: row;
  }
}

.fgh3b_rankings__rating .fgh3b_casino-card__rating {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 600px) {
    font-size: 32px;
  }
  @media (max-width: 450px) {
    color: var(--White_0, #fefefe);
    text-align: center;
    font-family: var(--font-family), sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.fgh3b_rankings__stars img {
  width: 96px;
  height: 18px;
  margin: 4px auto;
  @media (max-width: 450px) {
    width: 84px;
    height: 15px;
  }
}

.fgh3b_rankings__license {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  @media (max-width: 600px) {
    color: #0000ae;
    text-align: center;
    font-family: var(--font-family), sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.fgh3b_rankings__action {
  display: flex;
  padding: 5px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  max-width: 263px;
  width: 100%;
  @media (max-width: 450px) {
    padding: 0 6px;
  }
}

.fgh3b_rankings__cta {
  display: flex;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  position: relative;
  z-index: 0;
  border: none;
  outline: none;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  color: var(--Black_0, #0a0a0a);
  text-align: center;
  text-decoration: none;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  isolation: isolate;
  @media (max-width: 600px) {
    font-size: 14px;
  }
  @media (max-width: 450px) {
    padding: 10px;
    gap: 4px;
    font-size: 12px;
  }

  &::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 12px;
    background: linear-gradient(
      45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000
    );
    background-size: 400%;
    filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    animation: fgh3b_cta-glowing 20s linear infinite;
    pointer-events: none;
  }

  &::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 12px;
    border: 1px solid #c0d1fa;
    background: var(--White_0, #fefefe);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 174, 0.25);
    pointer-events: none;
  }

  &:hover::before {
    opacity: 1;
  }

  &:focus-visible {
    outline: 2px solid #c0d1fa;
    outline-offset: 2px;
  }

  img {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    @media (max-width: 450px) {
      width: 20px;
      height: 20px;
      aspect-ratio: 1/1;
    }
  }
}

@keyframes fgh3b_cta-glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fgh3b_rankings__cta::before {
    animation: none;
  }
}

.fgh3b_rankings__payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 5px 0;
  @media (max-width: 745px) {
    gap: 6px;
  }
}

.fgh3b_rankings__payments img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.fgh3b_rankings__meta {
  max-width: 284px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.fgh3b_rankings__desc {
  max-width: 235px;
  width: 100%;
  a {
    text-align: left;
    color: var(--White_0, #fefefe);
    font-family: var(--font-family), sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 745px) {
      font-size: 16px;
      text-align: center;
    }
    @media (max-width: 450px) {
      font-size: 14px;
    }
  }
}

.fgh3b_rankings__desc-link {
  color: inherit;
  text-decoration: none;
}

.fgh3b_rankings__desc-link:hover {
  text-decoration: underline;
}

.display-none-880 {
  @media (max-width: 880px) {
    display: none;
  }
}

.display-none-880-min {
  @media (min-width: 880px) {
    display: none;
  }
}

.top-abs-review {
  display: none;
  @media (max-width: 745px) {
    width: 88px;
    height: 24px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 40px 0 60px;
    border: 1px solid #fefefe;
    img {
      width: 16px;
      height: 16px;
      aspect-ratio: 1/1;
    }
    span {
      color: var(--White_0, #fefefe);
      font-family: var(--font-family), sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
  }
}

.display-none-745 {
  @media (max-width: 745px) {
    display: none;
  }
}

.display-none-745-min {
  @media (min-width: 745px) {
    display: none;
  }
}

.age-verification-text {
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.fgh3b_privacy-padding {
  padding: 80px 0;
  @media (max-width: 991px) {
    padding: 40px 0;
  }

  h1 {
    color: var(--White_0, #fefefe);
    font-family: var(--font-family), sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    @media (max-width: 600px) {
      font-size: 30px;
    }
    @media (max-width: 450px) {
      font-size: 24px;
    }
  }

  p,
  li {
    color: var(--White_0, #fefefe);
    font-family: var(--font-family), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .cookie-policy-parent {
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    font-size: 36px;
    color: #fefefe;
    font-family: var(--font-family), sans-serif;
  }

  .cookie-policy-parent .intro-at-lotteria-nazionaleca-we-container {
    align-self: stretch;
    position: relative;
    font-size: 16px;
  }

  .cookie-policy-parent .intro {
    margin: 0;
  }

  .cookie-policy-parent .remember-your-preferences-and {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    padding-left: 0;
    list-style: none;
  }

  .cookie-policy-parent .remember-your-preferences-and .remember-your-preferences {
    position: relative;
    margin-bottom: 0;
    padding-left: 21px;
  }

  .cookie-policy-parent .remember-your-preferences-and .remember-your-preferences:not(:last-child) {
    margin-bottom: 2px;
  }

  .cookie-policy-parent .remember-your-preferences-and .remember-your-preferences::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fefefe;
  }

  .privacy-policy-parent {
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    font-size: 36px;
    color: #fefefe;
    font-family: var(--font-family), sans-serif;
  }

  .privacy-policy-parent .intro-at-lotteria-nazionaleca-keepi-container {
    align-self: stretch;
    position: relative;
    font-size: 16px;
  }

  .privacy-policy-parent .intro {
    margin: 0;
  }

  .privacy-policy-parent .personal-information-name-em {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    padding-left: 0;
    list-style: none;
  }

  .privacy-policy-parent .personal-information-name-em .technical-information-ip-addr {
    position: relative;
    margin-bottom: 0;
    padding-left: 21px;
  }

  .privacy-policy-parent
    .personal-information-name-em
    .technical-information-ip-addr:not(:last-child) {
    margin-bottom: 2px;
  }

  .privacy-policy-parent .personal-information-name-em .technical-information-ip-addr::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 5px;
    height: 5px;
    background: #fefefe;
  }

  .play-responsible-parent {
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    font-size: 36px;
    color: #fefefe;
    font-family: var(--font-family), sans-serif;
  }

  .play-responsible-parent .hey-there-at-lotteria-nazionaleca-container {
    align-self: stretch;
    position: relative;
    font-size: 16px;
  }

  .play-responsible-parent .hey-there {
    margin: 0;
  }

  .play-responsible-parent .set-your-limits-decide-how-m {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    padding-left: 0;
    list-style: none;
  }

  .play-responsible-parent .set-your-limits-decide-how-m .play-only-what-you-can-afford {
    position: relative;
    margin-bottom: 0;
    padding-left: 21px;
  }

  .play-responsible-parent
    .set-your-limits-decide-how-m
    .play-only-what-you-can-afford:not(:last-child) {
    margin-bottom: 2px;
  }

  .play-responsible-parent .set-your-limits-decide-how-m .play-only-what-you-can-afford::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 5px;
    height: 5px;
    background: #fefefe;
  }

  .play-responsible-parent .wwwrofusnu {
    color: inherit;
    text-decoration: underline;
  }

  .play-responsible-parent .wwwrofusnu:hover {
    text-decoration: none;
  }

  .terms-conditions-parent {
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    font-size: 36px;
    color: #fefefe;
    font-family: var(--font-family), sans-serif;
  }

  .terms-conditions-parent .last-updated-april-container {
    align-self: stretch;
    position: relative;
    font-size: 16px;
  }

  .terms-conditions-parent .last-updated-april {
    margin: 0;
  }

  .terms-conditions-parent .violate-danish-or-eu-laws-inte {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    padding-left: 0;
    list-style: none;
  }

  .terms-conditions-parent .violate-danish-or-eu-laws-inte .violate-danish-or-eu-laws {
    position: relative;
    margin-bottom: 0;
    padding-left: 21px;
  }

  .terms-conditions-parent
    .violate-danish-or-eu-laws-inte
    .violate-danish-or-eu-laws:not(:last-child) {
    margin-bottom: 2px;
  }

  .terms-conditions-parent .violate-danish-or-eu-laws-inte .violate-danish-or-eu-laws::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fefefe;
  }

  .terms-conditions-parent .wwwstopspilletdk {
    color: inherit;
    text-decoration: underline;
  }

  .terms-conditions-parent .wwwstopspilletdk:hover {
    text-decoration: none;
  }
}

.frame-parent {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: left;
  font-size: 17px;
  color: #fff;
  font-family: var(--font-family), sans-serif;
}

.responsible-play-policy-wrapper {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  font-family: Montserrat, sans-serif;
}

.responsible-play-policy {
  position: relative;
  line-height: 120%;
  text-transform: uppercase;
}

.this-platform-provides {
  align-self: stretch;
  position: relative;
  text-transform: none;
  color: var(--text-gray, #9b9b9b);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.this-platform-provides ul {
  margin: 0;
  padding-left: 1.25em;
  align-self: stretch;
  list-style: disc;
}

.this-platform-provides li {
  margin-bottom: 8px;
}

.this-platform-provides li:last-child {
  margin-bottom: 0;
}

.this-platform-provides a {
  color: inherit;
  text-decoration: underline;
}

.principles-of-responsible-part-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.principles-of-responsible {
  align-self: stretch;
  position: relative;
  line-height: 19px;
  font-weight: 800;
}

.httpsresponsiblegamblingor {
  color: inherit;
}

.httpsresponsiblegamblingor2 {
  text-decoration: underline;
}

.cookie-policy-wrapper {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  font-family: Montserrat, sans-serif;
}

.cookie-policy {
  position: relative;
  line-height: 120%;
  text-transform: uppercase;
}

.this-website-uses-cookies-and-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.what-this-policy {
  text-transform: none;
  color: var(--white, #fff);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
}

.this-website-uses {
  align-self: stretch;
  position: relative;
  text-transform: none;
  color: var(--text-gray, #9b9b9b);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.this-policy-explains {
  margin: 0 0 8px;
}

.what-types-of-cookies-may-be-u {
  margin: 0 0 8px;
  padding-left: 0;
  list-style: none;
}

.what-types-of-cookies-may-be-u:last-child {
  margin-bottom: 0;
}

.what-types-of-cookies-may-be-u li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}

.what-types-of-cookies-may-be-u li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentcolor;
}

.what-types-of-cookies-may-be-u li:last-child {
  margin-bottom: 0;
}

.analytics-cookies-optional-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.analytics-cookies-provide-aggr-wrapper {
  align-self: stretch;
}

.analytics-cookies-provide-container {
  align-self: stretch;
  position: relative;
  text-transform: none;
  color: var(--text-gray, #9b9b9b);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.analytics-cookies-provide-container a {
  color: inherit;
  text-decoration: underline;
}

.privacy-policy-wrapper {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  font-family: Montserrat, sans-serif;
}

.privacy-policy {
  position: relative;
  line-height: 120%;
  text-transform: uppercase;
}

.our-commitment-to-data-protect-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.our-commitment-to {
  text-transform: none;
  color: var(--white, #fff);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
}

.we-value-your,
.information-provided-voluntari-container,
.information-provided-voluntari {
  align-self: stretch;
  position: relative;
  text-transform: none;
  color: var(--text-gray, #9b9b9b);
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.information-provided-voluntari-wrapper {
  align-self: stretch;
}

.information-provided-voluntari {
  margin: 0 0 8px;
}

.information-provided-voluntari:last-child {
  margin-bottom: 0;
}

.submitting-enquiries-via-a-con {
  margin: 0 0 8px;
  padding-left: 0;
  list-style: none;
}

.submitting-enquiries-via-a-con li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}

.submitting-enquiries-via-a-con li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentcolor;
}

.submitting-enquiries-via-a-con li:last-child {
  margin-bottom: 0;
}

.httpswwwjusticegovzainf2 {
  color: inherit;
  text-decoration: underline;
}

.httpswwwjusticegovzainf3 {
  text-decoration: underline;
}

body.fgh3b_popup-open {
  overflow: hidden;
}

.fgh3b_popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.fgh3b_popup.is-visible {
  display: flex;
}

.fgh3b_popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 10, 14, 0.78);
}

.fgh3b_popup__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  border-radius: 16px;
  border: 1px solid #9af;
  background: linear-gradient(161deg, #1c1c1c 3.28%, #282d3c 98.98%);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
}

.fgh3b_popup__title {
  margin: 0;
  color: #fff;
  font-family: var(--font-secondary), sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.fgh3b_popup__text {
  margin: 0;
  color: #9b9b9b;
  font-family: var(--font-family), sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.fgh3b_popup__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.fgh3b_popup__btn {
  border: 1px solid #e36043;
  border-radius: 10px;
  background: #e36043;
  color: #fff;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  cursor: pointer;
  padding: 12px 20px;
  min-width: 170px;
}

.fgh3b_popup__btn--ghost {
  background: rgba(227, 96, 67, 0.15);
}

.display-none-991 {
  @media (max-width: 991px) {
    display: none;
  }
}

.display-none-991-min {
  @media (min-width: 991px) {
    display: none;
  }
}

/* Contact Us page */
.fgh3b_contact-section {
  padding: 80px 0;
}

@media (max-width: 600px) {
  .fgh3b_contact-section {
    padding: 40px 0;
  }
}

.fgh3b_contact-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fgh3b_contact-section__title {
  margin: 0 0 10px;
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_contact-section__intro {
  margin: 0 0 30px;
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.display-none-cas-after-770 {
  @media (max-width: 770px) {
    display: none;
  }
}

.lotteria-nazionale_footer.fgh3b_footer-v2 {
  padding: 40px 0;
  border-top: 1px solid var(--Grey, #7c7c7c);
  background: var(--Black_0, #0a0a0a);
}

.fgh3b_footer-v2__top {
  display: grid;
  grid-template-columns: minmax(0, 527px) minmax(0, 131px) minmax(0, 123px) minmax(0, 135px);
  gap: 60px;
}

.fgh3b_footer-v2__brand p,
.fgh3b_footer-v2__warning,
.fgh3b_footer-v2__bottom p,
.fgh3b_footer-v2__bottom a {
  color: var(--white-80, rgba(254, 254, 254, 0.8));
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fgh3b_footer-v2__logo {
  display: inline-flex;
  margin-bottom: 14px;
}

.fgh3b_footer-v2__logo img {
  width: auto;
  height: 26px;
}

.fgh3b_footer-v2__brand-title {
  margin: 20px 0 0;
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_footer-v2__platforms {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
}

.fgh3b_footer-v2__platforms li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.fgh3b_footer-v2__platforms img {
  width: auto;
  height: 34px;
}

.fgh3b_footer-v2__menu-title {
  margin: 0 0 20px;
  color: var(--White_0, #fefefe);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  @media (max-width: 500px) {
    font-size: 12px;
    margin: 0 0 6px;
  }
}

.fgh3b_footer-v2__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  @media (max-width: 500px) {
    gap: 4px;
  }
}

.fgh3b_footer-v2__menu a {
  color: var(--white-80, rgba(254, 254, 254, 0.8));
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 500px) {
    font-size: 10px;
  }
}

.fgh3b_footer-v2__line {
  height: 1px;
  width: 100%;
  align-self: stretch;
  background: var(--Grey, #7c7c7c);
  margin: 20px 0;
}

.fgh3b_footer-v2__logos {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.fgh3b_footer-v2__logos-group {
  display: flex;
  flex-direction: column;
}

.fgh3b_footer-v2__logos-title {
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_footer-v2__logos-group ul {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fgh3b_footer-v2__logos li a,
.fgh3b_footer-v2__logos li > img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.fgh3b_footer-v2__logos img {
  max-width: 60px;
  max-height: 33px;
}

.fgh3b_footer-v2__warning {
  margin: 0;
}

.fgh3b_footer-v2__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.fgh3b_footer-v2__bottom p {
  margin: 0;
}

.fgh3b_footer-v2__bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  @media (max-width: 500px) {
    display: none;
  }
}

@media (max-width: 1100px) {
  .fgh3b_footer-v2__top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .fgh3b_footer-v2__logos {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 700px) {
  .lotteria-nazionale_footer.fgh3b_footer-v2 {
    padding: 24px 0;
  }

  .fgh3b_footer-v2__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .fgh3b_footer-v2__bottom ul {
    flex-wrap: wrap;
    gap: 12px;
  }
}

.fgh3b_platform-review__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 2px;

  svg {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
  }
}

.fgh3b_platform-review__breadcrumbs.alter {
  margin: 0 0 20px;
}

.fgh3b_platform-review__breadcrumbs a {
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.fgh3b_platform-review-disclaimer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fgh3b_platform-review__breadcrumbs span {
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.fgh3b_platform-review__title {
  margin: 0;
  color: var(--White_0, #fefefe);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_platform-review__subtitle {
  margin: -18px 0 0;
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fgh3b_platform-review__subtitle.alter {
  margin: 10px 0 20px;
}

.fgh3b_platform-review__subtitle.alter-contact {
  margin: 10px 0 40px;
  @media (max-width: 600px) {
    margin: 10px 0 20px;
  }
}

.fgh3b_platform-review__hero-card,
.fgh3b_platform-review__info-card {
  display: flex;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--Hor1, #2c32f1);
  background: rgba(44, 50, 241, 0.1);
  box-shadow: 4px -4px 12px 0 #2c32f1;
}

.fgh3b_platform-review__hero-card {
  gap: 30px;
  @media (max-width: 790px) {
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    max-width: 328px;
    width: 100%;
  }
}

.fgh3b_platform-review__brand-box {
  width: 140px;
  flex: 0 0 140px;
}

.fgh3b_platform-review__brand-logo {
  display: flex;
  height: 80px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--Hor1, #2c32f1);
  @media (max-width: 790px) {
    width: 120px;
    height: auto;
    padding: 0;
    border: none;
    background: none;
    margin-bottom: 8px;
  }
}

.fgh3b_platform-review__brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fgh3b_platform-review__rating-link {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  @media (max-width: 790px) {
    margin-top: 0;
    flex-direction: row;
  }
}

.fgh3b_platform-review__rating-link img {
  width: 84px;
  height: auto;

  @media (max-width: 790px) {
    width: 13px;
    height: 14px;
    aspect-ratio: 13/14;
  }
}

.fgh3b_platform-review__rating-link span {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  @media (max-width: 790px) {
    font-size: 10px;
  }
}

.fgh3b_platform-review__hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.fgh3b_platform-review__badges {
  display: flex;
  gap: 10px;
  @media (max-width: 790px) {
    gap: 2px;
  }
}

.fgh3b_platform-review__badges span {
  display: inline-flex;
  height: 24px;
  padding: 0 12px;
  align-items: center;
  border-radius: 999px;
  background: rgba(44, 50, 241, 0.7);
  color: var(--White_0, #fefefe);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_platform-review__brand-title {
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  @media (max-width: 790px) {
    font-size: 16px;
  }
}

.fgh3b_platform-review__meta {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  @media (max-width: 790px) {
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }
}

.fgh3b_platform-review__meta li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fgh3b_platform-review__meta small {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  @media (max-width: 790px) {
    font-size: 10px;
  }
}

.fgh3b_platform-review__meta strong {
  color: var(--white-80, rgba(254, 254, 254, 0.8));
  font-family: var(--font-secondary), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 790px) {
    font-size: 10px;
  }
}

.fgh3b_platform-review__info-card {
  flex-direction: column;
  gap: 12px;
}

.fgh3b_platform-review__info-card h2 {
  text-align: left;
  margin: 0;
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_platform-review__info-card h3 {
  margin: 10px 0 0;
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Same visual size as h3 in this card; use h2 for correct outline (sibling sections). */
.fgh3b_platform-review__info-card h2.fgh3b_platform-review__info-card-h3 {
  margin: 10px 0 0;
  color: var(--White_0, #fefefe);
  font-family: var(--font-secondary), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Semantic h2 with same visual weight as h3 (licence / RG blocks under review pages) */
.fgh3b_platform-review__info-card h2.fgh3b_platform-review__h2-as-h3 {
  margin: 10px 0 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fgh3b_platform-review__info-card p {
  margin: 0;
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

.fgh3b_platform-review__info-card p + p {
  margin-top: 0.65em;
}

.fgh3b_platform-review__info-card p + ul {
  margin-top: 0.5em;
}

.fgh3b_platform-review__info-card a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fgh3b_platform-review__info-card a:hover,
.fgh3b_platform-review__info-card a:focus-visible {
  color: #fefefe;
}

.fgh3b_platform-review__disc-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fgh3b_platform-review__disc-list > li::before {
  background-color: var(--White_0, #fefefe);
}

@media (max-width: 600px) {
  .fgh3b_platform-review {
    gap: 20px;
  }

  .fgh3b_platform-review__title {
    font-size: 24px;
  }

  .fgh3b_platform-review__subtitle {
    margin-top: -10px;
    font-size: 12px;
  }

  .fgh3b_platform-review__info-card h2,
  .fgh3b_platform-review__info-card h3,
  .fgh3b_platform-review__info-card h2.fgh3b_platform-review__h2-as-h3 {
    font-size: 20px;
  }

  .fgh3b_platform-review__info-card p {
    font-size: 14px;
  }
}

.display-none-1100 {
  @media (max-width: 1100px) {
    display: none;
  }
}

.display-none-1100-after {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  @media (min-width: 1100px) {
    display: none;
  }
}

blockquote {
  color: var(--white-80, rgba(254, 254, 254, 0.8));
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  @media (max-width: 500px) {
    font-size: 12px;
  }
}

.mobile-content-790 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  justify-content: space-between;
}

.display-none-790 {
  @media (max-width: 790px) {
    display: none;
  }
}

.display-block-790 {
  @media (min-width: 790px) {
    display: none;
  }
}
