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

:root {
    --color-header: #132342;
    --color-footer: #132342;
    --color-bg: #132648;
    --color-btn-login: #e4c880;
    --color-btn-register: #2eaf00;
    --color-text-light: #f5f5f5;
    --color-text-dark: #1a1a1a;
    --color-accent: #e4c880;
    --color-border: #2a3f5f;
}

body {
    font-family: Arial, sans-serif;
    background-color: var(--color-bg);
    color: var(--color-text-light);
    line-height: 1.5;
    overflow-x: hidden;
}

body.x7k9p2 {
    position: fixed;
    width: 100%;
}

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

.q3n7w5 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.h2v8b1 {
    background-color: var(--color-header);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.f4p9m3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.l8t2n6 img {
    height: 50px;
    width: auto;
}

.d5k1r7 {
    display: flex;
    gap: 30px;
    align-items: center;
}

.d5k1r7 a {
    color: var(--color-text-light);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
    font-size: 15px;
}

.d5k1r7 a:hover {
    color: var(--color-accent);
}

.w6j3b9 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.y1m5t8 {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
}

.c2h7v4 {
    background-color: var(--color-btn-login);
    color: var(--color-text-dark);
}

.c2h7v4:hover {
    background-color: #d4b870;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(228, 200, 128, 0.3);
}

.n9p3k6 {
    background-color: var(--color-btn-register);
    color: white;
}

.n9p3k6:hover {
    background-color: #259000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(46, 175, 0, 0.3);
}

.s4w8l2 {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    width: 30px;
    height: 25px;
    justify-content: center;
}

.s4w8l2 span {
    display: block;
    height: 3px;
    background: var(--color-text-light);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.s4w8l2.u7q2n5 span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.s4w8l2.u7q2n5 span:nth-child(2) {
    opacity: 0;
}

.s4w8l2.u7q2n5 span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.r5t9j3 {
    background: linear-gradient(135deg, #1a2d4d 0%, #0f1d35 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.r5t9j3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/banner.png');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.r5t9j3 > * {
    position: relative;
    z-index: 1;
}

.p8m4w1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.b3v7k9 {
    background: linear-gradient(135deg, #1f3a5f 0%, #162844 100%);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--color-border);
}

.b3v7k9 h2 {
    color: var(--color-accent);
    margin-bottom: 20px;
    font-size: 24px;
}

.t6n2m8 {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, #2a4a7c 0%, #1a3055 100%);
    border-radius: 15px;
    margin-bottom: 30px;
}

.t6n2m8 h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: var(--color-accent);
}

.t6n2m8 p {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.8;
}

.j5l8k3 {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.j5l8k3 span {
    font-size: 13px;
    color: #aaa;
}

.z9h4v6 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.a2w7p5 {
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.a2w7p5:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
}

.g8r3m1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.k4p9l6 {
    padding: 20px;
    border-radius: 10px;
}

.k4p9l6 h3 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.k4p9l6 ul {
    list-style: none;
}

.k4p9l6 ul li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.k4p9l6 ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.v7w2n4 {
    background: rgba(46, 175, 0, 0.1);
    border: 1px solid rgba(46, 175, 0, 0.3);
}

.v7w2n4 ul li::before {
    background: var(--color-btn-register);
}

.x3m9k1 {
    background: rgba(255, 68, 68, 0.1);
    border: 1px solid rgba(255, 68, 68, 0.3);
}

.x3m9k1 ul li::before {
    background: #ff4444;
}

.o5t2b8 {
    padding: 60px 0;
}

.c9k6w3 {
    background: linear-gradient(135deg, #2a4a7c 0%, #1a3055 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 40px;
    border: 1px solid var(--color-border);
}

.c9k6w3 h2 {
    color: var(--color-accent);
    margin-bottom: 15px;
    font-size: 28px;
}

.f1v8r7 {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid var(--color-border);
}

.f1v8r7 h3 {
    margin-bottom: 25px;
    color: var(--color-accent);
    font-size: 22px;
}

.d7n3k9 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.d7n3k9 label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
}

.d7n3k9 input,
.d7n3k9 textarea {
    padding: 12px;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--color-text-light);
    font-family: inherit;
    font-size: 15px;
}

.d7n3k9 input:focus,
.d7n3k9 textarea:focus {
    outline: none;
    border-color: var(--color-accent);
    background: rgba(255, 255, 255, 0.12);
}

.d7n3k9 textarea {
    resize: vertical;
    min-height: 120px;
}

.m2p7w4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.m2p7w4 label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.u4b9j6 {
    padding: 60px 0;
    background: rgba(0, 0, 0, 0.2);
}

.u4b9j6 h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: var(--color-accent);
}

.s8v3m2 {
    display: grid;
    gap: 30px;
}

.h6n1k4 {
    background: linear-gradient(135deg, #1f3a5f 0%, #162844 100%);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid var(--color-border);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.l3w9r5 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.k7p2v8 {
    flex: 1;
    min-width: 200px;
}

.t9m4l1 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.t9m4l1 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--color-accent);
}

.b8v6k2 {
    flex: 1;
}

.b8v6k2 strong {
    display: block;
    font-size: 18px;
    color: var(--color-accent);
}

.b8v6k2 .w5n3j7 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    font-size: 13px;
    color: #aaa;
}

.w5n3j7 img {
    width: 20px;
    height: 14px;
    object-fit: cover;
}

.p4k8m9 {
    text-align: right;
}

.r2v7n3 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.r2v7n3 .g1m5k8 {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-accent);
}

.r2v7n3 .q7w4b2 {
    color: #ffd700;
    font-size: 18px;
}

.y8n3v1 {
    background-color: var(--color-accent);
    color: var(--color-text-dark);
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
}

.y8n3v1:hover {
    background-color: #d4b870;
}

.h6n1k4 h3 {
    color: var(--color-accent);
    margin-bottom: 15px;
    font-size: 20px;
}

.v5k2m7 {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.v5k2m7 a {
    color: var(--color-accent);
    text-decoration: underline;
}

.l9w4j6 {
    position: relative;
    margin-bottom: 20px;
}

.l9w4j6 p {
    line-height: 1.8;
}

.l9w4j6.x2b8k5 {
    max-height: 100px;
    overflow: hidden;
}

.l9w4j6.x2b8k5::after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, transparent, #162844 50%);
    padding: 0 20px;
}

.t3v9m1 {
    background: none;
    border: none;
    color: var(--color-accent);
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 10px;
}

.j6n2w8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.j6n2w8 h5 {
    margin-bottom: 10px;
    color: var(--color-accent);
}

.j6n2w8 ul {
    list-style: none;
}

.j6n2w8 ul li {
    padding: 5px 0;
}

.m7k4p1 {
    color: var(--color-btn-register);
}

.b9v3n6 {
    color: #ff6b6b;
}

.w4l8k3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid var(--color-border);
}

.q5n8m2 {
    display: flex;
    gap: 10px;
}

.q5n8m2 button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    border: 1px solid var(--color-border);
    background: rgba(255, 255, 255, 0.05);
    color: var(--color-text-light);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.q5n8m2 button:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.p7w2k9 {
    padding: 8px 15px;
    background: var(--color-accent);
    color: var(--color-text-dark);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.p7w2k9:hover {
    background: #d4b870;
}

.n4v8j1 {
    display: none;
    margin-top: 15px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.n4v8j1 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--color-text-light);
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
}

.n4v8j1 .r8k3m5 {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.l6b9w2 {
    padding: 60px 0;
}

.k3m7v4 {
    background: linear-gradient(135deg, #1f3a5f 0%, #162844 100%);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid var(--color-border);
    margin-bottom: 30px;
}

.k3m7v4 h2 {
    color: var(--color-accent);
    margin-bottom: 20px;
    font-size: 28px;
}

.v9n2k6 {
    cursor: pointer;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid var(--color-border);
    transition: all 0.3s ease;
}

.v9n2k6:hover {
    background: rgba(255, 255, 255, 0.08);
}

.v9n2k6 h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-accent);
    font-size: 18px;
}

.v9n2k6 .t5w8j3 {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.v9n2k6.u2k7m9 .t5w8j3 {
    transform: rotate(180deg);
}

.v9n2k6 .b7n4p1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.v9n2k6.u2k7m9 .b7n4p1 {
    max-height: 500px;
    padding-top: 15px;
}

.j9w5m3 {
    padding: 60px 0;
    background: rgba(0, 0, 0, 0.2);
}

.j9w5m3 h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: var(--color-accent);
}

.s7v3k2 {
    overflow-x: auto;
}

.s7v3k2 table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: linear-gradient(135deg, #1f3a5f 0%, #162844 100%);
    border-radius: 10px;
    overflow: hidden;
}

.s7v3k2 th,
.s7v3k2 td {
    padding: 15px;
    text-align: left;
    border: 1px solid var(--color-border);
}

.s7v3k2 th {
    background: rgba(0, 0, 0, 0.3);
    color: var(--color-accent);
    font-weight: 700;
}

.s7v3k2 td {
    color: var(--color-text-light);
}

.s7v3k2 .y1m5t8 {
    font-size: 13px;
    padding: 8px 15px;
}

.h8k2m5 {
    padding: 60px 0;
}

.h8k2m5 h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: var(--color-accent);
}

.n3w7b4 {
    background: linear-gradient(135deg, #1f3a5f 0%, #162844 100%);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid var(--color-border);
    margin-bottom: 40px;
    line-height: 1.8;
}

.n3w7b4 h1,
.n3w7b4 h2,
.n3w7b4 h3 {
    color: var(--color-accent);
    margin-top: 30px;
    margin-bottom: 15px;
}

.n3w7b4 h1 {
    font-size: 32px;
}

.n3w7b4 h2 {
    font-size: 26px;
}

.n3w7b4 h3 {
    font-size: 22px;
}

.n3w7b4 p {
    margin-bottom: 15px;
}

.n3w7b4 ul,
.n3w7b4 ol {
    margin-left: 30px;
    margin-bottom: 15px;
}

.n3w7b4 ul li,
.n3w7b4 ol li {
    margin-bottom: 8px;
}

.n3w7b4 table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.n3w7b4 table th,
.n3w7b4 table td {
    padding: 12px;
    border: 1px solid var(--color-border);
    text-align: left;
}

.n3w7b4 table th {
    background: rgba(0, 0, 0, 0.3);
    color: var(--color-accent);
    font-weight: 700;
}

.n3w7b4 a {
    color: var(--color-accent);
    text-decoration: underline;
}

.n3w7b4 a:hover {
    color: #d4b870;
}

.m5v9k7 {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid var(--color-border);
    align-items: center;
}

.m5v9k7 img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--color-accent);
}

.k1w8n4 h3 {
    color: var(--color-accent);
    margin-bottom: 10px;
    font-size: 22px;
}

.k1w8n4 p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.j4v7m2 {
    display: flex;
    gap: 15px;
}

.j4v7m2 a {
    color: var(--color-text-light);
    font-size: 24px;
    transition: all 0.3s ease;
}

.j4v7m2 a:hover {
    color: var(--color-accent);
    transform: scale(1.2);
}

.p9k3w6 {
    background-color: var(--color-footer);
    padding: 40px 0 20px;
    margin-top: 60px;
}

.w8l2v5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.w8l2v5 h4 {
    color: var(--color-accent);
    margin-bottom: 15px;
    font-size: 18px;
}

.w8l2v5 ul {
    list-style: none;
}

.w8l2v5 ul li {
    margin-bottom: 10px;
}

.w8l2v5 a {
    color: var(--color-text-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.w8l2v5 a:hover {
    color: var(--color-accent);
}

.n7k4m9 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
    border-top: 1px solid var(--color-border);
}

.n7k4m9 img {
    height: 40px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.n7k4m9 img:hover {
    opacity: 1;
}

.b5w8k1 {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid var(--color-border);
    font-size: 14px;
    color: #888;
}

.v3m7j9 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, var(--color-btn-register) 0%, #248500 100%);
    padding: 15px 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.v3m7j9 .k6n9w2 {
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.v3m7j9 a {
    background: white;
    color: var(--color-btn-register);
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.v3m7j9 a:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.x5r9m3 {
    color: #ffd700;
    font-size: 20px;
}

@media (max-width: 768px) {
    .d5k1r7 {
        display: none;
    }

    .s4w8l2 {
        display: flex;
    }

    .d5k1r7.u7q2n5 {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--color-header);
        padding: 20px;
        gap: 20px;
    }

    .f4p9m3 {
        position: relative;
    }

    .t6n2m8 h1 {
        font-size: 28px;
    }

    .t6n2m8 p {
        font-size: 16px;
    }

    .g8r3m1 {
        grid-template-columns: 1fr;
    }

    .p8m4w1 {
        grid-template-columns: 1fr;
    }

    .l3w9r5 {
        flex-direction: column;
    }

    .p4k8m9 {
        text-align: left;
    }

    .r2v7n3 {
        justify-content: flex-start;
    }

    .j6n2w8 {
        grid-template-columns: 1fr;
    }

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

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

    .v3m7j9 a {
        width: 100%;
    }
}

.q8t5n2 {
    display: none;
}

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

.yoast-schema-graph {
    display: none;
}

.container.smdbf {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 32px 24px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .28);
}

.container.smdbf p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.9;
    color: rgba(232, 232, 232, .92);
}

.container.smdbf h1,
.container.smdbf h2,
.container.smdbf h3 {
    margin: 28px 0 12px;
    line-height: 1.2;
    letter-spacing: .2px;
}

.container.smdbf h1 {
    font-size: 34px;
    color: var(--color-accent, #e4c880);
}

.container.smdbf h2 {
    font-size: 26px;
    color: var(--color-accent, #e4c880);
}

.container.smdbf h3 {
    font-size: 20px;
    color: rgba(232, 232, 232, .98);
}

.container.smdbf ul,
.container.smdbf ol {
    margin: 0 0 18px;
    padding-left: 22px;
}

.container.smdbf li {
    margin: 8px 0;
    color: rgba(232, 232, 232, .9);
}

.container.smdbf a {
    color: var(--color-accent, #e4c880);
    text-decoration: none;
    border-bottom: 1px solid rgba(228, 200, 128, .35);
    transition: color .2s ease, border-color .2s ease, opacity .2s ease;
}

.container.smdbf a:hover {
    border-bottom-color: rgba(228, 200, 128, .9);
    opacity: .95;
}

.container.smdbf blockquote {
    margin: 18px 0;
    padding: 16px 18px;
    background: rgba(0, 0, 0, .18);
    border-left: 4px solid rgba(228, 200, 128, .9);
    border-radius: 12px;
    color: rgba(232, 232, 232, .92);
}

.container.smdbf table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0 24px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    overflow: hidden;
}

.container.smdbf th,
.container.smdbf td {
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.container.smdbf th {
    background: rgba(228, 200, 128, .14);
    font-weight: 700;
    color: rgba(232, 232, 232, .96);
}

.container.smdbf tr:last-child td {
    border-bottom: 0;
}

.container.smdbf img,
.container.smdbf video,
.container.smdbf iframe {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.container.smdbf {
    scroll-margin-top: 92px;
}

@media (max-width: 1024px) {
    .container.smdbf {
        padding: 28px 20px;
        border-radius: 14px;
    }

    .container.smdbf h1 {
        font-size: 30px
    }

    .container.smdbf h2 {
        font-size: 24px
    }
}

@media (max-width: 768px) {
    .container.smdbf {
        padding: 22px 16px;
        border-radius: 12px;
    }

    .container.smdbf p {
        font-size: 15px;
        line-height: 1.85;
    }

    .container.smdbf h1 {
        font-size: 26px;
        margin-top: 22px
    }

    .container.smdbf h2 {
        font-size: 20px;
        margin-top: 20px
    }

    .container.smdbf h3 {
        font-size: 18px;
        margin-top: 18px
    }

    .container.smdbf ul,
    .container.smdbf ol {
        padding-left: 18px;
    }

    .container.smdbf table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .container.smdbf th,
    .container.smdbf td {
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .container.smdbf {
        padding: 18px 14px;
        border-radius: 12px;
    }

    .container.smdbf p {
        font-size: 14px;
    }

    .container.smdbf h1 {
        font-size: 22px
    }

    .container.smdbf h2 {
        font-size: 18px
    }

    .container.smdbf h3 {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .h2v8b1 {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .f4p9m3 {
        position: relative;
    }

    .s4w8l2 {
        display: flex;
        position: relative;
        z-index: 1102;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .d5k1r7 {
        display: none;
    }

    .d5k1r7.u7q2n5 {
        display: flex;
        flex-direction: column;
        gap: 14px;
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 18px 16px 28px;
        background: var(--color-header);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1101;
        transform: translate3d(0, 0, 0);
        overscroll-behavior: contain;
    }

    .d5k1r7.u7q2n5 a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 14px;
        border-radius: 10px;
        background: rgba(255, 255, 255, .04);
        border: 1px solid rgba(255, 255, 255, .08);
        color: var(--color-text-light);
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.2;
        cursor: pointer;
        pointer-events: auto;
        touch-action: manipulation;
        scroll-margin-top: 92px;
    }

    .d5k1r7.u7q2n5 a svg {
        flex: 0 0 auto;
        opacity: .9;
    }

    .d5k1r7.u7q2n5 a:active {
        transform: translateY(1px);
    }

    .w6j3b9 {
        position: relative;
        z-index: 1102;
    }

    html {
        scroll-padding-top: 92px;
    }

    :target {
        scroll-margin-top: 92px;
    }
}