/*==================================================
  custom code for landing / members / payment
===================================================*/
/*===================================================
  Colors
===================================================*/
/*===================================================
  Variables
===================================================*/
/*===  Screen sizes  ===*/
/*===  Inputs  ===*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*===================================================
  Mixins
===================================================*/
/*===  Breakpoints  ===*/
/*===  Placeholder input  ===*/
/*===  Gradient  ===*/
/*===  Font face mixin  ===*/
/*===  Font face CDN  ===*/
/*===  elipsis ...  ===*/
/*===  break word ...  ===*/
/*===================================================
  Reset
===================================================*/
* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  transition: all .2s ease; }

p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.error_message {
  color: #ff0000;
  font-size: 10px; }
  .error_message:first-letter {
    text-transform: uppercase; }

.hide,
.hidden {
  display: none !important;
  visibility: hidden !important; }

.hide-from-screen {
  position: absolute;
  left: -10000px !important;
  top: 0 !important; }

.icon {
  fill: currentColor;
  transition: all .2s ease; }

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=submit],
select,
textarea {
  border: none;
  box-sizing: border-box;
  border-radius: 0; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=submit]:focus,
  select:focus,
  textarea:focus {
    outline: none; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

input[type=submit] {
  border: none;
  transition: all .2s ease;
  background-color: transparent; }

/*===================================================
Legal
===================================================*/
.legal {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  counter-reset: titleCounter; }
  .legal .header {
    position: relative;
    text-align: center;
    padding: 10px 0; }
  .legal .main {
    flex-grow: 1; }
  .legal .container {
    max-width: 1190px;
    margin: 0 auto; }
  .legal .content-wrapper {
    padding: 30px 0 60px; }
    .legal .content-wrapper a,
    .legal .content-wrapper p,
    .legal .content-wrapper ul,
    .legal .content-wrapper li {
      line-height: 1.2; }
    .legal .content-wrapper p a {
      text-decoration: underline; }
    .legal .content-wrapper .table-of-content {
      margin-bottom: 40px; }
    .legal .content-wrapper section {
      margin-bottom: 60px; }
      .legal .content-wrapper section:last-child {
        margin-bottom: 0; }
    .legal .content-wrapper ol {
      list-style: decimal; }
      .legal .content-wrapper ol ol {
        list-style: lower-alpha; }
    .legal .content-wrapper ul {
      list-style: disc; }
    .legal .content-wrapper p {
      font-size: 16px; }
    .legal .content-wrapper ol,
    .legal .content-wrapper ul {
      margin: 20px 0 20px 40px; }
      .legal .content-wrapper ol li,
      .legal .content-wrapper ul li {
        margin-bottom: 10px; }
    .legal .content-wrapper h2 {
      font-size: 40px;
      margin-bottom: 20px; }
    .legal .content-wrapper h3 {
      font-size: 30px;
      margin-bottom: 15px;
      counter-increment: titleCounter; }
      .legal .content-wrapper h3:before {
        content: counters(titleCounter, ".") ". "; }
    .legal .content-wrapper h4 {
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 10px; }
    .legal .content-wrapper h3 + p,
    .legal .content-wrapper h4 + p,
    .legal .content-wrapper p + p {
      margin-bottom: 20px; }
  .legal #verifyMyAge p {
    line-height: 1.7; }
  .legal #verifyMyAge span {
    position: relative; }
  .legal #verifyMyAge .verify-my-age-link {
    position: absolute;
    left: 5px; }
  .legal #verifyMyAge img {
    height: 26px;
    max-width: fit-content;
    width: max-content; }

.legal {
  background-color: #dedede; }
  .legal .header {
    background-color: #dedede; }
  .legal .main a,
  .legal .main p,
  .legal .main ul,
  .legal .main li,
  .legal .main span {
    color: #000000; }
  .legal .main h2,
  .legal .main h3,
  .legal .main h4 {
    color: #000000; }
  .legal .main a:hover {
    color: #000000; }

/*===================================================
Record Statement
===================================================*/
.section-record-statement {
  padding: 50px 0; }
  .section-record-statement .record-statement-title {
    font-size: 43px;
    text-align: center; }
  .section-record-statement .record-statement-des {
    font-size: 25px;
    text-align: center; }
  .section-record-statement .record-statement-text {
    font-size: 16px;
    padding: 50px 0; }
  .section-record-statement .record-statement-pass {
    padding: 10px 0; }
  .section-record-statement .record-statement-address-title {
    font-size: 16px;
    font-weight: 700; }

/*===================================================
Acceptable Use Policy
===================================================*/
.section-acceptable-use-policy {
  padding: 50px 0; }

.acceptable-use-policy-title {
  color: #000000;
  font-size: 40px;
  font-weight: 700; }

.acceptable-use-policy-des {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0 20px; }

.acceptable-use-policy-list {
  margin: 35px 0; }
  .acceptable-use-policy-list .list-title {
    font-size: 30px;
    font-weight: 600; }
  .acceptable-use-policy-list .list-des {
    padding-top: 10px;
    line-height: 1.5; }

/*===================================================
Notification
===================================================*/
.notification-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 20px;
  width: 90%; }
  @media (min-width: 768px) {
    .notification-message {
      width: clamp(600px, 80%, 1080px); } }

.notification-message-close {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  height: 33px;
  width: 33px;
  position: absolute;
  inset: 0 0 auto auto;
  transform: translate(35%, -35%); }
  .notification-message-close:before, .notification-message-close:after {
    position: absolute;
    inset: 50% auto auto 50%;
    content: ' ';
    height: 55%;
    width: 2px;
    background-color: #000; }
  .notification-message-close:before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .notification-message-close:after {
    transform: translate(-50%, -50%) rotate(-45deg); }

.notification-message-link {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #000;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  text-transform: uppercase; }

.notification-message {
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #FF1146;
  box-shadow: 0px 6px 15px #00000066;
  color: #FFFFFF;
  font-size: 18px; }

/*==================================
    Footer
===================================*/
/**
 * Footer global partial (used on - landing pages, members, legal, payment, support)
 * Footer options for include (with twig):
 * I. include without any parameters copyright data
 * II. { showLinksAndText: true } - show footer links and disclaimer text
 * III. aditional parameters are (forgot_password_link and login_link)
 */
.footer-links {
  display: flex;
  width: 100%; }

.footer-link-item .js_signup_action {
  display: none; }
  .form-signin .footer-link-item .js_signup_action {
    display: block; }

.footer-link-item .js_signin_action {
  display: block; }
  .form-signin .footer-link-item .js_signin_action {
    display: none; }

/*==================================================
  Pagination
===================================================*/
.pagination {
  display: flex; }

.pagination-item {
  border-width: 1px;
  border-style: solid;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

/*==================================================
  Comments
===================================================*/
.comments-title,
.comments-counter {
  font-size: 17px; }

.comments-name,
.comments-content {
  font-size: 14px;
  word-break: break-word; }

.comments-timestamp {
  font-size: 12px; }

.comments-header,
.comments-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }

.comments-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

/*==================================================
  Header burger
===================================================*/
.header {
  position: relative; }

.burger {
  height: 18px;
  margin: 0 auto;
  position: relative;
  width: 25px;
  display: block; }
  .burger:before, .burger:after {
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all .2s ease; }
  .burger:before {
    top: 0; }
  .burger:after {
    bottom: 0; }
  @media (min-width: 768px) {
    .burger {
      display: none; } }
  .menu-is-active .burger:before {
    transform: translateY(-50%) rotate(45deg);
    top: 50%; }
  .menu-is-active .burger:after {
    transform: translateY(50%) rotate(-45deg);
    bottom: 50%; }

.burger-item {
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all .2s ease; }
  .menu-is-active .burger-item {
    opacity: 0;
    visibility: hidden; }

.burger:before, .burger:after {
  background-color: #FF1146; }

.burger-item {
  background-color: #FF1146; }

/*==================================================
  Payment / Payment error
===================================================*/
.payment,
.payment-error {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  .payment .header,
  .payment-error .header {
    text-align: center; }
  .payment .main,
  .payment-error .main {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }

.payment-error .btn, .payment-error .landing0397 .login-link, .landing0397 .payment-error .login-link,
.payment-error .cancel-membership .login-link, .cancel-membership .payment-error .login-link {
  display: inline-block;
  padding: 15px 35px;
  margin: 25px 0; }

.payment-error .cta {
  margin: 15px 0; }

.payment-error-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center; }

.payment-error-title {
  margin-bottom: 60px; }

.payment-error-link {
  text-decoration: underline; }

/*==================================================
  Loader
===================================================*/
input[type="submit"]:disabled,
button[type="submit"]:disabled {
  color: transparent !important; }

.is_loader {
  border: 4px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  animation: loader-rotate 1s linear infinite; }

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.is_loader {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF; }

/*==================================================
  Reset password
===================================================*/
.reset-password-form {
  flex-grow: 1; }
  .reset-password-form .form-inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%; }
  .reset-password-form .reset-password-title {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase; }
  .reset-password-form .reset-password-subtitle {
    line-height: 1.4;
    padding: 25px 0;
    text-align: center; }
  .reset-password-form .cta-wrapper {
    padding: 25px 0;
    position: relative; }
  .reset-password-form .btn, .reset-password-form .landing0397 .login-link, .landing0397 .reset-password-form .login-link,
  .reset-password-form .cancel-membership .login-link, .cancel-membership .reset-password-form .login-link {
    border-style: solid; }

.form-inner {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  max-width: 490px;
  padding: 0;
  border-radius: 0; }

.reset-password-title {
  color: #FF1146;
  font-size: 30px; }

.reset-password-subtitle {
  color: #FFFFFF; }

/*==================================================
  Header
===================================================*/
.members-header {
  padding: 15px 0; }
  .members-header .header-wrapper > .header-nav {
    order: -1; }
  .members-header .header-wrapper > .members-username {
    margin: 0 40px 0 auto; }
  .members-header .header-wrapper > .members-username {
    display: none; }
    @media (min-width: 768px) {
      .members-header .header-wrapper > .members-username {
        display: flex; } }
  .members-header .header-wrapper .header-nav-list {
    display: none; }

.members.menu-is-active .mobile-members-navigation {
  opacity: 1;
  visibility: visible;
  z-index: 5; }

.members-header {
  align-items: center;
  display: flex;
  min-height: 79px;
  position: relative; }
  .members-header .container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
  .members-header .burger {
    margin: 0; }
  @media (min-width: 768px) {
    .members-header .header-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .members-header .header-wrapper > .members-navigation-btn {
    display: none; }
    @media (min-width: 768px) {
      .members-header .header-wrapper > .members-navigation-btn {
        display: inline-block; } }
  .members-header .header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .members-header .logo-header {
    display: inline-block;
    max-width: 85%; }
    @media (min-width: 768px) {
      .members-header .logo-header {
        max-width: initial; } }
    .members-header .logo-header img {
      max-height: 50px;
      max-width: 100%;
      transform: translate3d(0); }
      @media (min-width: 768px) {
        .members-header .logo-header img {
          max-height: initial; } }
  .members-header .mobile-members-navigation {
    border-top-width: 1px;
    border-top-style: solid;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 77px;
    text-align: center;
    visibility: hidden;
    width: 100%;
    transition: all .2s ease;
    padding: 20px 0;
    z-index: 1; }
  .members-header .members-username {
    display: flex;
    align-items: center;
    padding: 0 0 20px;
    justify-content: center; }
    @media (min-width: 768px) {
      .members-header .members-username {
        padding: 0; } }
  .members-header .members-username-name {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px; }
    @media (min-width: 768px) {
      .members-header .members-username-name {
        font-size: 16px; } }
  .members-header .header-link {
    padding: 0 0 10px;
    display: inline-block; }
    @media (min-width: 768px) {
      .members-header .header-link {
        padding: 0 0 0 10px; } }
  .members-header .header-link,
  .members-header .members-navigation-btn {
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .members-header .header-link,
      .members-header .members-navigation-btn {
        font-size: 16px; } }

.members-header {
  background-color: transparent; }
  .members-header .container {
    max-width: 1360px; }
  .members-header .mobile-members-navigation {
    background-color: #000;
    border-top-color: #FF1146; }
  .members-header .members-username,
  .members-header .header-link {
    color: #FFFFFF; }

.members-navigation-btn {
  background-color: #FF1146;
  color: #FFFFFF;
  padding: 12px 30px;
  border-radius: 0px;
  border-width: 0px;
  border-color: transparent;
  border-style: solid;
  display: inline-block;
  font-size: 14px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .members-navigation-btn {
      font-size: 16px; } }

/*==================================
    Inputs
===================================*/
.input::-webkit-input-placeholder,
.cancel-membership-form-input::-webkit-input-placeholder {
  color: transparent; }

.input:-moz-placeholder,
.cancel-membership-form-input:-moz-placeholder {
  color: transparent; }

.input::-moz-placeholder,
.cancel-membership-form-input::-moz-placeholder {
  color: transparent; }

.input:-ms-input-placeholder,
.cancel-membership-form-input:-ms-input-placeholder {
  color: transparent; }

/*==================================================
  Email verifcation
===================================================*/
.email-verification {
  color: #454545;
  font-size: 16px;
  min-height: 100vh;
  display: flex;
  border-radius: 6px;
  flex-direction: column; }
  .email-verification .bold {
    font-weight: 700; }
  .email-verification .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .email-verification .logo-header {
    max-width: 250px; }
  .email-verification .main {
    background-color: #F2F2F2; }
  .email-verification .email-verification-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #F2F2F2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%); }
    .email-verification .email-verification-icon:before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 100px;
      height: 50px;
      background-color: rgba(242, 242, 242, 0.4);
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 100px;
      border-bottom-right-radius: 100px; }
  .email-verification .icon {
    width: 46px;
    height: 42px;
    position: relative;
    z-index: 1; }
  .email-verification .email-verification-wrapper {
    max-width: 630px;
    width: 100%;
    margin: 130px auto 60px;
    background-color: #fff;
    padding: 65px 60px;
    text-align: center;
    position: relative; }
  .email-verification h3, .email-verification h4 {
    color: #F52149; }
  .email-verification .email-verification-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px; }
  .email-verification .email-verification-text {
    margin-bottom: 5px; }
  .email-verification .email-verification-text-wrapper {
    margin-bottom: 20px; }
  .email-verification .email-verification-form {
    background-color: #F2F2F2;
    padding: 20px 60px 30px;
    margin: 30px 0 20px;
    border-radius: 6px; }
  .email-verification .email-verification-form-title {
    font-size: 20px;
    margin-bottom: 15px; }
  .email-verification .email-verification-form-text {
    margin-bottom: 15px; }
  .email-verification .form-field-wrapper {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column; }
    .email-verification .form-field-wrapper.has_error .input {
      border-color: #ff0000; }
  .email-verification .error_message {
    order: 2;
    margin-top: 5px;
    display: block;
    font-size: 12px; }
  .email-verification .label {
    display: block;
    margin-bottom: 10px; }
  .email-verification .input {
    display: block;
    width: 100%;
    font-size: 30px;
    background-color: #fff;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
    text-align: center;
    padding: 12px 10px; }
    .email-verification .input:focus {
      border-color: #68B500; }
  .email-verification .cta {
    position: relative; }
  .email-verification .btn, .email-verification .landing0397 .login-link, .landing0397 .email-verification .login-link,
  .email-verification .cancel-membership .login-link, .cancel-membership .email-verification .login-link {
    background-color: #8BCC33;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    border-radius: 6px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 12px;
    font-weight: 700;
    width: 100%; }
  .email-verification .notification-message {
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 30px 40px;
    font-size: 20px;
    box-shadow: 0px 6px 15px #00000066;
    max-width: 500px;
    width: 100%;
    font-weight: 700;
    text-align: center; }
    .email-verification .notification-message.success {
      border-color: #8BCC33;
      color: #8BCC33; }
    .email-verification .notification-message.resend-error {
      border-color: #FF0000;
      color: #FF0000;
      padding: 30px 20px; }
    .email-verification .notification-message.resend-success {
      border-color: #0065FF;
      color: #0065FF; }
  .email-verification .email-verification-resend {
    font-size: 14px; }
    .email-verification .email-verification-resend a {
      color: #0065FF;
      text-decoration: underline; }
  .email-verification .email-value {
    word-break: break-word; }

/*==================================================
  Verify my age
===================================================*/
.verify-my-age {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh; }
  .verify-my-age .members-header {
    position: absolute;
    width: 100%; }
    .verify-my-age .members-header .header-wrapper .members-username,
    .verify-my-age .members-header .members-navigation-btn,
    .verify-my-age .members-header .burger {
      display: none; }
    .verify-my-age .members-header .header-wrapper {
      justify-content: center; }
    .verify-my-age .members-header .logo-header img {
      max-height: 70px; }
  .verify-my-age .main-content {
    width: 100%;
    background-repeat: no-repeat; }
  .verify-my-age .main {
    display: flex;
    align-items: center;
    padding-top: 100px; }
  .verify-my-age .main-wrapper {
    border-radius: 40px;
    max-width: 600px;
    margin: 0 auto;
    padding: 45px 30px;
    text-align: center; }
    @media (min-width: 1400px) {
      .verify-my-age .main-wrapper {
        max-width: 720px; } }
  .verify-my-age .main-title {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .verify-my-age .main-subtitle {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 70%;
    margin: 0 auto 20px; }
    .verify-my-age .main-subtitle span {
      display: inline-block; }
  .verify-my-age .verify-my-age-text {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 25px; }
  .verify-my-age .bottom-text {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3; }
  .verify-my-age .pre-bottom-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 45px;
    line-height: 1.3; }
  .verify-my-age .verify-my-age-link {
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 13px;
    max-width: 240px;
    width: 100%; }
  .verify-my-age .verify-my-age-logo-white {
    display: none; }
  .verify-my-age .verify-my-age-logo-black {
    display: none; }

.age-verfication-vma-login {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background: #000000;
  z-index: 100; }
  .age-verfication-vma-login.is-visible {
    display: flex; }

.login-form-vma {
  border: 2px solid white;
  border-radius: 10px;
  width: 400px;
  padding: 30px;
  max-width: 95%; }
  .login-form-vma .form-field-wrapper {
    max-width: 100% !important;
    padding: 0 !important; }

.close-login {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold; }

.login-form-vma-title {
  color: white;
  font-size: 22px;
  margin-bottom: 25px; }

@font-face {
  font-family: "Nunito";
  src: url("../../../fonts/nunito/Nunito-regular.eot");
  src: url("../../../fonts/nunito/Nunito-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/nunito/Nunito-regular.woff") format("woff"), url("../../../fonts/nunito/Nunito-regular.ttf") format("truetype"), url("../../../fonts/nunito/Nunito-regular.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Nunito";
  src: url("../../../fonts/nunito/Nunito-SemiBold.eot");
  src: url("../../../fonts/nunito/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/nunito/Nunito-SemiBold.woff") format("woff"), url("../../../fonts/nunito/Nunito-SemiBold.ttf") format("truetype"), url("../../../fonts/nunito/Nunito-SemiBold.svg?#webfont") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Nunito";
  src: url("../../../fonts/nunito/Nunito-700.eot");
  src: url("../../../fonts/nunito/Nunito-700.eot?#iefix") format("embedded-opentype"), url("../../../fonts/nunito/Nunito-700.woff") format("woff"), url("../../../fonts/nunito/Nunito-700.ttf") format("truetype"), url("../../../fonts/nunito/Nunito-700.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Nunito";
  src: url("../../../fonts/nunito/Nunito-800.eot");
  src: url("../../../fonts/nunito/Nunito-800.eot?#iefix") format("embedded-opentype"), url("../../../fonts/nunito/Nunito-800.woff") format("woff"), url("../../../fonts/nunito/Nunito-800.ttf") format("truetype"), url("../../../fonts/nunito/Nunito-800.svg?#webfont") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Nunito";
  src: url("../../../fonts/nunito/Nunito-Black.eot");
  src: url("../../../fonts/nunito/Nunito-Black.eot?#iefix") format("embedded-opentype"), url("../../../fonts/nunito/Nunito-Black.woff") format("woff"), url("../../../fonts/nunito/Nunito-Black.ttf") format("truetype"), url("../../../fonts/nunito/Nunito-Black.svg?#webfont") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Nunito";
  src: url("../../../fonts/nunito/Nunito-BlackItalic.eot");
  src: url("../../../fonts/nunito/Nunito-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/nunito/Nunito-BlackItalic.woff") format("woff"), url("../../../fonts/nunito/Nunito-BlackItalic.ttf") format("truetype"), url("../../../fonts/nunito/Nunito-BlackItalic.svg?#webfont") format("svg");
  font-weight: 900;
  font-style: italic; }

body {
  font-family: 'Nunito', sans-serif; }

/*==================================================
  Landing0397
===================================================*/
/*=== Colors ===*/
/*=== Global ===*/
/*=== Global ===*/
::-webkit-input-placeholder {
  font-size: 0; }

::-moz-placeholder {
  font-size: 0; }

:-ms-input-placeholder {
  font-size: 0; }

:-moz-placeholder {
  font-size: 0; }

input::placeholder {
  pointer-events: none;
  font-size: 0; }

.container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  width: 100%;
  z-index: 2; }

.container--narrow {
  max-width: 930px;
  margin: 0 auto; }

html,
body {
  overflow-x: hidden; }

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

.footer {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 30px 0; }
  @media (min-width: 1400px) {
    .footer {
      padding: 50px 0 40px; } }
  .footer a {
    color: #fff; }
  .footer .logo {
    display: none; }
  .footer .container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%; }
  @media (min-width: 768px) {
    .footer .footer-wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      align-items: center; } }
  .footer .footer-content {
    margin-bottom: 5px; }
    @media (min-width: 1280px) {
      .footer .footer-content {
        margin-left: auto;
        max-width: 400px;
        text-align: right; } }
    .footer .footer-content a {
      text-decoration: underline; }
    @media (min-width: 768px) {
      .footer .footer-content {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2; } }
  .footer .custodian-link {
    display: block;
    margin-top: 5px; }
  @media (min-width: 768px) {
    .footer .company-info {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 2;
      grid-row-end: 3; } }
  @media (min-width: 1280px) {
    .footer .company-info {
      text-align: right; } }
  .footer .footer-links {
    display: block; }
    @media (min-width: 768px) {
      .footer .footer-links {
        display: flex;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 3; } }
    .footer .footer-links .footer-link-item {
      margin-bottom: 10px;
      text-align: center; }
      @media (min-width: 768px) {
        .footer .footer-links .footer-link-item {
          margin-bottom: 0;
          text-align: left; } }
    .footer .footer-links a {
      font-weight: 700; }
  .footer .footer-link {
    margin-right: 10px; }

.header-nav .logo-img {
  max-width: 150px; }
  @media (min-width: 768px) {
    .header-nav .logo-img {
      max-width: 311px; } }

.landing0397,
.cancel-membership {
  background-image: linear-gradient(180deg, #1C2634 0%, #0F141E 100%);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /*=== Buttons ===*/
  /*=== Age verification ===*/
  /*=== Header ===*/
  /*=== Main ===*/
  /*=== Intro ===*/
  /*=== join ===*/
  /*=== info ===*/
  /*=== section action ===*/
  /*=== Signup / signin / forgot ===*/ }
  .landing0397 .footer-link-item .js_signin_action,
  .cancel-membership .footer-link-item .js_signin_action {
    display: inline-block; }
  .landing0397 .error_message,
  .cancel-membership .error_message {
    color: #f00;
    display: block;
    text-align: left !important;
    padding-left: 15px;
    margin-bottom: 5px; }
  .landing0397.form-signup .label,
  .cancel-membership.form-signup .label {
    text-transform: uppercase; }
  .landing0397.form-signup .signup,
  .cancel-membership.form-signup .signup {
    display: block;
    flex: 1;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 450ms;
    visibility: visible; }
  .landing0397.form-signup .footer-link-item .js_signin_action,
  .cancel-membership.form-signup .footer-link-item .js_signin_action {
    display: inline-block; }
  .landing0397.form-signin .signin,
  .cancel-membership.form-signin .signin {
    display: block;
    flex: 1;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 450ms;
    visibility: visible; }
  .landing0397.form-signin .footer-link-item .js_signup_action,
  .cancel-membership.form-signin .footer-link-item .js_signup_action {
    display: inline-block; }
  .landing0397.form-signin .footer-link-item .js_signin_action,
  .cancel-membership.form-signin .footer-link-item .js_signin_action {
    display: none; }
  .landing0397.forgot-password .forgot,
  .cancel-membership.forgot-password .forgot {
    display: block;
    flex: 1;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 450ms;
    visibility: visible; }
  .landing0397.form-signup .intro, .landing0397.form-signin .intro, .landing0397.forgot-password .intro,
  .cancel-membership.form-signup .intro,
  .cancel-membership.form-signin .intro,
  .cancel-membership.forgot-password .intro {
    display: none; }
  .landing0397 .intro,
  .cancel-membership .intro {
    background-color: #000; }
  .landing0397 .age-verification-btn,
  .landing0397 .btn,
  .landing0397 .login-link,
  .cancel-membership .age-verification-btn,
  .cancel-membership .btn,
  .cancel-membership .login-link {
    display: inline-block;
    background-color: #FF0225;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase; }
  
  .landing0397 .btn,
  .landing0397 .login-link,
  .cancel-membership .btn,
  .cancel-membership .login-link {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.2px;
    line-height: 1.37;
    margin: 0 auto;
    max-width: 100%;
    padding: 11px 10px 9px;
    width: 430px; }
    @media (min-width: 415px) {
      
      .landing0397 .btn,
      .landing0397 .login-link,
      .cancel-membership .btn,
      .cancel-membership .login-link {
        font-size: 18px; } }
    @media (min-width: 768px) {
      
      .landing0397 .btn,
      .landing0397 .login-link,
      .cancel-membership .btn,
      .cancel-membership .login-link {
        font-size: 22px; } }
  .landing0397 .btn--small, .landing0397 .login-link,
  .cancel-membership .btn--small,
  .cancel-membership .login-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
    padding: 17px 10px 13px;
    width: 120px; }
    @media (min-width: 768px) {
      .landing0397 .btn--small, .landing0397 .login-link,
      .cancel-membership .btn--small,
      .cancel-membership .login-link {
        width: 175px; } }
  .landing0397 .btn--middle,
  .cancel-membership .btn--middle {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    max-width: 100%;
    padding: 17px 10px 13px;
    width: 145px; }
    @media (min-width: 768px) {
      .landing0397 .btn--middle,
      .cancel-membership .btn--middle {
        width: 165px; } }
  .landing0397 .age-verification-page,
  .cancel-membership .age-verification-page {
    height: 100vh; }
    .landing0397 .age-verification-page .main,
    .cancel-membership .age-verification-page .main {
      background-image: url("https://s03.ndcdn.com/compliance-gaming/img/googashgames.com/landing/bg.jpg");
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      height: 76vh; }
      @media (min-width: 1525px) {
        .landing0397 .age-verification-page .main,
        .cancel-membership .age-verification-page .main {
          height: 95vh; } }
    .landing0397 .age-verification-page .age-verification-wrapper,
    .cancel-membership .age-verification-page .age-verification-wrapper {
      align-items: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0 auto;
      font-size: 14px;
      max-width: 500px;
      position: relative;
      width: 100%; }
      @media (min-width: 768px) {
        .landing0397 .age-verification-page .age-verification-wrapper,
        .cancel-membership .age-verification-page .age-verification-wrapper {
          position: absolute;
          top: 50%;
          left: 0;
          margin-left: calc((100vw - 1200px)/2); } }
      @media (min-width: 1400px) {
        .landing0397 .age-verification-page .age-verification-wrapper,
        .cancel-membership .age-verification-page .age-verification-wrapper {
          margin-left: calc((100vw - 490px)/2); } }
    .landing0397 .age-verification-page .age-verification-content,
    .cancel-membership .age-verification-page .age-verification-content {
      position: relative;
      width: 100%;
      z-index: 1; }
    .landing0397 .age-verification-page .age-verification-title,
    .cancel-membership .age-verification-page .age-verification-title {
      color: #FFFFFF;
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 1.5px;
      margin: 0 0 36px 0;
      text-transform: uppercase;
      text-align: center;
      width: 100%; }
    .landing0397 .age-verification-page .main,
    .cancel-membership .age-verification-page .main {
      align-items: center;
      display: flex;
      flex-direction: column; }
  .landing0397 .cancel-mmbership .login-link,
  .landing0397 .age-verification-btn,
  .cancel-membership .cancel-mmbership .login-link,
  .cancel-membership .age-verification-btn {
    align-items: center;
    background-color: #FF0225;
    border: 2px solid #FF0225;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    line-height: 1.37;
    font-size: 16px;
    font-weight: 700;
    margin: 0 15px 15px 15px;
    max-width: 200px;
    padding: 14px 10px 12px;
    transition: all 0.3s ease;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0397 .cancel-mmbership .login-link,
      .landing0397 .age-verification-btn,
      .cancel-membership .cancel-mmbership .login-link,
      .cancel-membership .age-verification-btn {
        margin-bottom: 20px; } }
  .landing0397 .age-verification-btn,
  .cancel-membership .age-verification-btn {
    box-shadow: none; }
  .landing0397 .cancel-membership .login-link:last-of-type,
  .landing0397 .age-verification-btn + .age-verification-btn,
  .cancel-membership .cancel-membership .login-link:last-of-type,
  .cancel-membership .age-verification-btn + .age-verification-btn {
    background-color: transparent;
    color: #FFFFFF; }
  .landing0397 .header,
  .cancel-membership .header {
    padding: 32px 0 0; }
    @media (min-width: 768px) {
      .landing0397 .header,
      .cancel-membership .header {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 38px; } }
  .landing0397 .header-nav,
  .cancel-membership .header-nav {
    display: flex;
    justify-content: center;
    position: relative; }
  .landing0397 .logo-header,
  .cancel-membership .logo-header {
    display: flex;
    max-width: 100%;
    max-width: 120px; }
    @media (min-width: 768px) {
      .landing0397 .logo-header,
      .cancel-membership .logo-header {
        max-width: 240px;
        width: 100%; } }
  .landing0397 .login-links,
  .cancel-membership .login-links {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .landing0397 .login-link,
  .cancel-membership .login-link {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    width: 100px; }
    @media (min-width: 768px) {
      .landing0397 .login-link,
      .cancel-membership .login-link {
        width: 150px; } }
  .landing0397 .main,
  .cancel-membership .main {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .landing0397 .hero,
  .cancel-membership .hero {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 30vh; }
    @media (min-width: 768px) {
      .landing0397 .hero,
      .cancel-membership .hero {
        height: 80vh; } }
    @media (min-width: 1280px) {
      .landing0397 .hero,
      .cancel-membership .hero {
        height: 100vh; } }
  .landing0397 .hero-content,
  .cancel-membership .hero-content {
    margin-top: 7%; }
  .landing0397 .hero-title,
  .cancel-membership .hero-title {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1.3px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .landing0397 .hero-title,
      .cancel-membership .hero-title {
        font-size: 45px; } }
    @media (min-width: 1400px) {
      .landing0397 .hero-title,
      .cancel-membership .hero-title {
        font-size: 60px; } }
    .landing0397 .hero-title span,
    .cancel-membership .hero-title span {
      color: #FF0225;
      font-style: italic;
      font-weight: 900;
      display: block; }
  .landing0397 .hero-sub,
  .cancel-membership .hero-sub {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 1.3px;
    margin: 30px 0 50px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .landing0397 .hero-sub,
      .cancel-membership .hero-sub {
        font-size: 30px; } }
    @media (min-width: 1400px) {
      .landing0397 .hero-sub,
      .cancel-membership .hero-sub {
        font-size: 35px; } }
  .landing0397 .btn-hero,
  .cancel-membership .btn-hero {
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.37;
    max-width: 311px;
    padding: 20px 10px;
    width: 100%; }
    @media (min-width: 415px) {
      .landing0397 .btn-hero,
      .cancel-membership .btn-hero {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .landing0397 .btn-hero,
      .cancel-membership .btn-hero {
        font-size: 30px; } }
  .landing0397 .btn-hero:active,
  .cancel-membership .btn-hero:active {
    transform: scale(0.98); }
  .landing0397 .join-content,
  .cancel-membership .join-content {
    text-align: center; }
  .landing0397 .join-img-wrapper,
  .cancel-membership .join-img-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;
    max-width: 660px; }
  .landing0397 .pera,
  .cancel-membership .pera {
    background-color: #fff;
    padding: 50px;
    text-align: left;
    max-width: 680px;
    width: 100%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .landing0397 .pera_title,
  .cancel-membership .pera_title {
    color: #FF0225;
    font-size: 40px;
    font-weight: 700; }
  .landing0397 .pera_text,
  .cancel-membership .pera_text {
    color: #000;
    font-size: 16px; }
  .landing0397 .djura,
  .cancel-membership .djura {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .landing0397 .join-text,
  .cancel-membership .join-text {
    color: #fff;
    margin: 60px 0;
    text-align: center; }
  .landing0397 .join-title,
  .cancel-membership .join-title {
    font-weight: 800;
    max-width: 1135px;
    margin: 0 auto; }
  .landing0397 .join-title,
  .landing0397 .join-subtitle,
  .cancel-membership .join-title,
  .cancel-membership .join-subtitle {
    font-size: 20px; }
    @media (min-width: 768px) {
      .landing0397 .join-title,
      .landing0397 .join-subtitle,
      .cancel-membership .join-title,
      .cancel-membership .join-subtitle {
        font-size: 35px; } }
  .landing0397 .btn-join,
  .cancel-membership .btn-join {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    letter-spacing: 0;
    max-width: 284px;
    padding: 17px 25px; }
  .landing0397 .info,
  .cancel-membership .info {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/googashgames.com/landing/cta.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0; }
  .landing0397 .info-title,
  .cancel-membership .info-title {
    color: #FF0225;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .landing0397 .info-title,
      .cancel-membership .info-title {
        font-size: 40px; } }
  .landing0397 .info-text,
  .cancel-membership .info-text {
    color: #fff;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    text-align: center; }
  .landing0397 .info-paragraph,
  .cancel-membership .info-paragraph {
    font-size: 18px;
    line-height: 1.33;
    margin: 0 auto 20px;
    max-width: 710px; }
  .landing0397 .action-wrapp,
  .cancel-membership .action-wrapp {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px; }
    @media (min-width: 768px) {
      .landing0397 .action-wrapp,
      .cancel-membership .action-wrapp {
        grid-template-columns: 1fr 1fr 1fr; } }
  .landing0397 .action-item,
  .cancel-membership .action-item {
    background-color: #FF0225;
    position: relative; }
    .landing0397 .action-item img,
    .cancel-membership .action-item img {
      width: 100%; }
  .landing0397 .action-des,
  .cancel-membership .action-des {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .landing0397 .action-des,
      .cancel-membership .action-des {
        font-size: 25px; } }
    .landing0397 .action-des.action-des--large,
    .cancel-membership .action-des.action-des--large {
      padding: 20px 18px; }
    .landing0397 .action-des span,
    .cancel-membership .action-des span {
      display: block; }
  .landing0397 .signup,
  .landing0397 .signin,
  .landing0397 .forgot,
  .cancel-membership .signup,
  .cancel-membership .signin,
  .cancel-membership .forgot {
    background-image: none;
    background-position: bottom center;
    display: none;
    grid-area: 1 / 1;
    flex: 1;
    opacity: 0;
    padding: 60px 0;
    position: relative;
    transition: visibility 0s linear 450ms, opacity 450ms;
    visibility: hidden; }
    @media (min-width: 768px) {
      .landing0397 .signup,
      .landing0397 .signin,
      .landing0397 .forgot,
      .cancel-membership .signup,
      .cancel-membership .signin,
      .cancel-membership .forgot {
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100vh;
        padding: 200px 0 55px; } }
    @media (min-width: 1400px) {
      .landing0397 .signup,
      .landing0397 .signin,
      .landing0397 .forgot,
      .cancel-membership .signup,
      .cancel-membership .signin,
      .cancel-membership .forgot {
        padding: 300px 0 160px; } }
    .landing0397 .signup .signup-form-wrapper,
    .landing0397 .signup .signin-form-wrapper,
    .landing0397 .signup .forgot-form-wrapper,
    .landing0397 .signin .signup-form-wrapper,
    .landing0397 .signin .signin-form-wrapper,
    .landing0397 .signin .forgot-form-wrapper,
    .landing0397 .forgot .signup-form-wrapper,
    .landing0397 .forgot .signin-form-wrapper,
    .landing0397 .forgot .forgot-form-wrapper,
    .cancel-membership .signup .signup-form-wrapper,
    .cancel-membership .signup .signin-form-wrapper,
    .cancel-membership .signup .forgot-form-wrapper,
    .cancel-membership .signin .signup-form-wrapper,
    .cancel-membership .signin .signin-form-wrapper,
    .cancel-membership .signin .forgot-form-wrapper,
    .cancel-membership .forgot .signup-form-wrapper,
    .cancel-membership .forgot .signin-form-wrapper,
    .cancel-membership .forgot .forgot-form-wrapper {
      max-width: 430px; }
    .landing0397 .signup .signin-form-wrapper,
    .landing0397 .signin .signin-form-wrapper,
    .landing0397 .forgot .signin-form-wrapper,
    .cancel-membership .signup .signin-form-wrapper,
    .cancel-membership .signin .signin-form-wrapper,
    .cancel-membership .forgot .signin-form-wrapper {
      max-width: 450px; }
      .landing0397 .signup .signin-form-wrapper .label,
      .landing0397 .signin .signin-form-wrapper .label,
      .landing0397 .forgot .signin-form-wrapper .label,
      .cancel-membership .signup .signin-form-wrapper .label,
      .cancel-membership .signin .signin-form-wrapper .label,
      .cancel-membership .forgot .signin-form-wrapper .label {
        text-transform: uppercase; }
    @media (min-width: 415px) {
      .landing0397 .signup form,
      .landing0397 .signin form,
      .landing0397 .forgot form,
      .cancel-membership .signup form,
      .cancel-membership .signin form,
      .cancel-membership .forgot form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -15px; } }
    .landing0397 .signup .forgot-password-form .form-field-wrapper,
    .landing0397 .signin .forgot-password-form .form-field-wrapper,
    .landing0397 .forgot .forgot-password-form .form-field-wrapper,
    .cancel-membership .signup .forgot-password-form .form-field-wrapper,
    .cancel-membership .signin .forgot-password-form .form-field-wrapper,
    .cancel-membership .forgot .forgot-password-form .form-field-wrapper {
      flex: 1;
      max-width: 100%;
      width: 100%; }
    @media (min-width: 415px) {
      .landing0397 .signup .cta-wrapper,
      .landing0397 .signin .cta-wrapper,
      .landing0397 .forgot .cta-wrapper,
      .cancel-membership .signup .cta-wrapper,
      .cancel-membership .signin .cta-wrapper,
      .cancel-membership .forgot .cta-wrapper {
        margin: 15px 15px 0; } }
    .landing0397 .signup .cta-wrapper .btn, .landing0397 .signup .cta-wrapper .login-link,
    .landing0397 .signin .cta-wrapper .btn,
    .landing0397 .signin .cta-wrapper .login-link,
    .landing0397 .forgot .cta-wrapper .btn,
    .landing0397 .forgot .cta-wrapper .login-link,
    .cancel-membership .signup .cta-wrapper .btn,
    .cancel-membership .signup .cta-wrapper .login-link,
    .cancel-membership .signin .cta-wrapper .btn,
    .cancel-membership .signin .cta-wrapper .login-link,
    .cancel-membership .forgot .cta-wrapper .btn,
    .cancel-membership .forgot .cta-wrapper .login-link {
      cursor: pointer;
      font-size: 22px;
      letter-spacing: 2.2px;
      max-width: 100%;
      box-sizing: border-box;
      width: 100%; }
  @media (min-width: 768px) {
    .landing0397 .signin,
    .landing0397 .forgot,
    .cancel-membership .signin,
    .cancel-membership .forgot {
      padding: 210px 0 155px; } }
  @media (min-width: 1400px) {
    .landing0397 .signin,
    .landing0397 .forgot,
    .cancel-membership .signin,
    .cancel-membership .forgot {
      padding: 360px 0 215px; } }
  .landing0397 .signin-title,
  .landing0397 .signup-title,
  .landing0397 .forgot-title,
  .landing0397 .cancel-membership-form-title,
  .cancel-membership .signin-title,
  .cancel-membership .signup-title,
  .cancel-membership .forgot-title,
  .cancel-membership .cancel-membership-form-title {
    color: #FF0225;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (min-width: 415px) {
      .landing0397 .signin-title,
      .landing0397 .signup-title,
      .landing0397 .forgot-title,
      .landing0397 .cancel-membership-form-title,
      .cancel-membership .signin-title,
      .cancel-membership .signup-title,
      .cancel-membership .forgot-title,
      .cancel-membership .cancel-membership-form-title {
        font-size: 40px; } }
  @media (min-width: 415px) {
    .landing0397 .signin-title,
    .landing0397 .forgot-title,
    .cancel-membership .signin-title,
    .cancel-membership .forgot-title {
      font-size: 30px; } }
  @media (min-width: 415px) {
    .landing0397 .cancel-membership-form-title,
    .cancel-membership .cancel-membership-form-title {
      font-size: 30px; } }
  .landing0397 .cancel-membership-form,
  .cancel-membership .cancel-membership-form {
    margin: 60px 20px 20px 20px;
    max-width: 430px; }
    @media (min-width: 768px) {
      .landing0397 .cancel-membership-form,
      .cancel-membership .cancel-membership-form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 210px auto 0 20px; } }
    @media (min-width: 1280px) {
      .landing0397 .cancel-membership-form,
      .cancel-membership .cancel-membership-form {
        margin-left: calc((100vw - 1230px)/2); } }
    @media (min-width: 1400px) {
      .landing0397 .cancel-membership-form,
      .cancel-membership .cancel-membership-form {
        margin-left: calc((100vw - 1400px)/2); } }
  .landing0397 .signup-form-title,
  .landing0397 .signin-form-subtitle,
  .landing0397 .forgot-form-subtitle,
  .cancel-membership .signup-form-title,
  .cancel-membership .signin-form-subtitle,
  .cancel-membership .forgot-form-subtitle {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.33; }
  .landing0397 .signup-form-title,
  .cancel-membership .signup-form-title {
    width: 100%; }
  .landing0397 .signup-form-subtitle,
  .cancel-membership .signup-form-subtitle {
    display: none; }
  .landing0397 .cta-wrapper-navigation,
  .cancel-membership .cta-wrapper-navigation {
    color: #fff;
    display: flex;
    font-size: 9px;
    font-weight: 400;
    justify-content: space-between;
    width: 100%; }
  .landing0397 .no-member-text,
  .cancel-membership .no-member-text {
    margin: 0 3px 0 auto; }
  .landing0397 .go-back-link,
  .landing0397 .signup-back-link,
  .cancel-membership .go-back-link,
  .cancel-membership .signup-back-link {
    color: #fff; }
  .landing0397 .signup-back-link,
  .cancel-membership .signup-back-link {
    font-size: 11px; }
  .landing0397 .has_error .label,
  .cancel-membership .has_error .label {
    margin-bottom: 5px; }
  .landing0397 .has_error .error_message,
  .cancel-membership .has_error .error_message {
    text-align: center;
    margin-bottom: 5px; }
  .landing0397 .form-field-wrapper,
  .cancel-membership .form-field-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%; }
    @media (min-width: 415px) {
      .landing0397 .form-field-wrapper,
      .cancel-membership .form-field-wrapper {
        max-width: 50%;
        padding: 0 15px; } }
  .landing0397 .label,
  .cancel-membership .label {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    margin: 0 0 7px 15px;
    text-transform: uppercase; }
  .landing0397 input[type="text"], .landing0397 input[type="password"], .landing0397 input[type="email"], .landing0397 input[type="tel"], .landing0397 select,
  .cancel-membership input[type="text"],
  .cancel-membership input[type="password"],
  .cancel-membership input[type="email"],
  .cancel-membership input[type="tel"],
  .cancel-membership select {
    background-color: #fff;
    color: #0D1119;
    font-size: 14px;
    line-height: normal;
    padding: 17px 20px;
    width: 100%; }
  .landing0397 .cta-wrapper,
  .cancel-membership .cta-wrapper {
    text-align: center;
    position: relative;
    width: 100%; }
  .landing0397 .signin-form,
  .cancel-membership .signin-form {
    max-width: 430px; }
    .landing0397 .signin-form input[type="text"], .landing0397 .signin-form input[type="password"], .landing0397 .signin-form input[type="email"], .landing0397 .signin-form input[type="tel"], .landing0397 .signin-form select,
    .cancel-membership .signin-form input[type="text"],
    .cancel-membership .signin-form input[type="password"],
    .cancel-membership .signin-form input[type="email"],
    .cancel-membership .signin-form input[type="tel"],
    .cancel-membership .signin-form select {
      border: none; }
    .landing0397 .signin-form .cta .btn, .landing0397 .signin-form .cta .login-link,
    .cancel-membership .signin-form .cta .btn,
    .cancel-membership .signin-form .cta .login-link {
      border: 4px solid #D656FC; }
  .landing0397 .cta-wrapper-navigation,
  .cancel-membership .cta-wrapper-navigation {
    margin-top: 0;
    padding: 0 25px 10px; }
    @media (min-width: 415px) {
      .landing0397 .cta-wrapper-navigation,
      .cancel-membership .cta-wrapper-navigation {
        padding-bottom: 0; } }
    .landing0397 .cta-wrapper-navigation a,
    .landing0397 .cta-wrapper-navigation p,
    .cancel-membership .cta-wrapper-navigation a,
    .cancel-membership .cta-wrapper-navigation p {
      color: #FFFFFF;
      font-size: 11px; }
  .landing0397 .cancel-membership-form-close-link-wrap,
  .cancel-membership .cancel-membership-form-close-link-wrap {
    margin: 30px auto 0; }
    .landing0397 .cancel-membership-form-close-link-wrap a,
    .cancel-membership .cancel-membership-form-close-link-wrap a {
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase; }
  .landing0397 .cancel-membership-form-desc,
  .cancel-membership .cancel-membership-form-desc {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    width: 100%; }
  .landing0397 .cancel-membership-form-info,
  .cancel-membership .cancel-membership-form-info {
    margin-bottom: 28px; }
  .landing0397 .cancel-membership-form-field,
  .cancel-membership .cancel-membership-form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    max-width: 100%; }
    @media (min-width: 415px) {
      .landing0397 .cancel-membership-form-field,
      .cancel-membership .cancel-membership-form-field {
        display: inline-flex;
        flex-direction: column;
        margin-bottom: 0;
        max-width: 50%;
        width: 200px; } }
  .landing0397 .cancel-membership-form-label,
  .cancel-membership .cancel-membership-form-label {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    margin: 0 0 7px 13px;
    text-align: left;
    text-transform: uppercase; }
  .landing0397 .cancel-membership-form-submit-wrap,
  .cancel-membership .cancel-membership-form-submit-wrap {
    position: relative;
    margin-top: 30px;
    width: 100%; }
  .landing0397 .cancel-membership-form-submit,
  .landing0397 .reset-password-form .btn,
  .landing0397 .reset-password-form .login-link,
  .cancel-membership .cancel-membership-form-submit,
  .cancel-membership .reset-password-form .btn,
  .cancel-membership .reset-password-form .login-link {
    border: none;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.2px;
    line-height: 1.36;
    width: 100%;
    padding: 13px 10px 11px;
    background-color: #FF0225;
    color: #FFFFFF;
    text-transform: uppercase; }
    @media (min-width: 415px) {
      .landing0397 .cancel-membership-form-submit,
      .landing0397 .reset-password-form .btn,
      .landing0397 .reset-password-form .login-link,
      .cancel-membership .cancel-membership-form-submit,
      .cancel-membership .reset-password-form .btn,
      .cancel-membership .reset-password-form .login-link {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .landing0397 .cancel-membership-form-submit,
      .landing0397 .reset-password-form .btn,
      .landing0397 .reset-password-form .login-link,
      .cancel-membership .cancel-membership-form-submit,
      .cancel-membership .reset-password-form .btn,
      .cancel-membership .reset-password-form .login-link {
        font-size: 22px; } }
  .landing0397 .cancel-membership-form-submit,
  .cancel-membership .cancel-membership-form-submit {
    max-width: 100%; }

.reset-password-form .btn, .reset-password-form .landing0397 .login-link, .landing0397 .reset-password-form .login-link,
.reset-password-form .cancel-membership .login-link, .cancel-membership .reset-password-form .login-link {
  cursor: pointer; }

.reset-password-form .form-inner {
  margin-top: 13%;
  display: block; }
  @media (min-width: 768px) {
    .reset-password-form .form-inner {
      margin-left: calc((100vw - 1210px)/2); } }
  @media (min-width: 1400px) {
    .reset-password-form .form-inner {
      margin-left: calc((100vw - 1400px)/2); } }

.reset-password-form .form-field-wrapper {
  display: inline-flex;
  width: 100%;
  padding: 0 15px 0 0; }
  @media (min-width: 415px) {
    .reset-password-form .form-field-wrapper {
      max-width: 49%; } }

.reset-password-form .cta-wrapper {
  padding: 25px 15px 25px 0; }

.reset-password-form .reset-password-title,
.reset-password-form .reset-password-subtitle {
  text-align: left;
  text-shadow: -3px 3px 5px rgba(0, 0, 0, 0.7); }

.reset-password-form .reset-password-title {
  font-size: 30px;
  font-weight: 600; }

.reset-password-form .reset-password-subtitle {
  font-size: 13px;
  font-weight: 300; }

.reset-password-form {
  background-image: url("https://s03.ndcdn.com/compliance-gaming/img/googashgames.com/landing/bg.jpg") !important;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 100vh; }
  @media (min-width: 768px) {
    .reset-password-form {
      background-position: right; } }

.cancel-membership .main {
  background-image: url("https://s03.ndcdn.com/compliance-gaming/img/googashgames.com/landing/bg.jpg") !important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 30vh;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .cancel-membership .main {
      min-height: 80vh; } }
  @media (min-width: 1280px) {
    .cancel-membership .main {
      min-height: 100vh; } }

.cancel-membership .header-nav {
  display: block; }
  @media (min-width: 768px) {
    .cancel-membership .header-nav {
      display: flex; } }
  .cancel-membership .header-nav .login-links {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 20px;
    position: static;
    right: auto;
    top: auto;
    transform: translateY(0); }
    @media (min-width: 768px) {
      .cancel-membership .header-nav .login-links {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); } }
  .cancel-membership .header-nav .login-link {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 15px 10px; }
    @media (min-width: 768px) {
      .cancel-membership .header-nav .login-link {
        display: inline-flex;
        justify-content: center;
        margin-bottom: 0; } }

@media (min-width: 768px) {
  .cancel-membership .login-link:last-of-type {
    margin-right: 25px; } }

/*==================================================
  Payment
===================================================*/
/*=== Colors ===*/
.payment .header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 46px; }
  .payment .header .header-nav {
    text-align: left; }

.payment .main-wrapper {
  background-image: url("https://s03.ndcdn.com/compliance-gaming/img/googashgames.com/landing/bg.jpg?v=0.0.0") !important;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-top: 150px;
  position: relative; }
  @media (min-width: 768px) {
    .payment .main-wrapper {
      padding-top: 200px; } }

.payment .iframe-wrapper {
  width: 100%;
  max-width: 100%; }

.payment iframe {
  border: none;
  margin: 0;
  width: 100%;
  height: 1150px; }
  @media (min-width: 1280px) {
    .payment iframe {
      height: 850px; } }

/*==================================================
  template0001
===================================================*/
.horny-heroes0001 {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  /*=== intro ===*/ }
  .horny-heroes0001 .main {
    flex-grow: 1; }
  .horny-heroes0001 .main .container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%; }
  .horny-heroes0001 .home-intro {
    padding: 25px 0; }
    @media (min-width: 768px) {
      .horny-heroes0001 .home-intro {
        padding: 50px 0; } }
  .horny-heroes0001 .home-intro-wrapper {
    position: relative;
    overflow: hidden; }
  .horny-heroes0001 .home-intro-img,
  .horny-heroes0001 .home-intro-img-mobile {
    width: 100%; }
  .horny-heroes0001 .home-intro-img {
    display: none; }
    @media (min-width: 768px) {
      .horny-heroes0001 .home-intro-img {
        display: block; } }
  .horny-heroes0001 .home-intro-img-mobile {
    display: block; }
    @media (min-width: 768px) {
      .horny-heroes0001 .home-intro-img-mobile {
        display: none; } }
  .horny-heroes0001 .home-intro-link {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .horny-heroes0001 .iframe-wrapper {
    display: none; }
    .horny-heroes0001 .iframe-wrapper iframe {
      border: none;
      display: block;
      width: 100%; }

.games-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between; }
  .games-list .container {
    margin: 0 auto;
    padding: 15px;
    width: 100%; }
  .games-list .games-list-content-wrap {
    padding: 70px 0 15px;
    position: relative; }
  .games-list .games-list-content-title {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center; }
  .games-list .games-list-content-subtitle {
    color: #DD8335;
    font-size: 40px;
    margin-bottom: 22px; }
  .games-list .games-list-content-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute; }
  .games-list:not(.games-list0003) .games-list-content-item {
    grid-column: span 1; }
    .games-list:not(.games-list0003) .games-list-content-item::after {
      background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat padding-box;
      bottom: 0;
      content: ' ';
      height: 50px;
      left: 0;
      position: absolute;
      width: 100%; }
  .games-list .games-list-content-item {
    position: relative;
    height: 0;
    min-height: 150px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 117%; }
  .games-list .games-list-content-name {
    display: block;
    width: 100%;
    z-index: 1;
    height: auto;
    left: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%; }
  .games-list .games-list-content-text {
    display: block;
    font-size: 28px;
    font-weight: 500;
    width: 100%;
    z-index: 1;
    color: #FF0325;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    text-transform: uppercase; }
  .games-list .games-list-content-text-decor {
    font-size: inherit; }
  .games-list .games-list-content-ul {
    margin: 0 0 30px; }
  .games-list .games-list-content-ul-item {
    color: #fff;
    line-height: 2;
    font-size: 20px;
    font-weight: 400; }

.games-list0005 .games-list-content {
  max-width: 800px;
  margin: 0 auto; }

.games-list0005 .games-list-content-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
  gap: 15px;
  margin-bottom: 30px; }
  @media (min-width: 1400px) {
    .games-list0005 .games-list-content-list {
      grid-template-columns: repeat(auto-fill, minmax(, 1fr)); } }

.games-list0005 .games-list-content-ul {
  column-count: 2;
  gap: 100px;
  margin: 0 0 30px; }

.games-list0005 .games-list-content-ul-item {
  color: #fff;
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative; }
  .games-list0005 .games-list-content-ul-item::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle id='Ellipse_2' data-name='Ellipse 2' cx='5' cy='5' r='5' fill='%23FF0325'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
    display: block;
    flex-shrink: 0;
    height: 10px;
    position: relative;
    width: 10px; }

.members-multiple0002 {
  background: #000;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100vh;
  justify-content: space-between; }
  .members-multiple0002 .home-intro .container {
    margin: 0 auto;
    max-width: 1360px;
    padding: 15px;
    width: 100%; }
  .members-multiple0002 .members-content-title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 1em;
    text-align: center; }
  .members-multiple0002 .members-content-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    gap: 15px;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .members-multiple0002 .members-content-list {
        grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
        gap: 20px; } }
  .members-multiple0002 .members-content-item {
    border-radius: 0px;
    grid-column: span 1;
    position: relative;
    height: 0;
    min-height: 150px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 117%; }
  .members-multiple0002 .members-content-image {
    border-radius: 0px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    position: absolute; }
  .members-multiple0002 .members-content-link {
    align-items: flex-end;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
    .members-multiple0002 .members-content-link::after {
      background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat padding-box;
      bottom: 0;
      content: ' ';
      height: 50px;
      left: 0;
      position: absolute;
      width: 100%; }
  .members-multiple0002 .members-content-icon {
    width: clamp(30px, 6vmin, 60px);
    height: clamp(30px, 6vmin, 60px);
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .members-multiple0002 .members-content-icon-text {
    align-self: flex-end;
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    z-index: 1; }
  .members-multiple0002 .multiple-games0002.members-content-wrap {
    padding: 40px 0; }
  .members-multiple0002 .multiple-games0002 .members-item-title {
    color: #fff;
    font-size: 18px; }

.multiple-games0002 .members-item-title {
  margin: 0 0 20px 0; }
  @media (min-width: 768px) {
    .multiple-games0002 .members-item-title {
      margin: 0 0 30px 0; } }

.multiple-games0002 .main-slider {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .multiple-games0002 .main-slider {
      margin-bottom: 30px; } }
  .multiple-games0002 .main-slider .carousel-out {
    overflow: hidden; }
  .multiple-games0002 .main-slider .carousel-btn.carousel-left {
    left: 0; }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .carousel-btn.carousel-left {
        border-radius: 16px 0 0 16px; } }
  .multiple-games0002 .main-slider .carousel-btn.carousel-right {
    right: 0; }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .carousel-btn.carousel-right {
        border-radius: 0 16px 16px 0; } }
  .multiple-games0002 .main-slider .slider-list {
    align-items: center;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-flow: column; }
    @media (max-width: 768px) {
      .multiple-games0002 .main-slider .slider-list {
        padding: 0; } }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .slider-list {
        grid-template-columns: 1fr 2fr 1fr;
        grid-auto-columns: 0; } }
    @media (min-width: 1400px) {
      .multiple-games0002 .main-slider .slider-list {
        grid-template-columns: 1fr 2fr 1fr; } }
  .multiple-games0002 .main-slider .game {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
  .multiple-games0002 .main-slider .slider-list-item {
    min-width: 100%;
    transition: all .25s ease-in-out;
    width: 100%; }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .slider-list-item {
        padding: 0 6px; } }
  .multiple-games0002 .main-slider .games-item, .multiple-games0002 .main-slider .slider-list-item-wrapper {
    display: grid; }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .games-item, .multiple-games0002 .main-slider .slider-list-item-wrapper {
        border-radius: 0px; } }
  .multiple-games0002 .main-slider .slider-list-item-wrapper {
    align-items: flex-end; }
    @media (max-width: 768px) {
      .multiple-games0002 .main-slider .slider-list-item-wrapper {
        padding-bottom: 66.3333%; } }
  @media (min-width: 768px) {
    .multiple-games0002 .main-slider .slider-list-item:nth-of-type(2) .slider-list-item-wrapper {
      padding-bottom: 56.3%; } }
  .multiple-games0002 .main-slider .game-box:before {
    background: #2e2e2e;
    height: 45px; }
  .multiple-games0002 .main-slider .game-name {
    color: #fff;
    margin-bottom: 12px; }
  @media (max-width: 768px) {
    .multiple-games0002 .main-slider .carousel-btn {
      background-color: rgba(0, 0, 0, 0.3);
      width: 45px;
      z-index: 1; } }
  @media (min-width: 768px) {
    .multiple-games0002 .main-slider .carousel-btn {
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 768px) {
    .multiple-games0002 .main-slider .carousel-btn .arrow-left,
    .multiple-games0002 .main-slider .carousel-btn .arrow-right {
      margin-bottom: 50px; } }

.multiple-games0002 .main-slider-btn {
  border-radius: 50px;
  grid-area: 1 / 1;
  font-size: 12px;
  font-weight: 700;
  justify-self: center;
  margin-bottom: 75px;
  max-width: 160px;
  pointer-events: none;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 20px;
  width: 100%;
  position: absolute; }

.multiple-games0002 .slider-list-item-wrapper {
  padding-bottom: 115%;
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .multiple-games0002 .slider-list-item-wrapper {
      border-radius: 0px; } }

.multiple-games0002 .game, .multiple-games0002 .game-box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

.multiple-games0002 .members-item .game-box:before, .multiple-games0002 .members-item-box .game-box:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%); }

.multiple-games0002 .slider-wrap {
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .multiple-games0002 .slider-wrap {
      margin: 0; } }

.multiple-games0002 .members-item-title,
.multiple-games0002 .members-item-box-title {
  font-size: 18px;
  text-transform: uppercase; }

.multiple-games0002 .members-item-box-title {
  margin: 0 0 17px 0; }

.multiple-games0002 .members-item-box-wrapper {
  margin: 0 -15px 20px; }
  @media (min-width: 768px) {
    .multiple-games0002 .members-item-box-wrapper {
      display: grid;
      grid-gap: 12px;
      grid-template-columns: repeat(2, calc(50% - 6px));
      margin: 28px 0 20px; } }

.multiple-games0002 .members-item-box {
  margin-bottom: 20px;
  padding: 10px 15px 0; }
  @media (min-width: 768px) {
    .multiple-games0002 .members-item-box {
      margin-bottom: 0;
      padding: 18px 15px; } }
  @media (min-width: 768px) {
    .multiple-games0002 .members-item-box .slider-list-item {
      min-width: 33.33%;
      width: 33.33%; } }
  @media (min-width: 1400px) {
    .multiple-games0002 .members-item-box .slider-list-item {
      min-width: 25%;
      width: 25%; } }
  @media (min-width: 768px) {
    .multiple-games0002 .members-item-box .play-game-item {
      width: 37px;
      height: 37px; } }
  @media (min-width: 768px) {
    .multiple-games0002 .members-item-box .play-game-title {
      font-size: 8px; } }
  .multiple-games0002 .members-item-box:nth-child(1) {
    background-color: rgba(4, 174, 255, 0.1); }
    .multiple-games0002 .members-item-box:nth-child(1) .members-item-box-title {
      color: #04AEFF; }
  .multiple-games0002 .members-item-box:nth-child(2) {
    background-color: rgba(251, 43, 107, 0.1); }
    .multiple-games0002 .members-item-box:nth-child(2) .members-item-box-title {
      color: #FB2B6B; }
  .multiple-games0002 .members-item-box:nth-child(3) {
    background-color: rgba(162, 24, 248, 0.1); }
    .multiple-games0002 .members-item-box:nth-child(3) .members-item-box-title {
      color: #A218F8; }
  .multiple-games0002 .members-item-box:nth-child(4) {
    background-color: rgba(3, 155, 0, 0.1); }
    .multiple-games0002 .members-item-box:nth-child(4) .members-item-box-title {
      color: #039B00; }

.multiple-games0002 .games {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 12px; }

.multiple-games0002 .games-item {
  overflow: hidden; }

.multiple-games0002 .game-box,
.multiple-games0002 .game-name,
.multiple-games0002 .play-game {
  grid-area: 1 / 1;
  z-index: 2; }

.multiple-games0002 .game {
  background-position: center center;
  background-size: cover;
  grid-area: 1 / 1;
  height: 100%;
  width: 100%; }

.multiple-games0002 .game-box {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  pointer-events: none; }
  .multiple-games0002 .game-box:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 20%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1; }

.multiple-games0002 .play-game {
  align-self: center;
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  text-align: center; }

.multiple-games0002 .play-game-item {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 5px; }
  .multiple-games0002 .play-game-item img {
    width: 100%; }

.multiple-games0002 .play-game-title {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700; }

.multiple-games0002 .game-name {
  align-self: flex-end;
  color: #fff;
  grid-area: 1 / 1;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 0 8px;
  text-align: center;
  width: 100%; }

.multiple-games0002 .slider-list {
  align-items: center;
  display: flex;
  overflow: hidden;
  padding: 0 33px;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .multiple-games0002 .slider-list {
      margin: 0;
      padding: 0; } }

.multiple-games0002 .slider-list-item {
  flex-grow: 1;
  min-width: 50%;
  height: 100%;
  padding: 0 2px;
  white-space: normal;
  width: 50%; }
  @media (min-width: 768px) {
    .multiple-games0002 .slider-list-item {
      min-width: 25%;
      padding: 0 6px;
      width: 25%; } }
  @media (min-width: 1280px) {
    .multiple-games0002 .slider-list-item {
      min-width: 20%;
      width: 20%; } }
  @media (min-width: 1400px) {
    .multiple-games0002 .slider-list-item {
      min-width: 16.66%;
      width: 16.66%; } }

.multiple-games0002 .slider-list-item-spacing {
  padding: 0 25px 0 0; }

.multiple-games0002 .carousel-in {
  margin: 0 -6px; }

.multiple-games0002 .carousel-out {
  position: relative; }

.multiple-games0002 .carousel-btn {
  align-items: center;
  display: flex;
  background-color: #929090;
  color: #ffffff;
  font-size: 15px;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 29px;
  z-index: 9; }
  @media (min-width: 768px) {
    .multiple-games0002 .carousel-btn {
      background-color: rgba(0, 0, 0, 0.3); } }
  .multiple-games0002 .carousel-btn .arrow-left {
    width: 10px; }
  .multiple-games0002 .carousel-btn.carousel-left {
    left: 0; }
    @media (min-width: 768px) {
      .multiple-games0002 .carousel-btn.carousel-left {
        border-radius: 16px 0 0 16px; } }
    .multiple-games0002 .carousel-btn.carousel-left:after {
      content: '';
      position: absolute; }
  .multiple-games0002 .carousel-btn.carousel-right {
    right: 0; }
    @media (min-width: 768px) {
      .multiple-games0002 .carousel-btn.carousel-right {
        border-radius: 0 16px 16px 0; } }
    .multiple-games0002 .carousel-btn.carousel-right .arrow-left {
      transform: rotate(-180deg); }

.members-inner0001 {
  padding: 60px 10px 0;
  width: 100%; }
  .members-inner0001 .container {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    max-width: 1360px; }
  .members-inner0001 .members-inner-wrap {
    margin-bottom: clamp(30px, 5vmin, 47px); }
    @media (min-width: 768px) {
      .members-inner0001 .members-inner-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  @media (min-width: 768px) {
    .members-inner0001 .members-inner-featured, .members-inner0001 .members-inner-content {
      width: calc(50% - 15px); } }
  .members-inner0001 .members-inner-featured {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 0px; }
  .members-inner0001 .members-inner-featured-img {
    display: flex;
    width: 100%;
    height: auto; }
  .members-inner0001 .members-inner-name {
    background-color: #FF1146;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding: 21px;
    text-align: center; }
  .members-inner0001 .members-inner-content {
    text-align: left; }
  .members-inner0001 .members-content-title {
    text-align: left;
    text-transform: uppercase; }
  .members-inner0001 .members-content-text {
    font-size: 16px;
    margin-bottom: clamp(20px, 3.5vmin, 30px);
    color: #fff; }
    @media (min-width: 768px) {
      .members-inner0001 .members-content-text {
        font-size: 18px; } }

.members-multiple0002 .members-header .header-wrapper > .header-nav {
  order: 0;
  display: flex;
  justify-content: center;
  width: 100%; }

.members-multiple0002 .members-item-title {
  font-size: 32px !important; }

.members-multiple0002 .main-slider-btn {
  background-color: #FF1146;
  border-radius: 0;
  color: #fff; }

.members-multiple0002 .members-navigation-btn,
.members-multiple0002 .main-slider-btn {
  border-radius: 6px; }

.members-multiple0002 .members-content-pagination-link {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 10px; }

.members-multiple0002 .members-content-pagination-btn {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.members-multiple0002 .members-content-icon-text {
  font-size: 16px;
  font-weight: 600; }

.members-multiple0002 .members-header a.members-navigation-btn {
  padding: 12px 30px !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.members-multiple0002 .members-inner-content a.members-navigation-btn {
  padding: 15px 21px !important;
  font-size: 16px; }

.members-multiple0002 .members-username-name {
  font-weight: 500; }

.members-multiple0002 .members-content-text {
  line-height: 1.5; }
