/* Generated using nucleoapp.com */

/* --------------------------------

General

-------------------------------- */

.icon {
  display: inline-block;
  color: inherit; /* icon primary color */
  height: 1em;
  width: 1em;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.icon use {
  /* icon secondary color */
  fill: currentColor;
  stroke: currentColor;
}

/* --------------------------------

Themes

-------------------------------- */

.icon-theme-1 {
  color: #000000;
}

.icon-theme-1 use {
  fill: inherit;
  stroke: inherit;
}

/* --------------------------------

Sizes

-------------------------------- */

/* relative units */
.icon-sm {
  font-size: 0.8em;
}

.icon-lg {
  font-size: 1.2em;
}

/* absolute units */
.icon-16 {
  font-size: 16px;
}

.icon-32 {
  font-size: 32px;
}

/* --------------------------------

Transformations/Animations

-------------------------------- */

.icon-rotate-90 {
  transform: rotate(90deg);
}

.icon-rotate-180 {
  transform: rotate(180deg);
}

.icon-rotate-270 {
  transform: rotate(270deg);
}

.icon-flip-y {
  transform: scaleY(-1);
}

.icon-flip-x {
  transform: scaleX(-1);
}

.icon-is-spinning {
  animation: icon-spin 1s infinite linear;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 * Helper function for downsize mixin.
 */
/**
 * Downsize a CSS property using the viewport to affect calc().
 *
 * @param {string} $property: The property to be affected.
 * @param {string|list} $min: The min value / values.
 * @param {string|list} $max: The max value / values.
 * @param {string} $viewport: The biggest viewport, which the property must be calculated.
 * @param {boolean} $default: True if the default property must be set, regardless of the viewport size.
 * @param {list} $static-min: A list containing the min viewport and the min value.
 */
figure {
  margin: 0;
}
figure > picture {
  display: block;
}

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hidden-xl {
    display: none;
  }
}
@media (min-width: 1400px) {
  .hidden-xxl {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .media-col-1 {
    width: 8.3333333333%;
  }
  .media-col-2 {
    width: 16.6666666667%;
  }
  .media-col-3 {
    width: 25%;
  }
  .media-col-4 {
    width: 33.3333333333%;
  }
  .media-col-5 {
    width: 41.6666666667%;
  }
  .media-col-6 {
    width: 50%;
  }
  .media-col-7 {
    width: 58.3333333333%;
  }
  .media-col-8 {
    width: 66.6666666667%;
  }
  .media-col-9 {
    width: 75%;
  }
  .media-col-10 {
    width: 83.3333333333%;
  }
  .media-col-11 {
    width: 91.6666666667%;
  }
  .media-col-12 {
    width: 100%;
  }
  [class*=" media-col-"].pull-left,
  [class^=media-col-].pull-left {
    margin-right: 30px;
  }
  [class*=" media-col-"].pull-right,
  [class^=media-col-].pull-right {
    margin-left: 30px;
  }
}
[class*=" media-col-"],
[class^=media-col-] {
  margin-bottom: 15px;
}
[class*=" media-col-"] img,
[class^=media-col-] img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .p-xs-0 {
    padding: 0 !important;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
}
.mt-xxs {
  margin-top: 8px;
}
@media (max-width: 1199.98px) {
  .mt-xxs {
    margin-top: calc(2px + 0.5vw);
  }
}

.mb-xxs {
  margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .mb-xxs {
    margin-bottom: calc(2px + 0.5vw);
  }
}

.mt-xs {
  margin-top: 16px;
}
@media (max-width: 1199.98px) {
  .mt-xs {
    margin-top: calc(4px + 1vw);
  }
}

.mb-xs {
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .mb-xs {
    margin-bottom: calc(4px + 1vw);
  }
}

.mt-sm {
  margin-top: 32px;
}
@media (max-width: 1199.98px) {
  .mt-sm {
    margin-top: calc(8px + 2vw);
  }
}

.mb-sm {
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  .mb-sm {
    margin-bottom: calc(8px + 2vw);
  }
}

.mt-md {
  margin-top: 64px;
}
@media (max-width: 1199.98px) {
  .mt-md {
    margin-top: calc(16px + 4vw);
  }
}

.mb-md {
  margin-bottom: 64px;
}
@media (max-width: 1199.98px) {
  .mb-md {
    margin-bottom: calc(16px + 4vw);
  }
}

.mt-lg {
  margin-top: 96px;
}
@media (max-width: 1199.98px) {
  .mt-lg {
    margin-top: calc(24px + 6vw);
  }
}

.mb-lg {
  margin-bottom: 96px;
}
@media (max-width: 1199.98px) {
  .mb-lg {
    margin-bottom: calc(24px + 6vw);
  }
}

.mt-xl {
  margin-top: 128px;
}
@media (max-width: 1199.98px) {
  .mt-xl {
    margin-top: calc(32px + 8vw);
  }
}

.mb-xl {
  margin-bottom: 128px;
}
@media (max-width: 1199.98px) {
  .mb-xl {
    margin-bottom: calc(32px + 8vw);
  }
}

.mt-xxl {
  margin-top: 160px;
}
@media (max-width: 1199.98px) {
  .mt-xxl {
    margin-top: calc(40px + 10vw);
  }
}

.mb-xxl {
  margin-bottom: 160px;
}
@media (max-width: 1199.98px) {
  .mb-xxl {
    margin-bottom: calc(40px + 10vw);
  }
}

.space {
  overflow: hidden;
}

video {
  max-width: 100%;
}

/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/poppins/poppins-v20-latin-300.woff2") format("woff2"), url("../fonts/poppins/poppins-v20-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-300italic - latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/poppins/poppins-v20-latin-300italic.woff2") format("woff2"), url("../fonts/poppins/poppins-v20-latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/poppins/poppins-v20-latin-regular.woff2") format("woff2"), url("../fonts/poppins/poppins-v20-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-italic - latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/poppins/poppins-v20-latin-italic.woff2") format("woff2"), url("../fonts/poppins/poppins-v20-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/poppins/poppins-v20-latin-500.woff2") format("woff2"), url("../fonts/poppins/poppins-v20-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500italic - latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/poppins/poppins-v20-latin-500italic.woff2") format("woff2"), url("../fonts/poppins/poppins-v20-latin-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("../fonts/poppins/poppins-v20-latin-600.woff2") format("woff2"), url("../fonts/poppins/poppins-v20-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600italic - latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("../fonts/poppins/poppins-v20-latin-600italic.woff2") format("woff2"), url("../fonts/poppins/poppins-v20-latin-600italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/poppins/poppins-v20-latin-700.woff2") format("woff2"), url("../fonts/poppins/poppins-v20-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700italic - latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/poppins/poppins-v20-latin-700italic.woff2") format("woff2"), url("../fonts/poppins/poppins-v20-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  25% {
    transform: scale3d(1.08, 1.08, 1.08);
  }
  50% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes bounceInFavoriteCard {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale3d(1, 1, 1);
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceOut {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  25% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  75% {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes pulse-and-hide {
  0% {
    visibility: visible;
  }
  1% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  75% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  25% {
    transform: scale(0.4, 0.8);
    opacity: 1;
    border-radius: 50%;
  }
  50% {
    transform: scale(0.8, 1.1);
    opacity: 0.5;
    border-radius: 30%;
  }
  75% {
    transform: scale(1.1, 1.1);
    opacity: 0.25;
    border-radius: 20%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sidebarBounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  25% {
    opacity: 1;
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes sidebarBounceOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    transform: translateX(150px);
  }
}
@keyframes swing-matrix {
  0% {
    opacity: 0;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.001, 0, -1, 0, 0, 0, 0, 0, 1);
    transform-origin: top;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: top;
  }
}
@keyframes thead-to-sticky {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: ease-in-out;
    transform: translate(50%, -50px);
  }
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anim-self.anim-scale, .anim-self.anim-fade, .anim-self.anim-fade-bottom,
.anim-self.anim-fade-bottom-200,
.anim-self.anim-fade-left,
.anim-self.anim-fade-right,
.anim-scale .anim-child,
.anim-fade .anim-child,
.anim-fade-bottom .anim-child,
.anim-fade-bottom-200 .anim-child,
.anim-fade-left .anim-child,
.anim-fade-right .anim-child {
  opacity: 0;
}
.anim-revealing.anim-self.anim-scale, .anim-revealing.anim-self.anim-fade, .anim-revealing.anim-self.anim-fade-bottom,
.anim-revealing.anim-self.anim-fade-bottom-200,
.anim-revealing.anim-self.anim-fade-left,
.anim-revealing.anim-self.anim-fade-right,
.anim-revealing.anim-scale .anim-child,
.anim-revealing.anim-fade .anim-child,
.anim-revealing.anim-fade-bottom .anim-child,
.anim-revealing.anim-fade-bottom-200 .anim-child,
.anim-revealing.anim-fade-left .anim-child,
.anim-revealing.anim-fade-right .anim-child {
  animation-name: reveal-fade;
  animation-fill-mode: var(--anim-fill, forwards);
  animation-duration: var(--anim-duration, 500ms);
  animation-delay: var(--anim-delay, 200ms);
  animation-timing-function: var(--anim-easing, ease-in);
}

.anim-self.anim-fade-bottom,
.anim-self.anim-fade-bottom-200,
.anim-self.anim-fade-left,
.anim-self.anim-fade-right,
.anim-fade-bottom .anim-child,
.anim-fade-bottom-200 .anim-child,
.anim-fade-left .anim-child,
.anim-fade-right .anim-child {
  position: relative;
}

@keyframes reveal-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-fade-bottom {
  from {
    opacity: 0;
    top: 20px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes reveal-fade-bottom-200 {
  from {
    opacity: 0;
    top: 200px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes reveal-fade-left {
  from {
    opacity: 0;
    left: -200px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes reveal-fade-right {
  from {
    opacity: 0;
    right: -200px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@keyframes reveal-scale {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.anim-scale.anim-revealing.anim-self,
.anim-scale.anim-revealing .anim-child {
  --anim-duration: 200ms;
  animation-name: reveal-scale;
}

.anim-fade-bottom.anim-revealing.anim-self,
.anim-fade-bottom.anim-revealing .anim-child,
.anim-fade-bottom-200.anim-revealing.anim-self,
.anim-fade-bottom-200.anim-revealing .anim-child,
.anim-fade-left.anim-revealing.anim-self,
.anim-fade-left.anim-revealing .anim-child,
.anim-fade-right.anim-revealing.anim-self,
.anim-fade-right.anim-revealing .anim-child {
  --anim-duration: 100ms;
}

@media (min-width: 1200px) {
  .anim-fade-bottom.anim-revealing.anim-self,
  .anim-fade-bottom.anim-revealing .anim-child {
    --anim-delay: 200ms;
    animation-name: reveal-fade-bottom;
  }
}

@media (min-width: 1200px) {
  .anim-fade-bottom-200.anim-revealing.anim-self,
  .anim-fade-bottom-200.anim-revealing .anim-child {
    --anim-delay: 200ms;
    animation-name: reveal-fade-bottom-200;
  }
}

@media (min-width: 1200px) {
  .anim-fade-left.anim-revealing.anim-self,
  .anim-fade-left.anim-revealing .anim-child {
    --anim-delay: 200ms;
    animation-name: reveal-fade-left;
  }
}

@media (min-width: 1200px) {
  .anim-fade-right.anim-revealing.anim-self,
  .anim-fade-right.anim-revealing .anim-child {
    --anim-delay: 200ms;
    animation-name: reveal-fade-right;
  }
}

.btn {
  position: relative;
  z-index: 0;
  box-shadow: none !important;
  outline: none !important;
  transition: none;
  font-weight: 600;
}
.btn:not(:disabled):hover.btn-material-design::before {
  animation: ripple 500ms linear forwards;
}
.btn:not(:disabled):hover.btn-material-design::after {
  animation: bounceIn 500ms forwards !important;
}
.btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
}
.btn.btn-material-design::before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 50%;
}
.btn.btn-material-design::after {
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
.btn.btn-material-design.animated::after {
  animation-name: bounceOut;
}
.btn.btn-primary::after {
  background-color: #693ad6;
}
.btn.btn-secondary {
  color: #ffffff;
}
.btn.btn-secondary::after {
  background-color: #55c1ff;
}
.btn[class*=btn-outline-] {
  background-color: transparent;
  border-color: transparent;
}
.btn[class*=btn-outline-]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn[class*=btn-outline-]:active {
  background: inherit !important;
  border: inherit !important;
}
.btn[class*=btn-outline-]::after {
  border: 2px solid;
}
.btn.btn-outline-primary, .btn.btn-outline-tertiary {
  color: #ffffff;
}
.btn.btn-outline-secondary {
  color: #693ad6;
}
.btn.btn-outline-success {
  color: #28a745;
}
@media (max-width: 767.98px) {
  .btn.btn-xs-block {
    display: block;
    width: 100%;
  }
}

.btn-outline-primary::after {
  border-color: #ffffff;
}

.btn-outline-secondary::after {
  border-color: #693ad6;
}

.btn-outline-tertiary::after {
  border-color: #7B7A82;
}

.btn-outline-success::after {
  border-color: #28a745;
}

:root {
  --scrollbar-width: 0;
}
@media (hover: none) {
  :root {
    --scrollbar-width: 0px;
  }
}
@media (hover: hover) {
  :root {
    --scrollbar-width: 17px;
  }
}

html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  color: #0e0524;
}

.z-index-1 {
  z-index: 1 !important;
}

#body-container {
  min-height: 100vh;
  position: relative;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
@media (-ms-high-contrast: none) {
  #body-container {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  #main {
    overflow-x: clip;
  }
}

@media (max-width: 1399.98px) {
  body.prevent-scrolling {
    overflow-y: hidden;
  }
}
.main-container form input,
.main-container form .form-control,
.main-container form .input-group-text,
.main-container form .custom-file-input,
.main-container form .custom-file-label {
  height: 44px;
  border-radius: 3px;
}
.main-container form .custom-file-label {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-container form .custom-file-label::after {
  height: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-container form input:not([type=range]),
.main-container form .form-control,
.main-container form .floating-label,
.main-container form select,
.main-container form .form-group > label {
  font-size: 14px;
  padding: 0 0 0 10px;
}
.main-container form input:valid, .main-container form input:invalid,
.main-container form .form-control:valid,
.main-container form .form-control:invalid {
  background-size: 1rem 1rem !important;
}
.main-container form input:focus:not(:invalid), .main-container form input.is-valid,
.main-container form .form-control:focus:not(:invalid),
.main-container form .form-control.is-valid {
  border-color: #693ad6 !important;
  box-shadow: none !important;
}
.main-container form textarea.form-control {
  height: auto;
  resize: none;
  padding-top: 10px;
}
.main-container form .form-group {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .main-container form .form-group {
    margin-bottom: calc(5px + 0.8333333333vw);
  }
}
.main-container form .form-group.was-validated input:invalid,
.main-container form .form-group.was-validated .form-control:invalid {
  border-color: #F26B60;
  background-color: rgba(242, 107, 96, 0.1);
}
.main-container form .form-group .invalid-feedback {
  font-size: 12px;
}
.main-container form .form-group .floating-label {
  margin-bottom: 3px;
}
.main-container form .form-group.has-focus .floating-label,
.main-container form .form-group.has-focus .floating-label.label-textarea, .main-container form .form-group.has-value .floating-label,
.main-container form .form-group.has-value .floating-label.label-textarea {
  padding-left: 0;
  top: 0;
  transform: scale(0.75);
}
.main-container form .form-group.has-focus .floating-label.pl-75,
.main-container form .form-group.has-focus .floating-label.label-textarea.pl-75, .main-container form .form-group.has-value .floating-label.pl-75,
.main-container form .form-group.has-value .floating-label.label-textarea.pl-75 {
  padding-left: 0;
}
.main-container form .form-group.has-focus input,
.main-container form .form-group.has-focus .form-control, .main-container form .form-group.has-value input,
.main-container form .form-group.has-value .form-control {
  border-color: #693ad6;
  box-shadow: none !important;
}
.main-container form .form-group.has-value-label .floating-label {
  padding-left: 0;
  top: 0;
  transform: scale(0.75);
}
.main-container form .form-group:not(.has-focus) .floating-label {
  pointer-events: none;
}
.main-container form .form-group .floating-label {
  position: relative;
  top: 36px;
  transform: scale(1);
  transform-origin: center left;
  transition: all 0.3s ease;
  color: #6F6E8C;
}
.main-container form .form-group .floating-label.pl-75 {
  padding-left: 75px;
}
@media (max-width: 575.98px) {
  .main-container form .form-group .floating-label.label-textarea {
    top: 60px;
  }
}
.main-container form .form-group.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: inherit;
}
.main-container form .form-group.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #693ad6;
}
.main-container form .form-group.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #693ad6;
  background-color: #693ad6;
}
.main-container form .form-group.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.main-container form .form-group.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.main-container form .form-group.was-validated .custom-control-input .is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  box-shadow: none;
}
.main-container form .form-group.was-validated input[type=date]:invalid, .main-container form .form-group.was-validated input[type=date]:valid {
  background-position: right calc(1.5em + 0.5rem) center;
}
.main-container form .form-group.was-validated .form-control:valid,
.main-container form .form-group.was-validated .form-control.is-valid,
.main-container form .form-group.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #693ad6;
}
.main-container form .form-group.was-validated .form-control:valid:focus,
.main-container form .form-group.was-validated .form-control:invalid,
.main-container form .form-group.was-validated .form-control.is-invalid,
.main-container form .form-group.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: none !important;
}
.main-container form .custom-switch .custom-control-label::after {
  background-color: #693ad6;
}
.main-container form .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
}
.main-container form .is-valid ~ .custom-control-label {
  color: inherit;
}
.main-container form .is-valid ~ .custom-control-label::before {
  border-color: #693ad6;
}
.main-container form .is-valid:checked ~ .custom-control-label::before {
  border-color: #693ad6;
  background-color: #693ad6;
}
.main-container form .is-valid:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.main-container form .show-pw {
  position: absolute;
  right: 0;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main-container form .show-pw + input:invalid, .main-container form .show-pw + input:valid {
  background-position: right calc(2em + 0.5rem) center;
}
.main-container form .show-pw.show .icon:first-child {
  opacity: 0;
}
.main-container form .show-pw.show .icon:last-child {
  opacity: 1;
}
.main-container form .show-pw .icon {
  position: absolute;
  transition: opacity 150ms ease;
}
.main-container form .show-pw .icon:last-child {
  opacity: 0;
}
.main-container form.loading [type=submit] {
  pointer-events: none;
  color: transparent;
  background-image: url("../images/preloader-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  opacity: 0.7;
}
.main-container form.loading [type=submit]::before, .main-container form.loading [type=submit]::after {
  display: none;
}

body {
  line-height: 1.6;
  font-weight: 500;
}

h1,
.h1,
h2,
.h2 {
  line-height: 54px;
}
@media (max-width: 1199.98px) {
  h1,
  .h1,
  h2,
  .h2 {
    line-height: calc(28px + 2.1666666667vw);
  }
}

.preheader,
p:not(.header):not(.teaser-title):not(.subheader) {
  color: #6F6E8C;
}

.header + .subheader {
  font-size: 26px;
}
@media (max-width: 1199.98px) {
  .header + .subheader {
    font-size: calc(16px + 0.8333333333vw);
  }
}
.header + .subheader {
  color: #8C8C8C;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.text-bali-hai {
  color: #71777F !important;
}

.text-bali-hai-light {
  color: #AEBBC7 !important;
}

.text-deep-koamaru {
  color: #343359 !important;
}

.text-haiti {
  color: #0e0524 !important;
}

.text-pink-swan,
.text-pink-swan p {
  color: #b4b4b4 !important;
}

.text-scampi {
  color: #797895 !important;
}

.text-slate-grey {
  color: #6F6E8C !important;
}

.text-purple-heart {
  color: #693ad6 !important;
}

.text-fog {
  color: #dad7e0 !important;
}

.text-big {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .text-big {
    font-size: calc(16px + 0.1666666667vw);
  }
}

.text-super-big {
  font-size: 34px;
}
@media (max-width: 1199.98px) {
  .text-super-big {
    font-size: calc(16px + 1.5vw);
  }
}

.text-decoration-underline {
  text-decoration: underline;
}

p.lead {
  color: rgba(255, 255, 255, 0.64) !important;
  line-height: 1.6;
}

@media (max-width: 1199.98px) {
  h1,
  .h1 {
    font-size: calc(28px + 1.3333333333vw);
  }
}

@media (max-width: 1199.98px) {
  h2,
  .h2 {
    font-size: calc(24px + 0.8333333333vw);
  }
}

@media (max-width: 1199.98px) {
  h3,
  .h3 {
    font-size: calc(20px + 0.3333333333vw);
  }
}

@media (max-width: 1199.98px) {
  h4,
  .h4 {
    font-size: calc(18px + 0vw);
  }
}

@media (max-width: 1199.98px) {
  h5,
  .h5 {
    font-size: calc(18px + 0vw);
  }
}

@media (max-width: 1199.98px) {
  h6,
  .h6 {
    font-size: calc(16px + 0vw);
  }
}

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  font-size: inherit;
}

.module-download .icon {
  width: 0.75em;
  position: relative;
  top: -0.125em;
}

.icon.top {
  display: inline-block;
  vertical-align: top;
}

.icon-xs {
  height: 0.5em;
  width: 0.5em;
}

.icon-sm {
  height: 0.75em;
  width: 0.75em;
}

.icon-lg {
  height: 1.5em;
  width: 1.5em;
}

.icon-xl {
  height: 2em;
  width: 2em;
}

.p-bg {
  padding: 15px;
  background-color: var(--bg-color, transparent);
  background-image: var(--bg-image, none);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--bs-body-color, inherit);
}

[class^=bg-], [class*=" bg-"] {
  background-color: var(--bg-color, transparent);
}

.bg-outer-container {
  -o-border-image: var(--bg-image, conic-gradient(var(--bg-color, transparent) 0 0)) 0/0/0 100vw;
     border-image: var(--bg-image, conic-gradient(var(--bg-color, transparent) 0 0)) fill 0/0/0 100vw;
}

@media (min-width: 992px) {
  .bg-white-vw-right::before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 100vw;
    height: 100%;
    left: 0;
  }
}

.bg-blackcurrant {
  --bg-color: #0e0327;
  color: #ffffff;
}

.bg-black {
  --bg-color: #000000;
}

.bg-gray-bright {
  --bg-color: #f6f5f8;
}

.bg-magnolia {
  --bg-color: #f6f5f8;
}

.bg-purple {
  --bg-color: #2A1067;
}

.bg-img-outside {
  position: absolute;
  z-index: -1;
}
.bg-img-outside.bg-tr {
  top: -70px;
  right: 0;
}
@media (max-width: 1500px) {
  .bg-img-outside.bg-tr {
    top: calc(515px - 38.91892vw);
    right: calc(570px - 37.83784vw);
  }
}
@media (max-width: 1399.98px) {
  .bg-img-outside.bg-tr {
    top: -15px;
    right: 0px;
  }
}
@media (max-width: 991.98px) {
  .bg-img-outside.bg-tr {
    display: none;
  }
}
.bg-img-outside.bg-bl {
  bottom: -70px;
  left: 0;
}
@media (max-width: 1500px) {
  .bg-img-outside.bg-bl {
    bottom: calc(515px - 38.91892vw);
    left: calc(570px - 37.83784vw);
  }
}
@media (max-width: 1399.98px) {
  .bg-img-outside.bg-bl {
    bottom: -15px;
    left: 0px;
  }
}
@media (max-width: 991.98px) {
  .bg-img-outside.bg-bl {
    display: none;
  }
}

.bg-game-top-right {
  top: 0;
  right: 0;
}
.bg-game-top-right img {
  height: auto;
}

.bg-game-top-left {
  top: 0;
  left: 0;
}

.bg-game-symbol {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  top: 840px;
  right: 20px;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .bg-game-symbol {
    display: none;
  }
}

.bg-hero-blue-gradient {
  background: linear-gradient(180deg, rgb(32, 7, 79) 0%, rgb(14, 3, 39) 80%, rgb(255, 255, 255) 20%);
}
@media (max-width: 767.98px) {
  .bg-hero-blue-gradient {
    background: linear-gradient(180deg, rgb(32, 7, 79) 0%, rgb(14, 3, 39) 100%, rgb(255, 255, 255) 0%);
  }
}
.bg-hero-blue-gradient-full-height {
  background: linear-gradient(180deg, rgb(32, 7, 79) 0%, rgb(14, 3, 39) 100%);
}

.bg-hero-black-gradient {
  background: radial-gradient(circle, #3A3F46 0%, #0C0D11 100%);
}
.bg-hero-black-gradient::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 1000px 100vw;
  border-color: transparent transparent #ffffff transparent;
}
@media (max-width: 1399.98px) {
  .bg-hero-black-gradient::before {
    display: none;
  }
}

.bg-hero-black-gradient-custom {
  background: radial-gradient(circle, #3A3F46 0%, #0C0D11 100%);
}
.bg-hero-black-gradient-custom::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 700px 100vw;
  border-color: transparent transparent #ffffff transparent;
}
@media (max-width: 1399.98px) {
  .bg-hero-black-gradient-custom::before {
    display: none;
  }
}
.bg-hero-black-gradient-custom .bg-game-symbol {
  top: 910px;
}
@media (max-width: 1399.98px) {
  .bg-hero-black-gradient-custom {
    background-size: cover !important;
  }
}
@media (max-width: 991.98px) {
  .bg-hero-black-gradient-custom {
    background-position: unset !important;
  }
}

.bg-hero-blue-light-gradient {
  background: linear-gradient(180deg, rgb(59, 23, 84) 0%, rgb(35, 64, 92) 50%, rgb(255, 255, 255) 50%);
}
@media (max-width: 991.98px) {
  .bg-hero-blue-light-gradient {
    background: linear-gradient(180deg, rgb(59, 23, 84) 0%, rgb(35, 64, 92) 30%, rgb(255, 255, 255) 30%);
  }
}

.layout-framed-box .col {
  border: 2px solid #fff;
  padding: 24px;
  margin: 0 15px;
}
@media (min-width: 992px) {
  .layout-framed-box .col {
    padding: 48px;
  }
}
.layout-framed-box .col .header {
  margin-bottom: 1rem;
}
.layout-framed-box .col p {
  color: #b4b4b4 !important;
}
.layout-framed-box .col p:last-child {
  margin-bottom: 0;
}

.module-accordion .card {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: #9898b2;
  background-color: inherit;
}
.module-accordion .card:first-child {
  border-top: 0;
}
.module-accordion .card .card-header {
  padding: 0;
  background: transparent;
  border: 0;
}
.module-accordion .card .card-header .btn {
  padding-top: 25px;
}
@media (max-width: 1199.98px) {
  .module-accordion .card .card-header .btn {
    padding-top: calc(10px + 1.25vw);
  }
}
.module-accordion .card .card-header .btn {
  padding-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .module-accordion .card .card-header .btn {
    padding-bottom: calc(10px + 1.25vw);
  }
}
.module-accordion .card .card-header .btn {
  padding-left: 50px;
  color: #343359;
  -webkit-appearance: none;
}
.module-accordion .card .card-header .btn::before, .module-accordion .card .card-header .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  height: 2px;
  width: 10px;
  background-color: #343359;
  transition: all 200ms ease-in-out;
}
.module-accordion .card .card-header .btn::before {
  transform: rotate(90deg);
}
.module-accordion .card .card-header .btn::after {
  opacity: 1;
}
.module-accordion .card .card-header .btn[aria-expanded=true]::before {
  transform: rotate(180deg);
}
.module-accordion .card .card-header .btn[aria-expanded=true]::after {
  transform: rotate(90deg);
  opacity: 0;
}

.module-cards .card-title {
  font-weight: bold;
  font-size: 1.5rem;
}
.module-cards .card-subtitle {
  font-weight: bold;
  font-size: 1.2rem;
}
.module-cards > .row > div.col-12:nth-child(1) {
  margin-top: 0;
}
.module-cards > .row > div.col-12:nth-child(n+2) {
  margin-top: 30px;
}
.module-cards > .row > div.col-6:nth-child(1) {
  margin-top: 0;
}
.module-cards > .row > div.col-6:nth-child(2) {
  margin-top: 0;
}
.module-cards > .row > div.col-6:nth-child(n+3) {
  margin-top: 30px;
}
.module-cards > .row > div.col-4:nth-child(1) {
  margin-top: 0;
}
.module-cards > .row > div.col-4:nth-child(2) {
  margin-top: 0;
}
.module-cards > .row > div.col-4:nth-child(3) {
  margin-top: 0;
}
.module-cards > .row > div.col-4:nth-child(n+4) {
  margin-top: 30px;
}
.module-cards > .row > div.col-3:nth-child(1) {
  margin-top: 0;
}
.module-cards > .row > div.col-3:nth-child(2) {
  margin-top: 0;
}
.module-cards > .row > div.col-3:nth-child(3) {
  margin-top: 0;
}
.module-cards > .row > div.col-3:nth-child(4) {
  margin-top: 0;
}
.module-cards > .row > div.col-3:nth-child(n+5) {
  margin-top: 30px;
}
.module-cards > .row > div.col-2:nth-child(1) {
  margin-top: 0;
}
.module-cards > .row > div.col-2:nth-child(2) {
  margin-top: 0;
}
.module-cards > .row > div.col-2:nth-child(3) {
  margin-top: 0;
}
.module-cards > .row > div.col-2:nth-child(4) {
  margin-top: 0;
}
.module-cards > .row > div.col-2:nth-child(5) {
  margin-top: 0;
}
.module-cards > .row > div.col-2:nth-child(6) {
  margin-top: 0;
}
.module-cards > .row > div.col-2:nth-child(n+7) {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .module-cards > .row > div.col-sm-12:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-12:nth-child(n+2) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-sm-6:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-6:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-6:nth-child(n+3) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-sm-4:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-4:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-4:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-4:nth-child(n+4) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-sm-3:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-3:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-3:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-3:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-3:nth-child(n+5) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-sm-2:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-2:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-2:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-2:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-2:nth-child(5) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-2:nth-child(6) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-sm-2:nth-child(n+7) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .module-cards > .row > div.col-md-12:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-12:nth-child(n+2) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-md-6:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-6:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-6:nth-child(n+3) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-md-4:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-4:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-4:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-4:nth-child(n+4) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-md-3:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-3:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-3:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-3:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-3:nth-child(n+5) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-md-2:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-2:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-2:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-2:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-2:nth-child(5) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-2:nth-child(6) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-md-2:nth-child(n+7) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .module-cards > .row > div.col-lg-12:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-12:nth-child(n+2) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-lg-6:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-6:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-6:nth-child(n+3) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-lg-4:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-4:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-4:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-4:nth-child(n+4) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-lg-3:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-3:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-3:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-3:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-3:nth-child(n+5) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-lg-2:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-2:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-2:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-2:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-2:nth-child(5) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-2:nth-child(6) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-lg-2:nth-child(n+7) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .module-cards > .row > div.col-xl-12:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-12:nth-child(n+2) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xl-6:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-6:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-6:nth-child(n+3) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xl-4:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-4:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-4:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-4:nth-child(n+4) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xl-3:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-3:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-3:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-3:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-3:nth-child(n+5) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xl-2:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-2:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-2:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-2:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-2:nth-child(5) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-2:nth-child(6) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xl-2:nth-child(n+7) {
    margin-top: 30px;
  }
}
@media (min-width: 1400px) {
  .module-cards > .row > div.col-xxl-12:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-12:nth-child(n+2) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xxl-6:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-6:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-6:nth-child(n+3) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xxl-4:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-4:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-4:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-4:nth-child(n+4) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xxl-3:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-3:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-3:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-3:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-3:nth-child(n+5) {
    margin-top: 30px;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(1) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(2) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(3) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(4) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(5) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(6) {
    margin-top: 0;
  }
  .module-cards > .row > div.col-xxl-2:nth-child(n+7) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .module-cards.mobile-carousel .carousel .carousel-control-prev,
  .module-cards.mobile-carousel .carousel .carousel-control-next,
  .module-cards.mobile-carousel .carousel .carousel-indicators {
    display: none;
  }
  .module-cards.mobile-carousel .carousel .carousel-item {
    transform: none !important;
  }
}
.module-cards.mobile-carousel .carousel .carousel-inner {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
@media (max-width: 767.98px) {
  .module-cards.mobile-carousel .carousel .carousel-inner {
    padding-bottom: 4rem;
  }
}
.module-cards.contact-card .card {
  background-color: #2A1067;
}
.module-cards.contact-card .card .card-body .module-header .preheader {
  color: rgba(255, 255, 255, 0.64);
}
.module-cards.contact-card .card .card-body .module-header .header {
  color: #ffffff;
}
.module-cards.contact-card .card .card-body hr {
  border-top-color: #ffffff;
}
.module-cards.contact-card .card .card-body a {
  color: #ffffff;
}
.module-cards.contact-card .card .card-body p {
  color: rgba(255, 255, 255, 0.64);
}

.module-cards.features {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-cards.features .card {
  position: relative;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding-bottom: 120px;
}
@media (max-width: 1199.98px) {
  .module-cards.features .card {
    padding-bottom: calc(0px + 10vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.features .card {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .module-cards.features .card {
    width: 30.3333333333%;
  }
}
.module-cards.features .card .card-body {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .module-cards.features .card .card-body {
    display: flex;
    align-items: center;
  }
}
.module-cards.features .card .card-body .figure {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .module-cards.features .card .card-body .figure {
    margin-bottom: calc(10px + 1.6666666667vw);
  }
}
.module-cards.features .card .card-body .figure.img-big {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .module-cards.features .card .card-body .figure.img-big {
    min-height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .module-cards.features .card .card-body .figure.img-big {
    width: 50%;
  }
  .module-cards.features .card .card-body .figure.img-big + .card-title .teaser-title {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .module-cards.features .card .card-body .figure {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.module-cards.features .card .card-body .card-title {
  margin-bottom: 0;
}
.module-cards.features .card .card-body .card-title .teaser-title,
.module-cards.features .card .card-body .card-title .teaser-description {
  width: calc(100% - 2rem);
}
@media (min-width: 1200px) {
  .module-cards.features .card .card-body .card-title .teaser-title,
  .module-cards.features .card .card-body .card-title .teaser-description {
    width: calc(100% - 5rem);
  }
}
@media (max-width: 767.98px) {
  .module-cards.features .card .card-body .card-title .teaser-title,
  .module-cards.features .card .card-body .card-title .teaser-description {
    width: 100%;
  }
}
.module-cards.features .card .card-body .card-title .teaser-title p {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .module-cards.features .card .card-body .card-title .teaser-title p {
    font-size: calc(16px + 0.1666666667vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.features .card .card-body .card-title .teaser-title p {
    font-size: 20px;
  }
}
.module-cards.features .card .card-body .card-title .teaser-title p {
  margin-bottom: 12px;
}
@media (max-width: 1199.98px) {
  .module-cards.features .card .card-body .card-title .teaser-title p {
    margin-bottom: calc(0px + 1vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.features .card .card-body .card-title .teaser-title p {
    margin-bottom: 15px;
  }
}
.module-cards.features .card .card-body .card-title .teaser-description p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
.module-cards.features .card .card-body .card-title .btn-link {
  border-radius: 0;
  padding: 0;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .module-cards.features .card .card-body .card-title .btn-link {
    margin-top: calc(10px + 1.0080645161vw);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .module-cards.features .card .card-body .card-title .btn-link {
    font-size: 15px;
  }
}
.module-cards.features .card .card-body .card-title .btn-link .icon {
  transform: translateX(5px);
  transition: transform 150ms linear;
}
@media (min-width: 1200px) {
  .module-cards.features .card .card-body .card-title .btn-link:hover .icon {
    transform: translateX(10px);
  }
}

.module-cards.games {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .module-cards.games {
    width: calc(100% + 30px);
    margin-left: -15px;
    justify-content: flex-start;
  }
}
.module-cards.games .card {
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}
@media (min-width: 1200px) {
  .module-cards.games .card {
    width: calc(33.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.module-cards.games .card a {
  text-decoration: none;
}
.module-cards.games .card .image-wrapper {
  position: relative;
}
.module-cards.games .card .card-title {
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}
.module-cards.games .card .card-title .name {
  min-height: 48px;
  display: flex;
  align-items: center;
  color: #0e0524;
  width: calc(100% - 60px);
  margin-bottom: 0;
}
.module-cards.games .card .price,
.module-cards.games .card .popular {
  position: absolute;
  font-weight: 500;
  border-radius: 4px;
  color: #ffffff;
  background-color: #0e0327;
  box-shadow: 0 8px 14px 0 rgba(42, 16, 103, 0.11);
}
.module-cards.games .card .price {
  top: 6px;
  right: 6px;
  padding: 3px 12px;
}
@media (max-width: 1199.98px) {
  .module-cards.games .card .price {
    padding: calc(1px + 0.1666666667vw) calc(4px + 0.6666666667vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.games .card .price {
    padding: 5px 10px 6px 8px;
  }
}
.module-cards.games .card .price {
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .module-cards.games .card .price {
    font-size: calc(12px + 1vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.games .card .price {
    font-size: 16px;
  }
}
.module-cards.games .card .popular {
  bottom: 6px;
  left: 6px;
  padding: 5px 10px 6px 8px;
}
@media (max-width: 1199.98px) {
  .module-cards.games .card .popular {
    padding: calc(1px + 0.3333333333vw) calc(3px + 0.5833333333vw) calc(1px + 0.4166666667vw) calc(2px + 0.5vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.games .card .popular {
    padding: 5px 10px 6px 8px;
  }
}
.module-cards.games .card .popular {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .module-cards.games .card .popular {
    font-size: calc(12px + 0.3333333333vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.games .card .popular {
    font-size: 16px;
  }
}
.module-cards.games .card .popular .icon {
  color: #DA7828;
  width: 20px;
  height: 20px;
}
.module-cards.games .card .popular .text {
  position: relative;
  top: 2px;
}
.module-cards.games .card .favorite {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  color: #dad7e0;
  padding: 12px;
  border-radius: 4px;
}
.module-cards.games .card .favorite .icon {
  width: 24px;
  height: 24px;
  animation-duration: 600ms;
  transition: color 200ms linear;
}
.module-cards.games .card .favorite::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #693ad6;
  box-shadow: 0 4px 20px 0 rgba(166, 130, 255, 0.54);
  z-index: -1;
  transform: scale(0);
}
@media (min-width: 1200px) {
  .module-cards.games .card .favorite:hover .icon {
    animation-name: bounceInFavoriteCard;
    color: #693ad6;
  }
}
.module-cards.games .card .favorite.interactive::before {
  transition: all 300ms ease-in-out;
}
.module-cards.games .card .favorite.active .icon {
  color: #ffffff;
}
.module-cards.games .card .favorite.active.interactive .icon {
  transition-delay: 100ms;
}
.module-cards.games .card .favorite.active::before {
  transform: scale(1);
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .module-cards.games:not(.carousel) .card {
    transition: box-shadow 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .module-cards.games:not(.carousel) .card .image-wrapper .img {
    transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .module-cards.games:not(.carousel) .card .card-body::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .module-cards.games:not(.carousel) .card:hover {
    box-shadow: 0 60px 177px 0 rgba(0, 0, 0, 0.2), 0 15px 70px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  }
  .module-cards.games:not(.carousel) .card:hover .image-wrapper .img,
  .module-cards.games:not(.carousel) .card:hover .card-body::before {
    transform: scale(1.01);
  }
}
.module-cards.games.overview .card {
  margin-top: 80px;
}
@media (max-width: 1199.98px) {
  .module-cards.games.overview .card {
    margin-top: calc(16px + 5.3333333333vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.games.overview .card:first-child {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .module-cards.games.overview .card {
    width: calc(50% - 30px / 2);
  }
  .module-cards.games.overview .card:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .module-cards.games.overview .card:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .module-cards.games.teaser:not(.carousel) .card:first-child {
    margin-top: 0;
  }
  .module-cards.games.teaser:not(.carousel) .card {
    margin-top: calc(16px + 5.33333vw);
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .module-cards.games.teaser:not(.carousel) .card {
    width: calc(50% - 30px / 2);
  }
}
@media (min-width: 1200px) {
  .module-cards.games.teaser:not(.carousel)[data-cards-length="1"], .module-cards.games.teaser:not(.carousel)[data-cards-length="2"] {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .module-cards.games.teaser:not(.carousel)[data-cards-length="1"] .card, .module-cards.games.teaser:not(.carousel)[data-cards-length="2"] .card {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .module-cards.games.teaser:not(.carousel)[data-cards-length="1"] .card:last-child, .module-cards.games.teaser:not(.carousel)[data-cards-length="2"] .card:last-child {
    display: flex;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .module-cards.games.teaser:not(.carousel)[data-cards-length="1"] {
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .module-cards.games.teaser:not(.carousel)[data-cards-length="3"] .card:last-child {
    display: none;
  }
}
.module-cards.games.teaser.carousel {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 1199.98px) {
  .module-cards.games.teaser.carousel {
    overflow: auto !important;
  }
}
@media (hover: none) {
  .module-cards.games.teaser.carousel {
    overflow: auto;
  }
}
@media (hover: hover) {
  .module-cards.games.teaser.carousel {
    overflow: hidden;
  }
}
.module-cards.games.teaser.carousel.mouse-enter {
  cursor: grab;
}
.module-cards.games.teaser.carousel.dragging, .module-cards.games.teaser.carousel.dragging * {
  cursor: grabbing !important;
  cursor: -webkit-grabbing;
}
.module-cards.games.teaser.carousel + .module-hint-scroll-x {
  top: 25%;
  left: calc(50vw - 8%);
  pointer-events: none;
}
.module-cards.games.teaser.carousel:before, .module-cards.games.teaser.carousel:after {
  content: "";
  width: 0px;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}
.module-cards.games.teaser.carousel:after {
  flex-basis: 15px;
}
@media screen and (min-width: 1320px) and (max-width: 2559.99px) {
  .module-cards.games.teaser.carousel:before {
    flex-basis: calc((100vw - var(--scrollbar-width) - 1320px) / 2);
  }
  .module-cards.games.teaser.carousel:after {
    flex-basis: calc((100vw - var(--scrollbar-width) - 1320px) / 2 + 30px / 2);
  }
}
@media screen and (min-width: 2560px) {
  .module-cards.games.teaser.carousel:before {
    flex-basis: calc((2560px - var(--scrollbar-width) - 1320px) / 2);
  }
  .module-cards.games.teaser.carousel:after {
    flex-basis: calc((2560px - var(--scrollbar-width) - 1320px) / 2 + 30px / 2);
  }
}
.module-cards.games.teaser.carousel .card {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.3333333333% - 30px / 1.5);
  min-width: 300px;
  max-width: 370px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .module-cards.games.teaser.carousel .card:not(.reference) {
    flex-basis: calc(50% - 30px / 1.5);
  }
}
.module-cards.games.teaser.carousel .card:not(:last-child) {
  margin-right: 15px;
}
.module-cards.games.teaser.carousel .card:not(:first-child) {
  margin-left: 15px;
}
.module-cards.games.teaser.carousel .card .image-wrapper {
  pointer-events: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}
.module-cards.games.teaser.carousel .card.reference {
  box-shadow: none;
  max-width: 470px;
}
.module-cards.games.teaser.carousel .card.reference:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1199.98px) {
  .module-cards.games.teaser.carousel .card.reference:not(:last-child) {
    margin-right: calc(15px + 2.0833333333vw);
  }
}
@media (max-width: 991.98px) {
  .module-cards.games.teaser.carousel .card.reference:not(:last-child) {
    margin-right: 15px;
  }
}
.module-cards.games.teaser.carousel .card.reference:not(:first-child) {
  margin-left: 40px;
}
@media (max-width: 1199.98px) {
  .module-cards.games.teaser.carousel .card.reference:not(:first-child) {
    margin-left: calc(15px + 2.0833333333vw);
  }
}
@media (max-width: 991.98px) {
  .module-cards.games.teaser.carousel .card.reference:not(:first-child) {
    margin-left: 15px;
  }
}
.module-cards.games.teaser.carousel .card.reference .img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-cards.games.teaser.carousel .card.reference .card-title {
  flex-direction: column;
}
.module-cards.games.teaser.carousel .card.reference .card-title .name {
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .module-cards.games.teaser.carousel .card.reference .card-title .name {
    font-size: calc(12px + 1vw);
  }
}
.module-cards.games.teaser.carousel .card.reference .card-title .text {
  font-weight: 500;
}

.module-cards.games-custom {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-cards.games-custom .card {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0;
  background: #202125;
}
@media (min-width: 992px) {
  .module-cards.games-custom .card {
    width: 30.3333333333%;
  }
}
.module-cards.games-custom .card .image-wrapper {
  position: relative;
  z-index: 0;
}
.module-cards.games-custom .card .card-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
@media (max-width: 1199.98px) {
  .module-cards.games-custom .card .card-body {
    padding-top: calc(0px + 2.5vw);
  }
}
@media (max-width: 767.98px) {
  .module-cards.games-custom .card .card-body {
    padding-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .module-cards.games-custom .card .card-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .module-cards.games-custom .card .card-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.module-cards.games-custom .card .card-title {
  position: absolute;
  width: calc(100% - 6rem);
  margin-bottom: 0;
  top: calc(100% - 130px);
}
@media (max-width: 1199.98px) {
  .module-cards.games-custom .card .card-title {
    top: calc(100% - 100px);
  }
}
@media (max-width: 767.98px) {
  .module-cards.games-custom .card .card-title {
    top: unset;
    bottom: 30px;
  }
}
.module-cards.games-custom .card .card-title .teaser-title {
  color: #ffffff;
  line-height: 1.2;
  font-weight: normal;
  text-shadow: 0 2px 84px 0 rgba(0, 0, 0, 0.5);
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .module-cards.games-custom .card .card-title .teaser-title {
    font-size: calc(16px + 0.6666666667vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.games-custom .card .card-title .teaser-title {
    font-size: 20px;
  }
}
.module-cards.games-custom .card .card-title .teaser-title {
  margin-bottom: 12px;
}
@media (max-width: 1199.98px) {
  .module-cards.games-custom .card .card-title .teaser-title {
    margin-bottom: calc(0px + 1vw);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .module-cards.games-custom .card .card-title .teaser-title {
    font-size: 20px;
  }
}
.module-cards.games-custom .card .card-title .teaser-description {
  font-weight: normal;
  margin-bottom: 0;
  color: #858AA6;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .module-cards.games-custom .card .card-title .teaser-description {
    font-size: calc(10px + 0.5vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.games-custom .card .card-title .teaser-description {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .module-cards.games-custom .card .card-title .teaser-description {
    font-size: 14px;
  }
}
.module-cards.games-custom .card .card-title a.stretched-link {
  opacity: 0;
  box-shadow: none !important;
  border: 0px;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.module-cards.games-custom .card {
  /* new animations */
}
.module-cards.games-custom .card:hover .image-wrapper::after {
  transform: translate(-50%, 50%) scale(1);
}
.module-cards.games-custom .card:hover .image-wrapper img {
  transform: scale(1.05);
}
.module-cards.games-custom .card:hover .card-title {
  transform: translateY(10px);
}
.module-cards.games-custom .card .image-wrapper {
  overflow: hidden;
}
.module-cards.games-custom .card .image-wrapper::after {
  content: "";
  position: absolute;
  width: 230%;
  height: 230%;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) scale(0);
  background-color: rgba(0, 0, 0, 0.2);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.module-cards.games-custom .card .image-wrapper img {
  transition: all 250ms ease-in-out;
}
@media (min-width: 768px) {
  .module-cards.games-custom .card .image-wrapper .figure,
  .module-cards.games-custom .card .image-wrapper picture,
  .module-cards.games-custom .card .image-wrapper .img {
    width: 100%;
  }
}
.module-cards.games-custom .card .card-title {
  transition: all 250ms ease-in-out;
}
@media (min-width: 992px) {
  .module-cards.games-custom.overview {
    justify-content: flex-start;
    -moz-column-gap: 4.5%;
         column-gap: 4.5%;
  }
}
.module-cards.games-custom.overview .card {
  margin-top: 90px;
}
@media (max-width: 1199.98px) {
  .module-cards.games-custom.overview .card {
    margin-top: calc(20px + 5.8333333333vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.games-custom.overview .card:first-child {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .module-cards.games-custom.overview .card {
    width: calc(50% - 30px / 2);
  }
  .module-cards.games-custom.overview .card:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .module-cards.games-custom.overview .card:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .module-cards.games-custom.teaser {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .module-cards.games-custom.teaser:after {
    content: "";
    width: 0px;
    flex-basis: 15px;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .module-cards.games-custom.teaser .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 20px);
  }
  .module-cards.games-custom.teaser .card:not(:last-child) {
    margin-right: 5px;
  }
  .module-cards.games-custom.teaser .card:not(:first-child) {
    margin-left: 5px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .module-cards.games-custom.teaser .card {
    width: calc(50% - 30px / 2);
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .module-cards.games-custom.teaser .card:last-child {
    display: none;
  }
}

.module-cards.game-single-box {
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  .module-cards.game-single-box {
    padding-left: calc(0px + 4.1666666667vw);
  }
}
@media (max-width: 991.98px) {
  .module-cards.game-single-box {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .module-cards.game-single-box .card {
    box-shadow: 0 22px 54px 0 rgba(0, 0, 0, 0.25);
    border-width: 0;
    padding: 25px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .module-cards.game-single-box .card {
    padding: calc(15px + 0.8333333333vw) calc(15px + 0.8333333333vw);
  }
}
@media (max-width: 991.98px) {
  .module-cards.game-single-box .card {
    border: 0;
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .module-cards.game-single-box .card {
    margin-top: calc(30px + 1.0080645161vw);
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .module-cards.game-single-box .card {
    margin-top: 40px;
  }
}
.module-cards.game-single-box .card .card-header,
.module-cards.game-single-box .card .card-body,
.module-cards.game-single-box .card .card-footer {
  background-color: #ffffff;
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .module-cards.game-single-box .card .card-header,
  .module-cards.game-single-box .card .card-body,
  .module-cards.game-single-box .card .card-footer {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .module-cards.game-single-box .card .card-header {
    margin-bottom: calc(0px + 2.0161290323vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.game-single-box .card .card-header {
    margin-bottom: 20px;
  }
}
.module-cards.game-single-box .card .card-body .btn {
  padding: 1rem 1rem;
}
.module-cards.game-single-box .card .card-body .btn .icon {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.module-cards.game-single-box .card .card-body .favorite {
  text-decoration: none;
  display: block;
}
@media (max-width: 991.98px) {
  .module-cards.game-single-box .card .card-body .favorite {
    margin-bottom: calc(0px + 2.0161290323vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.game-single-box .card .card-body .favorite {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .module-cards.game-single-box .card .card-body .favorite {
    text-align: center;
  }
}
.module-cards.game-single-box .card .card-body .favorite:hover .icon {
  animation-name: bounceInFavoriteCard;
}
.module-cards.game-single-box .card .card-body .favorite.active span:first-child {
  display: none;
}
.module-cards.game-single-box .card .card-body .favorite.active span:last-child {
  display: block;
}
.module-cards.game-single-box .card .card-body .favorite span:first-child {
  display: block;
}
.module-cards.game-single-box .card .card-body .favorite span:last-child {
  display: none;
}
.module-cards.game-single-box .card .card-body .favorite .icon {
  position: relative;
  top: -1px;
  animation-duration: 600ms;
}
.module-cards.game-single-box .card .card-footer {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .module-cards.game-single-box .card .card-footer {
    display: none;
  }
}
.module-cards.game-single-box .card .card-footer .img {
  max-width: 100px;
  margin-right: 20px;
}
.module-cards.game-single-box .badges-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 991.98px) {
  .module-cards.game-single-box .badges-wrapper {
    padding-left: 0;
  }
}
.module-cards.game-single-box .badges-wrapper::-webkit-scrollbar {
  height: 6px;
}
.module-cards.game-single-box .badges-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.module-cards.game-single-box .badges-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.module-cards.game-single-box .badges-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.module-cards.game-single-box .badges-wrapper .badge {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  margin: 4px;
  margin-right: 8px;
  margin-left: 0;
  padding: 8px;
}

@media (min-width: 1200px) {
  .module-cards.price .col-12:first-child .card {
    margin-right: 14px;
  }
}
@media (min-width: 1200px) {
  .module-cards.price .col-12:last-child .card {
    margin-left: 14px;
  }
}
.module-cards.price .card {
  border-color: #dad7e0;
  border-width: 2px;
  border-radius: 8px;
  transition: box-shadow 200ms ease-in-out;
  padding: 0px 25px 30px 25px;
}
@media (max-width: 1199.98px) {
  .module-cards.price .card {
    padding: calc(0px + 0vw) calc(0px + 2.0833333333vw) calc(0px + 2.5vw) calc(0px + 2.0833333333vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.price .card {
    padding: 0px 15px 30px 15px;
  }
}
.module-cards.price .card .card-header,
.module-cards.price .card .card-body,
.module-cards.price .card .card-footer {
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
}
.module-cards.price .card .card-header .card-title,
.module-cards.price .card .card-header .card-subtitle,
.module-cards.price .card .card-body .card-title,
.module-cards.price .card .card-body .card-subtitle,
.module-cards.price .card .card-footer .card-title,
.module-cards.price .card .card-footer .card-subtitle {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .module-cards.price .card .card-header .card-title,
  .module-cards.price .card .card-header .card-subtitle,
  .module-cards.price .card .card-body .card-title,
  .module-cards.price .card .card-body .card-subtitle,
  .module-cards.price .card .card-footer .card-title,
  .module-cards.price .card .card-footer .card-subtitle {
    font-size: calc(16px + 0.1666666667vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.price .card .card-header .card-title,
  .module-cards.price .card .card-header .card-subtitle,
  .module-cards.price .card .card-body .card-title,
  .module-cards.price .card .card-body .card-subtitle,
  .module-cards.price .card .card-footer .card-title,
  .module-cards.price .card .card-footer .card-subtitle {
    font-size: 16px;
  }
}
.module-cards.price .card .card-header .card-price,
.module-cards.price .card .card-body .card-price,
.module-cards.price .card .card-footer .card-price {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 38px;
}
@media (max-width: 1199.98px) {
  .module-cards.price .card .card-header .card-price,
  .module-cards.price .card .card-body .card-price,
  .module-cards.price .card .card-footer .card-price {
    font-size: calc(20px + 1.5vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.price .card .card-header .card-price,
  .module-cards.price .card .card-body .card-price,
  .module-cards.price .card .card-footer .card-price {
    font-size: 28px;
  }
}
.module-cards.price .card .card-header .card-subtitle,
.module-cards.price .card .card-body .card-subtitle,
.module-cards.price .card .card-footer .card-subtitle {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .module-cards.price .card .card-header .card-subtitle,
  .module-cards.price .card .card-body .card-subtitle,
  .module-cards.price .card .card-footer .card-subtitle {
    font-size: calc(14px + 0.1666666667vw);
  }
}
@media (max-width: 575.98px) {
  .module-cards.price .card .card-header .card-subtitle,
  .module-cards.price .card .card-body .card-subtitle,
  .module-cards.price .card .card-footer .card-subtitle {
    font-size: 16px;
  }
}
.module-cards.price .card .card-header .card-subtitle,
.module-cards.price .card .card-body .card-subtitle,
.module-cards.price .card .card-footer .card-subtitle {
  margin-bottom: 20px;
}
.module-cards.price .card .card-header .figure {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  top: -60px;
  left: 0;
  width: 100%;
}
.module-cards.price .card .card-body {
  padding-top: 75px;
}
.module-cards.price .card .card-body .list li {
  display: flex;
  align-items: baseline;
  line-height: 25px;
  font-weight: 400;
  font-size: 16px;
}
.module-cards.price .card .card-body .list li .icon {
  color: #afb7cc;
  width: 15px;
  min-width: 15px;
  margin-right: 10px;
  transform: translateY(3px);
}
.module-cards.price .card .card-footer .btn-link {
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .module-cards.price .card .card-footer .btn-link {
    font-size: 15px;
  }
}
.module-cards.price .card .card-footer .btn-link .icon {
  transform: translateX(5px);
  transition: transform 150ms linear;
}
@media (min-width: 1200px) {
  .module-cards.price .card .card-footer .btn-link:hover .icon {
    transform: translateX(10px);
  }
}
.module-cards.price .card:hover {
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1);
}
.module-cards.price .card.special {
  border-color: transparent;
  box-shadow: 0 9px 27px 0 rgba(0, 0, 0, 0.04);
  border: 2px solid #693ad6;
}
@media (min-width: 1200px) {
  .module-cards.price .card.special {
    margin-left: 7px;
    margin-right: 7px;
  }
}
.module-cards.price .card.special .card-body .card-title,
.module-cards.price .card.special .card-body .card-price {
  color: #693ad6;
  font-weight: 600;
}
.module-cards.price .card.special .card-body .list li .icon {
  color: #693ad6;
}
@media (min-width: 1200px) {
  .module-cards.price .card.special:hover {
    box-shadow: 0 9px 27px 0 rgba(0, 0, 0, 0.04), 0 17px 54px 0 rgba(105, 58, 214, 0.16);
  }
}
.module-cards.price .card .btn:not(.btn-primary) {
  color: #6F6E8C;
}
.module-cards.price .card .btn:not(.btn-primary)::after {
  border: 2px solid #afb7cc;
}

@media (min-width: 768px) {
  .module-carousel .carousel .carousel-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.module-carousel .carousel .carousel-align {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /** custom absolute align helper **/
}
@media (min-width: 768px) {
  .module-carousel .carousel .carousel-align > .row {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .module-carousel .carousel .carousel-align .align-tl {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50%;
  }
  .module-carousel .carousel .carousel-align .align-tc {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .module-carousel .carousel .carousel-align .align-tr {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
  }
  .module-carousel .carousel .carousel-align .align-cl {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50%;
  }
  .module-carousel .carousel .carousel-align .align-cc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .module-carousel .carousel .carousel-align .align-cr {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 50%;
    transform: translateY(-50%);
  }
  .module-carousel .carousel .carousel-align .align-bl {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 50%;
  }
  .module-carousel .carousel .carousel-align .align-bc {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .module-carousel .carousel .carousel-align .align-br {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .module-carousel .carousel .carousel-align {
    display: none;
  }
}
.module-carousel.game .carousel-item {
  opacity: 0;
  transition: opacity ease-out 500ms;
}
.module-carousel.game .carousel-item.active, .module-carousel.game .carousel-item.carousel-item-prev.carousel-item-left, .module-carousel.game .carousel-item.carousel-item-next.carousel-item-right {
  opacity: 1;
}
.module-carousel.game .carousel-item.active.carousel-item-left, .module-carousel.game .carousel-item.active.carousel-item-right {
  opacity: 0;
}
@media (min-width: 768px) {
  .module-carousel.game .carousel-item {
    height: 420px;
  }
}
.module-carousel.game .carousel-indicators {
  position: relative;
  justify-content: flex-start;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 1199.98px) {
  .module-carousel.game .carousel-indicators {
    margin-top: calc(20px + 1.6666666667vw);
  }
}
@media (max-width: 575.98px) {
  .module-carousel.game .carousel-indicators {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .module-carousel.game .carousel-indicators {
    justify-content: center;
  }
}
.module-carousel.game .carousel-indicators li {
  background-color: #d8d8d8;
  width: 134px;
  height: 100px;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 8px;
  border: 2px solid transparent;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .module-carousel.game .carousel-indicators li {
    text-indent: unset;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .module-carousel.game .carousel-indicators li {
    min-width: initial;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: none !important;
    border: 0;
  }
}
.module-carousel.game .carousel-indicators li.active {
  background-color: transparent;
  border-color: #693ad6;
}
@media (max-width: 767.98px) {
  .module-carousel.game .carousel-indicators li.active {
    background-color: #693ad6;
    border: 0;
  }
}
.module-carousel.game .carousel-indicators li:first-child {
  margin-left: 0;
}
.module-carousel.game .carousel-indicators li:last-child {
  margin-right: 0;
}

.container.extended {
  position: relative;
}
@media (min-width: 1920px) {
  .container.extended {
    max-width: 1720px;
  }
}
@media (min-width: 992px) and (max-width: 1919.99px) {
  .container.extended {
    max-width: 1500px;
  }
}
.container.extended.px-xs-0 {
  overflow: hidden;
}
.container.extended > .row {
  z-index: 1;
}

.module-customer-logos .slick-list {
  pointer-events: none;
}
.module-customer-logos .slick-track {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .module-customer-logos {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.module-form-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  padding: 20px 40px;
}
@media (max-width: 1199.98px) {
  .module-form-info {
    padding: calc(10px + 0.8333333333vw) calc(20px + 1.6666666667vw);
  }
}
@media (max-width: 767.98px) {
  .module-form-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.module-form-info .icon {
  font-size: 40px;
  margin-right: 20px;
}
.module-form-info p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .module-form-info p + p {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .frc-captcha {
    max-width: 100% !important;
  }
}
.frc-captcha .frc-content {
  overflow-y: hidden;
}
.frc-captcha .frc-content .frc-text {
  white-space: normal;
}

.games.games-info {
  display: flex;
}
@media (max-width: 767.98px) {
  .games.games-info {
    flex-direction: column;
  }
}
.games.games-info .info-wrapper {
  padding-right: 180px;
}
@media (max-width: 1199.98px) {
  .games.games-info .info-wrapper {
    padding-right: calc(0px + 15vw);
  }
}
.games.games-info .info-wrapper:last-child {
  padding-right: 0;
}
.games.games-info .info-wrapper .info-title {
  margin-bottom: 0;
}
.games.games-info .info-wrapper .info-text {
  font-size: 21px;
}
@media (max-width: 1199.98px) {
  .games.games-info .info-wrapper .info-text {
    font-size: calc(18px + 0.25vw);
  }
}
@media (max-width: 575.98px) {
  .games.games-info .info-wrapper .info-text {
    font-size: 18px;
  }
}
.games.games-info .info-wrapper .info-text {
  color: #0e0327;
}
.games.service-list li {
  display: table;
  padding: 5px 12px;
  background-color: #F6F5F8;
  border-radius: 4px;
  margin-bottom: 10px;
}
.games.demo-teaser {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-left: 50px;
}
@media (max-width: 1199.98px) {
  .games.demo-teaser {
    margin-left: calc(0px + 4.1666666667vw);
  }
}
@media (max-width: 575.98px) {
  .games.demo-teaser {
    margin-left: 0px;
  }
}
.games.demo-teaser {
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .games.demo-teaser {
    margin-right: calc(0px + 4.1666666667vw);
  }
}
@media (max-width: 575.98px) {
  .games.demo-teaser {
    margin-right: 0px;
  }
}
@media (max-width: 767.98px) {
  .games.demo-teaser {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.games.demo-teaser .figure {
  position: absolute;
}
.games.demo-teaser .figure.bg-demo-left {
  left: -50px;
}
.games.demo-teaser .figure.bg-demo-right {
  right: -50px;
}
@media (max-width: 1199.98px) {
  .games.demo-teaser .figure {
    display: none;
  }
}
.games.demo-teaser .figure,
.games.demo-teaser picture,
.games.demo-teaser .img {
  height: 100%;
}
.games.demo-teaser .header {
  color: #ffffff;
  margin-right: 60px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .games.demo-teaser .header {
    margin-right: 0;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
  }
}

.hero.hero-header-light .header {
  font-weight: 700;
  color: #ffffff;
  line-height: 52px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-light .header {
    line-height: calc(28px + 2vw);
  }
}
.hero.hero-header-light .header {
  font-size: 48px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-light .header {
    font-size: calc(26px + 1.8333333333vw);
  }
}
.hero.hero-header-light .header {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-light .header {
    margin-bottom: calc(20px + 1.6666666667vw);
  }
}
.hero.hero-header-light .subheader {
  color: rgba(255, 255, 255, 0.64);
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-light .subheader {
    font-size: calc(16px + 0.1666666667vw);
  }
}
.hero.hero-header-dark {
  padding-top: 90px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-dark {
    padding-top: calc(0px + 7.5vw);
  }
}
.hero.hero-header-dark {
  padding-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-dark {
    padding-bottom: calc(20px + 2.5vw);
  }
}
.hero.hero-header-dark {
  text-align: center;
}
.hero.hero-header-dark .header {
  font-weight: 600;
  color: #693ad6;
  font-size: 26px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-dark .header {
    font-size: calc(18px + 0.6666666667vw);
  }
}
.hero.hero-header-dark .subheader {
  font-weight: 600;
  color: #0e0327;
  font-size: 48px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-dark .subheader {
    font-size: calc(26px + 1.8333333333vw);
  }
}
.hero.hero-header-dark .subheader {
  line-height: 52px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-dark .subheader {
    line-height: calc(28px + 2vw);
  }
}
.hero.hero-header-individual-game {
  padding-top: 250px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-individual-game {
    padding-top: calc(40px + 17.5vw);
  }
}
.hero.hero-header-individual-game .header {
  color: #AEBBC7;
  line-height: 72px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-individual-game .header {
    line-height: calc(28px + 3.6666666667vw);
  }
}
.hero.hero-header-individual-game .module-header p {
  color: rgba(255, 255, 255, 0.64);
}
.hero.hero-header-individual-game .big-banner-right {
  position: absolute;
  right: 0;
  top: 50%;
}
@media (min-width: 1200px) {
  .hero.hero-header-individual-game .big-banner-right {
    z-index: 1;
    right: -100px;
  }
}
@media (max-width: 991.98px) {
  .hero.hero-header-individual-game .big-banner-right {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
}
.hero.hero-header-individual-game.detail {
  padding-top: 300px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-individual-game.detail {
    padding-top: calc(0px + 25vw);
  }
}
.hero.hero-header-individual-game.detail .header {
  color: #ffffff;
}
.hero.hero-header-individual-game.detail p {
  color: rgba(255, 255, 255, 0.64);
}
@media (max-width: 767.98px) {
  .hero.hero-header-individual-game.detail .big-banner-right {
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .hero.hero-header-individual-game.detail .big-banner-right .figure,
  .hero.hero-header-individual-game.detail .big-banner-right .img {
    width: 100%;
  }
}
.hero.hero-header-individual-game.detail .logo {
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .hero.hero-header-individual-game.detail .logo {
    margin-bottom: calc(20px + 0.4166666667vw);
  }
}
@media (max-width: 575.98px) {
  .hero.hero-header-individual-game.detail .logo {
    margin-bottom: 20px;
  }
}
.hero.hero-header-contact {
  padding-top: 141px;
}
.hero.hero-header-contact .contact-wrapper {
  max-width: 540px;
  margin: 0 auto;
}
.hero.hero-header-contact .contact-wrapper .image-wrapper {
  position: relative;
}
.hero.hero-header-contact .contact-wrapper .image-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(14, 3, 39, 0) 0%, #0E0327 100%);
}
.hero.hero-header-contact .contact-wrapper .contact-info {
  width: 100%;
  padding-bottom: 56px;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #ffffff;
}
.hero.hero-header-contact .contact-wrapper .contact-info .title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 8px;
}
.hero.hero-header-contact .contact-wrapper .contact-info .icon {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
@media (min-width: 1200px) {
  .hero.hero-header-contact .contact-wrapper .contact-info {
    position: absolute;
    bottom: 0;
    padding-left: 42px;
    padding-right: 42px;
  }
  .hero.hero-header-contact .contact-wrapper .contact-info .title {
    margin-top: 0;
  }
}

.module-hint-scroll-x {
  position: absolute;
  padding: 16px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
}
.module-hint-scroll-x .icon {
  width: 64px;
  height: 64px;
  color: #ffffff;
  stroke-width: 2;
}
*.mouse-enter + .module-hint-scroll-x {
  animation: pulse-and-hide ease-in-out 2s 1 forwards;
}

.module-icon-card {
  background: #f6f5f8;
  border-radius: 0;
  border: 0;
  height: 100%;
}
.module-icon-card .card-body {
  padding: 32px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.module-icon-card .card-body .card-icon-title {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.module-icon-card .card-body .card-icon-title .icon {
  color: #693ad6;
  width: 32px;
  height: 32px;
}
.module-icon-card .card-body .card-icon-title .card-title {
  color: #0e0524;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.5px;
}
.module-icon-card .card-body .card-text {
  line-height: 140%;
  letter-spacing: 0.5px;
}
.module-icon-card p {
  margin-bottom: 0;
}
.module-icon-card.has-image .card-img,
.module-icon-card.has-image .card-img-top {
  border-radius: 0;
  padding: 32px 32px 0 32px;
}
.module-icon-card.has-image .card-body .card-icon-title {
  flex-flow: row;
  align-items: center;
}

.list {
  color: #6F6E8C;
}
.main-container .list a {
  text-decoration: underline;
}

.list-inline > li {
  display: inline-block;
}

.list-reference {
  padding-left: 0;
  list-style: none;
}
.list-reference li {
  position: relative;
  margin-left: 60px;
  margin-bottom: 30px;
}
.list-reference li .icon {
  position: absolute;
  left: -60px;
  font-size: 22px;
  color: #693ad6;
}

.list-star {
  list-style: none;
  padding-left: 0;
}
.list-star li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../icons-svg/star-light.svg");
}
.list-star.list-blue li {
  color: #ffffff;
  background-image: url("../icons-svg/star-dark.svg");
}

@media (max-width: 767.98px) {
  .module-tabs .nav-tabs {
    display: none;
  }
  .module-tabs .tab-content > .tab-pane {
    display: flex;
    opacity: 1;
    overflow: hidden;
  }
  .module-tabs .tab-content > .tab-pane .card-header {
    margin-bottom: -1px;
  }
  .module-tabs .tab-content > .tab-pane:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .module-tabs .tab-content > .tab-pane:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
  }
  .module-tabs .tab-content > .tab-pane:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
  }
  .module-tabs .tab-content > .tab-pane:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .module-tabs .card {
    border: none;
  }
  .module-tabs .card .card-header {
    display: none;
  }
  .module-tabs .card .collapse {
    display: block;
  }
}

.module-text-media .module-text > h2:not(:first-child) {
  margin-top: 3rem;
}
.module-text-media .module-text > h3:not(:first-child) {
  margin-top: 2rem;
}
.module-text-media .module-text > h4:not(:first-child), .module-text-media .module-text > h5:not(:first-child), .module-text-media .module-text > h6:not(:first-child) {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .module-text-media .media-col.float-md-left {
    margin-left: -15px;
    margin-right: 30px;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .module-text-media .media-col.float-md-left {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .module-text-media .media-col.float-md-right {
    margin-right: -15px;
    margin-left: 30px;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .module-text-media .media-col.float-md-right {
    padding: 0;
    margin: 0;
  }
}
.module-text-media .media-col .row.no-gutters figure {
  margin: 0;
}
.module-text-media .media-col .row:not(.no-gutters):not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .module-text-media .media-col .row [class*=col-]:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.module-text-media.position-above .media-col .row:not(.no-gutters) {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .module-text-media.position-above .media-col .row [class*=col-] {
    margin-bottom: 30px;
  }
}
.module-text-media p a {
  text-decoration: underline;
}
.module-text-media p a.btn {
  text-decoration: none;
}
.module-text-media.special-headings-solid .module-text h1,
.module-text-media.special-headings-solid .module-text h2,
.module-text-media.special-headings-solid .module-text h3,
.module-text-media.special-headings-solid .module-text h4,
.module-text-media.special-headings-solid .module-text h5,
.module-text-media.special-headings-solid .module-text h6 {
  background: #693ad6;
  color: #ffffff;
  padding: 1rem;
  border-left: 5px solid #afb7cc;
  border-radius: 5px;
}
.module-text-media.special-headings-minimal .module-text h1, .module-text-media.special-headings-minimal .module-text h2, .module-text-media.special-headings-minimal .module-text h3, .module-text-media.special-headings-minimal .module-text h4, .module-text-media.special-headings-minimal .module-text h5, .module-text-media.special-headings-minimal .module-text h6 {
  color: #3b1754;
  padding-bottom: 8px;
  border-bottom: 2px solid #693ad6;
}
.module-text-media.special-headings-gradient .module-text h1,
.module-text-media.special-headings-gradient .module-text h2,
.module-text-media.special-headings-gradient .module-text h3,
.module-text-media.special-headings-gradient .module-text h4,
.module-text-media.special-headings-gradient .module-text h5,
.module-text-media.special-headings-gradient .module-text h6 {
  background: linear-gradient(135deg, #693ad6 0%, #2A1067 100%);
  color: #ffffff;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(105, 58, 214, 0.2);
  border-radius: 5px;
}
.module-text-media.striped .module-text-wrapper {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.module-text-media.striped .module-text-wrapper:nth-of-type(odd) {
  -o-border-image: conic-gradient(var(--bg-color, #f6f5f8) 0 0) 0/0/0 100vw;
     border-image: conic-gradient(var(--bg-color, #f6f5f8) 0 0) fill 0/0/0 100vw;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.module-show-more {
  position: relative;
}
.module-show-more > .overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 90px;
  padding-top: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
}
.module-show-more > .trigger {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.module-show-more > .content {
  overflow-y: hidden;
  position: relative;
  z-index: 1;
  transition: max-height 1000ms ease-in;
}
.module-show-more[data-height=xs] > .content {
  max-height: 120px;
}
.module-show-more[data-height=md] > .content {
  max-height: 240px;
}
.module-show-more[data-height=lg] > .content {
  max-height: 360px;
}
.module-show-more > [type=checkbox] {
  display: none;
}
.module-show-more > [type=checkbox]:checked ~ .content {
  max-height: 9999px;
}
.module-show-more > [type=checkbox]:checked ~ .overlay, .module-show-more > [type=checkbox]:checked ~ .trigger {
  display: none;
}
@media (min-width: 768px) {
  .module-show-more[data-breakpoint-down=sm] > .content {
    max-height: 9999px;
  }
  .module-show-more[data-breakpoint-down=sm] > .overlay, .module-show-more[data-breakpoint-down=sm] > .trigger {
    display: none;
  }
}
@media (min-width: 576px) {
  .module-show-more[data-breakpoint-down=xs] > .content {
    max-height: 9999px;
  }
  .module-show-more[data-breakpoint-down=xs] > .overlay, .module-show-more[data-breakpoint-down=xs] > .trigger {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .module-table.price {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .module-table.price .table::before {
    content: "";
    position: relative;
    display: block;
    height: 200px;
  }
  .module-table.price .table thead {
    position: absolute;
    top: 0px;
    height: 90px;
    width: 100vw;
    left: 50%;
    z-index: 15;
    transform: translateX(-50%);
    transition: top 350ms, box-shadow 250ms, background-color 250ms;
  }
  .module-table.price .table thead tr {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
  }
  .module-table.price .table thead tr th {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3333333333%;
    padding: 0;
  }
  .module-table.price .table thead tr th .table-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
    height: 100%;
  }
  .module-table.price .table thead tr th .table-header .figure {
    transition: all 150ms ease-in-out;
  }
  .module-table.price .table thead tr th .table-header .price-title {
    transition: opacity 150ms ease-in-out;
  }
  .module-table.price.table-fixed-show thead {
    position: fixed;
    top: 0px;
    background-color: #ffffff;
    box-shadow: 0 4px 19px -10px rgba(0, 0, 0, 0.5);
    transition-timing-function: ease-out;
    z-index: 16;
  }
  .module-table.price.table-fixed-show thead tr th .table-header .figure {
    height: 70px;
    width: 70px;
    margin-bottom: 0;
    transform: translateX(-50px);
  }
  .module-table.price.table-fixed-show thead tr th .table-header .price-title {
    opacity: 0;
  }
  .module-table.price.table-fixed-show thead tr th:nth-child(1) .table-header .price-title {
    animation-name: thead-to-sticky;
    animation-duration: 350ms;
    animation-delay: 200ms;
    animation-fill-mode: forwards;
  }
  .module-table.price.table-fixed-show thead tr th:nth-child(2) .table-header .price-title {
    animation-name: thead-to-sticky;
    animation-duration: 350ms;
    animation-delay: 200ms;
    animation-fill-mode: forwards;
  }
  .module-table.price.table-fixed-show thead tr th:nth-child(3) .table-header .price-title {
    animation-name: thead-to-sticky;
    animation-duration: 350ms;
    animation-delay: 200ms;
    animation-fill-mode: forwards;
  }
  .module-table.price.table-fixed-show.table-fixed-hidden thead {
    top: -90px;
    transition-timing-function: ease-in;
  }
}
@media (max-width: 767.98px) {
  .module-table.price .table {
    border-right: 15px solid #ffffff;
  }
}
.module-table.price .table thead th {
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .module-table.price .table thead th {
    min-width: calc(100vw - 100px);
  }
}
.module-table.price .table thead th .table-header {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  color: #6F6E8C;
  font-size: 18px;
  font-weight: 500;
}
.module-table.price .table thead th .table-header .figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 100%;
  margin-bottom: 20px;
}
.module-table.price .table thead th:nth-child(2) .table-header {
  color: #693ad6;
  font-weight: 600;
}
.module-table.price .table tbody tr {
  background-color: #f6f5f8;
}
.module-table.price .table tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.module-table.price .table tbody tr td {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  vertical-align: middle;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .module-table.price .table tbody tr td {
    padding-left: calc(0px + 2.5vw);
  }
}
@media (max-width: 575.98px) {
  .module-table.price .table tbody tr td {
    padding-left: 15px;
  }
}
.module-table.price .table tbody tr td {
  padding-right: 30px;
}
@media (max-width: 1199.98px) {
  .module-table.price .table tbody tr td {
    padding-right: calc(0px + 2.5vw);
  }
}
@media (max-width: 575.98px) {
  .module-table.price .table tbody tr td {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .module-table.price .table tbody tr td {
    width: 33.3333333333%;
  }
}
@media (max-width: 767.98px) {
  .module-table.price .table tbody tr td {
    min-width: 275px;
  }
}
.module-table.price .table tbody tr td:first-child {
  border-left: 0;
}
.module-table.price .table tbody tr td:last-child {
  border-right: 0;
}
.module-table.price .table tbody tr td .table-body {
  display: flex;
  align-items: baseline;
  color: #6F6E8C;
  font-size: 16px;
  font-weight: 400;
}
.module-table.price .table tbody tr td .table-body .no-feature {
  width: 100%;
  text-align: center;
}
.module-table.price .table tbody tr td .table-body .no-feature .icon {
  color: #ffffff;
  border-radius: 50%;
  background-color: #F26B60;
}
.module-table.price .table tbody tr td .table-body > .icon {
  color: #693ad6;
  margin-right: 10px;
  transform: translateY(2px);
  width: 15px;
  min-width: 15px;
}
.module-table.price .table tfoot tr td .table-footer {
  margin-top: 10px;
  text-align: center;
}
.module-table.price .table tfoot tr td .table-footer .footer-title,
.module-table.price .table tfoot tr td .table-footer .footer-subtitle {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .module-table.price .table tfoot tr td .table-footer .footer-title,
  .module-table.price .table tfoot tr td .table-footer .footer-subtitle {
    font-size: calc(16px + 0.1666666667vw);
  }
}
@media (max-width: 575.98px) {
  .module-table.price .table tfoot tr td .table-footer .footer-title,
  .module-table.price .table tfoot tr td .table-footer .footer-subtitle {
    font-size: 16px;
  }
}
.module-table.price .table tfoot tr td .table-footer .footer-price {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 50px;
  font-size: 38px;
}
@media (max-width: 1199.98px) {
  .module-table.price .table tfoot tr td .table-footer .footer-price {
    font-size: calc(20px + 1.5vw);
  }
}
@media (max-width: 575.98px) {
  .module-table.price .table tfoot tr td .table-footer .footer-price {
    font-size: 28px;
  }
}
.module-table.price .table tfoot tr td .table-footer .footer-subtitle {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .module-table.price .table tfoot tr td .table-footer .footer-subtitle {
    font-size: calc(14px + 0.1666666667vw);
  }
}
@media (max-width: 575.98px) {
  .module-table.price .table tfoot tr td .table-footer .footer-subtitle {
    font-size: 16px;
  }
}
.module-table.price .table tfoot tr td .table-footer .footer-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .module-table.price .table tfoot tr td .table-footer .footer-subtitle {
    margin-bottom: calc(20px + 0.8333333333vw);
  }
}
@media (max-width: 575.98px) {
  .module-table.price .table tfoot tr td .table-footer .footer-subtitle {
    margin-bottom: 20px;
  }
}
.module-table.price .table tfoot tr td .table-footer .btn {
  font-weight: 600;
}
.module-table.price .table tfoot tr td .table-footer .btn:not(.btn-primary) {
  color: #6F6E8C;
}
.module-table.price .table tfoot tr td .table-footer .btn:not(.btn-primary)::after {
  border: 2px solid #afb7cc;
}
.module-table.price .table tfoot tr td:nth-child(2) .table-footer .footer-title {
  color: #693ad6;
  font-weight: 600;
}

.video-container.video-hero {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .video-container.video-hero {
    margin-top: 40px;
  }
  .video-container.video-hero::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: calc(100% + 40px);
    background-color: #ffffff;
    left: -15px;
    top: -40px;
  }
}
.video-container.video-hero .video-placeholder {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 60px 177px 0 rgba(0, 0, 0, 0.2), 0 15px 70px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  .video-container.video-hero .video-placeholder {
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .video-container.video-hero .video-placeholder {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2), 0 0 40px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    z-index: 0;
  }
}
.video-container.video-hero .video-btn-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 5px;
  background-color: rgba(105, 58, 214, 0.3);
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
}
@media (min-width: 992px) {
  .video-container.video-hero .video-btn-container {
    z-index: 2;
  }
}
.video-container.video-hero .video-btn-container .video-btn-play {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
}
@media (max-width: 767.98px) {
  .video-container.video-hero .video-btn-container .video-btn-play {
    width: 60px;
    height: 60px;
  }
}
.video-container.video-hero .video-btn-container .video-btn-play .icon {
  color: #ffffff;
}
.video-container.video-hero .video-btn-container:hover .video-btn-play {
  background-color: black;
  transform: scale(1.1);
}
.video-container.video-hero .figure {
  position: absolute;
  top: 40%;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .video-container.video-hero .figure {
    display: none;
  }
}
.video-container.video-hero .figure.bg-demo-left {
  left: -100px;
}
@media (max-width: 1199.98px) {
  .video-container.video-hero .figure.bg-demo-left {
    left: calc(0px + -8.3333333333vw);
  }
}
.video-container.video-hero .figure.bg-demo-right {
  right: -100px;
}
@media (max-width: 1199.98px) {
  .video-container.video-hero .figure.bg-demo-right {
    right: calc(0px + -8.3333333333vw);
  }
}
.video-container.video-game {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video-container.video-game iframe,
.video-container.video-game object,
.video-container.video-game embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container.video-404 {
  max-width: 100%;
  height: auto;
  transform: translateX(7%);
}
@media (max-width: 991.98px) {
  .video-container.video-404 {
    transform: translateX(6%);
  }
}

#video-hero-modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1400px) {
  #video-hero-modal .modal-dialog {
    max-width: 70%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #video-hero-modal .modal-dialog {
    max-width: 85%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #video-hero-modal .modal-dialog {
    max-width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #video-hero-modal .modal-dialog {
    max-width: calc(100% - 30px);
  }
}
#video-hero-modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
#video-hero-modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 0px;
}
#video-hero-modal .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  right: 0;
  top: -100px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
  opacity: 1;
  width: 60px;
  height: 60px;
  transition: all 150ms linear;
  outline: 0;
}
#video-hero-modal .modal-dialog .modal-content .modal-body .close:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

@media print {
  #header {
    height: 60px;
  }
  .module-header-main .module-searchbar,
  .module-header-main .module-submenu,
  .module-header-menu {
    display: none !important;
  }
  .module-aside-menu {
    display: none !important;
  }
  .module-to-top-button {
    display: none !important;
  }
  .footer-links,
  .to-the-top {
    display: none !important;
  }
}
#aside {
  position: fixed;
  right: 18px;
  max-height: 0;
  transition: all 0.2s ease-out;
  bottom: 50%;
}
@media (min-width: 1200px) {
  #aside {
    z-index: 999;
  }
}
@media (max-width: 767.98px) {
  #aside {
    right: 15px;
    bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  #aside {
    z-index: 3;
  }
}
#aside a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  font-size: 12px;
  background-color: #693ad6;
  color: #ffffff;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.19) !important;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
}
#aside .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
@media screen and (min-width: 2560px) {
  #aside {
    right: calc((100vw - 2560px) / 2 + 18px);
  }
}

#footer {
  color: #ffffff;
  background-color: #0e0327;
  padding-top: 110px;
}
@media (max-width: 1199.98px) {
  #footer {
    padding-top: calc(16px + 7.8333333333vw);
  }
}
#footer {
  padding-bottom: 70px;
}
@media (max-width: 1199.98px) {
  #footer {
    padding-bottom: calc(12px + 4.8333333333vw);
  }
}
#footer p {
  color: #ffffff;
}
#footer a:not(.btn) {
  color: #b4b4b4;
}
#footer a:hover .text-decoration {
  text-decoration: underline;
}
#footer hr.sep {
  border-top-color: #2f3447;
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  #footer hr.sep {
    margin-top: calc(16px + 3.6666666667vw);
  }
}
#footer hr.sep {
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  #footer hr.sep {
    margin-bottom: calc(16px + 3.6666666667vw);
  }
}
#footer hr.sep.mb-small {
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  #footer hr.sep.mb-small {
    margin-bottom: calc(16px + 2.4166666667vw);
  }
}
#footer .text-super-big {
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  #footer .text-super-big {
    font-size: calc(18px + 0.5vw);
  }
}
#footer .text-super-big {
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  #footer .links > .col-md-12:first-of-type .category {
    margin-top: 0;
  }
}
#footer .links .category {
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  #footer .links .category {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  #footer .links .category {
    margin-bottom: 2.5rem;
  }
}
#footer .links li:not(:last-of-type) {
  margin-bottom: 1rem;
}
#footer .links .icon {
  transform: translateY(-1px);
}
@media (max-width: 1199.98px) {
  #footer .copyright {
    margin-bottom: 1rem;
  }
}
#footer .copyright p {
  margin: 0;
}
@media (max-width: 1199.98px) {
  #footer .list-inline-lg li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  #footer .list-inline-lg {
    text-align: right;
  }
  #footer .list-inline-lg li {
    display: inline;
  }
  #footer .list-inline-lg li:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}
#footer .logo-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  #footer .logo-wrapper {
    margin-bottom: calc(16px + 2vw);
  }
}
#footer .logo-wrapper .logo {
  width: 216px;
}
#footer .logo-netigo {
  width: 140px;
}

body:has(.main-container .bg-hero-blue-gradient) #header {
  --bg-color: #1f074c;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body:has(.main-container .bg-hero-blue-gradient) #header {
    --bg-color: #2f185a;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body:has(.main-container .bg-hero-blue-gradient) #header {
    --bg-color: #30185a;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body:has(.main-container .bg-hero-blue-gradient) #header > .container::before {
    max-width: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body:has(.main-container .bg-hero-blue-gradient) #header > .container::before {
    max-width: 750px;
  }
}
@media (min-width: 768px) {
  body:has(.main-container .bg-hero-blue-gradient) #header.sticky-top-active > .container::before {
    display: block;
  }
}
@media (max-width: 767.98px) {
  body:has(.main-container .bg-hero-blue-gradient) #header::after {
    height: 100%;
    transition: none;
  }
}
body:has(.main-container .bg-hero-blue-light-gradient) #header {
  --bg-color: #3b1754;
}
@media (min-width: 992px) {
  body:has(.main-container .bg-hero-blue-light-gradient) #header.sticky-top-active > .container::before {
    display: block;
  }
}
body:has(.main-container .bg-hero-black-gradient) #header {
  --bg-color: #25282e;
}
@media (min-width: 992px) {
  body:has(.main-container .bg-hero-black-gradient) #header.sticky-top-active > .container::before {
    display: block;
  }
}
body:has(.main-container .bg-hero-black-gradient-custom) #header {
  --bg-color: #383c47;
}
@media (max-width: 991.98px) {
  body:has(.main-container .bg-hero-black-gradient-custom) #header {
    --bg-color: #2c2f36;
  }
}
@media (min-width: 992px) {
  body:has(.main-container .bg-hero-black-gradient-custom) #header.sticky-top-active > .container::before {
    display: block;
  }
}
body #header.sticky-top-active::after {
  height: 100%;
}
body:has(.table-fixed-show) #header {
  opacity: 0;
  transition: opacity 250ms linear;
}
body:has(.table-fixed-hidden) #header {
  opacity: 1;
  transition: opacity 250ms linear;
}

#header {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  z-index: 16;
}
#header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--bg-color, #0e0327);
  z-index: -1;
  transition: all 200ms ease-in-out;
}
#header > .container::before {
  content: "";
  background-color: var(--bg-color);
  position: absolute;
  inset: 0;
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: none;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #header > .container::before {
    max-width: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #header > .container::before {
    max-width: 750px;
  }
}
#header.navbar-dark::after {
  --bg-color: #ffffff;
  height: 100%;
  transition: none;
}
#header.navbar-dark .navbar-brand img:not(:last-child) {
  display: none;
}
#header.navbar-dark .navbar-brand img:last-child {
  display: block;
}
@media (min-width: 1200px) {
  #header.navbar-dark .nav-container .navbar-nav .nav-item a {
    color: #797895;
  }
  #header.navbar-dark .nav-container .navbar-nav .nav-item.active > a {
    color: #693ad6;
  }
  #header.navbar-dark .nav-container .navbar-nav .nav-item.active .flyout .inner .flyout-footer a {
    color: #ffffff;
  }
  #header.navbar-dark .nav-container .navbar-nav .nav-item:not(.has-sub)::after {
    background: #797895;
  }
  #header.navbar-dark .btn-contact {
    border-color: #693ad6;
    font-weight: 500;
    color: #693ad6;
  }
  #header.navbar-dark .btn-contact:active {
    border: 2px solid #693ad6 !important;
  }
  #header.navbar-dark .btn-contact:hover {
    box-shadow: inset 0 0 0 36px rgba(121, 120, 149, 0.1) !important;
  }
}
#header.navbar-dark button,
#header.navbar-dark .btn-favorites {
  color: #797895;
}
#header button {
  color: #ffffff;
}
#header #btn-open-search:active {
  border: 1px solid transparent !important;
}
#header .btn-favorites {
  color: #ffffff;
}
#header .btn-favorites .fav-count {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: #C35882;
  color: #ffffff;
  font-size: 10px;
  min-width: 18px;
  height: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
#header .btn-favorites .fav-count:empty {
  opacity: 0;
}
#header .btn-contact {
  border: 2px solid #ffffff;
  border-radius: 5px;
  width: 100%;
  color: #ffffff;
}
#header .btn-contact .icon {
  top: -2px;
  position: relative;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  #header .btn-contact {
    width: auto;
  }
  .ready #header .btn-contact {
    transition: all 0.3s ease-in-out;
  }
  #header .btn-contact:hover {
    background: transparent;
    box-shadow: inset 0 0 0 36px rgba(255, 255, 255, 0.2) !important;
  }
  #header .btn-contact:active {
    border: 2px solid #ffffff !important;
  }
}
#header .navbar-brand img:not(:first-child) {
  display: none;
}
@media (min-width: 1200px) {
  #header .nav-container {
    position: relative;
  }
}
@media (min-width: 1200px) {
  #header .nav-container .navbar-nav {
    position: relative;
  }
}
@media (min-width: 1200px) {
  #header .nav-container .navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header .nav-container .navbar-nav .nav-item:nth-child(1) > .nav-link {
    position: relative;
    top: 0;
    opacity: 0.7;
    font-weight: 600;
  }
  .ready #header .nav-container .navbar-nav .nav-item:nth-child(1) > .nav-link {
    transition: all 250ms ease-in-out;
    transition-delay: 50ms;
  }
  #header .nav-container .navbar-nav .nav-item:nth-child(2) > .nav-link {
    position: relative;
    top: 0;
    opacity: 0.7;
    font-weight: 600;
  }
  .ready #header .nav-container .navbar-nav .nav-item:nth-child(2) > .nav-link {
    transition: all 250ms ease-in-out;
    transition-delay: 100ms;
  }
  #header .nav-container .navbar-nav .nav-item:nth-child(3) > .nav-link {
    position: relative;
    top: 0;
    opacity: 0.7;
    font-weight: 600;
  }
  .ready #header .nav-container .navbar-nav .nav-item:nth-child(3) > .nav-link {
    transition: all 250ms ease-in-out;
    transition-delay: 150ms;
  }
  #header .nav-container .navbar-nav .nav-item:nth-child(4) > .nav-link {
    position: relative;
    top: 0;
    opacity: 0.7;
    font-weight: 600;
  }
  .ready #header .nav-container .navbar-nav .nav-item:nth-child(4) > .nav-link {
    transition: all 250ms ease-in-out;
    transition-delay: 200ms;
  }
  #header .nav-container .navbar-nav .nav-item:nth-child(5) > .nav-link {
    position: relative;
    top: 0;
    opacity: 0.7;
    font-weight: 600;
  }
  .ready #header .nav-container .navbar-nav .nav-item:nth-child(5) > .nav-link {
    transition: all 250ms ease-in-out;
    transition-delay: 250ms;
  }
}
@media (min-width: 1200px) {
  #header .nav-container .navbar-nav .nav-item.active > .nav-link {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  #header .nav-container .navbar-nav .nav-item:not(.has-sub) {
    position: relative;
  }
  #header .nav-container .navbar-nav .nav-item:not(.has-sub)::after {
    content: "";
    position: absolute;
    width: calc(100% - 3rem);
    top: 100%;
    left: 50%;
    height: 1px;
    background: #ffffff;
    opacity: 0;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    transform: translate(-50%, -10px);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  #header .nav-container .navbar-nav .nav-item:not(.has-sub):hover::after {
    height: 2px;
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}
@media (min-width: 1200px) {
  #header .nav-container .navbar-nav .nav-item:hover > .nav-link {
    transition-delay: 0s !important;
    transition: all 150ms ease-in-out !important;
    opacity: 1 !important;
  }
}
@media (min-width: 1200px) {
  #header .nav-container .navbar-nav .nav-item:hover .flyout {
    display: block;
  }
}
@media (min-width: 1200px) {
  #header .nav-container .navbar-nav .nav-item:hover .flyout .inner {
    animation: swing-matrix 250ms ease-in-out both;
  }
}
@media (min-width: 1200px) {
  #header .nav-container .navbar-nav .nav-item a {
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  #header .nav-container .navbar-nav .nav-item .sub-indicator {
    display: none;
  }
}
@media (min-width: 1200px) {
  #header .nav-container .navbar-nav .nav-item .flyout {
    display: none;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    padding-top: 10px;
    z-index: 20;
  }
}
#header .nav-container .navbar-nav .nav-item .flyout ul,
#header .nav-container .navbar-nav .nav-item .flyout li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header .nav-container .navbar-nav .nav-item .flyout li {
  margin-top: 10px;
  margin-bottom: 20px;
}
#header .nav-container .navbar-nav .nav-item .flyout li a {
  display: block;
}
#header .nav-container .navbar-nav .nav-item .flyout .link-item {
  text-decoration: none;
  color: #0e0524;
  display: flex;
  align-items: center;
  font-weight: 600;
}
#header .nav-container .navbar-nav .nav-item .flyout .link-item .icon {
  margin-right: 15px;
}
#header .nav-container .navbar-nav .nav-item .flyout .link-item span {
  transform: translateX(0px), scale(1);
  transition: all 100ms linear;
}
#header .nav-container .navbar-nav .nav-item .flyout .link-item:hover span {
  text-decoration: underline;
}
#header .nav-container .navbar-nav .nav-item .flyout .link-item:hover span:first-child {
  transform: scale(0.95);
}
#header .nav-container .navbar-nav .nav-item .flyout .link-item:hover span:last-child {
  transform: translateX(-5px);
}
@media (min-width: 1200px) {
  #header .nav-container .navbar-nav .nav-item .flyout .inner {
    position: relative;
    background-color: #ffffff;
    border-radius: 9px;
    box-shadow: 0 37px 65px 0 rgba(0, 0, 0, 0.21), 0 12px 24px 0 rgba(0, 0, 0, 0.16), 0 -2px 24px 0 rgba(0, 0, 0, 0.16);
  }
  #header .nav-container .navbar-nav .nav-item .flyout .inner:after {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
  }
}
#header .nav-container .navbar-nav .nav-item .flyout .inner .flyout-header {
  padding: 30px 30px 15px 30px;
}
@media (max-width: 1199.98px) {
  #header .nav-container .navbar-nav .nav-item .flyout .inner .flyout-header {
    padding: calc(15px + 1.25vw) calc(15px + 1.25vw) calc(15px + 0vw) calc(15px + 1.25vw);
  }
}
@media (max-width: 1199.98px) {
  #header .nav-container .navbar-nav .nav-item .flyout .inner .flyout-header {
    padding: 10px 0px 10px 0px;
  }
}
#header .nav-container .navbar-nav .nav-item .flyout .inner .flyout-footer {
  padding: 30px 30px 10px 30px;
}
@media (max-width: 1199.98px) {
  #header .nav-container .navbar-nav .nav-item .flyout .inner .flyout-footer {
    padding: calc(15px + 1.25vw) calc(15px + 1.25vw) calc(15px + -0.4166666667vw) calc(15px + 1.25vw);
  }
}
@media (max-width: 575.98px) {
  #header .nav-container .navbar-nav .nav-item .flyout .inner .flyout-footer {
    padding: 15px 15px 15px 15px;
  }
}
@media (min-width: 1200px) {
  #header .nav-container .navbar-nav .nav-item .flyout .inner .flyout-footer {
    background-color: #693ad6;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
  }
  #header .nav-container .navbar-nav .nav-item .flyout .inner .flyout-footer a {
    color: #ffffff;
  }
  #header .nav-container .navbar-nav .nav-item .flyout .inner .flyout-footer a .icon {
    font-size: 0.7em;
    margin-right: 1em;
  }
  #header .nav-container .navbar-nav .nav-item .flyout .inner .flyout-footer a svg {
    position: relative;
    left: -2px;
    transition: left 250ms ease-in-out;
  }
  #header .nav-container .navbar-nav .nav-item .flyout .inner .flyout-footer a:hover svg {
    left: 2px;
  }
  #header .nav-container .navbar-nav .nav-item .flyout .inner .flyout-footer p {
    color: rgba(255, 255, 255, 0.64);
  }
}
@media (min-width: 1200px) {
  #header.search-open .james-search-field-wrapper {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition-delay: 250ms !important;
  }
}
@media (min-width: 1200px) {
  #header.search-open .nav-container .navbar-nav .nav-item > .nav-link {
    top: 8px;
    opacity: 0;
  }
}

@media (max-width: 1199.98px) {
  #header::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    transition: all 350ms ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
  }
  body.prevent-scrolling #header::before {
    opacity: 1;
    visibility: visible;
  }
  #header .btn-favorites {
    left: 25px;
    top: -5px;
  }
  #header .btn-favorites .icon {
    width: 22px;
    height: 22px;
  }
  #header .btn-contact {
    color: #ffffff !important;
    background-color: #693ad6;
    border-color: #693ad6;
    margin-left: 15px;
    max-width: calc(100% - 30px);
  }
  #header #navbar {
    overflow-y: auto;
    transition: all 300ms ease-in-out;
    width: 100%;
    height: 100vh !important;
  }
  #header #navbar.collapsing {
    position: fixed;
    top: 0;
    left: -100%;
  }
  #header #navbar.show {
    position: fixed;
    top: 0;
    background: #0e0327;
    z-index: 98;
    left: 0;
  }
  #header #navbar .navbar-brand-mobile {
    justify-content: space-between;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #header #navbar .navbar-brand-mobile .btn-close-mobile {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #ffffff;
    transform: translateX(10px);
  }
  #header #navbar .nav-container {
    flex-direction: column-reverse;
  }
  #header #navbar .nav-container .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
    padding-right: 15px;
  }
  #header #navbar .nav-container .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }
  #header #navbar .nav-container .navbar-nav .nav-item.has-sub .icon {
    transition: all 150ms linear;
    margin-left: 10px;
    transform: translateY(-2px);
  }
  #header #navbar .nav-container .navbar-nav .nav-item.has-sub > .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header #navbar .nav-container .navbar-nav .nav-item.has-sub.sub-open .nav-link .icon {
    transform: rotate(180deg);
  }
  #header #navbar .nav-container .navbar-nav .nav-item.has-sub.sub-open .flyout {
    display: block;
  }
  #header #navbar .nav-container .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    font-weight: 500;
    color: #f6f5f8;
    padding: 20px 0;
  }
  #header #navbar .nav-container .navbar-nav .nav-item .flyout {
    display: none;
  }
  #header #navbar .nav-container .navbar-nav .nav-item .flyout .inner .flyout-header li {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #header #navbar .nav-container .navbar-nav .nav-item .flyout .inner .flyout-header li .link-item {
    color: #dad7e0;
    font-weight: 500;
  }
  #header #navbar .nav-container .navbar-nav .nav-item .flyout .inner .flyout-header li .link-item .icon {
    font-size: 18px;
  }
  #header #navbar .nav-container .navbar-nav .nav-item .flyout .inner .flyout-header li .link-item span {
    font-size: 15px;
  }
  #header #navbar .nav-container .navbar-nav .nav-item .flyout .inner .flyout-footer {
    display: none;
  }
  #header .mobile-actions .navbar-toggler {
    border: 0;
    font-size: 32px;
    outline: 0;
    padding-right: 0;
  }
}

.hero.hero-contact {
  color: #ffffff;
  padding-top: 120px;
}
@media (max-width: 1199.98px) {
  .hero.hero-contact {
    padding-top: calc(16px + 8.6666666667vw);
  }
}
.hero.hero-contact {
  padding-bottom: 120px;
}
@media (max-width: 1199.98px) {
  .hero.hero-contact {
    padding-bottom: calc(16px + 8.6666666667vw);
  }
}
.hero.hero-contact a,
.hero.hero-contact p {
  color: #ffffff !important;
}
.hero.hero-contact .small-title {
  color: rgba(255, 255, 255, 0.64) !important;
}
.hero.hero-contact .opening-hours {
  text-align: right;
  display: block;
}

#page-not-found {
  text-align: center;
}
#page-not-found .header {
  text-align: center;
  color: #693ad6;
  text-shadow: 0 10px 20px rgba(133, 139, 125, 0.35);
  font-weight: 500;
  font-size: 36px;
}
@media (max-width: 1199.98px) {
  #page-not-found .header {
    font-size: calc(18px + 1.5vw);
  }
}
@media (max-width: 575.98px) {
  #page-not-found .header {
    font-size: 18px;
  }
}
#page-not-found .subheader {
  color: #0e0327;
  font-weight: 700;
  font-size: 38px;
}
@media (max-width: 1199.98px) {
  #page-not-found .subheader {
    font-size: calc(18px + 1.6666666667vw);
  }
}
@media (max-width: 575.98px) {
  #page-not-found .subheader {
    font-size: 18px;
  }
}
#page-not-found .btn {
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  #page-not-found .btn {
    margin-top: calc(20px + 3.3333333333vw);
  }
}
@media (max-width: 575.98px) {
  #page-not-found .btn {
    margin-top: 40px;
  }
}

nav#games-overview .nav-link {
  color: #0e0327;
  background-color: #ffffff;
  margin: 0 6px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  padding: 12px 20px;
  margin-bottom: 10px;
}
.ready nav#games-overview .nav-link {
  transition: all 250ms linear;
}
nav#games-overview .nav-link.active, nav#games-overview .nav-link:hover {
  background-color: #693ad6;
  color: #ffffff;
}
nav#games-overview .nav-link.active .icon, nav#games-overview .nav-link:hover .icon {
  color: #ffffff;
}
nav#games-overview .nav-link:not(.active):hover .name .name-base {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(1) {
  transition-delay: 25ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(2) {
  transition-delay: 50ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(3) {
  transition-delay: 75ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(4) {
  transition-delay: 100ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(5) {
  transition-delay: 125ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(6) {
  transition-delay: 150ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(7) {
  transition-delay: 175ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(8) {
  transition-delay: 200ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(9) {
  transition-delay: 225ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(10) {
  transition-delay: 250ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(11) {
  transition-delay: 275ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(12) {
  transition-delay: 300ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(13) {
  transition-delay: 325ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(14) {
  transition-delay: 350ms;
}
nav#games-overview .nav-link:not(.active):hover .name .name-copy span:nth-child(15) {
  transition-delay: 375ms;
}
nav#games-overview .nav-link .icon {
  color: #693ad6;
  width: 24px;
  height: 24px;
  stroke-width: 4px;
  margin-right: 4px;
}
nav#games-overview .nav-link .name {
  position: relative;
  top: 1px;
}
nav#games-overview .nav-link .name .name-base {
  display: inline-block;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition: transform 0.3s, opacity 0.3s;
}
nav#games-overview .nav-link .name .name-copy {
  position: absolute;
  display: inline-flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
}
nav#games-overview .nav-link .name .name-copy span {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
