html {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0
}

body {
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    font-family: 'Karla', sans-serif
}

:focus-visible {
    outline: 2px solid #A51BBD;
    outline-offset: 3px;
    transition: outline-color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.site-header {
    background: linear-gradient(135deg, #0d0510 0%, #180c20 60%, #0a0f0d 100%);
    border-bottom: 1px solid #a51bbd47;
    box-shadow: 0 6px 20px 0 #a51bbd1a;
    position: relative;
    z-index: 100
}

.header-top-band {
    background: linear-gradient(90deg, #a51bbd2e 0%, #48e28114 100%);
    border-bottom: 1px solid #fef5b41a;
    padding: 6px 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px
}

.header-contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fef5b4bf;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    transition: color .35s ease-in-out
}

.header-contact-item:hover {
    color: #FEF5B4
}

.header-contact-item svg {
    flex-shrink: 0
}

.header-primary-row {
    max-width: 1140px;
    margin: 0 auto;
    padding: 28px 28px 14px;
    display: flex;
    align-items: center;
    gap: 28px
}

.brand-identity-box {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    text-decoration: none
}

.brand-logo-container {
    width: 78px;
    height: 78px;
    border: 1px solid #a51bbd73;
    border-radius: 8px;
    background: #ffffff0f;
    box-shadow: 0 3px 2px 0 #a51bbd0f 0 0 0 2px #48e2811a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6px
}

.brand-logo-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.brand-name-text {
    font-family: 'Karla', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #fff;
    display: flex;
    flex-direction: column
}

.brand-name-accent {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .08em;
    color: #48E281;
    line-height: 1.4;
    text-transform: uppercase
}

.header-nav-box {
    flex: 1;
    display: flex;
    justify-content: flex-end
}

.primary-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.primary-navigation li {
    display: flex;
    align-items: center
}

.primary-navigation li+li {
    border-left: 1px solid #a51bbd4d
}

.primary-navigation li a {
    display: block;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffffd1;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 0;
    transition: color .38s ease-in-out, background-color .38s ease-in-out;
    white-space: nowrap;
    min-height: 44px;
    display: flex;
    align-items: center
}

.primary-navigation li a:hover {
    color: #48E281;
    background: #48e28112
}

.primary-navigation li a[aria-current="page"] {
    color: #48E281
}

.header-accent-bar {
    height: 3px;
    background: linear-gradient(90deg, #A51BBD 0%, #48E281 50%, #FEF5B4 100%);
    border-radius: 0
}

.site-footer {
    background: linear-gradient(180deg, #0d0510 0%, #080310 100%);
    border-top: 1px solid #a51bbd38
}

.footer-main-area {
    max-width: 1140px;
    margin: 0 auto;
    padding: 56px 28px 28px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 56px
}

.footer-brand-column {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.footer-logo-box {
    width: 56px;
    height: 56px;
    border: 1px solid #a51bbd61;
    border-radius: 8px;
    background: #ffffff0d;
    box-shadow: 0 3px 2px 0 #a51bbd0f;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6px
}

.footer-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.footer-brand-name {
    font-family: 'Karla', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #fff
}

.footer-brand-tagline {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff8c
}

.footer-founded-note {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #48e281b3
}

.footer-contact-column {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.footer-column-label {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #A51BBD
}

.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 6px
}

.footer-contact-list a,
.footer-contact-list span {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffffa6;
    text-decoration: none;
    transition: color .35s ease-in-out
}

.footer-contact-list a:hover {
    color: #48E281
}

.footer-contact-list svg {
    flex-shrink: 0;
    margin-top: 3px;
    color: #a51bbdb3
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.footer-policy-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.footer-policy-list li a {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #fff9;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    min-height: 44px;
    transition: color .4s ease-in-out
}

.footer-policy-list li a:hover {
    color: #FEF5B4
}

.footer-divider-row {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 28px
}

.footer-divider-line {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #a51bbd66 30%, #48e2814d 70%, transparent 100%);
    border: none;
    margin: 0
}

.footer-disclaimer-area {
    max-width: 1140px;
    margin: 0 auto;
    padding: 28px
}

.footer-disclaimer-box {
    background: #a51bbd0f;
    border-radius: 8px;
    border: 1px solid #a51bbd26;
    padding: 28px;
    box-shadow: inset 0 2px 6px 0 #a51bbd0f
}

.footer-disclaimer-label {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #A51BBD;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px
}

.footer-disclaimer-text {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff80;
    margin: 0
}

.footer-disclaimer-text+.footer-disclaimer-text {
    margin-top: 14px
}

.footer-copyright-row {
    background: #00000040;
    border-top: 1px solid #a51bbd1f
}

.footer-copyright-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px
}

.footer-copyright-text {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff61
}

.footer-copyright-accent {
    color: #a51bbda6
}

.age-verification-overlay {
    position: fixed;
    inset: 0;
    background: #05020af7;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px
}

.age-verification-panel {
    background: linear-gradient(160deg, #140820 0%, #0d0f18 100%);
    border: 1px solid #a51bbd73;
    border-radius: 12px;
    box-shadow: 0 10px 60px 0 #a51bbd21;
    padding: 56px;
    max-width: 480px;
    width: 100%;
    text-align: center
}

.age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #a51bbd2e;
    border: 2px solid #a51bbd80;
    font-family: 'Karla', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #A51BBD;
    margin-bottom: 28px
}

.age-verification-heading {
    font-family: 'Karla', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #fff;
    margin: 0 0 14px
}

.age-verification-context {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #fff9;
    margin: 0 0 28px
}

.age-verification-actions {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.age-confirm-button {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background: linear-gradient(135deg, #A51BBD 0%, #7a1490 100%);
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    cursor: pointer;
    min-height: 44px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: opacity .35s ease-in-out
}

.age-confirm-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #48E281 0%, #2db862 100%);
    opacity: 0;
    transition: opacity .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    border-radius: 8px
}

.age-confirm-button:hover::before {
    opacity: 1
}

.age-confirm-button span {
    position: relative;
    z-index: 1
}

.age-decline-button {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff73;
    background: transparent;
    border: 1px solid #ffffff26;
    border-radius: 8px;
    padding: 14px 28px;
    cursor: pointer;
    min-height: 44px;
    width: 100%;
    transition: color .35s ease-in-out, border-color .35s ease-in-out
}

.age-decline-button:hover {
    color: #ffffffb3;
    border-color: #ffffff4d
}

.age-blocked-message {
    display: none;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff8c;
    padding: 28px 0 0
}

.cookie-consent-popup {
    position: fixed;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 380px;
    max-width: calc(100vw - 56px);
    background: linear-gradient(160deg, #140820 0%, #0d0f18 100%);
    border: 1px solid #a51bbd66;
    border-radius: 12px;
    box-shadow: 0 10px 60px 0 #a51bbd21;
    padding: 28px;
    z-index: 1200;
    display: none;
    transform: translateY(20px);
    opacity: 0;
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1), opacity .38s ease-in-out
}

.cookie-consent-popup.cookie-visible {
    transform: translateY(0);
    opacity: 1
}

.cookie-description-text {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffffb3;
    margin: 0 0 28px
}

.cookie-action-row {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.cookie-accept-button {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background: linear-gradient(135deg, #A51BBD 0%, #7a1490 100%);
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    cursor: pointer;
    min-height: 44px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: opacity .38s ease-in-out
}

.cookie-accept-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #48E281 0%, #2db862 100%);
    opacity: 0;
    transition: opacity .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.cookie-accept-button:hover::before {
    opacity: 1
}

.cookie-accept-button span {
    position: relative;
    z-index: 1
}

.cookie-decline-link {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #fff6;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 14px 28px;
    min-height: 44px;
    width: 100%;
    text-align: center;
    transition: color .35s ease-in-out
}

.cookie-decline-link:hover {
    color: #ffffffb3
}

@media (max-width: 768px) {
    .header-top-band {
        padding: 6px 14px;
        gap: 14px
    }

    .header-primary-row {
        padding: 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px
    }

    .header-nav-box {
        width: 100%;
        justify-content: flex-start
    }

    .primary-navigation {
        flex-wrap: wrap
    }

    .primary-navigation li a {
        padding: 14px;
        font-size: 14px
    }

    .footer-main-area {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px 14px
    }

    .footer-disclaimer-area {
        padding: 14px
    }

    .footer-disclaimer-box {
        padding: 14px
    }

    .footer-copyright-inner {
        padding: 14px;
        flex-direction: column;
        align-items: flex-start
    }

    .age-verification-panel {
        padding: 28px 14px
    }
}

@media (max-width: 375px) {
    .header-top-band {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px
    }

    .brand-name-text {
        font-size: 22px
    }

    .primary-navigation li a {
        padding: 14px 6px;
        font-size: 14px
    }

    .age-verification-panel {
        padding: 28px 14px
    }

    .age-verification-heading {
        font-size: 22px
    }
}

.policy-kd-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 56px 28px;
    color: #d4cfe8
}

.policy-kd-section p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 14px;
    color: #d4cfe8
}

.policy-kd-section ul,
.policy-kd-section ol {
    margin: 14px 0 28px 28px;
    padding: 0
}

.policy-kd-section ul {
    list-style: none;
    margin-left: 0
}

.policy-kd-section ul li {
    font-size: 15px;
    line-height: 1.6;
    color: #d4cfe8;
    padding: 6px 0 6px 28px;
    position: relative
}

.policy-kd-section ul li::before {
    background-color: #A51BBD;
    border-radius: 2px;
    content: "";
    display: block;
    height: 6px;
    left: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px
}

.policy-kd-section ol {
    list-style: decimal
}

.policy-kd-section ol li {
    font-size: 15px;
    line-height: 1.6;
    color: #d4cfe8;
    padding: 6px 0 6px 6px
}

.policy-kd-section ol li::marker {
    color: #A51BBD;
    font-size: 15px
}

.policy-kd-section ul ul,
.policy-kd-section ol ol,
.policy-kd-section ul ol,
.policy-kd-section ol ul {
    margin: 6px 0 6px 28px
}

.policy-kd-section strong,
.policy-kd-section b {
    color: #FEF5B4;
    font-weight: 700
}

.policy-kd-section em,
.policy-kd-section i {
    color: #b8b2d0;
    font-style: italic
}

.policy-kd-section a {
    color: #48E281;
    font-size: 15px;
    text-decoration: underline;
    text-decoration-color: #48e28159;
    text-underline-offset: 3px;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), text-decoration-color .42s ease-in-out
}

.policy-kd-section a:hover {
    color: #A51BBD;
    filter: brightness(0.88);
    text-decoration-color: #a51bbd80
}

.policy-kd-section hr {
    background: linear-gradient(90deg, #A51BBD 0%, #48E281 60%, transparent 100%);
    border: none;
    border-radius: 2px;
    height: 2px;
    margin: 56px 0;
    opacity: .45
}

@media (max-width: 768px) {
    .policy-kd-section {
        padding: 28px 14px
    }

    .policy-kd-section ul,
    .policy-kd-section ol {
        margin-left: 14px
    }

    .policy-kd-section ul li {
        padding-left: 22px
    }

    .policy-kd-section hr {
        margin: 28px 0
    }
}

@media (max-width: 375px) {
    .policy-kd-section {
        padding: 14px 6px
    }

    .policy-kd-section p,
    .policy-kd-section ul li,
    .policy-kd-section ol li,
    .policy-kd-section a {
        font-size: 14px
    }

    .policy-kd-section ul,
    .policy-kd-section ol {
        margin-left: 6px
    }

    .policy-kd-section ul li {
        padding-left: 14px
    }
}

.lead-catalog {
    background: #0d0d12;
    color: #e8e4f0;
    overflow-x: clip
}

.lead-catalog .reveal-mask {
    animation: maskReveal .42s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

@keyframes maskReveal {
    from {
        clip-path: inset(0 50% 0 50%);
        opacity: .4
    }

    to {
        clip-path: inset(0 0% 0 0%);
        opacity: 1
    }
}

.lead-catalog .page-max {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-left: 28px;
    padding-right: 28px
}

.lead-catalog ::selection {
    background: #A51BBD;
    color: #fff
}

.lead-catalog .accent-label {
    color: #48E281;
    font-size: 14px;
    font-variant: small-caps;
    letter-spacing: .12em;
    line-height: 1.1;
    text-transform: uppercase
}

.lead-catalog .divider-shape {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: center;
    padding: 28px 0
}

.lead-catalog .divider-shape .divider-line {
    background: linear-gradient(90deg, transparent, #A51BBD44, transparent);
    flex: 1;
    height: 1px;
    max-width: 200px
}

.lead-catalog .divider-shape .divider-gem {
    background: #A51BBD;
    height: 8px;
    transform: rotate(45deg);
    width: 8px
}

.lead-catalog .divider-shape .divider-dot {
    background: #48E281;
    border-radius: 50%;
    height: 4px;
    width: 4px
}

.lead-catalog .title-block {
    padding-bottom: 56px;
    padding-top: 56px;
    position: relative
}

.lead-catalog .title-block .title-grid {
    align-items: stretch;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr
}

.lead-catalog .title-block .title-image-zone {
    overflow: hidden;
    padding: 28px 14px 28px 0;
    position: relative
}

.lead-catalog .title-block .title-image-zone::before {
    border-left: 2px solid #A51BBD;
    border-top: 2px solid #A51BBD;
    content: '';
    height: 56px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 14px;
    width: 40px;
    z-index: 2
}

.lead-catalog .title-block .title-image-zone::after {
    border-bottom: 2px solid #48E281;
    border-right: 2px solid #48E281;
    bottom: 14px;
    content: '';
    height: 40px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    width: 40px;
    z-index: 2
}

.lead-catalog .title-block .title-image-frame {
    border-radius: 3px;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    position: relative
}

.lead-catalog .title-block .title-image-frame img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.lead-catalog .title-block .title-image-frame .image-fade {
    background: linear-gradient(to bottom, transparent 40%, #0d0d12 100%);
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.lead-catalog .title-block .title-text-zone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 0 56px 56px
}

.lead-catalog .title-block .title-heading {
    font-size: 56px;
    letter-spacing: -.03em;
    line-height: 1.1;
    margin-bottom: 28px;
    margin-top: 14px
}

.lead-catalog .title-block .title-heading .word-primary {
    color: #A51BBD
}

.lead-catalog .title-block .title-heading .word-rest {
    color: #e8e4f0
}

.lead-catalog .title-block .title-description {
    color: #b8b0cc;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 420px
}

.lead-catalog .title-block .title-meta-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 28px
}

.lead-catalog .title-block .title-stat {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.lead-catalog .title-block .title-stat .stat-number {
    color: #48E281;
    font-size: 30px;
    font-variant: small-caps;
    line-height: 1.1
}

.lead-catalog .title-block .title-stat .stat-label {
    color: #7a7090;
    font-size: 14px;
    line-height: 1.4
}

.lead-catalog .title-block .title-meta-divider {
    background: #2a2235;
    height: 40px;
    width: 1px
}

.lead-catalog .games-portfolio {
    background: #0f0d18;
    padding-bottom: 56px;
    padding-top: 56px;
    position: relative
}

.lead-catalog .games-portfolio::before {
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, #a51bbd08 2px, #a51bbd08 4px);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute
}

.lead-catalog .games-portfolio .portfolio-header {
    margin-bottom: 56px;
    text-align: center
}

.lead-catalog .games-portfolio .portfolio-heading {
    font-size: 30px;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 14px
}

.lead-catalog .games-portfolio .portfolio-heading .word-primary {
    color: #A51BBD
}

.lead-catalog .games-portfolio .portfolio-sub {
    color: #8a80a0;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 560px
}

.lead-catalog .games-portfolio .games-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, 1fr)
}

.lead-catalog .games-portfolio .game-card {
    background: #13101e;
    border-radius: 8px;
    box-shadow: 0 6px 20px 0 #a51bbd1a;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: box-shadow .38s ease-in-out, transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.lead-catalog .games-portfolio .game-card:hover {
    box-shadow: 0 10px 60px 0 #a51bbd21;
    transform: translateY(-4px)
}

.lead-catalog .games-portfolio .game-card .game-image-wrap {
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    width: 100%
}

.lead-catalog .games-portfolio .game-card .game-image-wrap img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .42s ease-in-out;
    width: 100%
}

.lead-catalog .games-portfolio .game-card:hover .game-image-wrap img {
    transform: scale(1.04)
}

.lead-catalog .games-portfolio .game-card .game-image-wrap .game-overlay {
    background: linear-gradient(to bottom, transparent 30%, #13101e 100%);
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.lead-catalog .games-portfolio .game-card .game-top-accent {
    background: linear-gradient(135deg, #A51BBD, #48E281);
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.lead-catalog .games-portfolio .game-card .game-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 14px;
    padding: 28px
}

.lead-catalog .games-portfolio .game-card .game-name {
    color: #e8e4f0;
    font-size: 22px;
    letter-spacing: -.01em;
    line-height: 1.1
}

.lead-catalog .games-portfolio .game-card .game-name .word-primary {
    color: #A51BBD
}

.lead-catalog .games-portfolio .game-card .game-desc {
    color: #8a80a0;
    font-size: 14px;
    line-height: 1.6
}

.lead-catalog .games-portfolio .game-card .game-link {
    align-items: center;
    background: linear-gradient(135deg, #A51BBD 0%, #7a0e8c 100%);
    border-radius: 3px;
    box-shadow: 0 3px 2px 0 #a51bbd0f;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-variant: small-caps;
    gap: 6px;
    letter-spacing: .08em;
    margin-top: 6px;
    padding: 14px 28px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: filter .35s ease-in-out, box-shadow .35s ease-in-out;
    width: fit-content;
    z-index: 1
}

.lead-catalog .games-portfolio .game-card .game-link::before {
    background: linear-gradient(225deg, #48E281 0%, #A51BBD 100%);
    border-radius: 3px;
    content: '';
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .38s ease-in-out;
    z-index: -1
}

.lead-catalog .games-portfolio .game-card .game-link:hover::before {
    opacity: 1
}

.lead-catalog .games-portfolio .game-card .game-link:hover {
    box-shadow: 0 6px 20px 0 #a51bbd1a;
    filter: brightness(0.92)
}

.lead-catalog .games-portfolio .disclaimer-box {
    background: #0f0d18;
    border-radius: 8px;
    box-shadow: inset 0 2px 6px 0 #48e2810f;
    margin-top: 56px;
    padding: 28px;
    position: relative
}

.lead-catalog .games-portfolio .disclaimer-box .disclaimer-accent-bar {
    background: #FEF5B4;
    border-radius: 2px;
    height: 3px;
    left: 28px;
    position: absolute;
    top: 0;
    width: 56px
}

.lead-catalog .games-portfolio .disclaimer-box .disclaimer-text {
    color: #7a7090;
    font-size: 14px;
    line-height: 1.6
}

.lead-catalog .games-portfolio .disclaimer-box .disclaimer-text strong {
    color: #FEF5B4
}

.lead-catalog .catalog-evolution {
    padding-bottom: 96px;
    padding-top: 96px
}

.lead-catalog .catalog-evolution .evolution-grid {
    align-items: start;
    display: grid;
    gap: 56px;
    grid-template-columns: 5fr 4fr
}

.lead-catalog .catalog-evolution .evolution-text-col {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.lead-catalog .catalog-evolution .evolution-heading {
    font-size: 30px;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin: 0
}

.lead-catalog .catalog-evolution .evolution-heading .word-primary {
    color: #48E281
}

.lead-catalog .catalog-evolution .evolution-body {
    color: #9890b0;
    font-size: 15px;
    line-height: 1.6
}

.lead-catalog .catalog-evolution .evolution-timeline {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden
}

.lead-catalog .catalog-evolution .timeline-entry {
    background: #13101e;
    border-bottom: 1px solid #1e1830;
    display: flex;
    flex-direction: row;
    gap: 14px;
    padding: 28px;
    transition: background .35s ease-in-out
}

.lead-catalog .catalog-evolution .timeline-entry:last-child {
    border-bottom: none
}

.lead-catalog .catalog-evolution .timeline-entry:hover {
    background: #18142a
}

.lead-catalog .catalog-evolution .timeline-entry .entry-year {
    color: #A51BBD;
    flex-shrink: 0;
    font-size: 15px;
    font-variant: small-caps;
    line-height: 1.4;
    min-width: 56px
}

.lead-catalog .catalog-evolution .timeline-entry .entry-desc {
    color: #8a80a0;
    font-size: 14px;
    line-height: 1.6
}

.lead-catalog .catalog-evolution .evolution-image-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative
}

.lead-catalog .catalog-evolution .evolution-image-frame {
    aspect-ratio: 4/3;
    border-radius: 8px;
    box-shadow: 0 6px 20px 0 #a51bbd1a;
    overflow: hidden;
    width: 100%
}

.lead-catalog .catalog-evolution .evolution-image-frame img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease-in-out;
    width: 100%
}

.lead-catalog .catalog-evolution .evolution-image-frame:hover img {
    transform: scale(1.03)
}

.lead-catalog .catalog-variety {
    background: #0c0b16;
    padding-bottom: 56px;
    padding-top: 56px;
    position: relative
}

.lead-catalog .catalog-variety::after {
    background: radial-gradient(ellipse at 80% 50%, #48e2810a 0%, transparent 60%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute
}

.lead-catalog .catalog-variety .variety-top {
    align-items: end;
    display: flex;
    flex-direction: row;
    gap: 56px;
    justify-content: space-between;
    margin-bottom: 56px
}

.lead-catalog .catalog-variety .variety-heading {
    font-size: 30px;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin: 0;
    max-width: 480px
}

.lead-catalog .catalog-variety .variety-heading .word-primary {
    color: #A51BBD
}

.lead-catalog .catalog-variety .variety-intro {
    color: #8a80a0;
    font-size: 15px;
    line-height: 1.6;
    max-width: 340px
}

.lead-catalog .catalog-variety .variety-bands {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 1
}

.lead-catalog .catalog-variety .variety-band {
    align-items: center;
    background: #13101e;
    border-radius: 8px;
    box-shadow: 0 3px 2px 0 #a51bbd0f;
    display: grid;
    gap: 28px;
    grid-template-columns: 200px 1fr 200px;
    padding: 28px;
    transition: background .38s ease-in-out
}

.lead-catalog .catalog-variety .variety-band:hover {
    background: #18142a
}

.lead-catalog .catalog-variety .variety-band .band-category {
    color: #FEF5B4;
    font-size: 15px;
    font-variant: small-caps;
    letter-spacing: .06em;
    line-height: 1.4;
    text-transform: uppercase
}

.lead-catalog .catalog-variety .variety-band .band-bar-track {
    background: #1e1830;
    border-radius: 2px;
    height: 6px;
    overflow: hidden;
    width: 100%
}

.lead-catalog .catalog-variety .variety-band .band-bar-fill {
    background: linear-gradient(90deg, #A51BBD, #48E281);
    border-radius: 2px;
    height: 100%;
    transition: width .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.lead-catalog .catalog-variety .variety-band .band-count {
    color: #48E281;
    font-size: 22px;
    line-height: 1.1;
    text-align: right
}

.lead-catalog .catalog-variety .variety-images-row {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 56px;
    position: relative;
    z-index: 1
}

.lead-catalog .catalog-variety .variety-image-thumb {
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.lead-catalog .catalog-variety .variety-image-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease-in-out;
    width: 100%
}

.lead-catalog .catalog-variety .variety-image-thumb:hover img {
    transform: scale(1.05)
}

.lead-catalog .catalog-variety .variety-image-thumb .thumb-label {
    background: linear-gradient(to top, #0d0d12d9 0%, transparent 100%);
    bottom: 0;
    color: #e8e4f0;
    font-size: 14px;
    left: 0;
    line-height: 1.4;
    padding: 14px;
    position: absolute;
    right: 0
}

.lead-catalog .technical-foundations {
    padding-bottom: 96px;
    padding-top: 96px
}

.lead-catalog .technical-foundations .tech-layout {
    align-items: start;
    display: grid;
    gap: 56px;
    grid-template-columns: 4fr 5fr
}

.lead-catalog .technical-foundations .tech-image-col {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.lead-catalog .technical-foundations .tech-image-primary {
    aspect-ratio: 4/3;
    border-radius: 8px;
    box-shadow: 0 10px 60px 0 #a51bbd21;
    overflow: hidden
}

.lead-catalog .technical-foundations .tech-image-primary img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .42s ease-in-out;
    width: 100%
}

.lead-catalog .technical-foundations .tech-image-primary:hover img {
    transform: scale(1.04)
}

.lead-catalog .technical-foundations .tech-text-col {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.lead-catalog .technical-foundations .tech-heading {
    font-size: 30px;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin: 0
}

.lead-catalog .technical-foundations .tech-heading .word-primary {
    color: #A51BBD
}

.lead-catalog .technical-foundations .tech-body {
    color: #9890b0;
    font-size: 15px;
    line-height: 1.6
}

.lead-catalog .technical-foundations .tech-pillars {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.lead-catalog .technical-foundations .tech-pillar {
    background: #13101e;
    border-radius: 8px;
    box-shadow: inset 0 2px 6px 0 #a51bbd0f;
    display: flex;
    flex-direction: row;
    gap: 14px;
    padding: 28px;
    transition: box-shadow .38s ease-in-out
}

.lead-catalog .technical-foundations .tech-pillar:hover {
    box-shadow: inset 0 4px 6px 0 #a51bbd1a 0 6px 20px 0 #a51bbd1a
}

.lead-catalog .technical-foundations .tech-pillar .pillar-icon-wrap {
    align-items: center;
    background: linear-gradient(135deg, #A51BBD22, #48E28122);
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    width: 40px
}

.lead-catalog .technical-foundations .tech-pillar .pillar-icon-wrap svg {
    height: 20px;
    width: 20px
}

.lead-catalog .technical-foundations .tech-pillar .pillar-text {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.lead-catalog .technical-foundations .tech-pillar .pillar-name {
    color: #e8e4f0;
    font-size: 15px;
    line-height: 1.4
}

.lead-catalog .technical-foundations .tech-pillar .pillar-detail {
    color: #7a7090;
    font-size: 14px;
    line-height: 1.6
}

.lead-catalog .studio-behind {
    background: #0f0d18;
    padding-bottom: 56px;
    padding-top: 56px;
    position: relative
}

.lead-catalog .studio-behind::before {
    background: repeating-linear-gradient(45deg, transparent, transparent 20px, #a51bbd05 20px, #a51bbd05 21px);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute
}

.lead-catalog .studio-behind .studio-inner {
    position: relative;
    z-index: 1
}

.lead-catalog .studio-behind .studio-columns {
    display: grid;
    gap: 56px;
    grid-template-columns: 1fr 1fr 1fr
}

.lead-catalog .studio-behind .studio-heading-col {
    display: flex;
    flex-direction: column;
    gap: 28px;
    grid-column: span 1
}

.lead-catalog .studio-behind .studio-heading {
    font-size: 30px;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin: 0
}

.lead-catalog .studio-behind .studio-heading .word-primary {
    color: #48E281
}

.lead-catalog .studio-behind .studio-description {
    color: #9890b0;
    font-size: 15px;
    line-height: 1.6
}

.lead-catalog .studio-behind .studio-image-frame {
    aspect-ratio: 4/3;
    border-radius: 8px;
    box-shadow: 0 6px 20px 0 #48e2811a;
    overflow: hidden
}

.lead-catalog .studio-behind .studio-image-frame img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease-in-out;
    width: 100%
}

.lead-catalog .studio-behind .studio-image-frame:hover img {
    transform: scale(1.03)
}

.lead-catalog .studio-behind .studio-credentials {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.lead-catalog .studio-behind .credential-item {
    background: #13101e;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 14px;
    padding: 28px;
    transition: background .35s ease-in-out
}

.lead-catalog .studio-behind .credential-item:hover {
    background: #1a1530
}

.lead-catalog .studio-behind .credential-item .cred-check {
    background: #48E281;
    border-radius: 50%;
    flex-shrink: 0;
    height: 18px;
    margin-top: 2px;
    position: relative;
    width: 18px
}

.lead-catalog .studio-behind .credential-item .cred-check::after {
    border-bottom: 2px solid #0d0d12;
    border-right: 2px solid #0d0d12;
    content: '';
    height: 8px;
    left: 5px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 5px
}

.lead-catalog .studio-behind .credential-item .cred-text {
    color: #8a80a0;
    font-size: 14px;
    line-height: 1.6
}

.lead-catalog .studio-behind .credential-item .cred-text strong {
    color: #e8e4f0;
    display: block;
    font-size: 15px;
    margin-bottom: 6px
}

.lead-catalog .player-value {
    padding-bottom: 96px;
    padding-top: 96px
}

.lead-catalog .player-value .value-header {
    margin-bottom: 56px;
    max-width: 600px
}

.lead-catalog .player-value .value-heading {
    font-size: 30px;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 0
}

.lead-catalog .player-value .value-heading .word-primary {
    color: #A51BBD
}

.lead-catalog .player-value .value-intro {
    color: #9890b0;
    font-size: 15px;
    line-height: 1.6
}

.lead-catalog .player-value .value-alternating {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.lead-catalog .player-value .value-row {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr 1fr
}

.lead-catalog .player-value .value-row.row-flipped {
    direction: ltr
}

.lead-catalog .player-value .value-text-panel {
    background: #13101e;
    border-radius: 8px;
    box-shadow: 0 3px 2px 0 #a51bbd0f;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px
}

.lead-catalog .player-value .value-text-panel .panel-accent {
    color: #FEF5B4;
    font-size: 14px;
    font-variant: small-caps;
    letter-spacing: .1em;
    text-transform: uppercase
}

.lead-catalog .player-value .value-text-panel .panel-heading {
    color: #e8e4f0;
    font-size: 22px;
    letter-spacing: -.01em;
    line-height: 1.1;
    margin: 0
}

.lead-catalog .player-value .value-text-panel .panel-heading .word-primary {
    color: #A51BBD
}

.lead-catalog .player-value .value-text-panel .panel-body {
    color: #8a80a0;
    font-size: 14px;
    line-height: 1.6
}

.lead-catalog .player-value .value-image-panel {
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.lead-catalog .player-value .value-image-panel img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .43s ease-in-out;
    width: 100%
}

.lead-catalog .player-value .value-image-panel:hover img {
    transform: scale(1.04)
}

.lead-catalog .player-value .value-image-panel .image-panel-overlay {
    background: linear-gradient(135deg, #a51bbd2e 0%, transparent 60%);
    inset: 0;
    pointer-events: none;
    position: absolute
}

@media (max-width: 1366px) {
    .lead-catalog .title-block .title-heading {
        font-size: 56px
    }

    .lead-catalog .catalog-variety .variety-band {
        grid-template-columns: 160px 1fr 120px
    }
}

@media (max-width: 768px) {
    .lead-catalog .title-block .title-grid {
        grid-template-columns: 1fr
    }

    .lead-catalog .title-block .title-image-zone {
        display: none
    }

    .lead-catalog .title-block .title-text-zone {
        padding: 28px 0
    }

    .lead-catalog .title-block .title-heading {
        font-size: 30px
    }

    .lead-catalog .games-portfolio .games-grid {
        grid-template-columns: 1fr
    }

    .lead-catalog .catalog-evolution .evolution-grid {
        grid-template-columns: 1fr
    }

    .lead-catalog .catalog-evolution .evolution-image-col {
        display: none
    }

    .lead-catalog .catalog-variety .variety-top {
        flex-direction: column;
        gap: 14px
    }

    .lead-catalog .catalog-variety .variety-band {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .lead-catalog .catalog-variety .band-count {
        text-align: left
    }

    .lead-catalog .catalog-variety .variety-images-row {
        display: none
    }

    .lead-catalog .technical-foundations .tech-layout {
        grid-template-columns: 1fr
    }

    .lead-catalog .technical-foundations .tech-image-col {
        display: none
    }

    .lead-catalog .studio-behind .studio-columns {
        grid-template-columns: 1fr
    }

    .lead-catalog .studio-behind .studio-image-frame {
        display: none
    }

    .lead-catalog .player-value .value-row {
        grid-template-columns: 1fr
    }

    .lead-catalog .player-value .value-image-panel {
        display: none
    }
}

@media (max-width: 375px) {
    .lead-catalog .page-max {
        padding-left: 14px;
        padding-right: 14px
    }

    .lead-catalog .title-block .title-heading {
        font-size: 22px
    }

    .lead-catalog .title-block .title-meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px
    }

    .lead-catalog .title-block .title-meta-divider {
        display: none
    }

    .lead-catalog .catalog-variety .variety-band {
        padding: 14px
    }

    .lead-catalog .games-portfolio .game-body {
        padding: 14px
    }
}

.responsible-gaming-page {
    background: #0d0d12;
    color: #e8e4f0;
    overflow-x: clip
}

.responsible-gaming-page .title-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 540px;
    max-width: 100%;
    position: relative
}

.responsible-gaming-page .title-image-zone {
    position: relative;
    overflow: hidden
}

.responsible-gaming-page .title-image-zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.responsible-gaming-page .title-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(to top, #0d0d12 0%, #1a0a1e 40%, transparent 100%);
    pointer-events: none
}

.responsible-gaming-page .title-diagonal-accent {
    position: absolute;
    top: 0;
    right: -28px;
    width: 56px;
    height: 100%;
    background: #0d0d12;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
    z-index: 2;
    pointer-events: none
}

.responsible-gaming-page .title-text-zone {
    background: #14091a;
    padding: 56px 56px 56px 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1
}

.responsible-gaming-page .title-brand-dot {
    width: 14px;
    height: 14px;
    background: #A51BBD;
    border-radius: 2px;
    margin-bottom: 28px;
    opacity: .7
}

.responsible-gaming-page .title-label {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #48E281;
    font-variant: small-caps;
    margin-bottom: 14px;
    line-height: 1.1
}

.responsible-gaming-page .title-heading {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: 28px;
    color: #e8e4f0
}

.responsible-gaming-page .title-heading .accent-word {
    color: #A51BBD
}

.responsible-gaming-page .title-description {
    font-size: 15px;
    line-height: 1.6;
    color: #b8b0c8;
    margin-bottom: 28px;
    max-width: 420px
}

.responsible-gaming-page .title-actions {
    display: flex;
    flex-direction: row;
    gap: 14px;
    flex-wrap: wrap
}

.responsible-gaming-page .btn-primary-action {
    display: inline-block;
    padding: 14px 28px;
    background: #A51BBD;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    letter-spacing: .06em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    box-shadow: 0 3px 2px 0 #a51bbd0f 0 6px 20px 0 #a51bbd1a;
    z-index: 0
}

.responsible-gaming-page .btn-primary-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #48E281 0%, #A51BBD 100%);
    transition: left .42s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: -1
}

.responsible-gaming-page .btn-primary-action:hover::before {
    left: 0
}

.responsible-gaming-page .btn-primary-action:hover {
    box-shadow: 0 6px 20px 0 #a51bbd1a 0 10px 60px 0 #a51bbd21;
    filter: brightness(0.92)
}

.responsible-gaming-page .btn-secondary-action {
    display: inline-block;
    padding: 14px 28px;
    background: transparent;
    color: #48E281;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: 2px solid #48E281;
    position: relative;
    overflow: hidden;
    transition: color .35s ease-in-out, background .35s ease-in-out;
    z-index: 0
}

.responsible-gaming-page .btn-secondary-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #48E281 0%, #1a3a28 100%);
    transition: left .4s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: -1
}

.responsible-gaming-page .btn-secondary-action:hover::before {
    left: 0
}

.responsible-gaming-page .btn-secondary-action:hover {
    color: #0d0d12;
    filter: brightness(0.92)
}

.responsible-gaming-page .title-corner-decoration {
    position: absolute;
    bottom: 28px;
    right: 28px;
    width: 60px;
    height: 60px;
    opacity: .12;
    pointer-events: none
}

.responsible-gaming-page .title-corner-decoration svg {
    width: 100%;
    height: 100%
}

.responsible-gaming-page .divider-dotline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
    gap: 6px
}

.responsible-gaming-page .divider-dotline .dot-end {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #A51BBD;
    flex-shrink: 0
}

.responsible-gaming-page .divider-dotline .line-segment {
    height: 1px;
    width: 80px;
    background: linear-gradient(90deg, #A51BBD 0%, #48E281 100%);
    flex-shrink: 0
}

.responsible-gaming-page .policy-area {
    background: #100c18;
    padding: 56px 0;
    position: relative
}

.responsible-gaming-page .policy-area-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 28px
}

.responsible-gaming-page .policy-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: start
}

.responsible-gaming-page .policy-sidebar {
    position: relative
}

.responsible-gaming-page .policy-sidebar-label {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #48E281;
    margin-bottom: 14px;
    line-height: 1.1
}

.responsible-gaming-page .policy-sidebar-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #e8e4f0;
    margin-bottom: 28px
}

.responsible-gaming-page .policy-sidebar-heading .accent-word {
    color: #FEF5B4
}

.responsible-gaming-page .policy-image-frame {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 6px 20px 0 #a51bbd1a 0 10px 60px 0 #a51bbd21
}

.responsible-gaming-page .policy-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.responsible-gaming-page .policy-image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, transparent 50%, #a51bbd2e 100%);
    pointer-events: none
}

.responsible-gaming-page .policy-corner-border {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    pointer-events: none;
    border-radius: 12px
}

.responsible-gaming-page .policy-corner-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    height: 2px;
    background: #A51BBD;
    opacity: .4
}

.responsible-gaming-page .policy-corner-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
    height: 2px;
    background: #48E281;
    opacity: .4
}

.responsible-gaming-page .policy-steps-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none
}

.responsible-gaming-page .policy-step-item {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: flex-start;
    padding: 28px 0;
    position: relative
}

.responsible-gaming-page .policy-step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 68px;
    bottom: -28px;
    width: 2px;
    background: linear-gradient(to bottom, #A51BBD 0%, #48E281 100%);
    opacity: .3
}

.responsible-gaming-page .step-number-bubble {
    width: 42px;
    height: 42px;
    border-radius: 3px;
    background: #1a0a1e;
    border: 2px solid #A51BBD;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #A51BBD;
    flex-shrink: 0;
    box-shadow: 0 3px 2px 0 #a51bbd0f;
    transition: background .36s cubic-bezier(0.34, 1.2, 0.64, 1), color .36s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.responsible-gaming-page .policy-step-item:hover .step-number-bubble {
    background: #A51BBD;
    color: #fff;
    filter: brightness(0.92)
}

.responsible-gaming-page .step-text-block {
    flex: 1
}

.responsible-gaming-page .step-text-heading {
    font-size: 15px;
    font-weight: 700;
    color: #e8e4f0;
    margin-bottom: 6px;
    line-height: 1.4;
    letter-spacing: .02em
}

.responsible-gaming-page .step-text-body {
    font-size: 14px;
    line-height: 1.6;
    color: #9890aa
}

.responsible-gaming-page .policy-area-halftone {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 280px;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0 0 0 0
}

.responsible-gaming-page .halftone-svg {
    width: 100%;
    height: 100%;
    opacity: .06
}

.responsible-gaming-page .divider-slash {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
    gap: 14px
}

.responsible-gaming-page .divider-slash .slash-line {
    height: 1px;
    flex: 1;
    max-width: 200px;
    background: linear-gradient(90deg, transparent 0%, #48E281 100%)
}

.responsible-gaming-page .divider-slash .slash-line.reverse {
    background: linear-gradient(90deg, #48E281 0%, transparent 100%)
}

.responsible-gaming-page .divider-slash .slash-diamond {
    width: 8px;
    height: 8px;
    background: #48E281;
    transform: rotate(45deg);
    border-radius: 2px
}

.responsible-gaming-page .awareness-area {
    background: #0a1a10;
    padding: 56px 0;
    position: relative
}

.responsible-gaming-page .awareness-area-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 28px
}

.responsible-gaming-page .awareness-top-bar {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
    gap: 28px;
    flex-wrap: wrap
}

.responsible-gaming-page .awareness-heading-group {
    flex: 1;
    min-width: 260px
}

.responsible-gaming-page .awareness-label {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #48E281;
    margin-bottom: 14px;
    line-height: 1.1
}

.responsible-gaming-page .awareness-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #e8e4f0;
    margin-bottom: 0
}

.responsible-gaming-page .awareness-heading .accent-word {
    color: #48E281
}

.responsible-gaming-page .awareness-intro-text {
    font-size: 15px;
    line-height: 1.6;
    color: #8ab89a;
    max-width: 360px;
    flex-shrink: 0
}

.responsible-gaming-page .awareness-cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 56px
}

.responsible-gaming-page .awareness-card {
    background: #0d1a12;
    border-radius: 8px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 2px 0 #48e2810f 0 6px 20px 0 #48e2811a;
    transition: transform .4s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s cubic-bezier(0.34, 1.2, 0.64, 1);
    cursor: default
}

.responsible-gaming-page .awareness-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px 0 #48e2811a 0 10px 60px 0 #48e28121;
    filter: brightness(0.94)
}

.responsible-gaming-page .awareness-card-top-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #48E281 0%, #A51BBD 100%);
    border-radius: 8px 8px 0 0
}

.responsible-gaming-page .awareness-card-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    color: #48E281;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.responsible-gaming-page .awareness-card-icon svg {
    width: 28px;
    height: 28px;
    stroke: #48E281;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.responsible-gaming-page .awareness-card-heading {
    font-size: 15px;
    font-weight: 700;
    color: #e8e4f0;
    margin-bottom: 6px;
    line-height: 1.4
}

.responsible-gaming-page .awareness-card-body {
    font-size: 14px;
    line-height: 1.6;
    color: #7a9e85
}

.responsible-gaming-page .awareness-image-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center
}

.responsible-gaming-page .awareness-image-block {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 6px 20px 0 #48e2811a
}

.responsible-gaming-page .awareness-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.responsible-gaming-page .awareness-image-block::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(200deg, transparent 40%, #0a1a10b3 100%);
    pointer-events: none
}

.responsible-gaming-page .awareness-text-block {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.responsible-gaming-page .awareness-text-block-heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: #e8e4f0;
    margin-bottom: 6px
}

.responsible-gaming-page .awareness-text-block-heading .accent-word {
    color: #FEF5B4
}

.responsible-gaming-page .awareness-text-para {
    font-size: 14px;
    line-height: 1.6;
    color: #7a9e85
}

.responsible-gaming-page .awareness-contact-strip {
    margin-top: 56px;
    background: #071210;
    border-radius: 8px;
    padding: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    box-shadow: inset 0 2px 6px 0 #48e2810f
}

.responsible-gaming-page .awareness-contact-icon {
    width: 48px;
    height: 48px;
    background: #0d1a12;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #48e28133
}

.responsible-gaming-page .awareness-contact-icon svg {
    width: 22px;
    height: 22px;
    stroke: #48E281;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.responsible-gaming-page .awareness-contact-text {
    flex: 1;
    min-width: 200px
}

.responsible-gaming-page .awareness-contact-label {
    font-size: 14px;
    color: #48E281;
    text-transform: uppercase;
    font-variant: small-caps;
    letter-spacing: .1em;
    margin-bottom: 6px;
    line-height: 1.1
}

.responsible-gaming-page .awareness-contact-detail {
    font-size: 15px;
    line-height: 1.4;
    color: #b8c8bc
}

.responsible-gaming-page .awareness-contact-detail a {
    color: #e8e4f0;
    text-decoration: none;
    transition: color .34s ease-in-out
}

.responsible-gaming-page .awareness-contact-detail a:hover {
    color: #48E281;
    text-shadow: 0 2px 8px #48e2814d
}

@keyframes rise-in {
    from {
        opacity: 0;
        transform: translateY(32px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.responsible-gaming-page .animate-rise {
    animation: rise-in .55s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.responsible-gaming-page .animate-rise-delay-1 {
    animation: rise-in .55s cubic-bezier(0.34, 1.2, 0.64, 1) .12s both
}

.responsible-gaming-page .animate-rise-delay-2 {
    animation: rise-in .55s cubic-bezier(0.34, 1.2, 0.64, 1) .24s both
}

.responsible-gaming-page .animate-rise-delay-3 {
    animation: rise-in .55s cubic-bezier(0.34, 1.2, 0.64, 1) .36s both
}

@media (max-width: 768px) {
    .responsible-gaming-page .title-split {
        grid-template-columns: 1fr
    }

    .responsible-gaming-page .title-image-zone {
        display: none
    }

    .responsible-gaming-page .title-text-zone {
        padding: 56px 28px
    }

    .responsible-gaming-page .title-diagonal-accent {
        display: none
    }

    .responsible-gaming-page .title-heading {
        font-size: 30px
    }

    .responsible-gaming-page .policy-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .responsible-gaming-page .policy-image-frame {
        display: none
    }

    .responsible-gaming-page .awareness-cards-row {
        grid-template-columns: 1fr
    }

    .responsible-gaming-page .awareness-image-strip {
        grid-template-columns: 1fr
    }

    .responsible-gaming-page .awareness-image-block {
        display: none
    }

    .responsible-gaming-page .awareness-top-bar {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 375px) {
    .responsible-gaming-page .title-text-zone {
        padding: 28px 14px
    }

    .responsible-gaming-page .title-heading {
        font-size: 22px
    }

    .responsible-gaming-page .title-actions {
        flex-direction: column
    }

    .responsible-gaming-page .policy-area-inner,
    .responsible-gaming-page .awareness-area-inner {
        padding: 0 14px
    }

    .responsible-gaming-page .awareness-cards-row {
        gap: 14px
    }

    .responsible-gaming-page .awareness-contact-strip {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (min-width: 1366px) {
    .responsible-gaming-page .title-text-zone {
        padding: 56px 96px
    }
}

.affiliate-page {
    background: #0d0d12;
    color: #e8e4f0;
    overflow-x: hidden
}

.affiliate-page .affiliate-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0
}

.affiliate-page .affiliate-divider-line {
    width: 56px;
    height: 1px;
    background: #A51BBD
}

.affiliate-page .affiliate-divider-cross {
    width: 10px;
    height: 10px;
    position: relative;
    margin: 0 6px;
    flex-shrink: 0
}

.affiliate-page .affiliate-divider-cross::before,
.affiliate-page .affiliate-divider-cross::after {
    content: "";
    position: absolute;
    background: #48E281
}

.affiliate-page .affiliate-divider-cross::before {
    width: 10px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.affiliate-page .affiliate-divider-cross::after {
    width: 1px;
    height: 10px;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.affiliate-page .program-lead {
    background: #f5f0ff;
    padding: 56px 28px;
    position: relative
}

.affiliate-page .program-lead-corner-tl {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #A51BBD transparent transparent;
    pointer-events: none
}

.affiliate-page .program-lead-corner-br {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #48E281;
    pointer-events: none
}

.affiliate-page .program-lead-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

.affiliate-page .program-lead-text {
    flex: 1 1 0;
    min-width: 0
}

.affiliate-page .program-lead-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #A51BBD;
    margin-bottom: 14px
}

.affiliate-page .program-lead-heading {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: 28px;
    color: #12091a
}

.affiliate-page .program-lead-heading .word-accent {
    color: #A51BBD
}

.affiliate-page .program-lead-heading .word-rest {
    color: #1e0f2e
}

.affiliate-page .program-lead-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #2a1a3e;
    max-width: 520px;
    margin-bottom: 28px
}

.affiliate-page .program-lead-subtext {
    font-size: 14px;
    line-height: 1.6;
    color: #3d2856
}

.affiliate-page .program-lead-image-col {
    flex: 0 0 420px;
    max-width: 420px;
    position: relative
}

.affiliate-page .program-lead-image-wrapper {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 60px 0 #a51bbd21;
    position: relative
}

.affiliate-page .program-lead-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .82;
    display: block;
    transition: transform 8s ease-in-out;
    animation: slow-zoom 12s ease-in-out infinite alternate
}

@keyframes slow-zoom {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.08)
    }
}

.affiliate-page .program-lead-image-blur {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, #f5f0ffd9, transparent);
    pointer-events: none
}

.affiliate-page .program-lead-deco {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 56px;
    height: 56px;
    border: 2px solid #A51BBD;
    border-radius: 3px;
    opacity: .35;
    pointer-events: none
}

.affiliate-page .structure-band {
    background: linear-gradient(118deg, #0d0d12 0%, #1a0826 45%, #A51BBD 100%);
    padding: 56px 28px;
    position: relative
}

.affiliate-page .structure-band-inner {
    max-width: 1140px;
    margin: 0 auto
}

.affiliate-page .structure-band-top {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start;
    margin-bottom: 56px
}

.affiliate-page .structure-band-heading-col {
    flex: 0 0 340px
}

.affiliate-page .structure-band-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #FEF5B4;
    margin-bottom: 14px
}

.affiliate-page .structure-band-heading .word-accent {
    color: #48E281
}

.affiliate-page .structure-band-heading .word-rest {
    color: #FEF5B4
}

.affiliate-page .structure-band-subheading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #48E281;
    margin-bottom: 14px
}

.affiliate-page .structure-band-desc-col {
    flex: 1 1 0;
    min-width: 0
}

.affiliate-page .structure-band-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #d4c8e8
}

.affiliate-page .structure-band-desc+.structure-band-desc {
    margin-top: 14px
}

.affiliate-page .structure-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px
}

.affiliate-page .metric-card {
    background: #ffffff0a;
    border-radius: 8px;
    padding: 28px 14px;
    text-align: center;
    box-shadow: 0 6px 20px 0 #a51bbd1a;
    transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s ease-in-out;
    position: relative
}

.affiliate-page .metric-card:hover {
    background: #ffffff14;
    box-shadow: 0 10px 60px 0 #a51bbd21;
    filter: brightness(0.93)
}

.affiliate-page .metric-card-accent {
    width: 32px;
    height: 3px;
    background: #48E281;
    border-radius: 2px;
    margin: 0 auto 14px
}

.affiliate-page .metric-card-value {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
    color: #FEF5B4;
    letter-spacing: -.02em;
    margin-bottom: 6px
}

.affiliate-page .metric-card-label {
    font-size: 14px;
    line-height: 1.4;
    color: #b8a8d0
}

.affiliate-page .metric-card-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #A51BBD transparent transparent;
    pointer-events: none
}

.affiliate-page .icon-connector {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 28px 0
}

.affiliate-page .icon-connector-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.affiliate-page .icon-connector-item .icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #a51bbd2e;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 2px 0 #a51bbd0f
}

.affiliate-page .icon-connector-item .icon-circle svg {
    display: block
}

.affiliate-page .icon-connector-item .icon-label {
    font-size: 14px;
    color: #b8a8d0;
    text-align: center
}

.affiliate-page .icon-connector-dash {
    flex: 1 1 0;
    height: 1px;
    border-top: 2px dashed #48e28166;
    margin: 0 14px;
    margin-bottom: 28px;
    min-width: 28px
}

.affiliate-page .terms-section {
    background: #100d1a;
    padding: 96px 28px 56px;
    position: relative
}

.affiliate-page .terms-section-corner-tl {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 56px 0 0;
    border-color: #A51BBD transparent transparent;
    pointer-events: none
}

.affiliate-page .terms-section-corner-tr {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 56px 56px 0;
    border-color: transparent #1a0826 transparent transparent;
    pointer-events: none
}

.affiliate-page .terms-section-inner {
    max-width: 1140px;
    margin: 0 auto
}

.affiliate-page .terms-section-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #48E281;
    margin-bottom: 14px;
    display: block
}

.affiliate-page .terms-section-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #e8e4f0;
    margin-bottom: 28px
}

.affiliate-page .terms-section-heading .word-accent {
    color: #A51BBD
}

.affiliate-page .terms-section-heading .word-rest {
    color: #e8e4f0
}

.affiliate-page .terms-layout {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

.affiliate-page .terms-list-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.affiliate-page .terms-item {
    background: #17112a;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 3px 2px 0 #48e2810f;
    position: relative;
    transition: box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.affiliate-page .terms-item:hover {
    box-shadow: 0 6px 20px 0 #48e2811a;
    filter: brightness(0.94)
}

.affiliate-page .terms-item-number {
    font-size: 22px;
    font-weight: 800;
    color: #A51BBD;
    line-height: 1.1;
    margin-bottom: 6px;
    letter-spacing: -.02em
}

.affiliate-page .terms-item-title {
    font-size: 15px;
    font-weight: 700;
    color: #FEF5B4;
    margin-bottom: 6px;
    line-height: 1.4
}

.affiliate-page .terms-item-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #b8a8d0
}

.affiliate-page .terms-item-accent-dot {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #48E281;
    opacity: .6
}

.affiliate-page .terms-quote-col {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.affiliate-page .terms-quote-block {
    background: linear-gradient(135deg, #1e0f2e 0%, #2a0d3a 100%);
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 6px 20px 0 #a51bbd1a;
    position: relative
}

.affiliate-page .terms-quote-mark {
    width: 32px;
    height: 32px;
    margin-bottom: 14px
}

.affiliate-page .terms-quote-text {
    font-size: 15px;
    line-height: 1.6;
    color: #e8e4f0;
    margin-bottom: 14px
}

.affiliate-page .terms-quote-accent {
    display: inline;
    background: #a51bbd40;
    color: #FEF5B4;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 700
}

.affiliate-page .terms-quote-source {
    font-size: 14px;
    color: #48E281;
    font-weight: 600
}

.affiliate-page .terms-contact-card {
    background: #0d0d12;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 3px 2px 0 #a51bbd0f
}

.affiliate-page .terms-contact-heading {
    font-size: 15px;
    font-weight: 700;
    color: #FEF5B4;
    margin-bottom: 14px;
    line-height: 1.4
}

.affiliate-page .terms-contact-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-bottom: 6px
}

.affiliate-page .terms-contact-row:last-child {
    margin-bottom: 0
}

.affiliate-page .terms-contact-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #a51bbd2e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.affiliate-page .terms-contact-text {
    font-size: 14px;
    line-height: 1.4;
    color: #b8a8d0
}

.affiliate-page .terms-contact-link {
    color: #48E281;
    text-decoration: none;
    transition: color .38s ease-in-out
}

.affiliate-page .terms-contact-link:hover {
    color: #FEF5B4;
    text-shadow: 0 2px 8px #48e2814d
}

@keyframes color-shift-in {
    0% {
        color: #48E281;
        opacity: 0;
        transform: translateY(14px)
    }

    60% {
        color: #A51BBD;
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        color: #FEF5B4
    }
}

.affiliate-page .program-lead-heading {
    animation: color-shift-in .9s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

@media (max-width: 1366px) {
    .affiliate-page .program-lead-image-col {
        flex: 0 0 340px;
        max-width: 340px
    }

    .affiliate-page .structure-metrics {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .affiliate-page .program-lead-inner {
        flex-direction: column;
        gap: 28px
    }

    .affiliate-page .program-lead-image-col {
        flex: none;
        max-width: 100%;
        width: 100%;
        display: none
    }

    .affiliate-page .program-lead-heading {
        font-size: 30px
    }

    .affiliate-page .structure-band-top {
        flex-direction: column;
        gap: 28px
    }

    .affiliate-page .structure-band-heading-col {
        flex: none
    }

    .affiliate-page .structure-metrics {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px
    }

    .affiliate-page .terms-layout {
        flex-direction: column;
        gap: 28px
    }

    .affiliate-page .terms-quote-col {
        flex: none;
        width: 100%
    }

    .affiliate-page .icon-connector {
        display: none
    }
}

@media (max-width: 375px) {
    .affiliate-page .program-lead {
        padding: 28px 14px
    }

    .affiliate-page .program-lead-heading {
        font-size: 22px
    }

    .affiliate-page .structure-metrics {
        grid-template-columns: 1fr
    }

    .affiliate-page .structure-band {
        padding: 28px 14px
    }

    .affiliate-page .terms-section {
        padding: 56px 14px 28px
    }

    .affiliate-page .terms-item {
        padding: 14px
    }
}

.contact-us-page {
    background: #0d0d12;
    color: #e8e2f0;
    overflow-x: clip
}

.contact-us-page .reach-panel {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 28px 56px
}

.contact-us-page .reach-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.contact-us-page .reach-image-column {
    position: relative
}

.contact-us-page .reach-image-frame {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4/3;
    position: relative
}

.contact-us-page .reach-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.85) contrast(1.1)
}

.contact-us-page .reach-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #a51bbd47 0%, #0d0d128c 60%, #48e2811f 100%);
    border-radius: 8px
}

.contact-us-page .reach-image-edge-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #A51BBD 0%, #48E281 60%, transparent 100%);
    border-radius: 3px 0 0 3px
}

.contact-us-page .reach-decorative-circles {
    position: absolute;
    bottom: -28px;
    right: -28px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    z-index: 0
}

.contact-us-page .reach-decorative-circles svg {
    width: 100%;
    height: 100%;
    opacity: .13;
    animation: reach-rotate-slow 18s linear infinite
}

@keyframes reach-rotate-slow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.contact-us-page .reach-text-column {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.contact-us-page .reach-label {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #48E281;
    line-height: 1.1
}

.contact-us-page .reach-heading {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -.03em;
    margin: 0
}

.contact-us-page .reach-heading-first {
    color: #A51BBD
}

.contact-us-page .reach-heading-rest {
    color: #e8e2f0
}

.contact-us-page .reach-description {
    font-size: 15px;
    line-height: 1.6;
    color: #b8b0c8;
    margin: 0
}

.contact-us-page .reach-description .reach-keyword-highlight {
    background: #a51bbd38;
    color: #e8e2f0;
    padding: 0 6px;
    border-radius: 2px
}

.contact-us-page .reach-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0
}

.contact-us-page .reach-info-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    background: #a51bbd12;
    border-radius: 8px;
    box-shadow: 0 3px 2px 0 #a51bbd0f;
    transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.contact-us-page .reach-info-item:hover {
    background: #a51bbd21
}

.contact-us-page .reach-info-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px;
    background: #48e2811a;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us-page .reach-info-icon svg {
    width: 18px;
    height: 18px;
    stroke: #48E281;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-us-page .reach-info-detail {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.contact-us-page .reach-info-type {
    font-size: 14px;
    color: #48E281;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-variant: small-caps;
    line-height: 1.1
}

.contact-us-page .reach-info-value {
    font-size: 15px;
    color: #e8e2f0;
    line-height: 1.4
}

.contact-us-page .reach-info-value a {
    color: #e8e2f0;
    text-decoration: none;
    transition: color .35s ease-in-out, text-shadow .35s ease-in-out
}

.contact-us-page .reach-info-value a:hover {
    color: #48E281;
    text-shadow: 0 2px 12px #48e28159
}

.contact-us-page .form-strip {
    background: #111118;
    position: relative
}

.contact-us-page .form-strip-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.contact-us-page .form-strip-divider svg {
    display: block;
    width: 100%
}

.contact-us-page .form-strip-body {
    max-width: 1140px;
    margin: 0 auto;
    padding: 56px 28px 96px;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 56px;
    align-items: start
}

.contact-us-page .form-context {
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: relative
}

.contact-us-page .form-context-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0
}

.contact-us-page .form-context-heading-first {
    color: #FEF5B4
}

.contact-us-page .form-context-heading-rest {
    color: #e8e2f0
}

.contact-us-page .form-context-text {
    font-size: 15px;
    line-height: 1.6;
    color: #b8b0c8;
    margin: 0
}

.contact-us-page .form-milestone-tracker {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 14px
}

.contact-us-page .form-milestone-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    position: relative
}

.contact-us-page .form-milestone-icon-wrap {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    background: #fef5b41a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.contact-us-page .form-milestone-icon-wrap svg {
    width: 16px;
    height: 16px;
    stroke: #FEF5B4;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-us-page .form-milestone-connector {
    position: absolute;
    left: 15px;
    top: 32px;
    width: 2px;
    height: 22px;
    background: linear-gradient(180deg, #fef5b44d 0%, #a51bbd33 100%);
    z-index: 0
}

.contact-us-page .form-milestone-text {
    display: flex;
    flex-direction: column;
    gap: 0
}

.contact-us-page .form-milestone-label {
    font-size: 14px;
    color: #FEF5B4;
    font-variant: small-caps;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.1
}

.contact-us-page .form-milestone-note {
    font-size: 14px;
    color: #7a7290;
    line-height: 1.4
}

.contact-us-page .form-area {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.contact-us-page .form-card {
    background: #18181f;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 6px 20px 0 #a51bbd1a inset 0 2px 6px 0 #a51bbd0f
}

.contact-us-page .form-card form {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.contact-us-page .form-row-names {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.contact-us-page .form-field {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.contact-us-page .form-field label {
    font-size: 14px;
    color: #48E281;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-variant: small-caps;
    line-height: 1.1
}

.contact-us-page .form-field input,
.contact-us-page .form-field select,
.contact-us-page .form-field textarea {
    background: #0d0d12;
    border: 1.5px solid #a51bbd40;
    border-radius: 8px;
    color: #e8e2f0;
    font-size: 15px;
    line-height: 1.4;
    padding: 14px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    appearance: none;
    -webkit-appearance: none
}

.contact-us-page .form-field input::placeholder,
.contact-us-page .form-field textarea::placeholder {
    color: #b8b0c88c;
    font-style: italic
}

.contact-us-page .form-field input:focus,
.contact-us-page .form-field select:focus,
.contact-us-page .form-field textarea:focus {
    border-color: #A51BBD;
    box-shadow: 0 0 0 3px #a51bbd26
}

.contact-us-page .form-field select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2348E281' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 42px
}

.contact-us-page .form-field select option {
    background: #18181f;
    color: #e8e2f0
}

.contact-us-page .form-field textarea {
    resize: vertical;
    min-height: 96px
}

.contact-us-page .form-privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px
}

.contact-us-page .form-privacy-checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px;
    accent-color: #A51BBD;
    cursor: pointer
}

.contact-us-page .form-privacy-text {
    font-size: 14px;
    color: #7a7290;
    line-height: 1.6
}

.contact-us-page .form-privacy-text a {
    color: #A51BBD;
    text-decoration: underline;
    transition: color .35s ease-in-out, text-shadow .35s ease-in-out
}

.contact-us-page .form-privacy-text a:hover {
    color: #48E281;
    text-shadow: 0 2px 8px #48e2814d
}

.contact-us-page .form-submit-button {
    background: linear-gradient(135deg, #A51BBD 0%, #7a1090 50%, #48E281 100%);
    background-size: 200% 200%;
    background-position: 0 0;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 14px 28px;
    transition: background-position .42s cubic-bezier(0.34, 1.2, 0.64, 1), filter .38s ease-in-out, box-shadow .38s ease-in-out;
    box-shadow: 0 6px 20px 0 #a51bbd1a;
    align-self: flex-start
}

.contact-us-page .form-submit-button:hover {
    background-position: 100% 100%;
    filter: brightness(0.88);
    box-shadow: 0 10px 60px 0 #a51bbd21
}

.contact-us-page .form-submit-button:focus {
    outline: 2px solid #48E281;
    outline-offset: 3px
}

.contact-us-page .form-submit-button:active {
    filter: brightness(0.8);
    transform: translateY(1px)
}

@media (max-width: 768px) {
    .contact-us-page .reach-panel {
        padding: 56px 14px 28px
    }

    .contact-us-page .reach-panel-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .contact-us-page .reach-image-column {
        display: none
    }

    .contact-us-page .reach-heading {
        font-size: 30px
    }

    .contact-us-page .form-strip-body {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px 14px 56px
    }

    .contact-us-page .form-row-names {
        grid-template-columns: 1fr
    }

    .contact-us-page .form-context-heading {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .contact-us-page .reach-panel {
        padding: 28px 14px 14px
    }

    .contact-us-page .reach-heading {
        font-size: 22px
    }

    .contact-us-page .form-card {
        padding: 14px
    }

    .contact-us-page .form-strip-body {
        padding: 14px 14px 56px
    }
}

.success-page-main {
    background: #0d0d12;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 28px
}

.success-page-main .success-card {
    background: #141420;
    border-radius: 12px;
    box-shadow: 0 10px 60px 0 #a51bbd21;
    max-width: 560px;
    padding: 56px;
    width: 100%;
    position: relative
}

.success-page-main .success-card::before {
    background: linear-gradient(160deg, #A51BBD 0%, #48E281 60%, #FEF5B4 100%);
    border-radius: 12px 12px 0 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.success-page-main .success-icon-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 28px
}

.success-page-main .success-icon-circle {
    align-items: center;
    background: #1e1030;
    border-radius: 50%;
    box-shadow: 0 6px 20px 0 #48e2811a;
    display: flex;
    flex-direction: row;
    height: 72px;
    justify-content: center;
    width: 72px
}

.success-page-main .success-icon-circle svg {
    display: block;
    flex-shrink: 0
}

.success-page-main .success-heading-block {
    margin-bottom: 28px;
    text-align: center
}

.success-page-main .success-heading-block .success-title {
    color: #f0eaff;
    font-size: 30px;
    letter-spacing: -.03em;
    line-height: 1.1;
    margin: 0 0 14px
}

.success-page-main .success-heading-block .success-title span {
    color: #48E281
}

.success-page-main .success-heading-block .success-description {
    color: #b8aecf;
    font-size: 15px;
    line-height: 1.6;
    margin: 0
}

.success-page-main .success-divider {
    background: #2a2040;
    border: none;
    height: 1px;
    margin: 28px 0
}

.success-page-main .success-info-row {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-bottom: 14px
}

.success-page-main .success-info-row:last-of-type {
    margin-bottom: 0
}

.success-page-main .success-info-row .success-info-icon {
    align-items: center;
    background: #1e1030;
    border-radius: 8px;
    box-shadow: 0 3px 2px 0 #a51bbd0f;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    height: 36px;
    justify-content: center;
    width: 36px
}

.success-page-main .success-info-row .success-info-text {
    color: #b8aecf;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 6px
}

.success-page-main .success-info-row .success-info-text strong {
    color: #e8e0ff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase
}

.success-page-main .success-action-area {
    margin-top: 28px;
    text-align: center
}

.success-page-main .success-return-button {
    background: linear-gradient(135deg, #A51BBD 0%, #7b14a0 100%);
    border: none;
    border-radius: 8px;
    box-shadow: 0 6px 20px 0 #a51bbd1a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .03em;
    padding: 14px 28px;
    position: relative;
    text-decoration: none;
    transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), filter .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    overflow: hidden
}

.success-page-main .success-return-button::after {
    background: linear-gradient(135deg, transparent 0%, #48e2812e 50%, transparent 100%);
    border-radius: 8px;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .42s ease-in-out
}

.success-page-main .success-return-button:hover {
    box-shadow: 0 10px 60px 0 #a51bbd21;
    filter: brightness(0.92)
}

.success-page-main .success-return-button:hover::after {
    opacity: 1
}

.success-page-main .success-return-button:focus {
    outline: 2px solid #48E281;
    outline-offset: 3px
}

.success-page-main .success-return-button:active {
    filter: brightness(0.85);
    transform: scale(0.98)
}

.success-page-main .success-brand-label {
    color: #5a4f72;
    font-size: 14px;
    letter-spacing: .08em;
    margin-top: 28px;
    text-align: center;
    text-transform: uppercase
}

.success-page-main .success-brand-label span {
    color: #A51BBD
}

@media (max-width: 768px) {
    .success-page-main {
        padding: 28px 14px
    }

    .success-page-main .success-card {
        padding: 28px
    }
}

@media (max-width: 375px) {
    .success-page-main .success-card {
        padding: 28px 14px
    }

    .success-page-main .success-heading-block .success-title {
        font-size: 22px
    }
}