/* WordPress Стили для запутывания */
.wp-block-gallery, .wp-block-image, .alignwide, .alignfull, .wp-block-cover,
.entry-content, .entry-header, .site-header, .site-footer, .widget-area {
    display: none;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #0C220E;
    color: #e8e8e8;
    line-height: 1.65;
    overflow-x: hidden;
}

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

.q4z8r-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.d4v9m-header {
    background: linear-gradient(135deg, #0d2f56 0%, #1a4270 100%);
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.k3p7n-header-wrapper {
    display: grid;
    grid-template-columns: 180px 1fr auto;
    align-items: center;
    gap: 30px;
}

.v9k3n-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.n6w4p-nav-menu {
    display: block;
}

.t2j8v-nav-list {
    display: flex;
    gap: 28px;
    list-style: none;
    align-items: center;
}

.t2j8v-nav-list a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.t2j8v-nav-list a:hover {
    color: #5B695F;
}

.p7m3k-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.online-counter {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.online-dot {
    width: 8px;
    height: 8px;
    background: #2F8637;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.k5m2w-btn {
    padding: 11px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
}

.k5m2w-btn-login {
    background: #5B695F;
    color: #fff;
}

.k5m2w-btn-login:hover {
    background: #4a5850;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(91, 105, 95, 0.3);
}

.k5m2w-btn-signup {
    background: #2F8637;
    color: #fff;
}

.k5m2w-btn-signup:hover {
    background: #267129;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(47, 134, 55, 0.3);
}

.burger-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.burger-menu span {
    width: 25px;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Hero Section */
.p7v3n-hero {
    background: linear-gradient(rgba(12, 34, 14, 0.7), rgba(12, 34, 14, 0.85)), url('/hero-cas-rio.png') center/cover;
    padding: 90px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.p7v3n-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(47, 134, 55, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.w2j5k-hero-content {
    position: relative;
    z-index: 1;
}

.m8n4p-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.t6y9v-hero-text {
    font-size: 20px;
    margin-bottom: 35px;
    color: #e0e0e0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.b3d7h-hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.k5m2w-btn-primary {
    background: #2F8637;
    color: #fff;
    padding: 16px 40px;
    font-size: 18px;
}

.k5m2w-btn-primary:hover {
    background: #267129;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(47, 134, 55, 0.4);
}

.k5m2w-btn-secondary {
    background: #5B695F;
    color: #fff;
    padding: 16px 40px;
    font-size: 18px;
}

.k5m2w-btn-secondary:hover {
    background: #4a5850;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(91, 105, 95, 0.4);
}

/* Main Content */
.r8t4z-main {
    flex: 1;
    padding: 60px 0;
}

.l9p6v-content-block {
    background: linear-gradient(135deg, #162d18 0%, #1a3520 100%);
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.l9p6v-content-block:hover {
    transform: translateY(-4px);
}

.x7w3q-section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    border-left: 5px solid #2F8637;
    padding-left: 20px;
}

/* Pros/Cons */
.n2k7m-proscons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.f4h8j-pros-column, .g6k2n-cons-column {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 10px;
}

.v5n9p-list {
    list-style: none;
    padding: 0;
}

.v5n9p-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
}

.f4h8j-pros-column .v5n9p-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2F8637;
    font-weight: bold;
    font-size: 18px;
}

.g6k2n-cons-column .v5n9p-list li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #c74545;
    font-weight: bold;
    font-size: 18px;
}

/* Jackpots */
.j8m3v-jackpots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.z4n7k-jackpot-card {
    background: linear-gradient(135deg, #1f4523 0%, #2a5a2f 100%);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.z4n7k-jackpot-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(47, 134, 55, 0.4);
}

.z4n7k-jackpot-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}

.p9w6r-jackpot-amount {
    font-size: 36px;
    font-weight: 700;
    color: #FFD700;
    margin: 20px 0;
    text-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
}

.k5m2w-btn-small {
    padding: 10px 28px;
    font-size: 14px;
    background: #2F8637;
    color: #fff;
    margin-top: 15px;
}

.k5m2w-btn-small:hover {
    background: #267129;
}

/* Screenshots */
.s5v8n-screenshots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.c2h9m-screenshot-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.c2h9m-screenshot-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.c2h9m-screenshot-item:hover img {
    transform: scale(1.1);
}

/* Tournaments */
.t3k6p-tournaments {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.y7n2v-tournament-card {
    background: linear-gradient(135deg, #1f4523 0%, #2a5a2f 100%);
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.y7n2v-tournament-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #fff;
}

.y7n2v-tournament-card p {
    font-size: 14px;
    color: #d0d0d0;
    margin-bottom: 15px;
    line-height: 1.5;
}

.m4j8w-timer {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 6px;
    margin: 15px 0;
    text-align: center;
    font-weight: 600;
    color: #FFD700;
}

/* Slot Game */
.g9k3v-slot-game {
    background: linear-gradient(135deg, #1f4523 0%, #2a5a2f 100%);
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.h8m2p-slot-reels {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.reel {
    width: 100px;
    height: 100px;
    background: #0d2f56;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.4);
}

#spinBtn {
    width: 100%;
    max-width: 300px;
    padding: 18px;
    font-size: 20px;
}

.w7n4k-slot-result {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.w7n4k-slot-result.win {
    color: #FFD700;
    animation: winPulse 0.5s ease;
}

@keyframes winPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* FAQ */
.f2v7n-faq {
    max-width: 900px;
    margin: 0 auto;
}

.q8k3m-faq-item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.j5n9p-faq-question {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 25px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transition: background 0.3s ease;
}

.j5n9p-faq-question:hover {
    background: rgba(47, 134, 55, 0.1);
}

.r3w7k-faq-answer {
    padding: 0 25px 20px 25px;
    color: #d0d0d0;
    line-height: 1.6;
}

.r3w7k-faq-answer p {
    margin: 0;
}

/* Author Bio */
.author-bio {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #2F8637;
}

.author-bio h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}

.author-bio p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.author-bio a {
    color: #5B695F;
    text-decoration: none;
    font-weight: 600;
}

.author-bio a:hover {
    color: #2F8637;
    text-decoration: underline;
}

/* Footer */
.w5n8k-footer {
    background: linear-gradient(135deg, #0d2f56 0%, #1a4270 100%);
    padding: 50px 0 20px;
    margin-top: 60px;
}

.m9v3p-footer-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.j7k2n-footer-section h4 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 600;
}

.footer-desc {
    color: #d0d0d0;
    line-height: 1.6;
    font-size: 14px;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #2F8637;
}

.payment-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.payment-logos img {
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    border-radius: 4px;
}

.r3w9v-providers-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin-bottom: 30px;
}

.r3w9v-providers-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

.provider-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.provider-tag {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
}

.k8p4v-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    text-align: center;
}

.legal-info p {
    margin-bottom: 8px;
    font-size: 13px;
    color: #d0d0d0;
}

.disclaimer {
    color: #999;
    font-size: 12px;
    margin-top: 15px;
}

/* Fixed Widget */
.fixed-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #2F8637 0%, #267129 100%);
    padding: 15px 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
    z-index: 999;
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.widget-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.widget-text {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.k5m2w-btn-widget {
    background: #fff;
    color: #2F8637;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.k5m2w-btn-widget:hover {
    background: #f0f0f0;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
    .k3p7n-header-wrapper {
        grid-template-columns: 150px 1fr;
    }

    .n6w4p-nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0d2f56;
        padding: 20px;
    }

    .n6w4p-nav-menu.active {
        display: block;
    }

    .t2j8v-nav-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .burger-menu {
        display: flex;
    }

    .p7m3k-header-actions .online-counter {
        display: none;
    }

    .m8n4p-hero-title {
        font-size: 36px;
    }

    .t6y9v-hero-text {
        font-size: 18px;
    }

    .n2k7m-proscons {
        grid-template-columns: 1fr;
    }

    .j8m3v-jackpots,
    .t3k6p-tournaments {
        grid-template-columns: 1fr;
    }

    .s5v8n-screenshots,
    .t3k6p-tournaments {
        overflow-x: auto;
        display: flex;
        gap: 15px;
        scroll-snap-type: x mandatory;
    }

    .c2h9m-screenshot-item,
    .y7n2v-tournament-card {
        min-width: 280px;
        scroll-snap-align: start;
    }

    .m9v3p-footer-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .widget-content {
        flex-direction: column;
        text-align: center;
    }

    .widget-text {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .k3p7n-header-wrapper {
        grid-template-columns: 120px 1fr;
        gap: 15px;
    }

    .p7m3k-header-actions {
        gap: 8px;
    }

    .k5m2w-btn-login,
    .k5m2w-btn-signup {
        padding: 9px 16px;
        font-size: 13px;
    }

    .m8n4p-hero-title {
        font-size: 28px;
    }

    .t6y9v-hero-text {
        font-size: 16px;
    }

    .b3d7h-hero-buttons {
        flex-direction: column;
    }

    .k5m2w-btn-primary,
    .k5m2w-btn-secondary {
        width: 100%;
        padding: 14px 30px;
    }

    .l9p6v-content-block {
        padding: 25px 20px;
    }

    .x7w3q-section-title {
        font-size: 24px;
    }

    .m9v3p-footer-wrapper {
        grid-template-columns: 1fr;
    }

    .j8m3v-jackpots {
        gap: 15px;
    }

    .z4n7k-jackpot-card {
        padding: 20px;
    }

    .p9w6r-jackpot-amount {
        font-size: 28px;
    }
}

.v3m8k-unused1, .q9p2n-unused2, .w7j4t-unused3 {
    display: none;
}

.elementor-widget-container, .elementor-element, .wp-block-columns {
    opacity: 0;
}

.site-branding, .entry-meta, .post-navigation {
    visibility: hidden;
}

.bdf {
    --bdf-bg: #122116;
    --bdf-surface: #1a2c1d;
    --bdf-surface-2: #213625;
    --bdf-text: #eef5ef;
    --bdf-muted: #b7c6b9;
    --bdf-line: rgba(47, 134, 55, 0.22);
    --bdf-accent: #2f8637;
    --bdf-accent-light: #4bb45b;
    --bdf-link: #e8b84b;
    --bdf-link-hover: #f5cf7a;
    --bdf-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
    --bdf-radius: 22px;
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 24px 72px;
    background: linear-gradient(180deg, var(--bdf-surface) 0%, var(--bdf-bg) 100%);
    border: 1px solid var(--bdf-line);
    border-radius: var(--bdf-radius);
    box-shadow: var(--bdf-shadow);
    color: var(--bdf-text);
    font-size: 17px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

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

.bdf h1,
.bdf h2,
.bdf h3,
.bdf h4,
.bdf h5,
.bdf h6 {
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.bdf h1 {
    font-size: clamp(32px, 5vw, 50px);
    margin: 0 0 22px;
}

.bdf h2 {
    font-size: clamp(24px, 3vw, 34px);
    margin: 42px 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--bdf-line);
}

.bdf h3 {
    font-size: clamp(20px, 2.4vw, 26px);
    margin: 28px 0 14px;
}

.bdf h4,
.bdf h5,
.bdf h6 {
    font-size: 18px;
    margin: 22px 0 12px;
}

.bdf p {
    margin: 0 0 18px;
    color: var(--bdf-text);
}

.bdf > h1 + p {
    font-size: 19px;
    color: var(--bdf-muted);
}

.bdf a {
    color: var(--bdf-link);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
    word-break: break-word;
}

.bdf a:hover {
    color: var(--bdf-link-hover);
}

.bdf ul,
.bdf ol {
    margin: 0 0 24px;
}

.bdf ul {
    list-style: none;
    padding-left: 0;
}

.bdf ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.bdf ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bdf-accent);
    box-shadow: 0 0 0 6px rgba(47, 134, 55, 0.14);
}

.bdf ol {
    list-style: none;
    padding-left: 0;
    counter-reset: bdf-steps;
}

.bdf ol li {
    position: relative;
    counter-increment: bdf-steps;
    padding-left: 56px;
    margin-bottom: 14px;
    min-height: 36px;
}

.bdf ol li::before {
    content: counter(bdf-steps);
    position: absolute;
    left: 0;
    top: -1px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(47, 134, 55, 0.14);
    border: 1px solid rgba(47, 134, 55, 0.28);
    color: var(--bdf-accent-light);
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bdf strong {
    font-weight: 800;
    color: #ffffff;
}

.bdf em {
    font-style: italic;
}

.bdf blockquote {
    margin: 28px 0;
    padding: 20px 22px;
    background: rgba(47, 134, 55, 0.08);
    border-left: 4px solid var(--bdf-accent);
    border-radius: 0 16px 16px 0;
    color: var(--bdf-muted);
}

.bdf table {
    width: 100%;
    border-collapse: collapse;
    margin: 26px 0;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border: 1px solid var(--bdf-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    -webkit-overflow-scrolling: touch;
}

.bdf table thead,
.bdf table tr:first-child {
    background: rgba(47, 134, 55, 0.1);
}

.bdf table th,
.bdf table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bdf table th {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.bdf table td {
    color: var(--bdf-text);
    font-size: 15px;
    background: transparent;
}

.bdf table tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.025);
}

.bdf hr {
    border: 0;
    border-top: 1px solid var(--bdf-line);
    margin: 32px 0;
}

.bdf img,
.bdf iframe {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.bdf > ul:last-child,
.bdf > ol:last-child,
.bdf > p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .bdf {
        padding: 28px 16px 56px;
        font-size: 16px;
        line-height: 1.7;
        border-radius: 18px;
    }

    .bdf h1 {
        margin-bottom: 18px;
    }

    .bdf h2 {
        margin-top: 34px;
        margin-bottom: 14px;
        padding-bottom: 10px;
    }

    .bdf h3 {
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .bdf p {
        margin-bottom: 16px;
    }

    .bdf > h1 + p {
        font-size: 17px;
    }

    .bdf ul li {
        padding-left: 24px;
    }

    .bdf ol li {
        padding-left: 48px;
    }

    .bdf ol li::before {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .bdf table th,
    .bdf table td {
        padding: 12px 14px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .bdf {
        padding: 24px 14px 44px;
        font-size: 15px;
        border-radius: 16px;
    }

    .bdf h1 {
        font-size: 30px;
    }

    .bdf h2 {
        font-size: 24px;
    }

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

    .bdf ul li::before {
        top: 9px;
        width: 8px;
        height: 8px;
        box-shadow: 0 0 0 5px rgba(47, 134, 55, 0.14);
    }

    .bdf ol li {
        padding-left: 44px;
    }

    .bdf ol li::before {
        width: 30px;
        height: 30px;
    }
}