:root {
    --color-header: #012B00;
    --color-button-login: #FFFFFF;
    --color-button-signup: #00B300;
    --color-bg: #0A1E00;
    --color-text: #E5E5E5;
    --font-main: 'Open Sans', Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-main);
    background-color: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
}

.k9m2n7p {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.xg7j2k9 {
    background: linear-gradient(135deg, var(--color-header) 0%, #014500 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.p3m8n5 {
    border-bottom: 2px solid #00B300;
}

.z9k3m7n {
    text-decoration: none;
    transition: transform 0.3s ease;
}

.z9k3m7n:hover {
    transform: scale(1.05);
}

.k2l9p4s {
    height: 50px;
    width: auto;
}

.j4n8m2q a {
    color: #FFFFFF;
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

.v7b3n9k:hover {
    color: var(--color-button-signup) !important;
}

.w3m7k9j {
    background-color: transparent;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.g5h8n2p:hover {
    background-color: #FFFFFF;
    color: var(--color-header) !important;
    transform: translateY(-2px);
}

.t8j4m6k {
    background: linear-gradient(135deg, var(--color-button-signup) 0%, #00D400 100%);
    color: #000000 !important;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 179, 0, 0.3);
}

.q9w3r7y:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 179, 0, 0.4);
}

.d6j9w3t {
    color: #FFFFFF;
    font-size: 0.9rem;
}

.b7n4k8m {
    color: var(--color-button-signup);
    font-size: 1.1rem;
}

.p7k3m9n {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.m2n8k4j {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #FFFFFF;
    margin: 5px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.y6t3n8k {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: linear-gradient(180deg, var(--color-header) 0%, #001A00 100%);
    transition: left 0.3s ease;
    z-index: 999;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
}

.y6t3n8k.active {
    left: 0;
}

.k9m4p7t {
    padding-top: 60px;
}

.h8k2m6p {
    color: #FFFFFF !important;
    font-size: 1.1rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.h8k2m6p:hover {
    color: var(--color-button-signup) !important;
}

.hero-section {
    margin-top: 0;
}

.carousel-inner {
    height: 500px;
}

@media (max-width: 768px) {
    .carousel-inner {
        height: 350px;
    }
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.j9m3k7p {
    color: #FFFFFF;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.h6n2m8k {
    color: #E5E5E5;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.r8k3m9n {
    background: linear-gradient(135deg, var(--color-button-signup) 0%, #00D400 100%);
    color: #000000 !important;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 179, 0, 0.3);
    display: inline-block;
}

.r8k3m9n:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 179, 0, 0.5);
    color: #000000 !important;
}

.n7k3m9p {
    flex: 1;
}

.p9m3k7n {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 2rem;
}

.m7k3n9p {
    background: linear-gradient(135deg, #0D2600 0%, #163300 100%);
    border: 1px solid #00B300;
    border-radius: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.m7k3n9p:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 179, 0, 0.2);
}

.w8k2m6n {
    color: var(--color-text);
}

.t9j3k7m {
    font-size: 3rem;
}

.r4n8m2k {
    color: #FFFFFF;
    font-weight: 600;
}

.h6m3n9p {
    color: #C5C5C5;
    line-height: 1.8;
}

.table {
    color: var(--color-text);
}

.table thead {
    background: linear-gradient(135deg, var(--color-header) 0%, #014500 100%);
    color: #FFFFFF;
}

.table-bordered {
    border-color: #00B300;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 179, 0, 0.1);
}

.p7k3m9n {
    color: var(--color-button-signup) !important;
    text-decoration: none;
    font-weight: 600;
}

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

.h9m3k7n {
    background-color: var(--color-button-signup) !important;
    font-weight: 600;
}

#wheelCanvas {
    max-width: 100%;
    height: auto;
    border: 5px solid var(--color-button-signup);
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 179, 0, 0.5);
}

.content-area {
    background: linear-gradient(135deg, #0D2600 0%, #163300 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #00B300;
}

.content-area h2, .content-area h3, .content-area h4 {
    color: #FFFFFF;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.content-area h2 {
    font-size: 2rem;
}

.content-area h3 {
    font-size: 1.5rem;
}

.content-area p {
    color: var(--color-text);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.content-area ul, .content-area ol {
    color: var(--color-text);
    line-height: 1.8;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.content-area li {
    margin-bottom: 0.5rem;
}

.content-area table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: rgba(0, 0, 0, 0.2);
}

.content-area table th {
    background: linear-gradient(135deg, var(--color-header) 0%, #014500 100%);
    color: #FFFFFF;
    padding: 1rem;
    text-align: left;
    border: 1px solid #00B300;
}

.content-area table td {
    padding: 1rem;
    border: 1px solid #00B300;
    color: var(--color-text);
}

.content-area a {
    color: var(--color-button-signup);
    text-decoration: none;
    font-weight: 600;
}

.content-area a:hover {
    text-decoration: underline;
}

.accordion-item {
    background: linear-gradient(135deg, #0D2600 0%, #163300 100%);
    border: 1px solid #00B300;
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button {
    background: rgba(0, 179, 0, 0.1);
    color: #FFFFFF !important;
    font-weight: 600;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, var(--color-header) 0%, #014500 100%);
    color: #FFFFFF !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 179, 0, 0.25);
}

.accordion-body {
    background: rgba(0, 0, 0, 0.2);
    color: var(--color-text);
    line-height: 1.8;
}

.p9m3k7n {
    background: linear-gradient(135deg, var(--color-header) 0%, #001A00 100%);
    padding: 3rem 0;
}

.k7j3n9w img {
    filter: brightness(1.2);
}

.t6m9k3p {
    color: #B5B5B5;
}

.j6k2m8p {
    color: #E5E5E5 !important;
    transition: color 0.3s ease;
}

.j6k2m8p:hover {
    color: var(--color-button-signup) !important;
}

.h8n4m7k {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.2rem;
}

.w9k3m7n {
    border-color: rgba(0, 179, 0, 0.3) !important;
}

.h5n8m2k {
    color: #FFFFFF;
    font-weight: 600;
}

.j8m3k9n {
    filter: brightness(0.9);
    transition: transform 0.3s ease;
}

.j8m3k9n:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.k4n7m9p {
    background: rgba(0, 179, 0, 0.2);
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    border: 1px solid #00B300;
    font-size: 0.9rem;
}

.m7n2k8p {
    color: #808080;
    font-size: 0.85rem;
}

.m8k3n7p {
    background: linear-gradient(135deg, var(--color-header) 0%, #001A00 100%);
    border-top: 3px solid var(--color-button-signup);
    box-shadow: 0 -5px 20px rgba(0, 179, 0, 0.2);
    padding: 0.5rem 0;
    z-index: 1000;
}

.m8k3n7p .card {
    background: linear-gradient(135deg, #0D2600 0%, #163300 100%);
    border: 2px solid var(--color-button-signup);
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .m8k3n7p .card-body {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}

.table-responsive {
    overflow-x: auto;
}

@media (max-width: 576px) {
    .carousel-caption h2 {
        font-size: 1.5rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }

    .t9j3k7m {
        font-size: 2rem;
    }
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-widget-wrap {
    display: none;
}

.wp-block-group {
    margin: 0;
}

.site-header .custom-logo-link {
    display: inline-block;
}

#wpadminbar {
    display: none;
}

.navbar-toggler {
    border: none;
}

.offcanvas-backdrop {
    background: rgba(0, 0, 0, 0.7);
}

.btn-close {
    filter: invert(1);
}

.unused-class-1 {
    display: none;
}

.unused-class-2 {
    visibility: hidden;
}

.legacy-element {
    opacity: 0;
}

.deprecated-style {
    color: transparent;
}

.cxds {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 32px 20px 56px;
    color: #e8f5e9;
}

.cxds > *:first-child {
    margin-top: 0;
}

.cxds h1,
.cxds h2,
.cxds h3,
.cxds h4 {
    margin: 0 0 18px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
}

.cxds h1 {
    font-size: 42px;
    margin-bottom: 22px;
}

.cxds h2 {
    font-size: 28px;
    margin-top: 34px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 179, 0, 0.28);
}

.cxds h3 {
    font-size: 22px;
    margin-top: 26px;
    color: #9cff9c;
}

.cxds h4 {
    font-size: 18px;
    margin-top: 22px;
}

.cxds p,
.cxds li,
.cxds td,
.cxds th,
.cxds blockquote {
    font-size: 16px;
    line-height: 1.8;
}

.cxds p {
    margin: 0 0 16px;
    color: #dbe8dc;
}

.cxds strong {
    color: #ffffff;
    font-weight: 700;
}

.cxds a {
    color: #7dff7d;
    text-decoration: underline;
    text-decoration-color: rgba(125, 255, 125, 0.4);
    text-underline-offset: 3px;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.cxds a:hover {
    color: #ffffff;
    text-decoration-color: rgba(255, 255, 255, 0.65);
}

.cxds ul,
.cxds ol {
    margin: 0 0 22px;
    padding-left: 24px;
}

.cxds ul li,
.cxds ol li {
    margin-bottom: 10px;
    color: #dbe8dc;
}

.cxds blockquote {
    margin: 24px 0;
    padding: 18px 20px;
    border-left: 4px solid #00b300;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(1, 43, 0, 0.95) 0%, rgba(12, 50, 0, 0.92) 100%);
    color: #f2fff2;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.cxds blockquote p:last-child {
    margin-bottom: 0;
}

.cxds table {
    width: 100%;
    margin: 24px 0 28px;
    border-collapse: separate;
    border-spacing: 0;
    background: linear-gradient(135deg, rgba(1, 43, 0, 0.96) 0%, rgba(16, 58, 0, 0.92) 100%);
    border: 1px solid rgba(0, 179, 0, 0.32);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.cxds thead tr,
.cxds tbody tr,
.cxds tr {
    background: transparent;
}

.cxds th,
.cxds td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid rgba(0, 179, 0, 0.16);
    border-bottom: 1px solid rgba(0, 179, 0, 0.16);
    background: transparent;
}

.cxds th:last-child,
.cxds td:last-child {
    border-right: 0;
}

.cxds tbody tr:last-child td {
    border-bottom: 0;
}

.cxds thead th {
    background: rgba(0, 179, 0, 0.14);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.cxds tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

.cxds tbody tr:hover td {
    background: rgba(0, 179, 0, 0.08);
}

.cxds hr {
    margin: 28px 0;
    border: 0;
    border-top: 1px solid rgba(0, 179, 0, 0.22);
}

.cxds img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.cxds .table-responsive {
    margin: 24px 0 28px;
    border-radius: 16px;
    background: transparent;
}

.cxds .table-responsive table {
    margin: 0;
}

@media (max-width: 991px) {
    .cxds {
        padding: 28px 18px 48px;
    }

    .cxds h1 {
        font-size: 36px;
    }

    .cxds h2 {
        font-size: 25px;
    }

    .cxds h3 {
        font-size: 20px;
    }

    .cxds th,
    .cxds td {
        padding: 13px 14px;
    }
}

@media (max-width: 767px) {
    .cxds {
        padding: 24px 14px 42px;
    }

    .cxds h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .cxds h2 {
        font-size: 23px;
        margin-top: 28px;
    }

    .cxds h3 {
        font-size: 19px;
        margin-top: 22px;
    }

    .cxds p,
    .cxds li,
    .cxds td,
    .cxds th,
    .cxds blockquote {
        font-size: 15px;
        line-height: 1.75;
    }

    .cxds ul,
    .cxds ol {
        padding-left: 20px;
    }

    .cxds table,
    .cxds thead,
    .cxds tbody,
    .cxds tr,
    .cxds th,
    .cxds td {
        display: block;
        width: 100%;
    }

    .cxds thead {
        display: none;
    }

    .cxds table {
        border-radius: 14px;
        overflow: hidden;
    }

    .cxds tr {
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 179, 0, 0.18);
    }

    .cxds tbody tr:last-child {
        border-bottom: 0;
    }

    .cxds td {
        border: 0;
        padding: 10px 14px;
    }

    .cxds td + td {
        padding-top: 0;
        color: #ffffff;
    }

    .cxds blockquote {
        padding: 16px 16px;
        border-radius: 10px;
    }
}

@media (max-width: 479px) {
    .cxds {
        padding: 20px 12px 36px;
    }

    .cxds h1 {
        font-size: 26px;
    }

    .cxds h2 {
        font-size: 21px;
    }

    .cxds h3 {
        font-size: 18px;
    }

    .cxds p,
    .cxds li,
    .cxds td,
    .cxds th,
    .cxds blockquote {
        font-size: 14px;
    }

    .cxds td {
        padding: 9px 12px;
    }
}

.j6n2m8k,
.j6n2m8k.table,
.j6n2m8k thead,
.j6n2m8k tbody,
.j6n2m8k tr,
.j6n2m8k td,
.j6n2m8k th {
    background-color: transparent !important;
    color: #E5E5E5;
}

.j6n2m8k {
    background: linear-gradient(135deg, #0D2600 0%, #163300 100%) !important;
    border: 1px solid #00B300;
    border-radius: 10px;
    overflow: hidden;
}

.j6n2m8k thead {
    background: linear-gradient(135deg, #012B00 0%, #014500 100%) !important;
}

.j6n2m8k thead th {
    color: #FFFFFF;
    border-bottom: 2px solid #00B300;
}

.j6n2m8k td,
.j6n2m8k th {
    border-color: rgba(0, 179, 0, 0.3) !important;
}

.j6n2m8k tbody tr:nth-child(even) {
    background: rgba(0, 179, 0, 0.05);
}

.j6n2m8k tbody tr:hover {
    background: rgba(0, 179, 0, 0.12);
}

.k9m3n7p {
    background: transparent !important;
}