@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}
input::placeholder,
textarea::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;
}
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-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
@font-face {
  font-family: BebasNeue;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/lottotrackerau-fonts/lottotrackerau-BebasNeue.woff2) format("woff2");
}
@font-face {
  font-family: MulishRegular;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/lottotrackerau-fonts/lottotrackerau-MulishRegular.woff2)
    format("woff2");
}
@font-face {
  font-family: MulishSemiBold;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/lottotrackerau-fonts/lottotrackerau-MulishSemiBold.woff2)
    format("woff2");
}
@font-face {
  font-family: MulishBold;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/lottotrackerau-fonts/lottotrackerau-MulishBold.woff2)
    format("woff2");
}
:root {
  --font-main: "MulishSemiBold", sans-serif;
  --background-page: #fff;
  --main: #070707;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.pd {
  padding: 0 80px 100px 80px;
}
@media (max-width: 768px) {
  .pd {
    padding: 0 16px 50px 16px;
  }
}
.tt {
  text-align: center;
  font-family: BebasNeue, sans-serif;
  font-size: 40px;
  line-height: 40px;
}
.st {
  font-size: 17px;
  line-height: 26px;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid #ef32d9;
  text-align: center;
  font-family: MulishBold, sans-serif;
  font-size: 17px;
}
.btn.pink {
  background: #ef32d9;
  color: #fff;
}
.btn.blue {
  color: #070707;
  background: #b0e3f9;
}
.site-header {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b0e3f9),
    to(#09b5ff)
  );
  background: linear-gradient(90deg, #b0e3f9 0, #09b5ff 100%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 0 80px;
}
@media (max-width: 768px) {
  .site-header {
    padding: 10px 24px;
  }
}
.site-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1070px) {
  .site-header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 16px;
  }
}
.site-header .logo img {
  width: 163.123px;
  height: 73px;
  aspect-ratio: 163.12/73;
}
@media (max-width: 768px) {
  .site-header .logo img {
    width: 119px;
    height: 57px;
    aspect-ratio: 119/57;
  }
}
.site-header .site-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
  list-style: none;
}
@media (max-width: 1070px) {
  .site-header .site-nav ul {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .site-header .site-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
}
.site-header .site-nav ul li a {
  color: #fff;
  text-align: center;
  font-family: MulishBold, sans-serif;
  font-size: 17px;
  line-height: 26px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.site-header .site-nav ul li a:hover {
  opacity: 0.8;
}
.site-header .auth-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .site-header .auth-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.burger,
.header__burger {
  display: none;
  background: 0 0;
  border: none;
  cursor: pointer;
}
.burger img,
.header__burger img {
  width: 32px;
  height: 32px;
}
.header__mobile-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 16px;
}
.header__mobile-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .site-header__right.desktop {
    display: none;
  }
  .header__burger {
    display: block;
  }
}
.popupauth {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(121, 121, 121, 0.68);
  -webkit-backdrop-filter: blur(11.4499998093px);
  backdrop-filter: blur(11.4499998093px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popupauth.active {
  visibility: visible;
  opacity: 1;
}
.popupauth__close,
.popupauth__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.popupauth__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  width: 100%;
  padding: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  border-radius: 35px;
  background: #b0e3f9;
}
@media (max-width: 960px) {
  .popupauth__content {
    padding: 30px;
    margin: 0 16px;
    gap: 16px;
  }
}
.popupauth__title {
  font-family: BebasNeue, sans-serif;
  font-size: 40px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 24px;
}
.popupauth__exit {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 64px;
  width: 24px;
  height: 24px;
  background-image: url(/lottotrackerau-img/lottotrackerau-svg/lottotrackerau-cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media (max-width: 960px) {
  .popupauth__exit {
    right: 10px;
    top: 15px;
  }
}
.popupauth__item {
  display: none;
}
.popupauth__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}
.popupauth__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.popupauth__form input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 16px;
  background: var(--, #fff);
  color: var(--, #070707);
  font-size: 17px;
  line-height: 26px;
}
@media (max-width: 960px) {
  .popupauth__form input {
    font-size: 14px;
  }
}
.popupauth__form.error input {
  border: 2px solid red;
}
.popupauth__note {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: MulishBold, sans-serif;
  font-size: 17px;
  line-height: 26px;
}
@media (max-width: 960px) {
  .popupauth__note {
    font-size: 14px;
  }
}
.popupauth__note a {
  color: #ef32d9;
  text-align: center;
  font-family: MulishBold, sans-serif;
  font-size: 17px;
  line-height: 20px;
}
.popupauth__button {
  width: 100%;
}
.status {
  margin-top: 15px;
  padding: 10px;
  display: none;
  color: #ef32d9;
}
.form.active .status {
  display: block;
}
.lotto-promo {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .lotto-promo {
    margin-top: 50px;
  }
}
.lotto-promo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
  border-radius: 34px;
  border: 1px solid #b0e3f9;
  position: relative;
  border-radius: 34px;
  background-image: url(/lottotrackerau-img/lottotrackerau-bubbles.webp);
  background-color: rgba(176, 227, 249, 0.66);
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1200px) {
  .lotto-promo__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .lotto-promo__container {
    padding: 32px 16px 32px 16px;
    gap: 0;
  }
}
.lotto-promo .lotto-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 604px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.lotto-promo .lotto-content h1 {
  text-align: center;
  font-family: BebasNeue, sans-serif;
  font-size: 50px;
  line-height: 60px;
}
.lotto-promo .lotto-content p {
  text-align: center;
}
.lotto-promo .lotto-content .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  border-radius: 35px;
  border: 1px solid #b0e3f9;
  background: rgba(9, 181, 255, 0.6);
  -webkit-backdrop-filter: blur(1.5499999523px);
  backdrop-filter: blur(1.5499999523px);
}
@media (max-width: 768px) {
  .lotto-promo .lotto-content .countdown {
    padding: 32px 10px 32px 10px;
  }
}
.lotto-promo .lotto-content .countdown .countdown-title {
  text-align: center;
  font-family: MulishBold, sans-serif;
  font-size: 20px;
}
.lotto-promo .lotto-content .countdown .countdown-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 10px;
}
@media (max-width: 768px) {
  .lotto-promo .lotto-content .countdown .countdown-timer {
    gap: 4px;
  }
}
.lotto-promo .lotto-content .countdown .countdown-timer .time-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.lotto-promo .lotto-content .countdown .countdown-timer .time-block .time {
  text-align: center;
  font-family: BebasNeue, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 13px;
  border: 1px solid #ef32d9;
  background: #b0e3f9;
}
@media (max-width: 768px) {
  .lotto-promo .lotto-content .countdown .countdown-timer .time-block .time {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
.lotto-promo .lotto-content .countdown .countdown-timer .time-block .label {
  font-size: 17px;
  line-height: 26px;
}
.lotto-promo .lotto-image img {
  width: 331px;
  height: 380px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 331/380;
}
@media (max-width: 768px) {
  .lotto-promo .lotto-image img {
    display: none;
  }
}
.lotto-promo #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(components);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.combinations__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.combinations p {
  margin: 24px 0 32px;
}
@media (max-width: 768px) {
  .combinations p {
    text-align: center;
  }
}
.combinations .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .combinations .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.combinations .combination-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 628px;
  flex: 1 0 628px;
  border-radius: 20px;
  border: 1px solid #ef32d9;
  background: #b0e3f9;
  max-width: 628px;
  width: 100%;
}
@media (max-width: 768px) {
  .combinations .combination-card {
    padding: 16px;
    gap: 33px;
    width: 250px;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.combinations .combination-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: MulishBold, sans-serif;
}
@media (max-width: 768px) {
  .combinations .combination-card .card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.combinations .combination-card .card-header .date {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 33px;
}
.combinations .combination-card .card-header .prize {
  font-size: 34px;
}
.combinations .combination-card .combinations__win-numbers {
  display: none;
}
@media (max-width: 768px) {
  .combinations .combination-card .combinations__win-numbers {
    display: block;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
.combinations .combination-card .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .combinations .combination-card .numbers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.combinations .combination-card .numbers .ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 34px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe14b),
    to(#ff8e00)
  );
  background: linear-gradient(90deg, #ffe14b 0, #ff8e00 100%);
  color: var(--, #070707);
  text-align: center;
  font-family: MulishBold, sans-serif;
  font-size: 20px;
}
.combinations .combinations__footer {
  width: 100%;
  margin-top: 32px;
}
.story__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.story .story__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 70px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #b0e3f9;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(176, 227, 249, 0.72)),
      to(rgba(176, 227, 249, 0.72))
    ),
    url(/lottotrackerau-img/lottotrackerau-lotto-balls-bg.webp) #d3d3d3 50% /
      cover no-repeat;
  background: linear-gradient(
      0deg,
      rgba(176, 227, 249, 0.72) 0,
      rgba(176, 227, 249, 0.72) 100%
    ),
    url(/lottotrackerau-img/lottotrackerau-lotto-balls-bg.webp) #d3d3d3 50% /
      cover no-repeat;
}
@media (max-width: 768px) {
  .story .story__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 32px 16px;
  }
}
.story .story__image {
  width: 434px;
  height: 486px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 217/243;
  background: url(/lottotrackerau-img/lottotrackerau-treasure.webp) no-repeat
    center/contain;
}
@media (max-width: 768px) {
  .story .story__image {
    width: 259px;
    height: 290px;
    aspect-ratio: 259/290;
  }
}
.story .story__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 597px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .story .story__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.story .story__text h3 {
  font-family: BebasNeue, sans-serif;
  font-size: 24px;
}
.story .story__text a.btn.pink {
  width: 100%;
}
.external-page {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .external-page {
    margin-top: 50px;
  }
}
.why .why__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .why .why__features {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.why .feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 413px;
  width: 100%;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 35px;
  border: 1px solid #ef32d9;
  background: #b0e3f9;
}
@media (max-width: 768px) {
  .why .feature-card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px 16px;
  }
}
.why .feature-card h3 {
  font-family: BebasNeue, sans-serif;
  font-size: 24px;
}
.faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.faq .faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.faq .faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid #ef32d9;
  background: #b0e3f9;
  overflow: hidden;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq .faq__item.active .faq__question img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .faq__item.active .faq__answer {
  max-height: 450px;
}
.faq .faq__question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background: 0 0;
  border: none;
  text-align: left;
}
.faq .faq__question span {
  font-family: BebasNeue, sans-serif;
  font-size: 24px;
}
.faq .faq__question img {
  width: 41px;
  height: 41px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq .faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer {
  padding: 20px 80px 40px 80px;
  background: #070707;
  color: #ededed;
}
@media (max-width: 768px) {
  .site-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 24px;
  }
}
.site-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.site-footer .underline {
  text-decoration: underline;
}
.site-footer .underline:hover {
  text-decoration: none;
}
.site-footer h2 {
  text-align: center;
  font-family: BebasNeue, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}
.site-footer p {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .site-footer p {
    margin-bottom: 24px;
  }
}
.site-footer .footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  list-style: none;
}
@media (max-width: 768px) {
  .site-footer .footer-logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: 54px 52px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-logos .footer__logo--age {
    width: 47.3px;
    height: 47.3px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-logos .footer__logo--gamblers {
    width: 118.25px;
    height: 40.554px;
    aspect-ratio: 118.25/40.55;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-logos .footer__logo--victoria {
    width: 90.2px;
    height: 51.76px;
    aspect-ratio: 90.2/51.76;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-logos .footer__logo--reset {
    width: 42.35px;
    height: 38.947px;
    aspect-ratio: 42.35/38.95;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-logos .footer__logo--gambler-aware {
    width: 139.15px;
    height: 18.199px;
    aspect-ratio: 139.15/18.2;
  }
}
.responsible__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.responsible__container h3 {
  font-family: BebasNeue, sans-serif;
  font-size: 24px;
  padding-top: 16px;
}
.responsible__container h3:first-of-type {
  padding-bottom: 0;
}
.responsible__container .points {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.responsible__container .points li::before {
  content: "•";
  color: #000;
  display: inline-block;
  width: 1em;
}
.responsible__container .points li:has(> .icon-check)::before {
  content: "✔";
  color: green;
}
.responsible__container .points li:has(> .icon-arrow)::before {
  content: "→";
  color: #000;
}
.responsible__container p {
  padding-bottom: 0;
}
.terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .terms {
    padding: 40px 16px;
  }
}
.terms {
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .terms {
    padding: 40px 16px;
  }
}
.terms h1 {
  font-family: var(--font-titles);
  color: #600000;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
}
.terms p {
  padding-bottom: 10px;
}
.terms__domain {
  word-break: break-all;
}
