:root {
    --primary: #2C3E50;
    --secondary: #E74C3C;
    --accent: #3498DB;
    --text: #2C3E50;
    --light: #ECF0F1;
    --dark: #2C3E50;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #f8f9fa;
    color: var(--text);
    line-height: 1.6;
}

.Xk9t {
    background: var(--dark);
    color: var(--light);
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}

.N4vb {
    background: white;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

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

.L0g0 {
    display: block;
    text-align: center;
}

.L0g0 img {
    height: 45px;
    width: auto;
    transition: height 0.3s ease;
}

@media (max-width: 768px) {
    .L0g0 img {
        height: 50px;
    }
}

.Hr0B {
    background: linear-gradient(135deg, #2b5876, #4e4376);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.Hr0T {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: 700;
}

.Hr0D {
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 1.1em;
}

.Itm5 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.Itm5B {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 10px;
    width: 300px;
}

.Itm5I {
    font-size: 2em;
    margin-bottom: 15px;
}

.UpDt {
    margin-top: 30px;
    font-size: 0.9em;
    opacity: 0.8;
}

.Of3R {
    padding: 60px 0;
    background: #f8f9fa;
}

.Of3R h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 40px;
    color: var(--dark);
}

.Of3L {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.Of3C {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.Of3C:hover {
    transform: translateY(-5px);
}

.Of3I {
    width: 100%;
    height: 140px;
    object-fit: contain;
    padding: 20px;
    background: #f8f9fa;
}

.Of3D {
    padding: 25px;
}

.Of3B {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark);
}

.Of3P {
    margin: 15px 0;
}

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

.Of3P li {
    margin: 8px 0;
    padding-left: 25px;
    position: relative;
}

.Of3P li:before {
    content: "✓";
    color: #4CAF50;
    position: absolute;
    left: 0;
}

.Of3S {
    text-align: center;
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.Of3M {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.Of3M span {
    font-size: 1.8em;
    font-weight: 700;
    color: #4CAF50;
}

.St4R {
    color: #ffc107;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.Bt9N {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background: #4CAF50;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 15px;
}

.Bt9N:hover {
    background: #45a049;
}

.Tx5S {
    padding: 60px 0;
    background: white;
}

.Tx5S:nth-child(even) {
    background: #f8f9fa;
}

.Tx5B {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.Tx5H {
    color: var(--dark);
    font-size: 1.8em;
    margin-bottom: 25px;
    text-align: center;
}

.Tx5P {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.Ft3R {
    background: var(--dark);
    color: white;
    padding: 40px 0 20px;
}

.Ft3I {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.Ft3I img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.3s;
}

.Ft3I a:hover img {
    opacity: 1;
}

.Ft3D {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    padding: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 0.95em;
    line-height: 1.8;
    color: rgba(255,255,255,0.8);
}

.Ft3L {
    text-align: center;
    margin-bottom: 30px;
}

.Ft3L a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    margin: 0 15px;
    font-size: 0.9em;
    transition: color 0.3s;
}

.Ft3L a:hover {
    color: white;
}

.Ft3C {
    text-align: center;
    color: rgba(255,255,255,0.5);
    font-size: 0.85em;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.Ag8P {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Ag8C {
    background: white;
    border-radius: 15px;
    padding: 40px;
    max-width: 500px;
    text-align: center;
    margin: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.Ag8H {
    color: var(--dark);
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 700;
}

.Ag8T {
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 1.1em;
}

.Ag8B {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.Ag8Y {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.Ag8Y:hover {
    background: #45a049;
}

.Ag8N {
    background: #f44336;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.Ag8N:hover {
    background: #d32f2f;
}

.Rs9C {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark);
    color: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
}

.Rs9H {
    font-size: 3em;
    margin-bottom: 30px;
}

.Rs9T {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 600;
}

.Rs9D {
    font-size: 1.1em;
    line-height: 1.6;
    max-width: 600px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.Rs9B {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.Rs9B:hover {
    background: #45a049;
}

@media (max-width: 768px) {
    .Ag8C {
        padding: 30px 20px;
        margin: 10px;
    }
    
    .Ag8B {
        flex-direction: column;
    }
    
    .Rs9H {
        font-size: 2em;
    }
    
    .Rs9T {
        font-size: 1.2em;
    }
}

.Ck7B {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--dark);
    color: white;
    padding: 20px;
    z-index: 9998;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.Ck7B.show {
    transform: translateY(0);
}

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

.Ck7T {
    flex: 1;
    font-size: 0.95em;
    line-height: 1.5;
}

.Ck7T a {
    color: #4CAF50;
    text-decoration: underline;
}

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

.Ck7Y {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 0.95em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    white-space: nowrap;
}

.Ck7Y:hover {
    background: #45a049;
}

.Ck7N {
    background: transparent;
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 0.95em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.Ck7N:hover {
    background: rgba(255,255,255,0.1);
}

@media (max-width: 768px) {
    .Ck7C {
        flex-direction: column;
        text-align: center;
    }
    
    .Ck7A {
        width: 100%;
        justify-content: center;
    }
    
    .Ck7Y, .Ck7N {
        flex: 1;
        min-width: 120px;
    }
}

@media (max-width: 768px) {
    .Hr0T {
        font-size: 2em;
    }
    
    .Itm5 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .Itm5B {
        width: 90%;
    }

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

    .Of3S {
        flex-wrap: wrap;
    }

    .Of3M {
        min-width: 50%;
    }
}
