@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,700;6..12,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap";

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media/owl.video.play-4O2DMQ3I.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* libs/shared/ui/src/lib/_variables.scss */

/* apps/frontend/src/styles.scss */
body[dir=rtl] .cc-window {
  text-align: right;
}
.cc-window {
  position: fixed;
  margin: 16px;
  background: var(--core-cookie-background);
  background-image: var(--core-cookie-backgroundImage);
  color: var(--core-cookie-textColor);
  border: 1px solid var(--core-cookie-borderColor);
  padding: 20px;
  background-size: cover;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(100%);
  animation: consentSlideIn 0.5s ease-out forwards;
  bottom: 0;
  right: 0;
  max-width: 400px;
  z-index: 9999;
  text-align: center;
}
.cc-invisible {
  animation: consentSlideOut 0.5s ease-out forwards;
}
.cc-compliance {
  padding-top: 12px;
  text-align: center;
}
.cc-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 160px;
  color: var(--shared-button-secondary-textColor);
  font-weight: var(--shared-button-fontWeight);
  font-size: var(--shared-button-textSize);
}
.cc-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: var(--shared-button-borderRadius);
  background-image: var(--shared-button-secondary-borderGradient);
  z-index: -1;
}
.cc-btn::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: var(--shared-button-borderRadius);
  background-image: var(--shared-button-secondary-background);
  background-size: cover;
  z-index: -1;
}
.cc-link {
  color: var(--core-cookie-linkColor);
  text-decoration: underline;
}
@keyframes consentSlideIn {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%);
  }
  75% {
    opacity: 1;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes consentSlideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(10%);
  }
  75% {
    opacity: 1;
    transform: translateY(-10%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
:root {
  --mat-app-background-color: #faf9fd;
  --mat-app-text-color: #1a1b1f;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, #1a1b1f 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-option-label-text-color: #1a1b1f;
  --mat-option-selected-state-label-text-color: #3e4759;
  --mat-option-selected-state-layer-color: #dae2f9;
  --mat-optgroup-label-text-color: #44474e;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #faf9fd;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #005cbb;
  --mat-pseudo-checkbox-full-unselected-icon-color: #44474e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #005cbb;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-weight: 400;
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
  --mat-card-elevated-container-shape: 12px;
  --mat-card-filled-container-shape: 12px;
  --mat-card-outlined-container-shape: 12px;
  --mat-card-outlined-outline-width: 1px;
  --mat-card-elevated-container-color: #f4f3f6;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #e3e2e6;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #faf9fd;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #c4c6d0;
  --mat-card-subtitle-text-color: #1a1b1f;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
  --mat-progress-bar-active-indicator-color: #005cbb;
  --mat-progress-bar-track-color: #e0e2ec;
  --mat-tooltip-container-color: #2f3033;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-color: #f2f0f4;
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-line-height: 1rem;
  --mat-tooltip-supporting-text-size: 0.75rem;
  --mat-tooltip-supporting-text-tracking: 0.025rem;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #44474e;
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #93000a;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-filled-active-indicator-color: #44474e;
  --mat-form-field-filled-caret-color: #005cbb;
  --mat-form-field-filled-container-color: #e0e2ec;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-caret-color: #ba1a1a;
  --mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-filled-error-hover-active-indicator-color: #93000a;
  --mat-form-field-filled-error-hover-label-text-color: #93000a;
  --mat-form-field-filled-error-label-text-color: #ba1a1a;
  --mat-form-field-filled-focus-active-indicator-color: #005cbb;
  --mat-form-field-filled-focus-label-text-color: #005cbb;
  --mat-form-field-filled-hover-active-indicator-color: #1a1b1f;
  --mat-form-field-filled-hover-label-text-color: #44474e;
  --mat-form-field-filled-input-text-color: #1a1b1f;
  --mat-form-field-filled-input-text-placeholder-color: #44474e;
  --mat-form-field-filled-label-text-color: #44474e;
  --mat-form-field-focus-select-arrow-color: #005cbb;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #44474e;
  --mat-form-field-outlined-caret-color: #005cbb;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-outline-color: #ba1a1a;
  --mat-form-field-outlined-error-hover-label-text-color: #93000a;
  --mat-form-field-outlined-error-hover-outline-color: #93000a;
  --mat-form-field-outlined-error-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-outline-color: #ba1a1a;
  --mat-form-field-outlined-focus-label-text-color: #005cbb;
  --mat-form-field-outlined-focus-outline-color: #005cbb;
  --mat-form-field-outlined-hover-label-text-color: #1a1b1f;
  --mat-form-field-outlined-hover-outline-color: #1a1b1f;
  --mat-form-field-outlined-input-text-color: #1a1b1f;
  --mat-form-field-outlined-input-text-placeholder-color: #44474e;
  --mat-form-field-outlined-label-text-color: #44474e;
  --mat-form-field-outlined-outline-color: #74777f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-state-layer-color: #1a1b1f;
  --mat-form-field-trailing-icon-color: #44474e;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 1rem;
  --mat-form-field-outlined-label-text-tracking: 0.031rem;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 1rem;
  --mat-form-field-filled-label-text-tracking: 0.031rem;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-select-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #efedf0;
  --mat-select-enabled-trigger-text-color: #1a1b1f;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-placeholder-text-color: #44474e;
  --mat-select-enabled-arrow-color: #44474e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-focused-arrow-color: #005cbb;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #efedf0;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-container-shape: 28px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 6px 24px 13px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-container-color: #faf9fd;
  --mat-dialog-subhead-color: #1a1b1f;
  --mat-dialog-supporting-text-color: #44474e;
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 2rem;
  --mat-dialog-subhead-size: 1.5rem;
  --mat-dialog-subhead-tracking: 0;
  --mat-dialog-subhead-weight: 400;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 1.25rem;
  --mat-dialog-supporting-text-size: 0.875rem;
  --mat-dialog-supporting-text-tracking: 0.016rem;
  --mat-dialog-supporting-text-weight: 400;
  --mat-chip-container-shape-radius: 8px;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-elevated-container-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-outline-width: 1px;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-with-avatar-avatar-shape-radius: 24px;
  --mat-chip-with-avatar-avatar-size: 24px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mat-chip-with-icon-disabled-icon-opacity: 0.38;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-elevated-selected-container-color: #dae2f9;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-focus-outline-color: #44474e;
  --mat-chip-focus-state-layer-color: #44474e;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #44474e;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #44474e;
  --mat-chip-outline-color: #74777f;
  --mat-chip-selected-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-selected-focus-state-layer-color: #3e4759;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #3e4759;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #3e4759;
  --mat-chip-selected-trailing-action-state-layer-color: #3e4759;
  --mat-chip-selected-trailing-icon-color: #3e4759;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #44474e;
  --mat-chip-with-icon-disabled-icon-color: #1a1b1f;
  --mat-chip-with-icon-icon-color: #44474e;
  --mat-chip-with-icon-selected-icon-color: #3e4759;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-with-trailing-icon-trailing-icon-color: #44474e;
  --mat-chip-container-height: 32px;
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 1.25rem;
  --mat-chip-label-text-size: 0.875rem;
  --mat-chip-label-text-tracking: 0.006rem;
  --mat-chip-label-text-weight: 500;
  --mat-slide-toggle-disabled-selected-handle-opacity: 1;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 2px;
  --mat-slide-toggle-handle-shape: 9999px;
  --mat-slide-toggle-hidden-track-opacity: 0;
  --mat-slide-toggle-hidden-track-transition: opacity 75ms;
  --mat-slide-toggle-pressed-handle-size: 28px;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-selected-handle-size: 24px;
  --mat-slide-toggle-selected-icon-size: 16px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 2px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-track-height: 32px;
  --mat-slide-toggle-track-outline-width: 2px;
  --mat-slide-toggle-track-shape: 9999px;
  --mat-slide-toggle-track-width: 52px;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;
  --mat-slide-toggle-unselected-handle-size: 16px;
  --mat-slide-toggle-unselected-icon-size: 16px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: opacity 75ms;
  --mat-slide-toggle-with-icon-handle-size: 24px;
  --mat-slide-toggle-touch-target-size: 48px;
  --mat-slide-toggle-disabled-label-text-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-handle-color: #faf9fd;
  --mat-slide-toggle-disabled-selected-icon-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-track-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-handle-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1a1b1f;
  --mat-slide-toggle-label-text-color: #1a1b1f;
  --mat-slide-toggle-selected-focus-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-focus-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #005cbb;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-hover-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #005cbb;
  --mat-slide-toggle-selected-icon-color: #00458f;
  --mat-slide-toggle-selected-pressed-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-pressed-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #005cbb;
  --mat-slide-toggle-selected-track-color: #005cbb;
  --mat-slide-toggle-track-outline-color: #74777f;
  --mat-slide-toggle-unselected-focus-handle-color: #44474e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-handle-color: #74777f;
  --mat-slide-toggle-unselected-hover-handle-color: #44474e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-unselected-pressed-handle-color: #44474e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-touch-target-display: block;
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 1.25rem;
  --mat-slide-toggle-label-text-size: 0.875rem;
  --mat-slide-toggle-label-text-tracking: 0.016rem;
  --mat-slide-toggle-label-text-weight: 400;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-touch-target-size: 48px;
  --mat-radio-checked-ripple-color: #005cbb;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1a1b1f;
  --mat-radio-disabled-unselected-icon-color: #1a1b1f;
  --mat-radio-label-text-color: #1a1b1f;
  --mat-radio-ripple-color: #1a1b1f;
  --mat-radio-selected-focus-icon-color: #005cbb;
  --mat-radio-selected-hover-icon-color: #005cbb;
  --mat-radio-selected-icon-color: #005cbb;
  --mat-radio-selected-pressed-icon-color: #005cbb;
  --mat-radio-unselected-focus-icon-color: #1a1b1f;
  --mat-radio-unselected-hover-icon-color: #1a1b1f;
  --mat-radio-unselected-icon-color: #44474e;
  --mat-radio-unselected-pressed-icon-color: #1a1b1f;
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-active-track-height: 4px;
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.38;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-value-indicator-transform-origin: 0 28px;
  --mat-slider-active-track-color: #005cbb;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1a1b1f;
  --mat-slider-disabled-handle-color: #1a1b1f;
  --mat-slider-disabled-inactive-track-color: #1a1b1f;
  --mat-slider-focus-handle-color: #005cbb;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #005cbb 20%, transparent);
  --mat-slider-handle-color: #005cbb;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #005cbb;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #005cbb 5%, transparent);
  --mat-slider-inactive-track-color: #e0e2ec;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #005cbb;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #005cbb;
  --mat-slider-with-overlap-handle-outline-color: #ffffff;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #1a1b1f;
  --mat-slider-with-tick-marks-inactive-container-color: #44474e;
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-line-height: 1rem;
  --mat-slider-label-label-text-size: 0.75rem;
  --mat-slider-label-label-text-tracking: 0.031rem;
  --mat-slider-label-label-text-weight: 500;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #e0e2ec;
  --mat-menu-item-label-text-color: #1a1b1f;
  --mat-menu-item-icon-color: #44474e;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-menu-container-color: #efedf0;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-list-active-indicator-color: #dae2f9;
  --mat-list-active-indicator-shape: 9999px;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-disabled-label-text-color: #1a1b1f;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #1a1b1f;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #1a1b1f;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #1a1b1f;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #1a1b1f;
  --mat-list-list-item-focus-state-layer-color: #1a1b1f;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #1a1b1f;
  --mat-list-list-item-hover-state-layer-color: #1a1b1f;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #1a1b1f;
  --mat-list-list-item-leading-avatar-color: #d7e3ff;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #44474e;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #005cbb;
  --mat-list-list-item-supporting-text-color: #44474e;
  --mat-list-list-item-trailing-icon-color: #44474e;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #44474e;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 1.5rem;
  --mat-list-list-item-label-text-size: 1rem;
  --mat-list-list-item-label-text-tracking: 0.031rem;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 1.25rem;
  --mat-list-list-item-supporting-text-size: 0.875rem;
  --mat-list-list-item-supporting-text-tracking: 0.016rem;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mat-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mat-list-list-item-trailing-supporting-text-weight: 500;
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
  --mat-paginator-container-text-color: #1a1b1f;
  --mat-paginator-container-background-color: #faf9fd;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-paginator-enabled-icon-color: #44474e;
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
  --mat-tab-divider-height: 1px;
  --mat-tab-active-focus-indicator-color: #005cbb;
  --mat-tab-active-focus-label-text-color: #1a1b1f;
  --mat-tab-active-hover-indicator-color: #005cbb;
  --mat-tab-active-hover-label-text-color: #1a1b1f;
  --mat-tab-active-indicator-color: #005cbb;
  --mat-tab-active-label-text-color: #1a1b1f;
  --mat-tab-active-ripple-color: #1a1b1f;
  --mat-tab-divider-color: #e0e2ec;
  --mat-tab-inactive-focus-label-text-color: #1a1b1f;
  --mat-tab-inactive-hover-label-text-color: #1a1b1f;
  --mat-tab-inactive-label-text-color: #1a1b1f;
  --mat-tab-inactive-ripple-color: #1a1b1f;
  --mat-tab-pagination-icon-color: #1a1b1f;
  --mat-tab-disabled-ripple-color: #44474e;
  --mat-tab-container-height: 48px;
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-line-height: 1.25rem;
  --mat-tab-label-text-size: 0.875rem;
  --mat-tab-label-text-tracking: 0.006rem;
  --mat-tab-label-text-weight: 500;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #faf9fd;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-label-text-color: #1a1b1f;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #005cbb;
  --mat-checkbox-selected-focus-state-layer-color: #005cbb;
  --mat-checkbox-selected-hover-icon-color: #005cbb;
  --mat-checkbox-selected-hover-state-layer-color: #005cbb;
  --mat-checkbox-selected-icon-color: #005cbb;
  --mat-checkbox-selected-pressed-icon-color: #005cbb;
  --mat-checkbox-selected-pressed-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-focus-icon-color: #1a1b1f;
  --mat-checkbox-unselected-focus-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-hover-icon-color: #1a1b1f;
  --mat-checkbox-unselected-hover-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-icon-color: #44474e;
  --mat-checkbox-unselected-pressed-state-layer-color: #005cbb;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-button-filled-container-shape: 9999px;
  --mat-button-filled-horizontal-padding: 24px;
  --mat-button-filled-icon-offset: -8px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 9999px;
  --mat-button-outlined-horizontal-padding: 24px;
  --mat-button-outlined-icon-offset: -8px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-shape: 9999px;
  --mat-button-protected-horizontal-padding: 24px;
  --mat-button-protected-icon-offset: -8px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 9999px;
  --mat-button-text-horizontal-padding: 12px;
  --mat-button-text-icon-offset: -4px;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 16px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 9999px;
  --mat-button-tonal-horizontal-padding: 24px;
  --mat-button-tonal-icon-offset: -8px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
  --mat-button-filled-container-color: #005cbb;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #44474e;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #44474e;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #005cbb;
  --mat-button-outlined-outline-color: #74777f;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-outlined-state-layer-color: #005cbb;
  --mat-button-protected-container-color: #faf9fd;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #44474e;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #005cbb;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-protected-state-layer-color: #005cbb;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #44474e;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #005cbb;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-text-state-layer-color: #005cbb;
  --mat-button-tonal-container-color: #dae2f9;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #44474e;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #3e4759;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #3e4759 12%, transparent);
  --mat-button-tonal-state-layer-color: #3e4759;
  --mat-button-filled-touch-target-display: block;
  --mat-button-filled-container-height: 40px;
  --mat-button-outlined-container-height: 40px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-touch-target-display: block;
  --mat-button-protected-container-height: 40px;
  --mat-button-text-touch-target-display: block;
  --mat-button-text-container-height: 40px;
  --mat-button-tonal-container-height: 40px;
  --mat-button-tonal-touch-target-display: block;
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 0.875rem;
  --mat-button-filled-label-text-tracking: 0.006rem;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 0.875rem;
  --mat-button-outlined-label-text-tracking: 0.006rem;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 0.875rem;
  --mat-button-protected-label-text-tracking: 0.006rem;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 0.875rem;
  --mat-button-text-label-text-tracking: 0.006rem;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 0.875rem;
  --mat-button-tonal-label-text-tracking: 0.006rem;
  --mat-button-tonal-label-text-weight: 500;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 9999px;
  --mat-icon-button-touch-target-size: 48px;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #44474e;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #44474e;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #44474e 12%, transparent);
  --mat-icon-button-state-layer-color: #44474e;
  --mat-icon-button-touch-target-display: block;
  --mat-icon-button-state-layer-size: 40px;
  --mat-fab-container-shape: 16px;
  --mat-fab-extended-container-height: 56px;
  --mat-fab-extended-container-shape: 16px;
  --mat-fab-small-container-shape: 12px;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-container-color: #d7e3ff;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow: 6;
  --mat-fab-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #00458f;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #00458f 12%, transparent);
  --mat-fab-small-container-color: #d7e3ff;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #00458f;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #00458f 12%, transparent);
  --mat-fab-small-state-layer-color: #00458f;
  --mat-fab-state-layer-color: #00458f;
  --mat-fab-touch-target-display: block;
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 0.875rem;
  --mat-fab-extended-label-text-tracking: 0.006rem;
  --mat-fab-extended-label-text-weight: 500;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-button-color: #abc7ff;
  --mat-snack-bar-container-color: #2f3033;
  --mat-snack-bar-supporting-text-color: #f2f0f4;
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 1.25rem;
  --mat-snack-bar-supporting-text-size: 0.875rem;
  --mat-snack-bar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #faf9fd;
  --mat-table-header-headline-color: #1a1b1f;
  --mat-table-row-item-label-text-color: #1a1b1f;
  --mat-table-row-item-outline-color: #74777f;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-progress-spinner-size: 48px;
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-active-indicator-color: #005cbb;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-background-color: #ba1a1a;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-color: #ffffff;
  --mat-badge-large-size-line-height: 16px;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-bottom-sheet-container-shape: 28px;
  --mat-bottom-sheet-container-text-color: #1a1b1f;
  --mat-bottom-sheet-container-background-color: #f4f3f6;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-button-toggle-shape: 28px;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-toggle-divider-color: #74777f;
  --mat-button-toggle-selected-state-background-color: #dae2f9;
  --mat-button-toggle-selected-state-text-color: #3e4759;
  --mat-button-toggle-state-layer-color: #1a1b1f;
  --mat-button-toggle-text-color: #1a1b1f;
  --mat-button-toggle-height: 40px;
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 1.25rem;
  --mat-button-toggle-label-text-size: 0.875rem;
  --mat-button-toggle-label-text-tracking: 0.006rem;
  --mat-button-toggle-label-text-weight: 500;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-body-label-text-color: #1a1b1f;
  --mat-datepicker-calendar-container-background-color: #e9e7eb;
  --mat-datepicker-calendar-container-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #e0e0ff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #565e71;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dae2f9;
  --mat-datepicker-calendar-date-in-range-state-background-color: #d7e3ff;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #005cbb;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #005cbb;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #005cbb;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #005cbb;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #44474e;
  --mat-datepicker-calendar-navigation-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-text-color: #44474e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1a1b1f;
  --mat-datepicker-toggle-active-state-icon-color: #005cbb;
  --mat-datepicker-toggle-icon-color: #44474e;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-divider-width: 1px;
  --mat-divider-color: #c4c6d0;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-actions-divider-color: #74777f;
  --mat-expansion-container-background-color: #faf9fd;
  --mat-expansion-container-text-color: #1a1b1f;
  --mat-expansion-header-description-color: #44474e;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-expansion-header-indicator-color: #44474e;
  --mat-expansion-header-text-color: #1a1b1f;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-header-text-weight: 500;
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
  --mat-sidenav-container-background-color: #faf9fd;
  --mat-sidenav-container-text-color: #44474e;
  --mat-sidenav-content-background-color: #faf9fd;
  --mat-sidenav-content-text-color: #1a1b1f;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2d3038 40%, transparent);
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-container-color: #faf9fd;
  --mat-stepper-header-done-state-icon-background-color: #005cbb;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #005cbb;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-stepper-header-icon-background-color: #44474e;
  --mat-stepper-header-icon-foreground-color: #faf9fd;
  --mat-stepper-header-label-text-color: #44474e;
  --mat-stepper-header-optional-label-text-color: #44474e;
  --mat-stepper-header-selected-state-icon-background-color: #005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #44474e;
  --mat-stepper-line-color: #74777f;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #1a1b1f;
  --mat-toolbar-container-background-color: #faf9fd;
  --mat-toolbar-container-text-color: #1a1b1f;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-tree-container-background-color: #faf9fd;
  --mat-tree-node-text-color: #1a1b1f;
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-background-color: #efedf0;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 380px) {
  .\!container {
    max-width: 380px !important;
  }
  .container {
    max-width: 380px;
  }
}
@media (min-width: 460px) {
  .\!container {
    max-width: 460px !important;
  }
  .container {
    max-width: 460px;
  }
}
@media (min-width: 550px) {
  .\!container {
    max-width: 550px !important;
  }
  .container {
    max-width: 550px;
  }
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .\!container {
    max-width: 1400px !important;
  }
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 2560px) {
  .\!container {
    max-width: 2560px !important;
  }
  .container {
    max-width: 2560px;
  }
}
@media (min-width: 3440px) {
  .\!container {
    max-width: 3440px !important;
  }
  .container {
    max-width: 3440px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-\[20px\] {
  bottom: -20px;
}
.-left-1 {
  left: -0.25rem;
}
.-left-\[20\%\] {
  left: -20%;
}
.-left-\[20px\] {
  left: -20px;
}
.-left-\[50\%\] {
  left: -50%;
}
.-left-\[60px\] {
  left: -60px;
}
.-right-2 {
  right: -0.5rem;
}
.-right-3 {
  right: -0.75rem;
}
.-right-8 {
  right: -2rem;
}
.-right-\[0\.43rem\] {
  right: -0.43rem;
}
.-right-\[30px\] {
  right: -30px;
}
.-right-\[65\%\] {
  right: -65%;
}
.-top-1 {
  top: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-\[20\%\] {
  top: -20%;
}
.-top-\[53px\] {
  top: -53px;
}
.-top-\[5px\] {
  top: -5px;
}
.-top-\[85px\] {
  top: -85px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1\/2 {
  bottom: 50%;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[-10px\] {
  bottom: -10px;
}
.bottom-\[0\.05rem\] {
  bottom: 0.05rem;
}
.bottom-\[0px\] {
  bottom: 0px;
}
.bottom-\[100px\] {
  bottom: 100px;
}
.bottom-\[2px\] {
  bottom: 2px;
}
.bottom-\[5px\] {
  bottom: 5px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.bottom-\[70px\] {
  bottom: 70px;
}
.bottom-\[7rem\] {
  bottom: 7rem;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-\[-10\%\] {
  left: -10%;
}
.left-\[-20\%\] {
  left: -20%;
}
.left-\[-310\%\] {
  left: -310%;
}
.left-\[0\] {
  left: 0;
}
.left-\[10\%\] {
  left: 10%;
}
.left-\[20\%\] {
  left: 20%;
}
.left-\[2px\] {
  left: 2px;
}
.left-\[3px\] {
  left: 3px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[65\%\] {
  left: 65%;
}
.left-\[6px\] {
  left: 6px;
}
.left-\[70\%\] {
  left: 70%;
}
.left-\[93\%\] {
  left: 93%;
}
.left-\[calc\(50\%-300px\)\] {
  left: calc(50% - 300px);
}
.left-\[calc\(50\%-375px\)\] {
  left: calc(50% - 375px);
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-\[-12px\] {
  right: -12px;
}
.right-\[-15px\] {
  right: -15px;
}
.right-\[-25px\] {
  right: -25px;
}
.right-\[2px\] {
  right: 2px;
}
.right-\[3px\] {
  right: 3px;
}
.right-\[50\%\] {
  right: 50%;
}
.right-\[65px\] {
  right: 65px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-2\/4 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-\[-\.7rem\] {
  top: -.7rem;
}
.top-\[-0\.6rem\] {
  top: -0.6rem;
}
.top-\[-0\.8rem\] {
  top: -0.8rem;
}
.top-\[-130px\] {
  top: -130px;
}
.top-\[-13px\] {
  top: -13px;
}
.top-\[-15px\] {
  top: -15px;
}
.top-\[-180px\] {
  top: -180px;
}
.top-\[-1rem\] {
  top: -1rem;
}
.top-\[-20\%\] {
  top: -20%;
}
.top-\[-30\%\] {
  top: -30%;
}
.top-\[-33px\] {
  top: -33px;
}
.top-\[-49px\] {
  top: -49px;
}
.top-\[-70\%\] {
  top: -70%;
}
.top-\[-715px\] {
  top: -715px;
}
.top-\[0\.1rem\] {
  top: 0.1rem;
}
.top-\[10\%\] {
  top: 10%;
}
.top-\[100vw\] {
  top: 100vw;
}
.top-\[120vw\] {
  top: 120vw;
}
.top-\[15\%\] {
  top: 15%;
}
.top-\[175px\] {
  top: 175px;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[350px\] {
  top: 350px;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[3rem\] {
  top: 3rem;
}
.top-\[4rem\] {
  top: 4rem;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[6px\] {
  top: 6px;
}
.top-\[70vw\] {
  top: 70vw;
}
.top-\[80px\] {
  top: 80px;
}
.top-\[calc\(80px\+clamp\(40px\,12vw\,60px\)\)\] {
  top: calc(80px + clamp(40px, 12vw, 60px));
}
.top-\[var\(--features-communityChallenges-monsterMashGridItems-monsterImageTop\)\] {
  top: var(--features-communityChallenges-monsterMashGridItems-monsterImageTop);
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4000\] {
  z-index: 4000;
}
.z-\[5000\] {
  z-index: 5000;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[9101\] {
  z-index: 9101;
}
.z-\[9200\] {
  z-index: 9200;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-\[1px\] {
  margin: 1px;
}
.m-\[2px\] {
  margin: 2px;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-\[-10\%\] {
  margin-left: -10%;
  margin-right: -10%;
}
.mx-\[-20px\] {
  margin-left: -20px;
  margin-right: -20px;
}
.mx-\[3px\] {
  margin-left: 3px;
  margin-right: 3px;
}
.mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-\[10px\] {
  margin-top: -10px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[-20px\] {
  margin-left: -20px;
}
.ml-\[25px\] {
  margin-left: 25px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-auto {
  margin-left: auto;
}
.ml-core-loyaltyClub-rewards-tierLevelLeftMargin {
  margin-left: var(--core-loyaltyClub-rewards-tierLevelLeftMargin, 4rem);
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[-1\.5rem\] {
  margin-right: -1.5rem;
}
.mr-\[-10px\] {
  margin-right: -10px;
}
.mr-\[2px\] {
  margin-right: 2px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mr-auto {
  margin-right: auto;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[-1\.5\%\] {
  margin-top: -1.5%;
}
.mt-\[-1\.5rem\] {
  margin-top: -1.5rem;
}
.mt-\[-14\%\] {
  margin-top: -14%;
}
.mt-\[-2px\] {
  margin-top: -2px;
}
.mt-\[-5rem\] {
  margin-top: -5rem;
}
.mt-\[10\%\] {
  margin-top: 10%;
}
.mt-\[10vw\] {
  margin-top: 10vw;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[6\%\] {
  margin-top: 6%;
}
.mt-\[65px\] {
  margin-top: 65px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.aspect-3\/4 {
  aspect-ratio: 3 / 4;
}
.aspect-\[2\.07\/1\] {
  aspect-ratio: 2.07/1;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.\!h-3 {
  height: 0.75rem !important;
}
.\!h-5 {
  height: 1.25rem !important;
}
.\!h-6 {
  height: 1.5rem !important;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[1140px\] {
  height: 1140px;
}
.h-\[115px\] {
  height: 115px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[12vw\] {
  height: 12vw;
}
.h-\[140\%\] {
  height: 140%;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[172px\] {
  height: 172px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[20vh\] {
  height: 20vh;
}
.h-\[214px\] {
  height: 214px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[32vw\] {
  height: 32vw;
}
.h-\[39px\] {
  height: 39px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[470px\] {
  height: 470px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[48vh\] {
  height: 48vh;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[520px\] {
  height: 520px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[57px\] {
  height: 57px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[61px\] {
  height: 61px;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[70\%\] {
  height: 70%;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[71px\] {
  height: 71px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[750px\] {
  height: 750px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[82px\] {
  height: 82px;
}
.h-\[86px\] {
  height: 86px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[97px\] {
  height: 97px;
}
.h-\[calc\(100vh-210px\)\] {
  height: calc(100vh - 210px);
}
.h-auto {
  height: auto;
}
.h-core-loyaltyClub-rewards-tierContainerHeight {
  height: var(--core-loyaltyClub-rewards-tierContainerHeight, 5rem);
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-logo-height {
  height: var(--core-header-logoHeight);
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.h-sidebar {
  height: calc(100dvh - 80px);
}
.\!max-h-\[55vh\] {
  max-height: 55vh !important;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[125px\] {
  max-height: 125px;
}
.max-h-\[130px\] {
  max-height: 130px;
}
.max-h-\[160px\] {
  max-height: 160px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[30px\] {
  max-height: 30px;
}
.max-h-\[3rem\] {
  max-height: 3rem;
}
.max-h-\[40dvh\] {
  max-height: 40dvh;
}
.max-h-\[40vh\] {
  max-height: 40vh;
}
.max-h-\[470px\] {
  max-height: 470px;
}
.max-h-\[50dvh\] {
  max-height: 50dvh;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[52px\] {
  max-height: 52px;
}
.max-h-\[60dvh\] {
  max-height: 60dvh;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-\[65vh\] {
  max-height: 65vh;
}
.max-h-\[6rem\] {
  max-height: 6rem;
}
.max-h-\[fit-content\] {
  max-height: fit-content;
}
.max-h-features-blogPosts-blogPostCard-descriptionMaxHeight {
  max-height: var(--features-blogPosts-blogPostCard-descriptionMaxHeight);
}
.min-h-0 {
  min-height: 0px;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[370px\] {
  min-height: 370px;
}
.min-h-\[3rem\] {
  min-height: 3rem;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[6rem\] {
  min-height: 6rem;
}
.min-h-\[calc\(100vh-200px\)\] {
  min-height: calc(100vh - 200px);
}
.\!w-3 {
  width: 0.75rem !important;
}
.\!w-5 {
  width: 1.25rem !important;
}
.\!w-6 {
  width: 1.5rem !important;
}
.\!w-\[15px\] {
  width: 15px !important;
}
.\!w-\[69\%\] {
  width: 69% !important;
}
.\!w-auto {
  width: auto !important;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/5 {
  width: 60%;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[105px\] {
  width: 105px;
}
.w-\[105vw\] {
  width: 105vw;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[130\%\] {
  width: 130%;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[140\%\] {
  width: 140%;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[156px\] {
  width: 156px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[172px\] {
  width: 172px;
}
.w-\[174vw\] {
  width: 174vw;
}
.w-\[176px\] {
  width: 176px;
}
.w-\[180\%\] {
  width: 180%;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[18rem\] {
  width: 18rem;
}
.w-\[190\%\] {
  width: 190%;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[20vw\] {
  width: 20vw;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[225\%\] {
  width: 225%;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[29px\] {
  width: 29px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[31px\] {
  width: 31px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[370px\] {
  width: 370px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[43\%\] {
  width: 43%;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[720\%\] {
  width: 720%;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[750px\] {
  width: 750px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[7px\] {
  width: 7px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[82px\] {
  width: 82px;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[86px\] {
  width: 86px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[97px\] {
  width: 97px;
}
.w-\[calc\(100\%-7rem\)\] {
  width: calc(100% - 7rem);
}
.w-\[calc\(100\%-97px\)\] {
  width: calc(100% - 97px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-logo-width {
  width: var(--core-header-logoWidth);
}
.w-max {
  width: max-content;
}
.w-min {
  width: min-content;
}
.w-overlay-calc {
  width: calc(100vw - 24px);
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-16 {
  min-width: 4rem;
}
.min-w-20 {
  min-width: 5rem;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[105px\] {
  min-width: 105px;
}
.min-w-\[112px\] {
  min-width: 112px;
}
.min-w-\[115px\] {
  min-width: 115px;
}
.min-w-\[116px\] {
  min-width: 116px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[124px\] {
  min-width: 124px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[144px\] {
  min-width: 144px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[38px\] {
  min-width: 38px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[550px\] {
  min-width: 550px;
}
.min-w-\[58px\] {
  min-width: 58px;
}
.min-w-\[75px\] {
  min-width: 75px;
}
.min-w-\[76px\] {
  min-width: 76px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[107px\] {
  max-width: 107px;
}
.max-w-\[110\%\] {
  max-width: 110%;
}
.max-w-\[1116px\] {
  max-width: 1116px;
}
.max-w-\[112px\] {
  max-width: 112px;
}
.max-w-\[1164px\] {
  max-width: 1164px;
}
.max-w-\[1168px\] {
  max-width: 1168px;
}
.max-w-\[118px\] {
  max-width: 118px;
}
.max-w-\[124px\] {
  max-width: 124px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[187px\] {
  max-width: 187px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[20px\] {
  max-width: 20px;
}
.max-w-\[230px\] {
  max-width: 230px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[365px\] {
  max-width: 365px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[475px\] {
  max-width: 475px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.max-w-\[796px\] {
  max-width: 796px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[898px\] {
  max-width: 898px;
}
.max-w-\[99px\] {
  max-width: 99px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[56\%\] {
  --tw-translate-x: -56%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[10\%\] {
  --tw-translate-y: 10%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.7\] {
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.9\] {
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.3\] {
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes arrowMove {
  0% {
    transform: translateX(-12px);
    opacity: 0.4;
  }
  50% {
    transform: translateX(12px);
    opacity: 1;
  }
  100% {
    transform: translateX(-12px);
    opacity: 0.4;
  }
}
.animate-\[arrowMove_2\.5s_ease-in-out_infinite\] {
  animation: arrowMove 2.5s ease-in-out infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.animate-scaleIn {
  animation: scaleIn 0.5s ease-out forwards;
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.animate-scaleInDelay {
  animation: scaleIn 0.5s ease-out forwards 1s;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-slideUp {
  animation: slideUp 0.5s ease-out forwards;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes wiggle {
  0%, 100% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
}
.animate-wiggle {
  animation: wiggle 0.3s ease-in-out infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-ns-resize {
  cursor: ns-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.resize {
  resize: both;
}
.scroll-mt-\[125px\] {
  scroll-margin-top: 125px;
}
.list-disc {
  list-style-type: disc;
}
.auto-cols-max {
  grid-auto-columns: max-content;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}
.grid-cols-\[2fr_1fr\] {
  grid-template-columns: 2fr 1fr;
}
.grid-cols-\[3fr_1fr\] {
  grid-template-columns: 3fr 1fr;
}
.grid-cols-\[60\%_40\%\] {
  grid-template-columns: 60% 40%;
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.grid-cols-\[auto_auto_1fr\] {
  grid-template-columns: auto auto 1fr;
}
.grid-rows-\[1fr_auto\] {
  grid-template-rows: 1fr auto;
}
.grid-rows-\[auto_1fr_auto\] {
  grid-template-rows: auto 1fr auto;
}
.grid-rows-\[auto_auto_1fr\] {
  grid-template-rows: auto auto 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-core-wallet-textButtonGap {
  gap: var(--core-wallet-textButtonGap);
}
.gap-x-1 {
  column-gap: 0.25rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-\[20px\] {
  column-gap: 20px;
}
.gap-x-\[24px\] {
  column-gap: 24px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[0px\] {
  row-gap: 0px;
}
.gap-y-\[3px\] {
  row-gap: 3px;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-core-authentication-welcomeBonus-dividerColor > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--core-authentication-welcomeBonus-dividerColor);
}
.place-self-start {
  place-self: start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-self-start {
  justify-self: start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.rounded-core-authentication-finalStep-borderRadius {
  border-radius: var(--core-authentication-finalStep-borderRadius);
}
.rounded-core-authentication-mfa-progress-borderRadius {
  border-radius: var(--core-authentication-mfa-progress-borderRadius);
}
.rounded-core-authentication-mfa-progress-secondLineBorderRadius {
  border-radius: var(--core-authentication-mfa-progress-secondLineBorderRadius);
}
.rounded-core-blogPostCard-borderRadius {
  border-radius: var(--core-blogPostCard-borderRadius);
}
.rounded-core-buySpins-slider-point-borderRadius {
  border-radius: var(--core-buySpins-slider-point-borderRadius);
}
.rounded-core-buySpins-slider-progress-borderRadius {
  border-radius: var(--core-buySpins-slider-progress-borderRadius);
}
.rounded-core-buySpins-slider-progress-secondLineBorderRadius {
  border-radius: var(--core-buySpins-slider-progress-secondLineBorderRadius);
}
.rounded-core-carouselProviders-borderRadius {
  border-radius: var(--core-carouselProviders-borderRadius);
}
.rounded-core-gameCard-borderRadius {
  border-radius: var(--core-gameCard-borderRadius);
}
.rounded-core-header-accountProgress-avatarRadius {
  border-radius: var(--core-header-accountProgress-avatarRadius);
}
.rounded-core-header-accountProgress-progress-borderRadius {
  border-radius: var(--core-header-accountProgress-progress-borderRadius);
}
.rounded-core-header-balance-borderRadius {
  border-radius: var(--core-header-balance-borderRadius);
}
.rounded-core-howItWorks-borderRadius {
  border-radius: var(--core-howItWorks-borderRadius);
}
.rounded-core-loyaltyClub-rewards-borderRadius {
  border-radius: var(--core-loyaltyClub-rewards-borderRadius);
}
.rounded-core-overlay-borderRadius {
  border-radius: var(--core-overlay-borderRadius);
}
.rounded-core-promoCenterCard-borderRadius {
  border-radius: var(--core-promoCenterCard-borderRadius);
}
.rounded-core-wallet-borderRadius {
  border-radius: var(--core-wallet-borderRadius);
}
.rounded-core-wallet-progressBarRounded {
  border-radius: var(--core-wallet-progressBarRounded, 50px);
}
.rounded-features-blogPosts-blogPostCard-borderRadius {
  border-radius: var(--features-blogPosts-blogPostCard-borderRadius);
}
.rounded-features-cashback-noCashback-borderRadius {
  border-radius: var(--features-cashback-noCashback-borderRadius);
}
.rounded-features-cashback-promotion-card-borderRadius {
  border-radius: var(--features-cashback-promotion-card-borderRadius);
}
.rounded-features-cashback-redeem-borderRadius {
  border-radius: var(--features-cashback-redeem-borderRadius);
}
.rounded-features-communityChallenges-christmas-christmasCard-borderRadius {
  border-radius: var(--features-communityChallenges-christmas-christmasCard-borderRadius);
}
.rounded-features-communityChallenges-easterEggs-easterEggsCard-borderRadius {
  border-radius: var(--features-communityChallenges-easterEggs-easterEggsCard-borderRadius);
}
.rounded-features-communityChallenges-easterEggs-joinTheHunt-borderRadius {
  border-radius: var(--features-communityChallenges-easterEggs-joinTheHunt-borderRadius);
}
.rounded-features-communityChallenges-leaderboard-avatar-borderRadius {
  border-radius: var(--features-communityChallenges-leaderboard-avatar-borderRadius);
}
.rounded-features-dailyRewards-dailyRewardsCard-dailyRewardHeading-headingBorderRadius {
  border-radius: var(--features-dailyRewards-dailyRewardsCard-dailyRewardHeading-headingBorderRadius);
}
.rounded-features-jackpot-card-borderRadius {
  border-radius: var(--features-jackpot-card-borderRadius);
}
.rounded-features-transactionsHistory-borderRadius {
  border-radius: var(--features-transactionsHistory-borderRadius);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-shared-button-borderImageRadius {
  border-radius: var(--shared-button-borderImageRadius);
}
.rounded-shared-button-borderRadius {
  border-radius: var(--shared-button-borderRadius);
}
.rounded-shared-input-borderRadius {
  border-radius: var(--shared-input-borderRadius);
}
.rounded-shared-label-borderRadius {
  border-radius: var(--shared-label-borderRadius);
}
.rounded-shared-section-borderRadius {
  border-radius: var(--shared-section-borderRadius);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-core-loyaltyClub-avatar-borderRadius {
  border-bottom-right-radius: var(--core-loyaltyClub-avatar-borderRadius);
  border-bottom-left-radius: var(--core-loyaltyClub-avatar-borderRadius);
}
.rounded-l-core-header-balance-borderRadius {
  border-top-left-radius: var(--core-header-balance-borderRadius);
  border-bottom-left-radius: var(--core-header-balance-borderRadius);
}
.rounded-l-core-wallet-borderRadius {
  border-top-left-radius: var(--core-wallet-borderRadius);
  border-bottom-left-radius: var(--core-wallet-borderRadius);
}
.rounded-r-\[20px\] {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.rounded-r-core-header-balance-borderRadius {
  border-top-right-radius: var(--core-header-balance-borderRadius);
  border-bottom-right-radius: var(--core-header-balance-borderRadius);
}
.rounded-r-core-wallet-borderRadius {
  border-top-right-radius: var(--core-wallet-borderRadius);
  border-bottom-right-radius: var(--core-wallet-borderRadius);
}
.rounded-t-\[15px\] {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.rounded-t-core-overlay-borderRadius {
  border-top-left-radius: var(--core-overlay-borderRadius);
  border-top-right-radius: var(--core-overlay-borderRadius);
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[10px\] {
  border-width: 10px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-\[4px\] {
  border-width: 4px;
}
.border-\[6px\] {
  border-width: 6px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[11px\] {
  border-bottom-width: 11px;
}
.border-b-\[5px\] {
  border-bottom-width: 5px;
}
.border-b-\[7px\] {
  border-bottom-width: 7px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-\[12px\] {
  border-left-width: 12px;
}
.border-l-\[5px\] {
  border-left-width: 5px;
}
.border-l-\[9px\] {
  border-left-width: 9px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-\[12px\] {
  border-right-width: 12px;
}
.border-r-\[5px\] {
  border-right-width: 5px;
}
.border-r-\[9px\] {
  border-right-width: 9px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[11px\] {
  border-top-width: 11px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-t-\[5px\] {
  border-top-width: 5px;
}
.border-t-\[7px\] {
  border-top-width: 7px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#243642\] {
  --tw-border-opacity: 1;
  border-color: rgb(36 54 66 / var(--tw-border-opacity, 1));
}
.border-core-authentication-cross-brand-box-border {
  border-color: var(--core-authentication-cross-brand-box-border);
}
.border-core-buySpins-slider-point-borderColor {
  border-color: var(--core-buySpins-slider-point-borderColor);
}
.border-core-language-borderColor {
  border-color: var(--core-language-borderColor);
}
.border-core-language-selectedBorderColor {
  border-color: var(--core-language-selectedBorderColor);
}
.border-core-loyaltyClub-rewards-avatarCountBorderColor {
  border-color: var(--core-loyaltyClub-rewards-avatarCountBorderColor);
}
.border-core-loyaltyClub-rewards-borderColor {
  border-color: var(--core-loyaltyClub-rewards-borderColor);
}
.border-core-overlay-borderColor {
  border-color: var(--core-overlay-borderColor);
}
.border-core-wallet-borderColorInput {
  border-color: var(--core-wallet-borderColorInput);
}
.border-core-wallet-progressBarBorder {
  border-color: var(--core-wallet-progressBarBorder);
}
.border-features-cashback-autoOptInCheckbox-borderColor {
  border-color: var(--features-cashback-autoOptInCheckbox-borderColor);
}
.border-features-cashback-breakdownTable-borderColor {
  border-color: var(--features-cashback-breakdownTable-borderColor);
}
.border-features-communityChallenges-easterEggs-progressBar-borderColor {
  border-color: var(--features-communityChallenges-easterEggs-progressBar-borderColor);
}
.border-features-communityChallenges-easterEggs-progressBar-outerBorder {
  border-color: var(--features-communityChallenges-easterEggs-progressBar-outerBorder);
}
.border-features-communityChallenges-leaderboard-table-rowBorderColor {
  border-color: var(--features-communityChallenges-leaderboard-table-rowBorderColor);
}
.border-features-communityChallenges-message-borderColor {
  border-color: var(--features-communityChallenges-message-borderColor);
}
.border-features-jackpot-recentWinners-borderColor {
  border-color: var(--features-jackpot-recentWinners-borderColor);
}
.border-features-transactionsHistory-dividerColor {
  border-color: var(--features-transactionsHistory-dividerColor);
}
.border-features-transactionsHistory-tableBorderColor {
  border-color: var(--features-transactionsHistory-tableBorderColor);
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-green-400\/20 {
  border-color: rgb(74 222 128 / 0.2);
}
.border-green-400\/40 {
  border-color: rgb(74 222 128 / 0.4);
}
.border-shared-paginator-border {
  border-color: var(--shared-paginator-border);
}
.border-shared-paginator-selected-border {
  border-color: var(--shared-paginator-selected-border);
}
.border-shared-slideToAction-borderColor {
  border-color: var(--shared-slideToAction-borderColor);
}
.border-shared-slideToAction-targetBorderColor {
  border-color: var(--shared-slideToAction-targetBorderColor);
}
.border-transparent {
  border-color: transparent;
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-l-features-communityChallenges-monsterMash-progressBar-rightTriangle {
  border-left-color: var(--features-communityChallenges-monsterMash-progressBar-rightTriangle);
}
.border-r-features-communityChallenges-monsterMash-progressBar-leftTriangle {
  border-right-color: var(--features-communityChallenges-monsterMash-progressBar-leftTriangle);
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-core-authentication-cross-brand-box-bg {
  background-color: var(--core-authentication-cross-brand-box-bg);
}
.bg-core-authentication-finalStep-backgroundColor {
  background-color: var(--core-authentication-finalStep-backgroundColor);
}
.bg-core-authentication-login-background {
  background-color: var(--core-authentication-login-background);
}
.bg-core-authentication-welcomeBonus-cardBackground {
  background-color: var(--core-authentication-welcomeBonus-cardBackground);
}
.bg-core-authentication-welcomeBonus-cardStandardBackground {
  background-color: var(--core-authentication-welcomeBonus-cardStandardBackground);
}
.bg-core-authentication-welcomeBonus-checkbox-background {
  background-color: var(--core-authentication-welcomeBonus-checkbox-background);
}
.bg-core-authentication-welcomeBonus-typeSelector-cardBackground {
  background-color: var(--core-authentication-welcomeBonus-typeSelector-cardBackground);
}
.bg-core-buySpins-slider-errorColor {
  background-color: var(--core-buySpins-slider-errorColor);
}
.bg-core-buySpins-slider-point-lineBackground {
  background-color: var(--core-buySpins-slider-point-lineBackground);
}
.bg-core-deposit-bonus-footer-background {
  background-color: var(--core-deposit-bonus-footer-background);
}
.bg-core-footer-iconBackground {
  background-color: var(--core-footer-iconBackground);
}
.bg-core-footer-providerBackground {
  background-color: var(--core-footer-providerBackground);
}
.bg-core-header-accountProgress-progress-background {
  background-color: var(--core-header-accountProgress-progress-background);
}
.bg-core-language-background {
  background-color: var(--core-language-background);
}
.bg-core-loyaltyClub-avatar-progressBarContainer {
  background-color: var(--core-loyaltyClub-avatar-progressBarContainer);
}
.bg-core-loyaltyClub-rewards-borderColor {
  background-color: var(--core-loyaltyClub-rewards-borderColor);
}
.bg-core-sidebar-dividerColor {
  background-color: var(--core-sidebar-dividerColor);
}
.bg-core-sidebar-navigationDividerLeftColor {
  background-color: var(--core-sidebar-navigationDividerLeftColor);
}
.bg-core-sidebar-navigationDividerRightColor {
  background-color: var(--core-sidebar-navigationDividerRightColor);
}
.bg-core-wallet-backgroundCash {
  background-color: var(--core-wallet-backgroundCash);
}
.bg-core-wallet-backgroundInput {
  background-color: var(--core-wallet-backgroundInput);
}
.bg-core-wallet-backgroundItem {
  background-color: var(--core-wallet-backgroundItem);
}
.bg-core-wallet-progressBarBackground {
  background-color: var(--core-wallet-progressBarBackground);
}
.bg-current {
  background-color: currentColor;
}
.bg-error {
  background-color: var(--error);
}
.bg-features-account-documentTable-background {
  background-color: var(--features-account-documentTable-background);
}
.bg-features-account-documentTable-bodyBackgroundColor {
  background-color: var(--features-account-documentTable-bodyBackgroundColor);
}
.bg-features-account-documentTable-titleBackgroundColor {
  background-color: var(--features-account-documentTable-titleBackgroundColor);
}
.bg-features-cashback-breakdownTable-evenRowBackgroundColor {
  background-color: var(--features-cashback-breakdownTable-evenRowBackgroundColor);
}
.bg-features-cashback-breakdownTable-oddRowBackgroundColor {
  background-color: var(--features-cashback-breakdownTable-oddRowBackgroundColor);
}
.bg-features-cashback-noCashback-background {
  background-color: var(--features-cashback-noCashback-background);
}
.bg-features-cashback-oneTime-bottomBackgroundColor {
  background-color: var(--features-cashback-oneTime-bottomBackgroundColor);
}
.bg-features-cashback-oneTime-headerBackground {
  background-color: var(--features-cashback-oneTime-headerBackground);
}
.bg-features-cashback-oneTime-headerSpecialBackground {
  background-color: var(--features-cashback-oneTime-headerSpecialBackground);
}
.bg-features-cashback-oneTime-verticalDividerColor {
  background-color: var(--features-cashback-oneTime-verticalDividerColor);
}
.bg-features-cashback-redeem-backgroundColor {
  background-color: var(--features-cashback-redeem-backgroundColor);
}
.bg-features-cashback-redeem-lockedBackgroundColor {
  background-color: var(--features-cashback-redeem-lockedBackgroundColor);
}
.bg-features-communityChallenges-christmas-progressBar-background {
  background-color: var(--features-communityChallenges-christmas-progressBar-background);
}
.bg-features-communityChallenges-christmas-progressBar-bgBorder {
  background-color: var(--features-communityChallenges-christmas-progressBar-bgBorder);
}
.bg-features-communityChallenges-easterEggs-progressBar-background {
  background-color: var(--features-communityChallenges-easterEggs-progressBar-background);
}
.bg-features-communityChallenges-easterEggs-progressBar-outerBackground {
  background-color: var(--features-communityChallenges-easterEggs-progressBar-outerBackground);
}
.bg-features-communityChallenges-easterEggsGridItems-timer-backgroundColor {
  background-color: var(--features-communityChallenges-easterEggsGridItems-timer-backgroundColor);
}
.bg-features-communityChallenges-leaderboard-table-primaryBackground {
  background-color: var(--features-communityChallenges-leaderboard-table-primaryBackground);
}
.bg-features-communityChallenges-leaderboard-table-secondaryBackground {
  background-color: var(--features-communityChallenges-leaderboard-table-secondaryBackground);
}
.bg-features-communityChallenges-message-backgroundColor {
  background-color: var(--features-communityChallenges-message-backgroundColor);
}
.bg-features-dailyRewards-dailyRewardsCard-disabledCardBackground {
  background-color: var(--features-dailyRewards-dailyRewardsCard-disabledCardBackground);
}
.bg-features-dailyRewards-dailyRewardsCard-requirmentsBackground {
  background-color: var(--features-dailyRewards-dailyRewardsCard-requirmentsBackground);
}
.bg-features-free-spins-background {
  background-color: var(--features-free-spins-background);
}
.bg-features-freeSpins-gameSelection-cardBackground {
  background-color: var(--features-freeSpins-gameSelection-cardBackground);
}
.bg-features-jackpot-contributionInfo-backgroundColor {
  background-color: var(--features-jackpot-contributionInfo-backgroundColor);
}
.bg-features-jackpot-gameGridJackpot-backgroundColor {
  background-color: var(--features-jackpot-gameGridJackpot-backgroundColor);
}
.bg-features-jackpot-recentWinners-headerBackgroundColor {
  background-color: var(--features-jackpot-recentWinners-headerBackgroundColor);
}
.bg-features-jackpot-recentWinners-headerInGameBackgroundColor {
  background-color: var(--features-jackpot-recentWinners-headerInGameBackgroundColor);
}
.bg-features-transactionsHistory-tableBackground {
  background-color: var(--features-transactionsHistory-tableBackground);
}
.bg-features-transactionsHistory-tableEvenRowBackground {
  background-color: var(--features-transactionsHistory-tableEvenRowBackground);
}
.bg-features-transactionsHistory-tableHeadingBackground {
  background-color: var(--features-transactionsHistory-tableHeadingBackground);
}
.bg-features-transactionsHistory-tableOddRowBackground {
  background-color: var(--features-transactionsHistory-tableOddRowBackground);
}
.bg-features-vipClub-tutorialBox-backgroundColor {
  background-color: var(--features-vipClub-tutorialBox-backgroundColor);
}
.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}
.bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}
.bg-shared-checkbox-background {
  background-color: var(--shared-checkbox-background);
}
.bg-shared-input-background {
  background-color: var(--shared-input-background);
}
.bg-shared-page-heading-background {
  background-color: var(--shared-page-heading-background);
}
.bg-shared-paginator-background {
  background-color: var(--shared-paginator-background);
}
.bg-shared-paginator-selected-background {
  background-color: var(--shared-paginator-selected-background);
}
.bg-shared-select-background {
  background-color: var(--shared-select-background);
}
.bg-shared-slideToAction-backgroundColor {
  background-color: var(--shared-slideToAction-backgroundColor);
}
.bg-shared-slideToAction-targetBackgroundColor {
  background-color: var(--shared-slideToAction-targetBackgroundColor);
}
.bg-shared-stepper-backgroundColor {
  background-color: var(--shared-stepper-backgroundColor);
}
.bg-shared-stepper-selectedSecondBorder {
  background-color: var(--shared-stepper-selectedSecondBorder);
}
.bg-staticPages-tutorialPage-background {
  background-color: var(--staticPages-tutorialPage-background);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--white);
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-\[image\:var\(--features-jackpot-optInConfirmed-backgroundColor\)\] {
  background-image: var(--features-jackpot-optInConfirmed-backgroundColor);
}
.bg-\[image\:var\(--jackpot-win-title-gradient\)\] {
  background-image: var(--jackpot-win-title-gradient);
}
.bg-\[url\(\/cms\/frontend-nx\/images\/cashier\/stamps-background\.svg\)\] {
  background-image: url(/cms/frontend-nx/images/cashier/stamps-background.svg);
}
.bg-\[url\(\/cms\/frontend-nx\/images\/jackpot\/mobile-grid-bg\.png\)\] {
  background-image: url(/cms/frontend-nx/images/jackpot/mobile-grid-bg.png);
}
.bg-\[url\(\/cms\/frontend-nx\/images\/jackpot\/mobile-page-bg\.png\)\] {
  background-image: url(/cms/frontend-nx/images/jackpot/mobile-page-bg.png);
}
.bg-\[url\(\/cms\/frontend-nx\/images\/vip\/top-background\.png\)\] {
  background-image: url(/cms/frontend-nx/images/vip/top-background.png);
}
.bg-card {
  background-image: var(--card-background);
}
.bg-carousel-next-gradient {
  background-image:
    linear-gradient(
      270deg,
      rgba(27, 28, 40, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
}
.bg-carousel-prev-gradient {
  background-image:
    linear-gradient(
      90deg,
      rgba(27, 28, 40, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
}
.bg-core-authentication-finalStep-borderGradient {
  background-image: var(--core-authentication-finalStep-borderGradient);
}
.bg-core-authentication-mfa-button-background {
  background-image: var(--core-authentication-mfa-button-background);
}
.bg-core-authentication-mfa-button-border {
  background-image: var(--core-authentication-mfa-button-border);
}
.bg-core-authentication-mfa-button-callBackground {
  background-image: var(--core-authentication-mfa-button-callBackground);
}
.bg-core-authentication-mfa-button-smsBackground {
  background-image: var(--core-authentication-mfa-button-smsBackground);
}
.bg-core-authentication-mfa-button-telegramBackground {
  background-image: var(--core-authentication-mfa-button-telegramBackground);
}
.bg-core-authentication-mfa-progress-background {
  background-image: var(--core-authentication-mfa-progress-background);
}
.bg-core-authentication-mfa-progress-borderColor {
  background-image: var(--core-authentication-mfa-progress-borderColor);
}
.bg-core-authentication-mfa-progress-lineBackground {
  background-image: var(--core-authentication-mfa-progress-lineBackground);
}
.bg-core-authentication-mfa-progress-lineBorder {
  background-image: var(--core-authentication-mfa-progress-lineBorder);
}
.bg-core-authentication-mfa-progress-secondLineBackground {
  background-image: var(--core-authentication-mfa-progress-secondLineBackground);
}
.bg-core-authentication-welcomeBonus-checkbox-borderGradient {
  background-image: var(--core-authentication-welcomeBonus-checkbox-borderGradient);
}
.bg-core-authentication-welcomeBonus-checkbox-selectedBackground {
  background-image: var(--core-authentication-welcomeBonus-checkbox-selectedBackground);
}
.bg-core-authentication-welcomeBonus-checkbox-selectedBorderGradient {
  background-image: var(--core-authentication-welcomeBonus-checkbox-selectedBorderGradient);
}
.bg-core-authentication-welcomeBonus-enhanced-borderGradient {
  background-image: var(--core-authentication-welcomeBonus-enhanced-borderGradient);
}
.bg-core-authentication-welcomeBonus-imageBackground {
  background-image: var(--core-authentication-welcomeBonus-imageBackground);
}
.bg-core-authentication-welcomeBonus-standard-borderGradient {
  background-image: var(--core-authentication-welcomeBonus-standard-borderGradient);
}
.bg-core-authentication-welcomeBonus-typeSelector-cardBorder {
  background-image: var(--core-authentication-welcomeBonus-typeSelector-cardBorder);
}
.bg-core-backButton-background {
  background-image: var(--core-backButton-background);
}
.bg-core-backButton-borderGradient {
  background-image: var(--core-backButton-borderGradient);
}
.bg-core-blogPostCard-borderGradient {
  background-image: var(--core-blogPostCard-borderGradient);
}
.bg-core-buySpins-slider-point-background {
  background-image: var(--core-buySpins-slider-point-background);
}
.bg-core-buySpins-slider-progress-background {
  background-image: var(--core-buySpins-slider-progress-background);
}
.bg-core-buySpins-slider-progress-borderImage {
  background-image: var(--core-buySpins-slider-progress-borderImage);
}
.bg-core-buySpins-slider-progress-lineBackground {
  background-image: var(--core-buySpins-slider-progress-lineBackground);
}
.bg-core-buySpins-slider-progress-secondLineBackground {
  background-image: var(--core-buySpins-slider-progress-secondLineBackground);
}
.bg-core-carouselProviders-backgroundImage {
  background-image: var(--core-carouselProviders-backgroundImage);
}
.bg-core-carouselProviders-borderColor {
  background-image: var(--core-carouselProviders-borderColor);
}
.bg-core-deposit-bonus-background {
  background-image: var(--core-deposit-bonus-background);
}
.bg-core-deposit-bonus-border-gradient {
  background-image: var(--core-deposit-bonus-border-gradient);
}
.bg-core-deposit-bonus-vertical-line-color {
  background-image: var(--core-deposit-bonus-vertical-line-color);
}
.bg-core-footer-background-backgroundIcons {
  background-image: var(--core-footer-background-backgroundIcons);
}
.bg-core-footer-background-backgroundText {
  background-image: var(--core-footer-background-backgroundText);
}
.bg-core-gameCard-textBackground {
  background-image: var(--core-gameCard-textBackground);
}
.bg-core-header-accountProgress-borderGradient {
  background-image: var(--core-header-accountProgress-borderGradient);
}
.bg-core-header-accountProgress-iconBackground {
  background-image: var(--core-header-accountProgress-iconBackground);
}
.bg-core-header-accountProgress-progress-borderColor {
  background-image: var(--core-header-accountProgress-progress-borderColor);
}
.bg-core-header-accountProgress-progress-lineBackground {
  background-image: var(--core-header-accountProgress-progress-lineBackground);
}
.bg-core-header-accountProgress-progress-secondLineBackground {
  background-image: var(--core-header-accountProgress-progress-secondLineBackground);
}
.bg-core-header-background {
  background-image: var(--core-header-background);
}
.bg-core-header-balance-borderGradient {
  background-image: var(--core-header-balance-borderGradient);
}
.bg-core-header-balance-iconBackground {
  background-image: var(--core-header-balance-iconBackground);
}
.bg-core-header-balance-textBackground {
  background-image: var(--core-header-balance-textBackground);
}
.bg-core-header-logoImage {
  background-image: var(--core-header-logoImage);
}
.bg-core-howItWorks-background {
  background-image: var(--core-howItWorks-background);
}
.bg-core-howItWorks-borderGradient {
  background-image: var(--core-howItWorks-borderGradient);
}
.bg-core-language-selectedBackground {
  background-image: var(--core-language-selectedBackground);
}
.bg-core-loyaltyClub-avatar-background {
  background-image: var(--core-loyaltyClub-avatar-background);
}
.bg-core-loyaltyClub-avatar-progressBarBorder {
  background-image: var(--core-loyaltyClub-avatar-progressBarBorder);
}
.bg-core-loyaltyClub-avatar-progressBarColor {
  background-image: var(--core-loyaltyClub-avatar-progressBarColor);
}
.bg-core-loyaltyClub-points-backgroundPointCard {
  background-image: var(--core-loyaltyClub-points-backgroundPointCard);
}
.bg-core-loyaltyClub-rewards-avatarCountBackground {
  background-image: var(--core-loyaltyClub-rewards-avatarCountBackground);
}
.bg-core-loyaltyClub-rewards-background {
  background-image: var(--core-loyaltyClub-rewards-background);
}
.bg-core-loyaltyClub-rewards-borderGradient {
  background-image: var(--core-loyaltyClub-rewards-borderGradient);
}
.bg-core-loyaltyClub-rewards-btnGradient {
  background-image: var(--core-loyaltyClub-rewards-btnGradient);
}
.bg-core-overlay-background {
  background-image: var(--core-overlay-background);
}
.bg-core-overlay-closeButtonBackground {
  background-image: var(--core-overlay-closeButtonBackground);
}
.bg-core-promoCenterCard-background {
  background-image: var(--core-promoCenterCard-background);
}
.bg-core-promoCenterCard-borderGradient {
  background-image: var(--core-promoCenterCard-borderGradient);
}
.bg-core-sidebar-background {
  background-image: var(--core-sidebar-background);
}
.bg-core-sidebar-closeButtonBackground {
  background-image: var(--core-sidebar-closeButtonBackground);
}
.bg-core-sidebar-navigationBackground {
  background-image: var(--core-sidebar-navigationBackground);
}
.bg-core-wallet-background {
  background-image: var(--core-wallet-background);
}
.bg-core-wallet-borderGradient {
  background-image: var(--core-wallet-borderGradient);
}
.bg-core-wallet-progressBarGradient {
  background-image: var(--core-wallet-progressBarGradient);
}
.bg-core-wallet-selectedCurrency-background {
  background-image: var(--core-wallet-selectedCurrency-background);
}
.bg-core-wallet-selectedCurrency-borderColor {
  background-image: var(--core-wallet-selectedCurrency-borderColor);
}
.bg-core-wallet-textButtonBackground {
  background-image: var(--core-wallet-textButtonBackground);
}
.bg-core-wheelOfLuck-legendAvatar {
  background-image: var(--core-wheelOfLuck-legendAvatar);
}
.bg-core-wheelOfLuck-wheelOfLuckBackgroundImageMobile {
  background-image: var(--core-wheelOfLuck-wheelOfLuckBackgroundImageMobile);
}
.bg-features-account-accordion-background {
  background-image: var(--features-account-accordion-background);
}
.bg-features-account-accordion-borderGradient {
  background-image: var(--features-account-accordion-borderGradient);
}
.bg-features-account-documentTable-borderGradient {
  background-image: var(--features-account-documentTable-borderGradient);
}
.bg-features-blogPosts-blogPostCard-borderGradient {
  background-image: var(--features-blogPosts-blogPostCard-borderGradient);
}
.bg-features-blogPosts-blogPostCard-cardBackground {
  background-image: var(--features-blogPosts-blogPostCard-cardBackground);
}
.bg-features-cashback-cashbackNote-background {
  background-image: var(--features-cashback-cashbackNote-background);
}
.bg-features-cashback-cashbackNote-borderColor {
  background-image: var(--features-cashback-cashbackNote-borderColor);
}
.bg-features-cashback-crypto-background {
  background-image: var(--features-cashback-crypto-background);
}
.bg-features-cashback-noCashback-borderColor {
  background-image: var(--features-cashback-noCashback-borderColor);
}
.bg-features-cashback-oneTime-background {
  background-image: var(--features-cashback-oneTime-background);
}
.bg-features-cashback-oneTime-borderColor {
  background-image: var(--features-cashback-oneTime-borderColor);
}
.bg-features-cashback-oneTime-specialTextGradient {
  background-image: var(--features-cashback-oneTime-specialTextGradient);
}
.bg-features-cashback-promotion-card-borderColor {
  background-image: var(--features-cashback-promotion-card-borderColor);
}
.bg-features-cashback-promotion-card-left {
  background-image: url(/cms/frontend-nx/images/cashback/bg-card-left.png), var(--features-cashback-promotion-card-backgroundColor);
}
.bg-features-cashback-promotion-card-right {
  background-image: url(/cms/frontend-nx/images/cashback/bg-card-right.png), var(--features-cashback-promotion-card-backgroundColor);
}
.bg-features-cashback-redeem-bonusButtonBackgroundColor {
  background-image: var(--features-cashback-redeem-bonusButtonBackgroundColor);
}
.bg-features-cashback-redeem-bonusButtonBorderColor {
  background-image: var(--features-cashback-redeem-bonusButtonBorderColor);
}
.bg-features-cashback-redeem-borderColor {
  background-image: var(--features-cashback-redeem-borderColor);
}
.bg-features-cashback-redeem-lockedBorderColor {
  background-image: var(--features-cashback-redeem-lockedBorderColor);
}
.bg-features-cashback-redeem-percentageBackgroundColor {
  background-image: var(--features-cashback-redeem-percentageBackgroundColor);
}
.bg-features-cashback-redeem-percentageBorderColor {
  background-image: var(--features-cashback-redeem-percentageBorderColor);
}
.bg-features-cashback-stepper-activeBackgroundColor {
  background-image: var(--features-cashback-stepper-activeBackgroundColor);
}
.bg-features-cashback-stepper-activeBorderColor {
  background-image: var(--features-cashback-stepper-activeBorderColor);
}
.bg-features-cashback-stepper-backgroundColor {
  background-image: var(--features-cashback-stepper-backgroundColor);
}
.bg-features-cashback-stepper-borderColor {
  background-image: var(--features-cashback-stepper-borderColor);
}
.bg-features-cashback-stepper-innerBorderColor {
  background-image: var(--features-cashback-stepper-innerBorderColor);
}
.bg-features-communityChallenges-christmas-christmasCard-backgroundColor {
  background-image: var(--features-communityChallenges-christmas-christmasCard-backgroundColor);
}
.bg-features-communityChallenges-christmas-christmasCard-borderColor {
  background-image: var(--features-communityChallenges-christmas-christmasCard-borderColor);
}
.bg-features-communityChallenges-christmas-christmasTimer-backgroundColor {
  background-image: var(--features-communityChallenges-christmas-christmasTimer-backgroundColor);
}
.bg-features-communityChallenges-christmas-christmasTimer-borderColor {
  background-image: var(--features-communityChallenges-christmas-christmasTimer-borderColor);
}
.bg-features-communityChallenges-christmas-joinTheHunt-background {
  background-image: var(--features-communityChallenges-christmas-joinTheHunt-background);
}
.bg-features-communityChallenges-christmas-progressBar-goldBorder {
  background-image: var(--features-communityChallenges-christmas-progressBar-goldBorder);
}
.bg-features-communityChallenges-christmas-progressBar-lineBackground {
  background-image: var(--features-communityChallenges-christmas-progressBar-lineBackground);
}
.bg-features-communityChallenges-christmas-progressBar-lineBackgroundSecondary {
  background-image: var(--features-communityChallenges-christmas-progressBar-lineBackgroundSecondary);
}
.bg-features-communityChallenges-christmasGridItems-backgroundCard {
  background-image: var(--features-communityChallenges-christmasGridItems-backgroundCard);
}
.bg-features-communityChallenges-easterEggs-easterEggsCard-backgroundColor {
  background-image: var(--features-communityChallenges-easterEggs-easterEggsCard-backgroundColor);
}
.bg-features-communityChallenges-easterEggs-easterEggsCard-borderColor {
  background-image: var(--features-communityChallenges-easterEggs-easterEggsCard-borderColor);
}
.bg-features-communityChallenges-easterEggs-joinTheHunt-background {
  background-image: var(--features-communityChallenges-easterEggs-joinTheHunt-background);
}
.bg-features-communityChallenges-easterEggs-joinTheHunt-buttonBorder {
  background-image: var(--features-communityChallenges-easterEggs-joinTheHunt-buttonBorder);
}
.bg-features-communityChallenges-easterEggs-page-background {
  background-image: var(--features-communityChallenges-easterEggs-page-background);
}
.bg-features-communityChallenges-easterEggs-primaryTextGradient {
  background-image: var(--features-communityChallenges-easterEggs-primaryTextGradient);
}
.bg-features-communityChallenges-easterEggs-progressBar-color {
  background-image: var(--features-communityChallenges-easterEggs-progressBar-color);
}
.bg-features-communityChallenges-easterEggs-rewards-background {
  background-image: var(--features-communityChallenges-easterEggs-rewards-background);
}
.bg-features-communityChallenges-easterEggs-rewards-borderGradient {
  background-image: var(--features-communityChallenges-easterEggs-rewards-borderGradient);
}
.bg-features-communityChallenges-easterEggsGridItems-backgroundCard {
  background-image: var(--features-communityChallenges-easterEggsGridItems-backgroundCard);
}
.bg-features-communityChallenges-easterEggsGridItems-backgroundImage {
  background-image: var(--features-communityChallenges-easterEggsGridItems-backgroundImage);
}
.bg-features-communityChallenges-easterEggsGridItems-timer-borderColor {
  background-image: var(--features-communityChallenges-easterEggsGridItems-timer-borderColor);
}
.bg-features-communityChallenges-leaderboard-avatar-background {
  background-image: var(--features-communityChallenges-leaderboard-avatar-background);
}
.bg-features-communityChallenges-leaderboard-avatar-borderGradient {
  background-image: var(--features-communityChallenges-leaderboard-avatar-borderGradient);
}
.bg-features-communityChallenges-leaderboard-avatar-currentPlayerBorderGradient {
  background-image: var(--features-communityChallenges-leaderboard-avatar-currentPlayerBorderGradient);
}
.bg-features-communityChallenges-leaderboard-table-borderColor {
  background-image: var(--features-communityChallenges-leaderboard-table-borderColor);
}
.bg-features-communityChallenges-leaderboard-table-currentPlayerBackground {
  background-image: var(--features-communityChallenges-leaderboard-table-currentPlayerBackground);
}
.bg-features-communityChallenges-leaderboard-table-titleBackground {
  background-image: var(--features-communityChallenges-leaderboard-table-titleBackground);
}
.bg-features-communityChallenges-monsterMash-joinTheHunt-background {
  background-image: var(--features-communityChallenges-monsterMash-joinTheHunt-background);
}
.bg-features-communityChallenges-monsterMash-page-background {
  background-image: var(--features-communityChallenges-monsterMash-page-background);
}
.bg-features-communityChallenges-monsterMash-progressBar-lineBackground {
  background-image: var(--features-communityChallenges-monsterMash-progressBar-lineBackground);
}
.bg-features-communityChallenges-monsterMashGridItems-backgroundCard {
  background-image: var(--features-communityChallenges-monsterMashGridItems-backgroundCard);
}
.bg-features-communityChallenges-monsterMashGridItems-backgroundColor {
  background-image: var(--features-communityChallenges-monsterMashGridItems-backgroundColor);
}
.bg-features-communityChallenges-monsterMashGridItems-borderColor {
  background-image: var(--features-communityChallenges-monsterMashGridItems-borderColor);
}
.bg-features-dailyRewards-dailyRewardsCard-cardBackground {
  background-image: var(--features-dailyRewards-dailyRewardsCard-cardBackground);
}
.bg-features-dailyRewards-dailyRewardsCard-dailyRewardHeading-headingBackground {
  background-image: var(--features-dailyRewards-dailyRewardsCard-dailyRewardHeading-headingBackground);
}
.bg-features-depositStamps-depositStampsCard-background {
  background-image: var(--features-depositStamps-depositStampsCard-background);
}
.bg-features-depositStamps-depositStampsCard-backgroundForBigStamp {
  background-image: var(--features-depositStamps-depositStampsCard-backgroundForBigStamp);
}
.bg-features-depositStamps-depositStampsCard-cardBackground {
  background-image: var(--features-depositStamps-depositStampsCard-cardBackground);
}
.bg-features-free-spins-borderGradient {
  background-image: var(--features-free-spins-borderGradient);
}
.bg-features-freeSpins-gameSelection-cardDefaultBorderGradient {
  background-image: var(--features-freeSpins-gameSelection-cardDefaultBorderGradient);
}
.bg-features-freeSpins-gameSelection-cardHighlightedBorderGradient {
  background-image: var(--features-freeSpins-gameSelection-cardHighlightedBorderGradient);
}
.bg-features-freeSpins-gameSelection-freeSpinsChooseLater-background {
  background-image: var(--features-freeSpins-gameSelection-freeSpinsChooseLater-background);
}
.bg-features-freeSpins-gameSelection-freeSpinsChooseLater-borderColor {
  background-image: var(--features-freeSpins-gameSelection-freeSpinsChooseLater-borderColor);
}
.bg-features-jackpot-card-backgroundColor {
  background-image: var(--features-jackpot-card-backgroundColor);
}
.bg-features-jackpot-card-borderColor {
  background-image: var(--features-jackpot-card-borderColor);
}
.bg-features-jackpot-contributionInfo-borderGradient {
  background-image: var(--features-jackpot-contributionInfo-borderGradient);
}
.bg-features-jackpot-gameGridJackpot-borderColor {
  background-image: var(--features-jackpot-gameGridJackpot-borderColor);
}
.bg-features-jackpot-optInConfirmed-borderGradient {
  background-image: var(--features-jackpot-optInConfirmed-borderGradient);
}
.bg-features-jackpot-recentWinners-backgroundImage {
  background-image: var(--features-jackpot-recentWinners-backgroundImage);
}
.bg-features-jackpot-recentWinners-headerBorderGradient {
  background-image: var(--features-jackpot-recentWinners-headerBorderGradient);
}
.bg-features-jackpot-winnerItem-avatar-backgroundGradient {
  background-image: var(--features-jackpot-winnerItem-avatar-backgroundGradient);
}
.bg-features-jackpot-winnerItem-avatar-borderGradient {
  background-image: var(--features-jackpot-winnerItem-avatar-borderGradient);
}
.bg-features-jackpot-winnerItem-backgroundColor {
  background-image: var(--features-jackpot-winnerItem-backgroundColor);
}
.bg-features-quickDeposit-notification-status-background {
  background-image: var(--features-quickDeposit-notification-status-background);
}
.bg-features-quickDeposit-notification-status-borderColor {
  background-image: var(--features-quickDeposit-notification-status-borderColor);
}
.bg-features-quickDeposit-notification-status-divider {
  background-image: var(--features-quickDeposit-notification-status-divider);
}
.bg-features-transactionsHistory-background {
  background-image: var(--features-transactionsHistory-background);
}
.bg-features-transactionsHistory-borderGradient {
  background-image: var(--features-transactionsHistory-borderGradient);
}
.bg-features-vipClub-accountAgent-avatarsBorderColor {
  background-image: var(--features-vipClub-accountAgent-avatarsBorderColor);
}
.bg-features-vipClub-accountAgent-backgroundGradient {
  background-image: var(--features-vipClub-accountAgent-backgroundGradient);
}
.bg-features-vipClub-accountAgent-borderGradient {
  background-image: var(--features-vipClub-accountAgent-borderGradient);
}
.bg-features-vipClub-accountAgent-headerBackgroundGradient {
  background-image: var(--features-vipClub-accountAgent-headerBackgroundGradient);
}
.bg-features-vipClub-featureItems-borderGradient {
  background-image: var(--features-vipClub-featureItems-borderGradient);
}
.bg-features-vipClub-levelsCarousel-activeBorderGradient {
  background-image: var(--features-vipClub-levelsCarousel-activeBorderGradient);
}
.bg-features-vipClub-levelsCarousel-borderGradient {
  background-image: var(--features-vipClub-levelsCarousel-borderGradient);
}
.bg-features-vipClub-tutorialBox-borderGradient {
  background-image: var(--features-vipClub-tutorialBox-borderGradient);
}
.bg-footer {
  background-image: var(--footer-background);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.bg-page {
  background-image: var(--core-body-pageBackground);
}
.bg-shared-button-collapse-backgroundColor {
  background-image: var(--shared-button-collapse-backgroundColor);
}
.bg-shared-button-collapse-backgroundColorActive {
  background-image: var(--shared-button-collapse-backgroundColorActive);
}
.bg-shared-button-collapse-borderColor {
  background-image: var(--shared-button-collapse-borderColor);
}
.bg-shared-button-collapse-borderColorActive {
  background-image: var(--shared-button-collapse-borderColorActive);
}
.bg-shared-button-collapse-mobile-backgroundColor {
  background-image: var(--shared-button-collapse-mobile-backgroundColor);
}
.bg-shared-button-collapse-mobile-borderColor {
  background-image: var(--shared-button-collapse-mobile-borderColor);
}
.bg-shared-button-primary-background {
  background-image: var(--shared-button-primary-background);
}
.bg-shared-button-primary-borderGradient {
  background-image: var(--shared-button-primary-borderGradient);
}
.bg-shared-button-primary-disabled-background {
  background-image: var(--shared-button-primary-disabled-background);
}
.bg-shared-button-primary-disabled-borderGradient {
  background-image: var(--shared-button-primary-disabled-borderGradient);
}
.bg-shared-button-secondary-background {
  background-image: var(--shared-button-secondary-background);
}
.bg-shared-button-secondary-borderGradient {
  background-image: var(--shared-button-secondary-borderGradient);
}
.bg-shared-button-secondary-disabled-background {
  background-image: var(--shared-button-secondary-disabled-background);
}
.bg-shared-button-secondary-disabled-borderGradient {
  background-image: var(--shared-button-secondary-disabled-borderGradient);
}
.bg-shared-button-tertiary-background {
  background-image: var(--shared-button-tertiary-background);
}
.bg-shared-button-tertiary-borderGradient {
  background-image: var(--shared-button-tertiary-borderGradient);
}
.bg-shared-button-tertiary-disabled-background {
  background-image: var(--shared-button-tertiary-disabled-background);
}
.bg-shared-button-tertiary-disabled-borderGradient {
  background-image: var(--shared-button-tertiary-disabled-borderGradient);
}
.bg-shared-checkbox-borderGradient {
  background-image: var(--shared-checkbox-borderGradient);
}
.bg-shared-input-borderColor {
  background-image: var(--shared-input-borderColor);
}
.bg-shared-input-disabledBackground {
  background-image: var(--shared-input-disabledBackground);
}
.bg-shared-input-disabledBorder {
  background-image: var(--shared-input-disabledBorder);
}
.bg-shared-label-category-background {
  background-image: var(--shared-label-category-background);
}
.bg-shared-label-overlay-background {
  background-image: var(--shared-label-overlay-background);
}
.bg-shared-section-background {
  background-image: var(--shared-section-background);
}
.bg-shared-section-borderGradient {
  background-image: var(--shared-section-borderGradient);
}
.bg-shared-select-borderGradient {
  background-image: var(--shared-select-borderGradient);
}
.bg-shared-select-disabledBackground {
  background-image: var(--shared-select-disabledBackground);
}
.bg-shared-select-disabledBorderGradient {
  background-image: var(--shared-select-disabledBorderGradient);
}
.bg-shared-slideToAction-handleBackgroundColor {
  background-image: var(--shared-slideToAction-handleBackgroundColor);
}
.bg-shared-slideToAction-handleBorderColor {
  background-image: var(--shared-slideToAction-handleBorderColor);
}
.bg-shared-stepper-borderGradient {
  background-image: var(--shared-stepper-borderGradient);
}
.bg-shared-stepper-lineGradient {
  background-image: var(--shared-stepper-lineGradient);
}
.bg-shared-stepper-selectedBackgroundGradient {
  background-image: var(--shared-stepper-selectedBackgroundGradient);
}
.bg-shared-stepper-selectedBorderGradient {
  background-image: var(--shared-stepper-selectedBorderGradient);
}
.bg-shared-stepper-selectedStepColor {
  background-image: var(--shared-stepper-selectedStepColor);
}
.bg-shared-systemNotification-backgroundImage {
  background-image: var(--shared-systemNotification-backgroundImage);
}
.bg-shared-systemNotification-borderGradient {
  background-image: var(--shared-systemNotification-borderGradient);
}
.bg-shared-systemNotification-closeButton-background {
  background-image: var(--shared-systemNotification-closeButton-background);
}
.bg-shared-systemNotification-closeButton-borderGradient {
  background-image: var(--shared-systemNotification-closeButton-borderGradient);
}
.bg-shared-systemNotification-content-background {
  background-image: var(--shared-systemNotification-content-background);
}
.bg-shared-systemNotification-content-borderGradient {
  background-image: var(--shared-systemNotification-content-borderGradient);
}
.from-primary {
  --tw-gradient-from: var(--primary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary {
  --tw-gradient-from: var(--secondary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-10\% {
  --tw-gradient-from-position: 10%;
}
.to-\[\#000000B5\] {
  --tw-gradient-to: #000000B5 var(--tw-gradient-to-position);
}
.to-\[\#17222d\] {
  --tw-gradient-to: #17222d var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: var(--white) var(--tw-gradient-to-position);
}
.to-100\% {
  --tw-gradient-to-position: 100%;
}
.to-85\% {
  --tw-gradient-to-position: 85%;
}
.bg-\[length\:100\%_auto\] {
  background-size: 100% auto;
}
.bg-contain {
  background-size: contain;
}
.bg-core-header-background-size {
  background-size: var(--core-header-background-size);
}
.bg-cover {
  background-size: cover;
}
.bg-features-communityChallenges-easterEggsGridItems-backgroundSize {
  background-size: var(--features-communityChallenges-easterEggsGridItems-backgroundSize);
}
.bg-features-depositStamps-depositStampsCard-backgroundSize {
  background-size: var(--features-depositStamps-depositStampsCard-backgroundSize);
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.bg-\[20\%_center\] {
  background-position: 20% center;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-green-500 {
  fill: #22c55e;
}
.stroke-white {
  stroke: var(--white);
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-20 {
  padding: 5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[0x\] {
  padding: 0x;
}
.p-\[1\.1px\] {
  padding: 1.1px;
}
.p-\[1\.2px\] {
  padding: 1.2px;
}
.p-\[1\.5px\] {
  padding: 1.5px;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[18px\] {
  padding: 18px;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[3px\] {
  padding: 3px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-px {
  padding: 1px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[3px\] {
  padding-bottom: 3px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[9px\] {
  padding-bottom: 9px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[3vw\] {
  padding-left: 3vw;
}
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[35px\] {
  padding-right: 35px;
}
.pr-\[3vw\] {
  padding-right: 3vw;
}
.pr-\[56px\] {
  padding-right: 56px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[1\.9rem\] {
  padding-top: 1.9rem;
}
.pt-\[125px\] {
  padding-top: 125px;
}
.pt-\[130px\] {
  padding-top: 130px;
}
.pt-\[160px\] {
  padding-top: 160px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[61px\] {
  padding-top: 61px;
}
.pt-\[68px\] {
  padding-top: 68px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[84px\] {
  padding-top: 84px;
}
.pt-\[85px\] {
  padding-top: 85px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.font-primary {
  font-family: var(--core-fontFamily-primary);
}
.font-secondary {
  font-family: var(--core-fontFamily-secondary);
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[13px\]\/\[18px\] {
  font-size: 13px;
  line-height: 18px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1em\] {
  font-size: 1em;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[37px\] {
  font-size: 37px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[54px\] {
  font-size: 54px;
}
.text-\[55\.832px\] {
  font-size: 55.832px;
}
.text-base {
  font-size: var(--customFont-textSize-base, 16px);
}
.text-core-gameCard-textSize {
  font-size: var(--core-gameCard-textSize);
}
.text-core-heroBanner-descriptionFontSize {
  font-size: var(--core-heroBanner-descriptionFontSize);
}
.text-core-heroBanner-titleFontSize {
  font-size: var(--core-heroBanner-titleFontSize);
}
.text-core-howItWorks-fontSize {
  font-size: var(--core-howItWorks-fontSize);
}
.text-core-promoCenterCard-badge-textSizeNormal {
  font-size: var(--core-promoCenterCard-badge-textSizeNormal, 10px);
}
.text-core-sidebar-fontSize {
  font-size: var(--core-sidebar-fontSize);
}
.text-customFont-textSize-buySpinsCount {
  font-size: var(--customFont-textSize-buySpinsCount, 30px);
}
.text-customFont-textSize-carouselProviders {
  font-size: var(--customFont-textSize-carouselProviders, 8px);
}
.text-customFont-textSize-documentsTableContent {
  font-size: var(--customFont-textSize-documentsTableContent, 14px);
}
.text-customFont-textSize-documentsTableHeader {
  font-size: var(--customFont-textSize-documentsTableHeader, 16px);
}
.text-customFont-textSize-formField {
  font-size: var(--customFont-textSize-formField, 16px);
}
.text-customFont-textSize-navigationText {
  font-size: var(--customFont-textSize-navigationText, 11px);
}
.text-customFont-textSize-onlineNotificationContent {
  font-size: var(--customFont-textSize-onlineNotificationContent, 16px);
}
.text-customFont-textSize-onlineNotificationMIN {
  font-size: var(--customFont-textSize-onlineNotificationMIN, 13px);
}
.text-customFont-textSize-stepperRegistration {
  font-size: var(--customFont-textSize-stepperRegistration, 10px);
}
.text-customFont-textSize-stepperRegistrationCount {
  font-size: var(--customFont-textSize-stepperRegistrationCount, 18px);
}
.text-customFont-textSize-top10 {
  font-size: var(--customFont-textSize-top10, 20vw);
}
.text-lg {
  font-size: var(--customFont-textSize-lg, 20px);
}
.text-shared-button-textSize {
  font-size: var(--shared-button-textSize);
}
.text-shared-label-textSize {
  font-size: var(--shared-label-textSize);
}
.text-sm {
  font-size: var(--customFont-textSize-sm, 14px);
}
.text-staticPages-tutorialPage-headerBannerLine1MobileTextSize {
  font-size: var(--staticPages-tutorialPage-headerBannerLine1MobileTextSize);
}
.text-staticPages-tutorialPage-headerBannerLine2MobileTextSize {
  font-size: var(--staticPages-tutorialPage-headerBannerLine2MobileTextSize);
}
.text-staticPages-tutorialPage-headerBannerLine3MobileTextSize {
  font-size: var(--staticPages-tutorialPage-headerBannerLine3MobileTextSize);
}
.text-staticPages-tutorialPage-headerBannerLine4MobileTextSize {
  font-size: var(--staticPages-tutorialPage-headerBannerLine4MobileTextSize);
}
.text-xl {
  font-size: var(--customFont-textSize-xl, 18px);
}
.text-xs {
  font-size: var(--customFont-textSize-xs, 12px);
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-\[800\] {
  font-weight: 800;
}
.font-\[900\] {
  font-weight: 900;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: var(--customFont-textWeight-normal, bold);
}
.font-core-authentication-finalStep-description-fontWeight {
  font-weight: var(--core-authentication-finalStep-description-fontWeight);
}
.font-core-authentication-finalStep-title-fontWeight {
  font-weight: var(--core-authentication-finalStep-title-fontWeight);
}
.font-core-gameCard-fontWeight {
  font-weight: var(--core-gameCard-fontWeight);
}
.font-extrabold {
  font-weight: var(--customFont-textWeight-normal, bolder);
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-shared-button-fontWeight {
  font-weight: var(--shared-button-fontWeight);
}
.font-shared-label-fontWeight {
  font-weight: var(--shared-label-fontWeight);
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-\[1\.35\] {
  line-height: 1.35;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.3em\] {
  line-height: 1.3em;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-customFont-lineHeight-blogPost {
  line-height: var(--customFont-lineHeight-blogPost);
}
.leading-customFont-lineHeight-custom {
  line-height: var(--customFont-lineHeight-custom);
}
.leading-customFont-lineHeight-medium {
  line-height: var(--customFont-lineHeight-medium);
}
.leading-customFont-lineHeight-normal {
  line-height: var(--customFont-lineHeight-normal);
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}
.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-\[\#FFBE5C\] {
  --tw-text-opacity: 1;
  color: rgb(255 190 92 / var(--tw-text-opacity, 1));
}
.text-\[16px\/1\] {
  color: 16px/1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-core-authentication-cross-brand-text-color {
  color: var(--core-authentication-cross-brand-text-color);
}
.text-core-authentication-finalStep-description-textColor {
  color: var(--core-authentication-finalStep-description-textColor);
}
.text-core-authentication-finalStep-title-textColor {
  color: var(--core-authentication-finalStep-title-textColor);
}
.text-core-authentication-login-linkColor {
  color: var(--core-authentication-login-linkColor);
}
.text-core-authentication-login-textColor {
  color: var(--core-authentication-login-textColor);
}
.text-core-authentication-mfa-button-buttonTextColor {
  color: var(--core-authentication-mfa-button-buttonTextColor);
}
.text-core-authentication-mfa-button-iconBackground {
  color: var(--core-authentication-mfa-button-iconBackground);
}
.text-core-authentication-mfa-progress-textColor {
  color: var(--core-authentication-mfa-progress-textColor);
}
.text-core-authentication-welcomeBonus-checkbox-textColor {
  color: var(--core-authentication-welcomeBonus-checkbox-textColor);
}
.text-core-authentication-welcomeBonus-enhanced-descriptionColor {
  color: var(--core-authentication-welcomeBonus-enhanced-descriptionColor);
}
.text-core-authentication-welcomeBonus-enhanced-textColor {
  color: var(--core-authentication-welcomeBonus-enhanced-textColor);
}
.text-core-authentication-welcomeBonus-enhanced-titleColor {
  color: var(--core-authentication-welcomeBonus-enhanced-titleColor);
}
.text-core-authentication-welcomeBonus-linkTextColor {
  color: var(--core-authentication-welcomeBonus-linkTextColor);
}
.text-core-authentication-welcomeBonus-noBonus-textColor {
  color: var(--core-authentication-welcomeBonus-noBonus-textColor);
}
.text-core-authentication-welcomeBonus-standard-descriptionColor {
  color: var(--core-authentication-welcomeBonus-standard-descriptionColor);
}
.text-core-authentication-welcomeBonus-standard-textColor {
  color: var(--core-authentication-welcomeBonus-standard-textColor);
}
.text-core-authentication-welcomeBonus-standard-titleColor {
  color: var(--core-authentication-welcomeBonus-standard-titleColor);
}
.text-core-authentication-welcomeBonus-textColor {
  color: var(--core-authentication-welcomeBonus-textColor);
}
.text-core-authentication-welcomeBonus-typeSelector-cardTextColor {
  color: var(--core-authentication-welcomeBonus-typeSelector-cardTextColor);
}
.text-core-authentication-welcomeBonus-typeSelector-textTitleColor {
  color: var(--core-authentication-welcomeBonus-typeSelector-textTitleColor);
}
.text-core-backButton-arrowColor {
  color: var(--core-backButton-arrowColor);
}
.text-core-buySpins-balanceTextColor {
  color: var(--core-buySpins-balanceTextColor);
}
.text-core-buySpins-priceTextColor {
  color: var(--core-buySpins-priceTextColor);
}
.text-core-buySpins-toggleTextColor {
  color: var(--core-buySpins-toggleTextColor);
}
.text-core-buySpins-wolTextColor {
  color: var(--core-buySpins-wolTextColor);
}
.text-core-carouselProviders-gamesColor {
  color: var(--core-carouselProviders-gamesColor);
}
.text-core-deposit-bonus-footer-text-color {
  color: var(--core-deposit-bonus-footer-text-color);
}
.text-core-deposit-bonus-image-text-color {
  color: var(--core-deposit-bonus-image-text-color);
}
.text-core-deposit-bonus-text-color {
  color: var(--core-deposit-bonus-text-color);
}
.text-core-gameCard-textColor {
  color: var(--core-gameCard-textColor);
}
.text-core-header-accountProgress-levelColor {
  color: var(--core-header-accountProgress-levelColor);
}
.text-core-header-accountProgress-nameColor {
  color: var(--core-header-accountProgress-nameColor);
}
.text-core-header-balance-textColor {
  color: var(--core-header-balance-textColor);
}
.text-core-heroBanner-descriptionColor {
  color: var(--core-heroBanner-descriptionColor);
}
.text-core-heroBanner-titleColor {
  color: var(--core-heroBanner-titleColor);
}
.text-core-language-selectedTextColor {
  color: var(--core-language-selectedTextColor);
}
.text-core-language-textColor {
  color: var(--core-language-textColor);
}
.text-core-loyaltyClub-avatar-accountRewardText {
  color: var(--core-loyaltyClub-avatar-accountRewardText);
}
.text-core-loyaltyClub-points-textColorPointCount {
  color: var(--core-loyaltyClub-points-textColorPointCount);
}
.text-core-loyaltyClub-rewards-avatarCountTextColor {
  color: var(--core-loyaltyClub-rewards-avatarCountTextColor);
}
.text-core-loyaltyClub-rewards-headerRewardsTextColor {
  color: var(--core-loyaltyClub-rewards-headerRewardsTextColor);
}
.text-core-loyaltyClub-rewards-headerTitleTextColor {
  color: var(--core-loyaltyClub-rewards-headerTitleTextColor);
}
.text-core-loyaltyClub-rewards-iconColorAvailable {
  color: var(--core-loyaltyClub-rewards-iconColorAvailable);
}
.text-core-loyaltyClub-rewards-iconSelect {
  color: var(--core-loyaltyClub-rewards-iconSelect);
}
.text-core-loyaltyClub-rewards-textCardDescription {
  color: var(--core-loyaltyClub-rewards-textCardDescription);
}
.text-core-loyaltyClub-rewards-textColor {
  color: var(--core-loyaltyClub-rewards-textColor);
}
.text-core-loyaltyClub-rewards-textColorClaim {
  color: var(--core-loyaltyClub-rewards-textColorClaim);
}
.text-core-loyaltyClub-rewards-textColorPoints {
  color: var(--core-loyaltyClub-rewards-textColorPoints);
}
.text-core-loyaltyClub-rewards-textLevel {
  color: var(--core-loyaltyClub-rewards-textLevel);
}
.text-core-loyaltyClub-rewards-textTier {
  color: var(--core-loyaltyClub-rewards-textTier);
}
.text-core-loyaltyClub-rewards-textUserName {
  color: var(--core-loyaltyClub-rewards-textUserName);
}
.text-core-navigation-selectedItemTextColor {
  color: var(--core-navigation-selectedItemTextColor);
}
.text-core-navigation-textColor {
  color: var(--core-navigation-textColor);
}
.text-core-overlay-titleTextColor {
  color: var(--core-overlay-titleTextColor);
}
.text-core-promoCenterCard-badge-textColor {
  color: var(--core-promoCenterCard-badge-textColor);
}
.text-core-promoCenterCard-badge-textColorCardName {
  color: var(--core-promoCenterCard-badge-textColorCardName);
}
.text-core-promoCenterCard-badge-textColorVipCardName {
  color: var(--core-promoCenterCard-badge-textColorVipCardName);
}
.text-core-sidebar-closeButtonColor {
  color: var(--core-sidebar-closeButtonColor);
}
.text-core-sidebar-iconColor {
  color: var(--core-sidebar-iconColor);
}
.text-core-sidebar-menuIconColor {
  color: var(--core-sidebar-menuIconColor);
}
.text-core-sidebar-navigationTextColor {
  color: var(--core-sidebar-navigationTextColor);
}
.text-core-sidebar-textColor {
  color: var(--core-sidebar-textColor);
}
.text-core-sidebar-vectorActiveColor {
  color: var(--core-sidebar-vectorActiveColor);
}
.text-core-sidebar-vectorColor {
  color: var(--core-sidebar-vectorColor);
}
.text-core-textColorRevert {
  color: var(--core-textColorRevert);
}
.text-core-transactionsHistory-textTitleColor {
  color: var(--core-transactionsHistory-textTitleColor);
}
.text-core-wallet-textColor {
  color: var(--core-wallet-textColor);
}
.text-core-wallet-textColorBalance {
  color: var(--core-wallet-textColorBalance);
}
.text-core-wallet-textColorBonus {
  color: var(--core-wallet-textColorBonus);
}
.text-core-wallet-textColorInput {
  color: var(--core-wallet-textColorInput);
}
.text-core-wallet-textColorPercent {
  color: var(--core-wallet-textColorPercent);
}
.text-core-wallet-textColorTitle {
  color: var(--core-wallet-textColorTitle);
}
.text-error {
  color: var(--error);
}
.text-features-account-accordion-titleArrow {
  color: var(--features-account-accordion-titleArrow);
}
.text-features-account-accordion-titleColor {
  color: var(--features-account-accordion-titleColor);
}
.text-features-account-documentTable-titleTextColor {
  color: var(--features-account-documentTable-titleTextColor);
}
.text-features-blogPosts-blogPostCard-cardDescriptionTextColor {
  color: var(--features-blogPosts-blogPostCard-cardDescriptionTextColor);
}
.text-features-blogPosts-blogPostCard-cardTitleTextColor {
  color: var(--features-blogPosts-blogPostCard-cardTitleTextColor);
}
.text-features-cashback-breakdownTable-infoTextColor {
  color: var(--features-cashback-breakdownTable-infoTextColor);
}
.text-features-cashback-breakdownTable-timeTextColor {
  color: var(--features-cashback-breakdownTable-timeTextColor);
}
.text-features-cashback-depositBonus-textColor {
  color: var(--features-cashback-depositBonus-textColor);
}
.text-features-cashback-noCashback-textColor {
  color: var(--features-cashback-noCashback-textColor);
}
.text-features-cashback-oneTime-color {
  color: var(--features-cashback-oneTime-color);
}
.text-features-cashback-oneTime-highlightedTextColor {
  color: var(--features-cashback-oneTime-highlightedTextColor);
}
.text-features-cashback-promotion-card-descriptionColor {
  color: var(--features-cashback-promotion-card-descriptionColor);
}
.text-features-cashback-promotion-card-highlightedTextColor {
  color: var(--features-cashback-promotion-card-highlightedTextColor);
}
.text-features-cashback-promotion-card-titleColor {
  color: var(--features-cashback-promotion-card-titleColor);
}
.text-features-cashback-promotion-titleColor {
  color: var(--features-cashback-promotion-titleColor);
}
.text-features-cashback-redeem-bonusButtonTextColor {
  color: var(--features-cashback-redeem-bonusButtonTextColor);
}
.text-features-cashback-redeem-percentageColor {
  color: var(--features-cashback-redeem-percentageColor);
}
.text-features-cashback-stepper-activeColor {
  color: var(--features-cashback-stepper-activeColor);
}
.text-features-cashback-stepper-color {
  color: var(--features-cashback-stepper-color);
}
.text-features-communityChallenges-christmas-christmasCard-contentTextColor {
  color: var(--features-communityChallenges-christmas-christmasCard-contentTextColor);
}
.text-features-communityChallenges-christmas-christmasTimer-dotsColor {
  color: var(--features-communityChallenges-christmas-christmasTimer-dotsColor);
}
.text-features-communityChallenges-christmas-christmasTimer-textColor {
  color: var(--features-communityChallenges-christmas-christmasTimer-textColor);
}
.text-features-communityChallenges-christmas-christmasTimer-titleColorPrimary {
  color: var(--features-communityChallenges-christmas-christmasTimer-titleColorPrimary);
}
.text-features-communityChallenges-christmas-christmasTimer-titleColorSecondary {
  color: var(--features-communityChallenges-christmas-christmasTimer-titleColorSecondary);
}
.text-features-communityChallenges-christmas-primaryTextColor {
  color: var(--features-communityChallenges-christmas-primaryTextColor);
}
.text-features-communityChallenges-christmas-progressBar-bottomPercentageColor {
  color: var(--features-communityChallenges-christmas-progressBar-bottomPercentageColor);
}
.text-features-communityChallenges-christmas-progressBar-percentageColor {
  color: var(--features-communityChallenges-christmas-progressBar-percentageColor);
}
.text-features-communityChallenges-christmas-secondaryTextColor {
  color: var(--features-communityChallenges-christmas-secondaryTextColor);
}
.text-features-communityChallenges-christmas-termsAndConditionsTextColor {
  color: var(--features-communityChallenges-christmas-termsAndConditionsTextColor);
}
.text-features-communityChallenges-christmasGridItems-rewardColor {
  color: var(--features-communityChallenges-christmasGridItems-rewardColor);
}
.text-features-communityChallenges-christmasGridItems-rewardDescriptionColor {
  color: var(--features-communityChallenges-christmasGridItems-rewardDescriptionColor);
}
.text-features-communityChallenges-easterEggs-easterEggsCard-contentTextColor {
  color: var(--features-communityChallenges-easterEggs-easterEggsCard-contentTextColor);
}
.text-features-communityChallenges-easterEggs-progressBar-bottomPercentageColor {
  color: var(--features-communityChallenges-easterEggs-progressBar-bottomPercentageColor);
}
.text-features-communityChallenges-easterEggs-progressBar-percentageColor {
  color: var(--features-communityChallenges-easterEggs-progressBar-percentageColor);
}
.text-features-communityChallenges-easterEggs-progressBar-textColor {
  color: var(--features-communityChallenges-easterEggs-progressBar-textColor);
}
.text-features-communityChallenges-easterEggs-termsAndConditionsTextColor {
  color: var(--features-communityChallenges-easterEggs-termsAndConditionsTextColor);
}
.text-features-communityChallenges-easterEggsGridItems-textColor {
  color: var(--features-communityChallenges-easterEggsGridItems-textColor);
}
.text-features-communityChallenges-easterEggsGridItems-textHighlighted {
  color: var(--features-communityChallenges-easterEggsGridItems-textHighlighted);
}
.text-features-communityChallenges-easterEggsGridItems-timer-dotsColorPrimary {
  color: var(--features-communityChallenges-easterEggsGridItems-timer-dotsColorPrimary);
}
.text-features-communityChallenges-easterEggsGridItems-timer-dotsColorSecondary {
  color: var(--features-communityChallenges-easterEggsGridItems-timer-dotsColorSecondary);
}
.text-features-communityChallenges-easterEggsGridItems-timer-textColor {
  color: var(--features-communityChallenges-easterEggsGridItems-timer-textColor);
}
.text-features-communityChallenges-easterEggsGridItems-timer-titleColorPrimary {
  color: var(--features-communityChallenges-easterEggsGridItems-timer-titleColorPrimary);
}
.text-features-communityChallenges-easterEggsGridItems-timer-titleColorSecondary {
  color: var(--features-communityChallenges-easterEggsGridItems-timer-titleColorSecondary);
}
.text-features-communityChallenges-leaderboard-table-rankTextColor {
  color: var(--features-communityChallenges-leaderboard-table-rankTextColor);
}
.text-features-communityChallenges-leaderboard-table-textColor {
  color: var(--features-communityChallenges-leaderboard-table-textColor);
}
.text-features-communityChallenges-leaderboard-table-titleTextColor {
  color: var(--features-communityChallenges-leaderboard-table-titleTextColor);
}
.text-features-communityChallenges-leaderboard-titleColor {
  color: var(--features-communityChallenges-leaderboard-titleColor);
}
.text-features-communityChallenges-message-contentTextColor {
  color: var(--features-communityChallenges-message-contentTextColor);
}
.text-features-communityChallenges-monsterMash-monsterMashCard-contentTextColor {
  color: var(--features-communityChallenges-monsterMash-monsterMashCard-contentTextColor);
}
.text-features-communityChallenges-monsterMash-primaryTextColor {
  color: var(--features-communityChallenges-monsterMash-primaryTextColor);
}
.text-features-communityChallenges-monsterMash-progressBar-bottom-percentageColor {
  color: var(--features-communityChallenges-monsterMash-progressBar-bottom-percentageColor);
}
.text-features-communityChallenges-monsterMash-progressBar-percentageColor {
  color: var(--features-communityChallenges-monsterMash-progressBar-percentageColor);
}
.text-features-communityChallenges-monsterMash-secondaryTextColor {
  color: var(--features-communityChallenges-monsterMash-secondaryTextColor);
}
.text-features-communityChallenges-monsterMash-termsAndConditionsTextColor {
  color: var(--features-communityChallenges-monsterMash-termsAndConditionsTextColor);
}
.text-features-communityChallenges-monsterMashGridItems-btnText {
  color: var(--features-communityChallenges-monsterMashGridItems-btnText);
}
.text-features-communityChallenges-monsterMashGridItems-moreInfoTextColor {
  color: var(--features-communityChallenges-monsterMashGridItems-moreInfoTextColor);
}
.text-features-communityChallenges-monsterMashGridItems-rewardColor {
  color: var(--features-communityChallenges-monsterMashGridItems-rewardColor);
}
.text-features-communityChallenges-monsterMashGridItems-rewardsTextColor {
  color: var(--features-communityChallenges-monsterMashGridItems-rewardsTextColor);
}
.text-features-communityChallenges-monsterMashGridItems-rewardsTitleTextColor {
  color: var(--features-communityChallenges-monsterMashGridItems-rewardsTitleTextColor);
}
.text-features-communityChallenges-monsterMashGridItems-timeColor {
  color: var(--features-communityChallenges-monsterMashGridItems-timeColor);
}
.text-features-communityChallenges-rewards-headerTextPrimary {
  color: var(--features-communityChallenges-rewards-headerTextPrimary);
}
.text-features-communityChallenges-rewards-headerTextSecondary {
  color: var(--features-communityChallenges-rewards-headerTextSecondary);
}
.text-features-dailyRewards-dailyRewardsCard-dailyRewardHeading-headingTextColor {
  color: var(--features-dailyRewards-dailyRewardsCard-dailyRewardHeading-headingTextColor);
}
.text-features-dailyRewards-dailyRewardsCard-requirmentsTextColor {
  color: var(--features-dailyRewards-dailyRewardsCard-requirmentsTextColor);
}
.text-features-dailyRewards-dailyRewardsCard-rewardTextColor {
  color: var(--features-dailyRewards-dailyRewardsCard-rewardTextColor);
}
.text-features-depositStamps-depositStampsCard-gameTitleTextColor {
  color: var(--features-depositStamps-depositStampsCard-gameTitleTextColor);
}
.text-features-depositStamps-depositStampsCard-rewardListTextColor {
  color: var(--features-depositStamps-depositStampsCard-rewardListTextColor);
}
.text-features-depositStamps-depositStampsCard-stampsListHighlightTextColor {
  color: var(--features-depositStamps-depositStampsCard-stampsListHighlightTextColor);
}
.text-features-depositStamps-depositStampsCard-stampsListTextColor {
  color: var(--features-depositStamps-depositStampsCard-stampsListTextColor);
}
.text-features-free-spins-textColor {
  color: var(--features-free-spins-textColor);
}
.text-features-freeSpins-gameSelection-freeSpinsChooseLater-textColor {
  color: var(--features-freeSpins-gameSelection-freeSpinsChooseLater-textColor);
}
.text-features-freeSpins-gameSelection-providerTextColor {
  color: var(--features-freeSpins-gameSelection-providerTextColor);
}
.text-features-freeSpins-gameSelection-swipeHintTextColor {
  color: var(--features-freeSpins-gameSelection-swipeHintTextColor);
}
.text-features-freeSpins-gameSelection-titleTextColor {
  color: var(--features-freeSpins-gameSelection-titleTextColor);
}
.text-features-jackpot-card-descriptionColor {
  color: var(--features-jackpot-card-descriptionColor);
}
.text-features-jackpot-contributionInfo-textColor {
  color: var(--features-jackpot-contributionInfo-textColor);
}
.text-features-jackpot-noticeTextColor {
  color: var(--features-jackpot-noticeTextColor);
}
.text-features-jackpot-optInConfirmed-textColor {
  color: var(--features-jackpot-optInConfirmed-textColor);
}
.text-features-jackpot-optInTextColor {
  color: var(--features-jackpot-optInTextColor);
}
.text-features-jackpot-terms-textColor {
  color: var(--features-jackpot-terms-textColor);
}
.text-features-jackpot-winnerItem-gridTextColor {
  color: var(--features-jackpot-winnerItem-gridTextColor);
}
.text-features-jackpot-winnerItem-secondTextColor {
  color: var(--features-jackpot-winnerItem-secondTextColor);
}
.text-features-jackpot-winnerItem-textColor {
  color: var(--features-jackpot-winnerItem-textColor);
}
.text-features-quickDeposit-notification-status-textPrimaryColor {
  color: var(--features-quickDeposit-notification-status-textPrimaryColor);
}
.text-features-quickDeposit-notification-status-textSecondaryColor {
  color: var(--features-quickDeposit-notification-status-textSecondaryColor);
}
.text-features-vipClub-accountAgent-agentDescriptionTextColor {
  color: var(--features-vipClub-accountAgent-agentDescriptionTextColor);
}
.text-features-vipClub-accountAgent-agentNameTextColor {
  color: var(--features-vipClub-accountAgent-agentNameTextColor);
}
.text-features-vipClub-accountAgent-headerTextColor {
  color: var(--features-vipClub-accountAgent-headerTextColor);
}
.text-features-vipClub-featureItems-textColor {
  color: var(--features-vipClub-featureItems-textColor);
}
.text-features-vipClub-headerLevelTextColor {
  color: var(--features-vipClub-headerLevelTextColor);
}
.text-features-vipClub-tutorialBox-textColor {
  color: var(--features-vipClub-tutorialBox-textColor);
}
.text-font {
  color: var(--font-primary);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-primary {
  color: var(--primary);
}
.text-secondary {
  color: var(--secondary);
}
.text-shared-button-primary-disabled-textColor {
  color: var(--shared-button-primary-disabled-textColor);
}
.text-shared-button-primary-textColor {
  color: var(--shared-button-primary-textColor);
}
.text-shared-button-secondary-disabled-textColor {
  color: var(--shared-button-secondary-disabled-textColor);
}
.text-shared-button-secondary-textColor {
  color: var(--shared-button-secondary-textColor);
}
.text-shared-button-tertiary-disabled-textColor {
  color: var(--shared-button-tertiary-disabled-textColor);
}
.text-shared-button-tertiary-textColor {
  color: var(--shared-button-tertiary-textColor);
}
.text-shared-checkbox-textColor {
  color: var(--shared-checkbox-textColor);
}
.text-shared-input-iconColor {
  color: var(--shared-input-iconColor);
}
.text-shared-input-labelColor {
  color: var(--shared-input-labelColor);
}
.text-shared-input-textColor {
  color: var(--shared-input-textColor);
}
.text-shared-label-category-textColor {
  color: var(--shared-label-category-textColor);
}
.text-shared-label-overlay-textColor {
  color: var(--shared-label-overlay-textColor);
}
.text-shared-label-textColor {
  color: var(--shared-label-textColor);
}
.text-shared-label-titleTextColor {
  color: var(--shared-label-titleTextColor);
}
.text-shared-page-heading-textColor {
  color: var(--shared-page-heading-textColor);
}
.text-shared-paginator-disabled-iconColor {
  color: var(--shared-paginator-disabled-iconColor);
}
.text-shared-paginator-iconColor {
  color: var(--shared-paginator-iconColor);
}
.text-shared-paginator-selected-textColor {
  color: var(--shared-paginator-selected-textColor);
}
.text-shared-paginator-textColor {
  color: var(--shared-paginator-textColor);
}
.text-shared-select-arrow {
  color: var(--shared-select-arrow);
}
.text-shared-select-disabledTextColor {
  color: var(--shared-select-disabledTextColor);
}
.text-shared-select-labelColor {
  color: var(--shared-select-labelColor);
}
.text-shared-select-textColor {
  color: var(--shared-select-textColor);
}
.text-shared-slideToAction-textColor {
  color: var(--shared-slideToAction-textColor);
}
.text-shared-stepper-selectedTextColor {
  color: var(--shared-stepper-selectedTextColor);
}
.text-shared-stepper-textColor {
  color: var(--shared-stepper-textColor);
}
.text-shared-systemNotification-textColor {
  color: var(--shared-systemNotification-textColor);
}
.text-staticPages-tutorialPage-headerBannerTextColor {
  color: var(--staticPages-tutorialPage-headerBannerTextColor);
}
.text-staticPages-tutorialPage-videoCard-videoCardDescriptionColor {
  color: var(--staticPages-tutorialPage-videoCard-videoCardDescriptionColor);
}
.text-staticPages-tutorialPage-videoCard-videoCardTitleColor {
  color: var(--staticPages-tutorialPage-videoCard-videoCardTitleColor);
}
.text-transparent {
  color: transparent;
}
.text-white {
  color: var(--white);
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-core-overlay-backgroundImageOpacity {
  opacity: var(--core-overlay-backgroundImageOpacity);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[6px\] {
  --tw-blur: blur(6px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_2px_0_rgba\(0\,0\,0\,0\.65\)\] {
  --tw-drop-shadow: drop-shadow(0 2px 0 rgba(0,0,0,0.65));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_3px_0_rgba\(0\,0\,0\,0\.65\)\] {
  --tw-drop-shadow: drop-shadow(0 3px 0 rgba(0,0,0,0.65));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
.\[--free-spins-gradient\:var\(--features-freeSpins-gameSelection-countGradient\)\] {
  --free-spins-gradient: var(--features-freeSpins-gameSelection-countGradient);
}
.\[--free-spins-outline\:var\(--features-freeSpins-gameSelection-countOutline\)\] {
  --free-spins-outline: var(--features-freeSpins-gameSelection-countOutline);
}
.\[-webkit-background-clip\:text\] {
  -webkit-background-clip: text;
}
.\[clip-path\:polygon\(5\%_0\,95\%_0\,100\%_50\%\,95\%_100\%\,5\%_100\%\,0_50\%\)\] {
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
}
@font-face {
  font-family: "Mendl Sans Dusk Bold";
  src: url("./media/mendl-sans-dusk-bold-VZTRRL2R.eot");
  src:
    url("./media/mendl-sans-dusk-bold-VZTRRL2R.eot") format("embedded-opentype"),
    url("./media/mendl-sans-dusk-bold-YEKBRHOS.woff2") format("woff2"),
    url("./media/mendl-sans-dusk-bold-YNZJNQ7R.woff") format("woff"),
    url("./media/mendl-sans-dusk-bold-N4IELDMU.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham";
  src: url("./media/Gotham-L6AQTDV2.eot");
  src:
    url("./media/Gotham-L6AQTDV2.eot") format("embedded-opentype"),
    url("./media/Gotham-5NMME6FY.woff2") format("woff2"),
    url("./media/Gotham-IJY26WBK.woff") format("woff"),
    url("./media/Gotham-I57REITV.ttf") format("truetype");
}
@font-face {
  font-family: "GothamBold";
  src: url("./media/GothamBold-4SSTZPIS.eot");
  src:
    url("./media/GothamBold-4SSTZPIS.eot") format("embedded-opentype"),
    url("./media/GothamBold-SHOR2IGH.woff2") format("woff2"),
    url("./media/GothamBold-7OB65L7N.woff") format("woff"),
    url("./media/GothamBold-62AWWWRD.ttf") format("truetype");
}
@font-face {
  font-family: Gliker;
  src: url("./media/Gliker-Regular-SWCFFCYA.ttf") format("truetype");
}
@font-face {
  font-family: "Nosifer";
  src: url("./media/Nosifer-FLXC7PJI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LibreBodoni";
  src: url("./media/LibreBodoni-QR4PSVIV.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Playfair";
  src: url("./media/Playfair-MRHNEDZW.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Fontdiner Swanky";
  src: url("./media/FontdinerSwanky-B6RSBTOY.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.easter-eggs-secondary-font,
.nunito-font {
  font-family: "Nunito Sans", sans-serif;
}
.nunito-font-no-sans {
  font-family: "Nunito", sans-serif;
}
[data-brand="96"] .nunito-font-no-sans,
[data-brand="96"] .nunito-font {
  font-family: inherit;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  min-width: 320px;
  background: #131313;
  background-image: var(--core-body-pageBackground);
  touch-action: pan-y pan-x;
  background-size: 100% 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    background-image: var(--core-body-pageBackgroundForMobile);
  }
}
body:has(.modal-window) {
  overflow: hidden;
  touch-action: pan-y pan-x;
  overscroll-behavior: contain;
}
.sidebar-overlay .overlay-wrapper {
  position: absolute !important;
  width: 100%;
  bottom: 100px;
}
@media screen and (min-width: 1280px) {
  .sidebar-overlay .overlay-wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.sidebar-overlay .overlay-wrapper .w-overlay-calc {
  width: calc(100% - 1.5rem);
}
.bg-field {
  background: var(--shared-input-background);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: var(--shared-input-textColor);
  box-shadow: 0 0 0 1000px var(--shared-input-background) inset !important;
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
input:focus {
  outline: none;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number] {
  -ms-appearance: textfield;
}
.page-padding {
  padding-bottom: 2rem;
  padding-top: 80px;
}
@media screen and (max-device-width: 1200px) and (orientation:landscape) {
  .page-padding {
    padding-top: 65px;
  }
}
.page-sticky-padding {
  padding-bottom: 2rem;
  padding-top: 140px;
}
@media (min-width: 768px) {
  .page-sticky-padding {
    padding-top: 160px;
  }
}
@media screen and (max-device-width: 1200px) and (orientation:landscape) {
  .page-sticky-padding {
    padding-top: 135px;
  }
}
.page-sticky-padding-vip {
  padding-bottom: 2rem;
  padding-top: 110px;
}
@media (min-width: 768px) {
  .page-sticky-padding-vip {
    padding-top: 130px;
  }
}
@media screen and (max-device-width: 1200px) and (orientation:landscape) {
  .page-sticky-padding-vip {
    padding-top: 120px;
  }
}
.page-sticky-padding-loyalty {
  padding-bottom: 2rem;
  padding-top: 120px;
}
@media (min-width: 768px) {
  .page-sticky-padding-loyalty {
    padding-top: 140px;
  }
}
@media screen and (max-device-width: 1200px) and (orientation:landscape) {
  .page-sticky-padding-loyalty {
    padding-top: 125px;
  }
}
.page-sticky-padding-jackpot {
  padding-bottom: 2rem;
  padding-top: 120px;
}
@media (min-width: 640px) {
  .page-sticky-padding-jackpot {
    padding-top: 140px;
  }
}
@media screen and (max-device-width: 1200px) and (orientation:landscape) {
  .page-sticky-padding-jackpot {
    padding-top: 125px;
  }
}
.page-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
}
.modal-window .search-scroll {
  padding-bottom: env(safe-area-inset-bottom);
  max-height: 60vh;
}
.modal-window .search-results-panel.search-results-panel--results {
  display: flex;
  flex-direction: column;
  max-height: 50vh;
  min-height: 0;
}
.modal-window .search-results-panel.search-results-panel--results > form {
  flex: 0 0 auto;
  margin-bottom: 20px;
}
.modal-window .search-results-panel.search-results-panel--results .search-scroll {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 45vh;
}
@media screen and (orientation: landscape) {
  .modal-window .search-scroll {
    max-height: 80vh;
  }
}
.bounce-in {
  transform: scale(0);
  animation: bounce-in 1s ease forwards;
  animation-delay: 1s;
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bg-wol {
  color: var(--core-wheelOfLuck-wheelOfLuckBackground);
}
@media screen and (max-device-width: 1200px) and (orientation: landscape) {
  .wol-landscape {
    height: calc(100dvh - 144px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.deposit-wrapper {
  min-height: calc(100dvh - 80px);
}
@media screen and (max-device-width: 1024px) and (orientation: portrait) {
  .deposit-wrapper {
    min-height: calc(100dvh - 80px - 64px);
  }
}
.account-promo-wrapper {
  -webkit-box-shadow: inset 0px -70px 70px 45px var(--core-loyaltyClub-avatar-boxShadow);
  -moz-box-shadow: inset 0px -70px 70px 45px var(--core-loyaltyClub-avatar-boxShadow);
  box-shadow: inset 0px -70px 70px 45px var(--core-loyaltyClub-avatar-boxShadow);
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  background-position: var(--core-loyaltyClub-avatar-backgroundPositionImage);
  background-size: var(--core-loyaltyClub-avatar-backgroundSize);
}
.account-promo-wrapper .progress-bar {
  padding: var(--core-loyaltyClub-avatar-progressBarBorderSize);
}
.highlighted {
  color: var(--core-highlighted);
}
.easter-eggs-highlighted {
  color: var(--features-communityChallenges-easterEggs-highlightedTextColor);
}
.owl-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--core-heroBanner-dots-borderGradient);
}
.owl-theme .owl-dots .owl-dot span {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 0;
  background: var(--core-heroBanner-dots-background) !important;
  position: absolute;
  left: 1px;
  top: 1px;
}
.owl-dot.active {
  background: var(--core-heroBanner-dots-active-borderGradient);
}
.owl-theme .owl-dots .owl-dot.active span {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 0;
  background: var(--core-heroBanner-dots-active-background) !important;
  position: absolute;
  left: 1px;
  top: 1px;
}
.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  background-image: var(--core-body-pageBackground);
}
.outline-text-color {
  -webkit-text-stroke: 1.6px var(--core-outlineTextColor);
}
.font-bold-tutorial-page {
  font-weight: var(--customFont-textWeight-normal, bolder);
}
.fontstyle-registrationCount {
  font-family: var(--core-fontFamily-specificForSmadJersey25, var(--core-fontFamily-primary));
  line-height: var(--customFont-lineHeight-normal);
}
.fontstyle-documents {
  font-family: var(--core-fontFamily-specificForSmadJersey15, var(--core-fontFamily-primary));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:w-\[75\%\]::before {
  content: var(--tw-content);
  width: 75%;
}
.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:border-t::before {
  content: var(--tw-content);
  border-top-width: 1px;
}
.before\:border-features-cashback-oneTime-horisontalDividerBottomColor::before {
  content: var(--tw-content);
  border-color: var(--features-cashback-oneTime-horisontalDividerBottomColor);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}
.after\:mb-\[2px\]::after {
  content: var(--tw-content);
  margin-bottom: 2px;
}
.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}
.after\:h-\[5px\]::after {
  content: var(--tw-content);
  height: 5px;
}
.after\:w-\[75\%\]::after {
  content: var(--tw-content);
  width: 75%;
}
.after\:w-\[9px\]::after {
  content: var(--tw-content);
  width: 9px;
}
.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:-rotate-45::after {
  content: var(--tw-content);
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:border-b::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}
.after\:border-b-2::after {
  content: var(--tw-content);
  border-bottom-width: 2px;
}
.after\:border-l-2::after {
  content: var(--tw-content);
  border-left-width: 2px;
}
.after\:border-features-cashback-autoOptInCheckbox-borderColor::after {
  content: var(--tw-content);
  border-color: var(--features-cashback-autoOptInCheckbox-borderColor);
}
.after\:border-features-cashback-oneTime-horisontalDividerTopColor::after {
  content: var(--tw-content);
  border-color: var(--features-cashback-oneTime-horisontalDividerTopColor);
}
.first\:px-4:first-child {
  padding-left: 1rem;
  padding-right: 1rem;
}
.first\:text-center:first-child {
  text-align: center;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last-of-type\:border-0:last-of-type {
  border-width: 0px;
}
.last-of-type\:border-none:last-of-type {
  border-style: none;
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:after\:block::after {
  content: var(--tw-content);
  display: block;
}
@media (min-width: 640px) {
  .sm\:relative {
    position: relative;
  }
  .sm\:bottom-\[0\.15rem\] {
    bottom: 0.15rem;
  }
  .sm\:bottom-\[10px\] {
    bottom: 10px;
  }
  .sm\:right-\[45\%\] {
    right: 45%;
  }
  .sm\:top-\[-48px\] {
    top: -48px;
  }
  .sm\:top-\[55vw\] {
    top: 55vw;
  }
  .sm\:top-\[80vw\] {
    top: 80vw;
  }
  .sm\:m-auto {
    margin: auto;
  }
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }
  .sm\:ml-5 {
    margin-left: 1.25rem;
  }
  .sm\:mt-\[-3\%\] {
    margin-top: -3%;
  }
  .sm\:mt-\[0px\] {
    margin-top: 0px;
  }
  .sm\:mt-\[40px\] {
    margin-top: 40px;
  }
  .sm\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }
  .sm\:size-4 {
    width: 1rem;
    height: 1rem;
  }
  .sm\:size-8 {
    width: 2rem;
    height: 2rem;
  }
  .sm\:size-\[30px\] {
    width: 30px;
    height: 30px;
  }
  .sm\:h-10 {
    height: 2.5rem;
  }
  .sm\:h-32 {
    height: 8rem;
  }
  .sm\:h-36 {
    height: 9rem;
  }
  .sm\:h-5 {
    height: 1.25rem;
  }
  .sm\:h-7 {
    height: 1.75rem;
  }
  .sm\:h-\[100px\] {
    height: 100px;
  }
  .sm\:h-\[150px\] {
    height: 150px;
  }
  .sm\:h-\[55px\] {
    height: 55px;
  }
  .sm\:h-\[62px\] {
    height: 62px;
  }
  .sm\:h-\[70px\] {
    height: 70px;
  }
  .sm\:h-\[90px\] {
    height: 90px;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:h-sidebar {
    height: calc(100dvh - 80px);
  }
  .sm\:max-h-\[3\.4rem\] {
    max-height: 3.4rem;
  }
  .sm\:max-h-features-blogPosts-blogPostCard-descriptionMaxHeight {
    max-height: var(--features-blogPosts-blogPostCard-descriptionMaxHeight);
  }
  .sm\:min-h-\[200px\] {
    min-height: 200px;
  }
  .sm\:min-h-\[3\.4rem\] {
    min-height: 3.4rem;
  }
  .sm\:min-h-features-blogPosts-blogPostCard-descriptionMinHeight {
    min-height: var(--features-blogPosts-blogPostCard-descriptionMinHeight);
  }
  .sm\:w-10 {
    width: 2.5rem;
  }
  .sm\:w-36 {
    width: 9rem;
  }
  .sm\:w-4\/6 {
    width: 66.666667%;
  }
  .sm\:w-5 {
    width: 1.25rem;
  }
  .sm\:w-6 {
    width: 1.5rem;
  }
  .sm\:w-7 {
    width: 1.75rem;
  }
  .sm\:w-\[100px\] {
    width: 100px;
  }
  .sm\:w-\[1027px\] {
    width: 1027px;
  }
  .sm\:w-\[180px\] {
    width: 180px;
  }
  .sm\:w-\[2px\] {
    width: 2px;
  }
  .sm\:w-\[300px\] {
    width: 300px;
  }
  .sm\:w-\[350px\] {
    width: 350px;
  }
  .sm\:w-\[50px\] {
    width: 50px;
  }
  .sm\:w-\[55px\] {
    width: 55px;
  }
  .sm\:w-\[90\%\] {
    width: 90%;
  }
  .sm\:w-\[90px\] {
    width: 90px;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:min-w-28 {
    min-width: 7rem;
  }
  .sm\:min-w-32 {
    min-width: 8rem;
  }
  .sm\:min-w-36 {
    min-width: 9rem;
  }
  .sm\:min-w-\[155px\] {
    min-width: 155px;
  }
  .sm\:max-w-32 {
    max-width: 8rem;
  }
  .sm\:max-w-\[135px\] {
    max-width: 135px;
  }
  .sm\:max-w-\[200px\] {
    max-width: 200px;
  }
  .sm\:max-w-\[380px\] {
    max-width: 380px;
  }
  .sm\:flex-1 {
    flex: 1 1 0%;
  }
  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .sm\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-0 {
    gap: 0px;
  }
  .sm\:gap-2 {
    gap: 0.5rem;
  }
  .sm\:gap-3 {
    gap: 0.75rem;
  }
  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:gap-5 {
    gap: 1.25rem;
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:gap-\[50px\] {
    gap: 50px;
  }
  .sm\:gap-x-2 {
    column-gap: 0.5rem;
  }
  .sm\:bg-\[url\(\/cms\/frontend-nx\/images\/vip\/top-desktop-background\.png\)\] {
    background-image: url(/cms/frontend-nx/images/vip/top-desktop-background.png);
  }
  .sm\:bg-none {
    background-image: none;
  }
  .sm\:p-2 {
    padding: 0.5rem;
  }
  .sm\:p-3 {
    padding: 0.75rem;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:p-\[2px\] {
    padding: 2px;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem;
  }
  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .sm\:pb-\[112px\] {
    padding-bottom: 112px;
  }
  .sm\:pl-4 {
    padding-left: 1rem;
  }
  .sm\:pr-4 {
    padding-right: 1rem;
  }
  .sm\:pr-6 {
    padding-right: 1.5rem;
  }
  .sm\:pt-16 {
    padding-top: 4rem;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem;
  }
  .sm\:pt-4 {
    padding-top: 1rem;
  }
  .sm\:pt-\[34px\] {
    padding-top: 34px;
  }
  .sm\:pt-\[70px\] {
    padding-top: 70px;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-\[13px\] {
    font-size: 13px;
  }
  .sm\:text-\[25vw\] {
    font-size: 25vw;
  }
  .sm\:text-\[30px\] {
    font-size: 30px;
  }
  .sm\:text-base {
    font-size: var(--customFont-textSize-base, 16px);
  }
  .sm\:text-core-promoCenterCard-badge-textSizeSmall {
    font-size: var(--core-promoCenterCard-badge-textSizeSmall, 14px);
  }
  .sm\:text-customFont-textSize-formFieldMedium {
    font-size: var(--customFont-textSize-formFieldMedium, 20px);
  }
  .sm\:text-lg {
    font-size: var(--customFont-textSize-lg, 20px);
  }
  .sm\:text-sm {
    font-size: var(--customFont-textSize-sm, 14px);
  }
  .sm\:text-xl {
    font-size: var(--customFont-textSize-xl, 18px);
  }
  .sm\:text-xs {
    font-size: var(--customFont-textSize-xs, 12px);
  }
  .sm\:leading-4 {
    line-height: 1rem;
  }
  .sm\:leading-customFont-lineHeight-tiny {
    line-height: var(--customFont-lineHeight-tiny);
  }
}
@media (min-width: 768px) {
  .md\:-bottom-\[20px\] {
    bottom: -20px;
  }
  .md\:-right-5 {
    right: -1.25rem;
  }
  .md\:bottom-4 {
    bottom: 1rem;
  }
  .md\:bottom-\[-17px\] {
    bottom: -17px;
  }
  .md\:bottom-auto {
    bottom: auto;
  }
  .md\:left-0 {
    left: 0px;
  }
  .md\:left-\[var\(--features-communityChallenges-monsterMashGridItems-monsterImageDesktopLeft\)\] {
    left: var(--features-communityChallenges-monsterMashGridItems-monsterImageDesktopLeft);
  }
  .md\:right-0 {
    right: 0px;
  }
  .md\:right-\[-75px\] {
    right: -75px;
  }
  .md\:top-0 {
    top: 0px;
  }
  .md\:top-\[-14px\] {
    top: -14px;
  }
  .md\:top-\[1px\] {
    top: 1px;
  }
  .md\:top-\[24px\] {
    top: 24px;
  }
  .md\:top-\[75vw\] {
    top: 75vw;
  }
  .md\:top-\[830px\] {
    top: 830px;
  }
  .md\:top-\[9px\] {
    top: 9px;
  }
  .md\:col-start-auto {
    grid-column-start: auto;
  }
  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .md\:row-start-auto {
    grid-row-start: auto;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:-mt-\[30px\] {
    margin-top: -30px;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .md\:ml-3 {
    margin-left: 0.75rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:size-11 {
    width: 2.75rem;
    height: 2.75rem;
  }
  .md\:h-7 {
    height: 1.75rem;
  }
  .md\:h-\[114px\] {
    height: 114px;
  }
  .md\:h-\[115px\] {
    height: 115px;
  }
  .md\:h-\[140px\] {
    height: 140px;
  }
  .md\:h-\[150px\] {
    height: 150px;
  }
  .md\:h-\[155px\] {
    height: 155px;
  }
  .md\:h-\[15vw\] {
    height: 15vw;
  }
  .md\:h-\[18px\] {
    height: 18px;
  }
  .md\:h-\[200px\] {
    height: 200px;
  }
  .md\:h-\[20vh\] {
    height: 20vh;
  }
  .md\:h-\[24px\] {
    height: 24px;
  }
  .md\:h-\[28px\] {
    height: 28px;
  }
  .md\:h-\[35px\] {
    height: 35px;
  }
  .md\:h-\[42px\] {
    height: 42px;
  }
  .md\:h-\[51px\] {
    height: 51px;
  }
  .md\:h-\[60px\] {
    height: 60px;
  }
  .md\:h-\[80px\] {
    height: 80px;
  }
  .md\:h-\[86px\] {
    height: 86px;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-fit {
    height: fit-content;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:max-h-\[230px\] {
    max-height: 230px;
  }
  .md\:max-h-\[550px\] {
    max-height: 550px;
  }
  .md\:max-h-\[80vh\] {
    max-height: 80vh;
  }
  .md\:min-h-\[65vh\] {
    min-height: 65vh;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-7 {
    width: 1.75rem;
  }
  .md\:w-\[100px\] {
    width: 100px;
  }
  .md\:w-\[115px\] {
    width: 115px;
  }
  .md\:w-\[15vw\] {
    width: 15vw;
  }
  .md\:w-\[18px\] {
    width: 18px;
  }
  .md\:w-\[24px\] {
    width: 24px;
  }
  .md\:w-\[274px\] {
    width: 274px;
  }
  .md\:w-\[350px\] {
    width: 350px;
  }
  .md\:w-\[48px\] {
    width: 48px;
  }
  .md\:w-\[70px\] {
    width: 70px;
  }
  .md\:w-\[724px\] {
    width: 724px;
  }
  .md\:w-\[80px\] {
    width: 80px;
  }
  .md\:w-\[94px\] {
    width: 94px;
  }
  .md\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:min-w-\[600px\] {
    min-width: 600px;
  }
  .md\:max-w-\[125px\] {
    max-width: 125px;
  }
  .md\:max-w-\[150px\] {
    max-width: 150px;
  }
  .md\:max-w-\[260px\] {
    max-width: 260px;
  }
  .md\:max-w-\[300px\] {
    max-width: 300px;
  }
  .md\:max-w-\[35vw\] {
    max-width: 35vw;
  }
  .md\:max-w-\[500px\] {
    max-width: 500px;
  }
  .md\:max-w-\[600px\] {
    max-width: 600px;
  }
  .md\:max-w-\[650px\] {
    max-width: 650px;
  }
  .md\:max-w-\[800px\] {
    max-width: 800px;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:scroll-mt-\[140px\] {
    scroll-margin-top: 140px;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-\[1fr_1fr_1fr\] {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .md\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }
  .md\:grid-cols-\[50\%_25\%_25\%\] {
    grid-template-columns: 50% 25% 25%;
  }
  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-1 {
    gap: 0.25rem;
  }
  .md\:gap-20 {
    gap: 5rem;
  }
  .md\:gap-3 {
    gap: 0.75rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:gap-9 {
    gap: 2.25rem;
  }
  .md\:gap-y-\[14px\] {
    row-gap: 14px;
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:overflow-y-auto {
    overflow-y: auto;
  }
  .md\:whitespace-nowrap {
    white-space: nowrap;
  }
  .md\:border-l-\[25px\] {
    border-left-width: 25px;
  }
  .md\:border-r-\[25px\] {
    border-right-width: 25px;
  }
  .md\:bg-features-depositStamps-depositStampsCard-stampsListBackground {
    background-image: var(--features-depositStamps-depositStampsCard-stampsListBackground);
  }
  .md\:bg-none {
    background-image: none;
  }
  .md\:fill-green-500 {
    fill: #22c55e;
  }
  .md\:stroke-white {
    stroke: var(--white);
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:p-\[15px\] {
    padding: 15px;
  }
  .md\:p-\[2px\] {
    padding: 2px;
  }
  .md\:p-\[3px\] {
    padding: 3px;
  }
  .md\:p-\[4px\] {
    padding: 4px;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .md\:pb-\[20px\] {
    padding-bottom: 20px;
  }
  .md\:pl-16 {
    padding-left: 4rem;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pr-\[31px\] {
    padding-right: 31px;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pt-\[120px\] {
    padding-top: 120px;
  }
  .md\:pt-\[140px\] {
    padding-top: 140px;
  }
  .md\:pt-\[83px\] {
    padding-top: 83px;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
  .md\:text-\[15vw\] {
    font-size: 15vw;
  }
  .md\:text-\[16px\] {
    font-size: 16px;
  }
  .md\:text-\[18px\] {
    font-size: 18px;
  }
  .md\:text-\[20px\] {
    font-size: 20px;
  }
  .md\:text-\[29px\] {
    font-size: 29px;
  }
  .md\:text-\[35px\] {
    font-size: 35px;
  }
  .md\:text-\[50px\] {
    font-size: 50px;
  }
  .md\:text-\[70px\] {
    font-size: 70px;
  }
  .md\:text-base {
    font-size: var(--customFont-textSize-base, 16px);
  }
  .md\:text-base\/\[1\.5\] {
    font-size: var(--customFont-textSize-base, 16px);
    line-height: 1.5;
  }
  .md\:text-customFont-textSize-stepperRegistrationActivationTitle {
    font-size: var(--customFont-textSize-stepperRegistrationActivationTitle, 18px);
  }
  .md\:text-lg {
    font-size: var(--customFont-textSize-lg, 20px);
  }
  .md\:text-sm {
    font-size: var(--customFont-textSize-sm, 14px);
  }
  .md\:text-xl {
    font-size: var(--customFont-textSize-xl, 18px);
  }
  .md\:leading-\[18px\] {
    line-height: 18px;
  }
  .md\:leading-\[29px\] {
    line-height: 29px;
  }
  .md\:leading-\[35px\] {
    line-height: 35px;
  }
  .md\:leading-\[70px\] {
    line-height: 70px;
  }
}
@media (min-width: 1024px) {
  .lg\:bottom-5 {
    bottom: 1.25rem;
  }
  .lg\:bottom-\[-25px\] {
    bottom: -25px;
  }
  .lg\:left-1\/2 {
    left: 50%;
  }
  .lg\:left-5 {
    left: 1.25rem;
  }
  .lg\:left-\[20\%\] {
    left: 20%;
  }
  .lg\:right-\[-50px\] {
    right: -50px;
  }
  .lg\:right-\[calc\(50\%-364px\)\] {
    right: calc(50% - 364px);
  }
  .lg\:top-\[250px\] {
    top: 250px;
  }
  .lg\:top-\[400px\] {
    top: 400px;
  }
  .lg\:top-\[550px\] {
    top: 550px;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-\[-10\%\] {
    margin-top: -10%;
  }
  .lg\:mt-\[1\.5\%\] {
    margin-top: 1.5%;
  }
  .lg\:mt-\[35px\] {
    margin-top: 35px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-7 {
    height: 1.75rem;
  }
  .lg\:h-\[150px\] {
    height: 150px;
  }
  .lg\:h-\[300px\] {
    height: 300px;
  }
  .lg\:h-\[350px\] {
    height: 350px;
  }
  .lg\:h-\[396px\] {
    height: 396px;
  }
  .lg\:h-\[480px\] {
    height: 480px;
  }
  .lg\:max-h-\[70vh\] {
    max-height: 70vh;
  }
  .lg\:max-h-\[75dvh\] {
    max-height: 75dvh;
  }
  .lg\:w-7 {
    width: 1.75rem;
  }
  .lg\:w-\[140\%\] {
    width: 140%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-32 {
    min-width: 8rem;
  }
  .lg\:max-w-\[1000px\] {
    max-width: 1000px;
  }
  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }
  .lg\:max-w-\[50px\] {
    max-width: 50px;
  }
  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }
  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[1fr_1fr_1fr\] {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-\[30px\] {
    gap: 30px;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:bg-\[url\(\/cms\/frontend-nx\/images\/jackpot\/grid-bg-desktop\.png\)\] {
    background-image: url(/cms/frontend-nx/images/jackpot/grid-bg-desktop.png);
  }
  .lg\:bg-\[url\(\/cms\/frontend-nx\/images\/jackpot\/page-bg\.png\)\] {
    background-image: url(/cms/frontend-nx/images/jackpot/page-bg.png);
  }
  .lg\:bg-core-wheelOfLuck-wheelOfLuckBackgroundImageDesktop {
    background-image: var(--core-wheelOfLuck-wheelOfLuckBackgroundImageDesktop);
  }
  .lg\:bg-center {
    background-position: center;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-\[170px\] {
    font-size: 170px;
  }
  .lg\:text-\[46px\] {
    font-size: 46px;
  }
  .lg\:text-base {
    font-size: var(--customFont-textSize-base, 16px);
  }
  .lg\:text-customFont-textSize-carouselProvidersMedium {
    font-size: var(--customFont-textSize-carouselProvidersMedium, 14px);
  }
  .lg\:text-xl {
    font-size: var(--customFont-textSize-xl, 18px);
  }
  .lg\:leading-customFont-lineHeight-small {
    line-height: var(--customFont-lineHeight-small);
  }
  .lg\:text-core-navigation-textColorDesktop {
    color: var(--core-navigation-textColorDesktop);
  }
  .lg\:text-core-sidebar-menuIconColorDesktop {
    color: var(--core-sidebar-menuIconColorDesktop);
  }
  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1280px) {
  .xl\:relative {
    position: relative;
  }
  .xl\:-top-4 {
    top: -1rem;
  }
  .xl\:bottom-auto {
    bottom: auto;
  }
  .xl\:right-2 {
    right: 0.5rem;
  }
  .xl\:top-0 {
    top: 0px;
  }
  .xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .xl\:h-\[200px\] {
    height: 200px;
  }
  .xl\:min-h-\[110px\] {
    min-height: 110px;
  }
  .xl\:min-w-\[110px\] {
    min-width: 110px;
  }
  .xl\:min-w-\[150px\] {
    min-width: 150px;
  }
  .xl\:min-w-\[38px\] {
    min-width: 38px;
  }
  .xl\:max-w-\[600px\] {
    max-width: 600px;
  }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .xl\:pl-\[11vw\] {
    padding-left: 11vw;
  }
  .xl\:pr-3 {
    padding-right: 0.75rem;
  }
  .xl\:pr-\[11vw\] {
    padding-right: 11vw;
  }
  .xl\:text-base {
    font-size: var(--customFont-textSize-base, 16px);
  }
  .xl\:text-xl {
    font-size: var(--customFont-textSize-xl, 18px);
  }
  .first-of-type\:xl\:mt-24:first-of-type {
    margin-top: 6rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:hidden {
    display: none;
  }
  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media screen and (max-device-width: 1200px) and (orientation:landscape) {
  .custom-landscape\:bottom-0 {
    bottom: 0px;
  }
  .custom-landscape\:bottom-\[3rem\] {
    bottom: 3rem;
  }
  .custom-landscape\:top-\[65px\] {
    top: 65px;
  }
  .custom-landscape\:top-\[calc\(65px\+clamp\(40px\,12vw\,60px\)\)\] {
    top: calc(65px + clamp(40px, 12vw, 60px));
  }
  .custom-landscape\:col-start-auto {
    grid-column-start: auto;
  }
  .custom-landscape\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .custom-landscape\:row-start-auto {
    grid-row-start: auto;
  }
  .custom-landscape\:\!mx-\[0\] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .custom-landscape\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .custom-landscape\:ml-5 {
    margin-left: 1.25rem;
  }
  .custom-landscape\:ml-\[-30px\] {
    margin-left: -30px;
  }
  .custom-landscape\:mt-2 {
    margin-top: 0.5rem;
  }
  .custom-landscape\:mt-6 {
    margin-top: 1.5rem;
  }
  .custom-landscape\:mt-\[65px\] {
    margin-top: 65px;
  }
  .custom-landscape\:block {
    display: block;
  }
  .custom-landscape\:flex {
    display: flex;
  }
  .custom-landscape\:hidden {
    display: none;
  }
  .custom-landscape\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }
  .custom-landscape\:size-4 {
    width: 1rem;
    height: 1rem;
  }
  .custom-landscape\:h-10 {
    height: 2.5rem;
  }
  .custom-landscape\:h-6 {
    height: 1.5rem;
  }
  .custom-landscape\:h-\[100\%\] {
    height: 100%;
  }
  .custom-landscape\:h-\[250px\] {
    height: 250px;
  }
  .custom-landscape\:h-\[30px\] {
    height: 30px;
  }
  .custom-landscape\:h-\[30vh\] {
    height: 30vh;
  }
  .custom-landscape\:h-\[45px\] {
    height: 45px;
  }
  .custom-landscape\:h-\[50dvh\] {
    height: 50dvh;
  }
  .custom-landscape\:h-\[50px\] {
    height: 50px;
  }
  .custom-landscape\:h-\[51px\] {
    height: 51px;
  }
  .custom-landscape\:h-\[60vh\] {
    height: 60vh;
  }
  .custom-landscape\:h-\[65px\] {
    height: 65px;
  }
  .custom-landscape\:h-\[70px\] {
    height: 70px;
  }
  .custom-landscape\:h-sidebar-landscape {
    height: calc(100dvh - 65px);
  }
  .custom-landscape\:max-h-\[100\%\] {
    max-height: 100%;
  }
  .custom-landscape\:max-h-\[35dvh\] {
    max-height: 35dvh;
  }
  .custom-landscape\:max-h-\[40vh\] {
    max-height: 40vh;
  }
  .custom-landscape\:max-h-\[50dvh\] {
    max-height: 50dvh;
  }
  .custom-landscape\:max-h-\[75\%\] {
    max-height: 75%;
  }
  .custom-landscape\:min-h-\[30px\] {
    min-height: 30px;
  }
  .custom-landscape\:w-10 {
    width: 2.5rem;
  }
  .custom-landscape\:w-\[45px\] {
    width: 45px;
  }
  .custom-landscape\:w-\[48px\] {
    width: 48px;
  }
  .custom-landscape\:w-\[65px\] {
    width: 65px;
  }
  .custom-landscape\:w-\[70px\] {
    width: 70px;
  }
  .custom-landscape\:min-w-24 {
    min-width: 6rem;
  }
  .custom-landscape\:\!max-w-\[350px\] {
    max-width: 350px !important;
  }
  .custom-landscape\:max-w-\[260px\] {
    max-width: 260px;
  }
  .custom-landscape\:max-w-\[280px\] {
    max-width: 280px;
  }
  .custom-landscape\:max-w-\[350px\] {
    max-width: 350px;
  }
  .custom-landscape\:max-w-\[650px\] {
    max-width: 650px;
  }
  .custom-landscape\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .custom-landscape\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .custom-landscape\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .custom-landscape\:grid-cols-\[50\%_25\%_25\%\] {
    grid-template-columns: 50% 25% 25%;
  }
  .custom-landscape\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .custom-landscape\:flex-col {
    flex-direction: column;
  }
  .custom-landscape\:items-center {
    align-items: center;
  }
  .custom-landscape\:gap-\[1px\] {
    gap: 1px;
  }
  .custom-landscape\:self-center {
    align-self: center;
  }
  .custom-landscape\:overflow-auto {
    overflow: auto;
  }
  .custom-landscape\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .custom-landscape\:pb-0 {
    padding-bottom: 0px;
  }
  .custom-landscape\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .custom-landscape\:pl-0 {
    padding-left: 0px;
  }
  .custom-landscape\:pl-4 {
    padding-left: 1rem;
  }
  .custom-landscape\:pr-6 {
    padding-right: 1.5rem;
  }
  .custom-landscape\:pt-\[125px\] {
    padding-top: 125px;
  }
  .custom-landscape\:pt-\[65px\] {
    padding-top: 65px;
  }
  .custom-landscape\:text-\[10px\] {
    font-size: 10px;
  }
  .custom-landscape\:text-\[13px\] {
    font-size: 13px;
  }
  .custom-landscape\:text-\[20px\] {
    font-size: 20px;
  }
  .custom-landscape\:text-\[50px\] {
    font-size: 50px;
  }
  .custom-landscape\:text-base {
    font-size: var(--customFont-textSize-base, 16px);
  }
  .custom-landscape\:text-customFont-textSize-navigationText {
    font-size: var(--customFont-textSize-navigationText, 11px);
  }
  .custom-landscape\:text-lg {
    font-size: var(--customFont-textSize-lg, 20px);
  }
  .custom-landscape\:text-sm {
    font-size: var(--customFont-textSize-sm, 14px);
  }
  .custom-landscape\:text-xl {
    font-size: var(--customFont-textSize-xl, 18px);
  }
  .custom-landscape\:text-xs {
    font-size: var(--customFont-textSize-xs, 12px);
  }
  .custom-landscape\:leading-3 {
    line-height: .75rem;
  }
  .custom-landscape\:text-core-navigation-textColorDesktop {
    color: var(--core-navigation-textColorDesktop);
  }
  .custom-landscape\:text-core-sidebar-menuIconColorDesktop {
    color: var(--core-sidebar-menuIconColorDesktop);
  }
}
@media screen and (max-device-width: 840px) and (orientation:landscape) {
  .small-mobile-landscape\:hidden {
    display: none;
  }
  .small-mobile-landscape\:w-\[202px\] {
    width: 202px;
  }
}
@media (min-width: 380px) {
  .xs\:m-5 {
    margin: 1.25rem;
  }
  .xs\:mr-4 {
    margin-right: 1rem;
  }
  .xs\:h-\[188px\] {
    height: 188px;
  }
  .xs\:w-\[390px\] {
    width: 390px;
  }
  .xs\:w-\[45\%\] {
    width: 45%;
  }
  .xs\:min-w-\[100px\] {
    min-width: 100px;
  }
  .xs\:gap-3 {
    gap: 0.75rem;
  }
  .xs\:p-2 {
    padding: 0.5rem;
  }
  .xs\:p-5 {
    padding: 1.25rem;
  }
  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xs\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xs\:text-\[14px\] {
    font-size: 14px;
  }
  .xs\:text-\[15px\] {
    font-size: 15px;
  }
  .xs\:text-\[25px\] {
    font-size: 25px;
  }
  .xs\:text-sm {
    font-size: var(--customFont-textSize-sm, 14px);
  }
}
@media (min-width: 460px) {
  .min-460\:max-h-\[50px\] {
    max-height: 50px;
  }
}
@media screen and (min-width: 437px) and (max-width:768px) {
  .xs_plus\:top-\[100vw\] {
    top: 100vw;
  }
  .xs_plus\:mt-\[22px\] {
    margin-top: 22px;
  }
  .xs_plus\:w-1\/4 {
    width: 25%;
  }
  .xs_plus\:w-\[680px\] {
    width: 680px;
  }
}
@media (min-width: 2560px) {
  .xxxl\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .lg-1024\:bottom-0 {
    bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .lg-1400\:block {
    display: block;
  }
  .lg-1400\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg-1400\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (orientation: landscape) {
  .landscape\:bottom-10 {
    bottom: 2.5rem;
  }
  .landscape\:bottom-12 {
    bottom: 3rem;
  }
  .landscape\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .landscape\:max-h-\[60vh\] {
    max-height: 60vh;
  }
  .landscape\:p-2 {
    padding: 0.5rem;
  }
  .landscape\:pt-1 {
    padding-top: 0.25rem;
  }
  @media (min-width: 768px) {
    .landscape\:md\:max-h-\[80vh\] {
      max-height: 80vh;
    }
    .landscape\:md\:pt-4 {
      padding-top: 1rem;
    }
  }
}
.rtl\:translate-x-1\/2:where([dir=rtl], [dir=rtl] *) {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rtl\:justify-end:where([dir=rtl], [dir=rtl] *) {
  justify-content: flex-end;
}
.\[\&_div\.auth-layout\]\:pb-0 div.auth-layout {
  padding-bottom: 0px;
}
@media (max-height:700px) {
  .\[\@media\(max-height\:700px\)\]\:max-h-\[55dvh\] {
    max-height: 55dvh;
  }
}
@media (max-height:700px) and (orientation:landscape) {
  .\[\@media\(max-height\:700px\)_and_\(orientation\:landscape\)\]\:max-h-\[50dvh\] {
    max-height: 50dvh;
  }
}

/* angular:styles/global:styles */
