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

body {
    font-family: 'Public Sans', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

.jjZpjJYPnMXNw {
    background: linear-gradient(90deg, #01052d, #012f55, #01052d);
    color: #fff;
}

.rGiBvRlAiMe {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mhbTizLCAU {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SnwoHRHWHBim img {
    display: block;
    transition: transform 0.3s ease;
}

.SnwoHRHWHBim img:hover {
    transform: scale(1.05);
}

.HadFmVkEu {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

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

.JpROLGyJAbZv {
    padding: 40px 0;
    text-align: center;
}

.vwOPeJbgULsGnTQ {
    max-width: 800px;
    margin: 0 auto;
}

.vwOPeJbgULsGnTQ h1 {
    font-family: 'EB Garmond', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff;
}

.vwOPeJbgULsGnTQ p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
}

.vwOPeJbgULsGnTQ i {
    font-size: 3rem;
    color: #3bce6e;
    margin-bottom: 20px;
    display: inline-block;
}

.RMlCebnvE {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.FXCIZbIA {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 550px;
    padding: 30px;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.jXXyONPbxmHa {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    transition: transform 0.3s ease, color 0.3s ease;
}

.jXXyONPbxmHa:hover {
    color: #ff0000;
    transform: rotate(150deg);
}

.Yjhodprxjcj {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.giYHDDAeLDGS {
    padding: 10px 20px;
    background: none;
    border: none;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.giYHDDAeLDGS.CWNqgdJQBD {
    color: #012f55;
}

.giYHDDAeLDGS.CWNqgdJQBD::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #012f55;
}

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

.boZNZrEE {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.boZNZrEE label {
    font-weight: 500;
    color: #444;
}

.boZNZrEE input {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'Public Sans', sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.boZNZrEE input:focus {
    outline: none;
    border-color: #00f0ec;
    box-shadow: 0 0 0 2px rgba(0, 100, 240, 0.2);
}

.boZNZrEE input.error {
    border-color: #ff1212;
}

.eBYuHmSUuHLgLc {
    color: #ff1212;
    font-size: 0.85rem;
    min-height: 18px;
}

.NwpaFRNQ {
    position: relative;
}

.JakLPkvskA {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

.JakLPkvskA:hover {
    color: #012f55;
}

.CBuLwoeHmQJS {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

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

.IQKqs input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.IQKqs input[type="checkbox"]:checked {
    background-color: #012f55;
    border-color: #012f55;
}

.IQKqs input[type="checkbox"]:checked::after {
    content: '\2713';
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.IQKqs label {
    cursor: pointer;
    font-size: 0.95rem;
}

.IQKqs a {
    color: #00ebb8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.IQKqs a:hover {
    color: #3bcea7;
    text-decoration: underline;
}

.qwtuATeMX {
    background-color: #012f55;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.qwtuATeMX:hover {
    background-color: #014419;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(1, 57, 85, 0.3);
}

.qwtuATeMX:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.dbSTcbqTzUQ {
    text-align: center;
    margin-top: 15px;
    font-size: 0.95rem;
}

.dbSTcbqTzUQ a {
    color: #349464;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dbSTcbqTzUQ a:hover {
    color: #3bce6e;
    text-decoration: underline;
}

.TjzBysYYXTLKzS {
    text-align: center;
    margin-top: 20px;
}

.TjzBysYYXTLKzS img {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.TjzBysYYXTLKzS img:hover {
    opacity: 1;
}

.AHSkDssh {
    font-size: 4rem;
    color: #3bce6e;
    margin-bottom: 20px;
}

.AHSkDssh i {
    display: inline-block;
    animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }

    80% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

#YTayHWdNLFuO {
    font-family: 'EB Garmond', sans-serif;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #012f55;
}

#mRCosapyCaNsFe {
    margin-bottom: 25px;
    color: #444;
}

.NByBaTnxBYfJ {
    background-color: #012f55;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.NByBaTnxBYfJ:hover {
    background-color: #014419;
    transform: translateY(-2px);
}

@media (max-width: 1280px) {
    .vwOPeJbgULsGnTQ h1 {
        font-size: 2.2rem;
    }

    .vwOPeJbgULsGnTQ p {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    .JpROLGyJAbZv {
        padding: 30px 0;
    }

    .vwOPeJbgULsGnTQ h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .mhbTizLCAU {
        padding: 0 15px;
    }

    .JpROLGyJAbZv {
        padding: 25px 0;
    }

    .vwOPeJbgULsGnTQ h1 {
        font-size: 1.8rem;
    }

    .FXCIZbIA {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .rGiBvRlAiMe {
        padding: 10px 0;
    }

    .SnwoHRHWHBim img {
        width: 60px;
        height: 60px;
    }

    .HadFmVkEu {
        padding: 6px 15px;
        font-size: 0.9rem;
    }

    .JpROLGyJAbZv {
        padding: 20px 0;
    }

    .vwOPeJbgULsGnTQ h1 {
        font-size: 1.5rem;
    }

    .vwOPeJbgULsGnTQ i {
        font-size: 2.5rem;
    }

    .FXCIZbIA {
        padding: 20px;
        margin: 0 15px;
    }

    .giYHDDAeLDGS {
        padding: 8px 15px;
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .vwOPeJbgULsGnTQ h1 {
        font-size: 1.3rem;
    }

    .vwOPeJbgULsGnTQ p {
        font-size: 0.9rem;
    }

    .FXCIZbIA {
        padding: 15px;
    }
}

.zpiLbNTnsf {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../visual-art/bg1.webp') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,
            rgba(1, 22, 45, 0.8),
            rgba(1, 61, 85, 0.85),
            rgba(1, 18, 45, 0.8));
        z-index: 0;
    }

    .VAOQjNaiJfqjiS {
        position: relative;
        z-index: 1;
        max-width: 1360px;
        width: 100%;
        padding: 40px 20px;
        border-radius: 12px;
        text-align: center;
        color: #fff;

        .IurcskW {
            font-family: 'EB Garmond', sans-serif;
            font-size: 48px;
            margin-bottom: 40px;
        }

        .QRKKfqSpU {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 30px;

            .bedwyVuA {
                height: 100px;
                width: 100%;
                max-width: 600px;
                background-color: rgba(255, 255, 255, 0.07);
                border-radius: 10px;
            }

            .WfLiTkvIYxTg {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 0 10px;
                font-family: 'Public Sans', sans-serif;
                font-weight: 400;
                font-size: 18px;

                p {
                    max-width: 700px;
                    margin-bottom: 20px;
                }

                .HadFmVkEu {
                    background: #349464;
                    color: #fff;
                    border: none;
                    padding: 15px 30px;
                    font-size: 16px;
                    border-radius: 5px;
                    cursor: pointer;
                    transition: all 0.3s ease-in-out;

                    &:hover {
                        transform: scale(1.05) rotate(1deg);
                    }
                }
            }
        }
    }
}

@media (max-width: 1280px) {
    .zpiLbNTnsf .VAOQjNaiJfqjiS .IurcskW {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .zpiLbNTnsf {
        height: auto;
        padding: 60px 20px;
    }
}

@media (max-width: 768px) {
    .zpiLbNTnsf .VAOQjNaiJfqjiS .IurcskW {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .zpiLbNTnsf .VAOQjNaiJfqjiS .IurcskW {
        font-size: 28px;
    }

    .zpiLbNTnsf .VAOQjNaiJfqjiS .WfLiTkvIYxTg .HadFmVkEu {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .zpiLbNTnsf .VAOQjNaiJfqjiS .IurcskW {
        font-size: 24px;
    }
}

.AoEuFeE {
    background: linear-gradient(90deg, #01052d, #012f55, #01052d);
    color: #fff;
    padding: 80px 40px;
    text-align: center;

    .rUtYj {
        max-width: 1360px;
        margin: auto;
    }

    h2 {
        font-family: 'EB Garmond', sans-serif;
        font-size: 36px;
        margin-bottom: 40px;
    }

    .OmSaHAuzM,
    .kWhOpXwflnRZg {
        display: flex;
        gap: 30px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .OacebRGjKBq,
    .ylcqiYAZLHO {
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 30px;
        width: calc(33% - 20px);
        transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
        position: relative;

        i {
            font-size: 40px;
            margin-bottom: 20px;
            color: #349464;
        }

        h3 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        p {
            font-family: 'Public Sans', sans-serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 1.6;
        }
    }

    .ylcqiYAZLHO ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 15px;
        font-family: 'Public Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;

        li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 8px;
        }

        li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #3bce6e;
        }
    }

    .pkkiByj {
        background: #349464;
        color: #fff;
        border: none;
        padding: 16px 32px;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;

        &:hover {
            transform: scale(1.05) rotate(1deg);
        }
    }
}

@media (max-width: 1024px) {

    .OacebRGjKBq,
    .ylcqiYAZLHO {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {

    .OacebRGjKBq,
    .ylcqiYAZLHO {
        width: 100%;
    }

    h2 {
        font-size: 30px;
    }

    .OacebRGjKBq,
    .ylcqiYAZLHO {
        width: calc(100% - 12px) !important;
    }

}

@media (max-width: 480px) {

    .AoEuFeE {
        padding: 60px 20px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .OmSaHAuzM {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .OacebRGjKBq,
    .ylcqiYAZLHO {
        width: calc(100% - 2px) !important;
    }

    .pkkiByj {
        width: 100%;
    }
}

.ldJJxLhN {
    background: linear-gradient(90deg, rgba(1, 27, 45, 0.8), rgba(1, 25, 85, 0.85), rgba(3, 1, 45, 0.8));
    color: #fff;
    padding: 80px 40px;
    text-align: center;

    .FgOMAyvQWS {
        max-width: 1360px;
        margin: auto;
    }

    .RHfTCBOZkgaRWP {
        font-family: 'EB Garmond', sans-serif;
        font-size: 40px;
        margin-bottom: 40px;
    }

    .kXlxHtWa {
        display: flex;
        gap: 40px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .KssVZunwuQs {
        flex: 1 1 400px;
        width: 300px;

        img {
            width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }
    }

    .wOTmZ {
        flex: 1 1 500px;
        min-width: 300px;
        text-align: left;

        h3 {
            font-family: 'EB Garmond', sans-serif;
            font-size: 24px;
            margin-bottom: 20px;
        }

        p {
            font-family: 'Public Sans', sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 30px;
        }
    }

    .neTraI {
        background: #349464;
        color: #fff;
        border: none;
        padding: 14px 28px;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;

        &:hover {
            transform: scale(1.05) rotate(1deg);
        }
    }
}

@media (max-width: 1024px) {
    .RHfTCBOZkgaRWP {
        font-size: 34px;
    }

    .kXlxHtWa {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .RHfTCBOZkgaRWP {
        font-size: 28px;
        margin-bottom: 30px;
    }

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

    .wOTmZ {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .RHfTCBOZkgaRWP {
        font-size: 24px;
    }

    .neTraI {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .ldJJxLhN {
        padding: 80px 5px;
    }

    .RHfTCBOZkgaRWP {
        font-size: 20px;
    }

    .wOTmZ h3,
    .wOTmZ p {
        text-align: center;
    }

    .neTraI {
        font-size: 14px;
    }
}

.mOvCZ {
    background: linear-gradient(90deg, rgba(1, 27, 45, 0.8), rgba(1, 25, 85, 0.85), rgba(1, 27, 45, 0.8));
    color: #fff;
    padding: 80px 40px;
    text-align: center;

    .IKqzaMuWDkGvYH {
        max-width: 1360px;
        margin: auto;
    }

    .GKYjbt {
        font-family: 'EB Garmond', sans-serif;
        font-size: 40px;
        margin-bottom: 40px;
    }

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

    .AuuyHgjjS {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 16px 20px;
        width: 280px;
        transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;

        &:hover {
            transform: skew(1deg, -1deg) scale(1.03);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }
    }

    .wIosOs {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #9f3ccd;
        border-radius: 50%;
        font-family: 'Public Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
        flex-shrink: 0;
        transition: transform 0.3s ease-in-out;

        &:hover {
            transform: rotate(6deg) scale(1.1);
        }
    }

    .YYyQTvJDYoDW {
        background-color: #3bce6e;
        color: #000;
        font-weight: bold;
    }

    .RuuTEztXVXcD {
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 40px;
        max-width: 800px;
        margin-inline: auto;
    }

    .MejGLaCuOIl {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        max-width: 500px;
        margin: auto;
    }

    .qpIuJ {
        width: 100%;
        padding: 14px 16px;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        font-family: 'Public Sans', sans-serif;
        outline: none;
        transition: all 0.3s ease-in-out;
    }

    .qpIuJ:focus {
        box-shadow: 0 0 0 3px rgba(0, 191, 240, 0.4);
    }

    .ktovgwgEWX {
        background: #349464;
        color: #fff;
        border: none;
        padding: 14px 28px;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;

        &:hover {
            transform: scale(1.05) rotate(1deg);
        }
    }
}

@media (max-width: 1024px) {
    .GKYjbt {
        font-size: 34px;
    }

    .AuuyHgjjS {
        width: 240px;
        padding: 14px 16px;
    }

    .wIosOs {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .GKYjbt {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .HcMGlNLs {
        gap: 20px;
    }

    .AuuyHgjjS {
        width: 100%;
        max-width: 320px;
        padding: 12px 14px;
    }
}

@media (max-width: 480px) {
    .GKYjbt {
        font-size: 24px;
    }

    .wIosOs {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .ktovgwgEWX {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .GKYjbt {
        font-size: 20px;
    }

    .wIosOs {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
}

.DBlMezSwl {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('../visual-art/bg2.webp') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,
            rgba(1, 27, 45, 0.8),
            rgba(1, 25, 85, 0.85),
            rgba(1, 27, 45, 0.8));
        z-index: 0;
    }

    .LgQMMfNk {
        position: relative;
        z-index: 1;
        max-width: 1360px;
        padding: 40px 20px;
        color: #fff;
    }

    .MuPmsF {
        font-family: 'EB Garmond', sans-serif;
        font-size: 48px;
        margin-bottom: 30px;
    }

    .KYcNFRFwz {
        max-width: 700px;
        margin: auto;
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
    }

    .pkkiByj {
        display: inline-block;
        margin-top: 30px;
        background: #349464;
        color: #fff;
        border: none;
        padding: 16px 32px;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;

        &:hover {
            transform: scale(1.05) rotate(1deg);
        }
    }
}

@media (max-width: 1024px) {
    .MuPmsF {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .KYcNFRFwz {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .DBlMezSwl {
        padding: 80px 20px 60px;
        min-height: auto;
    }

    .MuPmsF {
        font-size: 32px;
    }

    .KYcNFRFwz {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .MuPmsF {
        font-size: 28px;
    }

    .KYcNFRFwz {
        font-size: 15px;
    }

    .pkkiByj {
        width: 100%;
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .MuPmsF {
        font-size: 24px;
    }

    .KYcNFRFwz {
        font-size: 14px;
    }

    .pkkiByj {
        padding: 14px 16px;
    }
}

.pgntxIo {
    background: linear-gradient(90deg,
        rgba(1, 27, 45, 0.8),
        rgba(1, 25, 85, 0.85),
        rgba(1, 27, 45, 0.8));
    color: #fff;
    padding: 80px 40px;

    .OEKvieaaYBInG {
        max-width: 1360px;
        margin: auto;
        display: flex;
        gap: 60px;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .jFxyUYjTdycE {
        flex: 1 1 600px;
        min-width: 300px;
    }

    .hwwjHXsvytiM {
        font-family: 'EB Garmond', sans-serif;
        font-size: 32px;
        margin-bottom: 30px;
    }

    .SIiBqbarlmpdA {
        margin-bottom: 20px;
    }

    .LzGYhTy {
        width: 100%;
        background: #012f55;
        border: none;
        border-radius: 6px;
        padding: 14px 20px;
        font-family: 'Public Sans', sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        position: relative;
        text-align: left;

        &:after {
            content: '+';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
        }

        &:hover {
            background: #012735;
        }
    }

    .LzGYhTy[aria-expanded="true"] {
        background: #012a35;

        &:after {
            content: '-';
            transform: translateY(-50%) rotate(180deg);
        }
    }

    .zioZBDl {
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 15px;
        margin-top: 10px;
        display: none;
        padding-left: 10px;
        border-left: 2px solid #349464;
    }

    .thcvjWZpMkHdwNx {
        flex: 1 1 500px;
        min-width: 300px;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 30px;
    }

    .FsQoeLlA {
        font-family: 'EB Garmond', sans-serif;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .diCWQZTsz {
        display: block;
        font-family: 'Public Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .qpIuJ,
    .RpczVLvziQayt {
        width: 100%;
        padding: 12px 16px;
        border: none;
        border-radius: 6px;
        font-size: 15px;
        font-family: 'Public Sans', sans-serif;
        outline: none;
        margin-bottom: 20px;
        transition: box-shadow 0.3s ease;
    }

    .qpIuJ:focus,
    .RpczVLvziQayt:focus {
        box-shadow: 0 0 0 3px rgba(0, 112, 240, 0.4);
    }

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

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

    .xUJpkUOoUJ {
        accent-color: #349464;
        cursor: pointer;
    }

    .MqxQLokfhw {
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 14px;
    }

    .ktovgwgEWX {
        background: #349464;
        color: #fff;
        border: none;
        padding: 14px 28px;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;

        &:hover {
            transform: scale(1.05) rotate(1deg);
        }
    }

    .ktovgwgEWX:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }
}

@media (max-width: 1024px) {
    .OEKvieaaYBInG {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .OEKvieaaYBInG {
        flex-direction: column;
        align-items: center;
    }

    .vicfaqcontactblock {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .pgntxIo {
        padding: 80px 5px;
    }

    .hwwjHXsvytiM {
        text-align: center;
        font-size: 28px;
    }

    .FsQoeLlA {
        font-size: 24px;
    }
}

@media (max-width: 320px) {
    .LzGYhTy {
        font-size: 14px;
    }

    .MqxQLokfhw {
        font-size: 13px;
    }
}

.ToVZlFpJ {
    background: #01052d;
    color: #fff;
    padding: 60px 20px;
    font-family: 'Public Sans', sans-serif;
}

.DrAGdCqqo {
    max-width: 1360px;
    margin: auto;
    text-align: center;
    padding-bottom: 40px;

    .WCstY {
        font-family: 'EB Garmond', sans-serif;
        font-size: 32px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        color: #3bce6e;
        position: relative;

        i {
            font-size: 28px;
            color: #ff0000;
            animation: pulse 2s infinite;
        }
    }

    .MtHmWLr {
        font-weight: 400;
        font-size: 16px;
        max-width: 800px;
        margin: auto;
        line-height: 1.6;
        color: #ccc;
    }
}

.SrmlXDrTWfp {
    height: 2px;
    background: #349464;
    margin-bottom: 20px;
}

.UJbRsbcTqxz {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 10px;

    img {
        transition: transform 0.3s ease-in-out;
        border-radius: 4px;
    }

    img:hover {
        transform: scale(1.1);
    }
}

.CWpFTbQw {
    padding: 30px 0;
    text-align: center;
}

.kHcXMLzWAWcZv {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.kHcXMLzWAWcZv li a {
    font-weight: 500;
    font-size: 15px;
    color: #349464;
    text-decoration: none;
    transition: color 0.3s ease-in-out;

    &:hover {
        color: #3bce6e;
    }
}

.xCoGyXq {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #ccc;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

@media (max-width: 1024px) {
    .WCstY {
        font-size: 28px;
        flex-direction: column;
        gap: 10px;
    }

    .MtHmWLr {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .WCstY {
        font-size: 24px;
    }

    .MtHmWLr {
        font-size: 14px;
    }

    .kHcXMLzWAWcZv {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .WCstY {
        font-size: 20px;

        i {
            font-size: 22px;
        }
    }

    .MtHmWLr {
        font-size: 13px;
    }

    .UJbRsbcTqxz {
        flex-direction: column;
        align-items: center;
    }

    .kHcXMLzWAWcZv {
        gap: 12px;
    }
}

@media (max-width: 320px) {
    .WCstY {
        font-size: 18px;
    }

    .MtHmWLr {
        font-size: 12px;
    }

    .kHcXMLzWAWcZv li a {
        font-size: 13px;
    }
}

.YIMNltSbXvYFDkC {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.99);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;

    &.CWNqgdJQBD {
        opacity: 1;
        visibility: visible;
    }
}

.MZlNDD {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.pETBFkBHOnKEHxs {
    background: linear-gradient(90deg,
        rgba(1, 23, 45, 0.9),
        rgba(1, 56, 85, 0.9),
        rgba(1, 15, 45, 0.9));
    padding: 40px 30px;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    animation: fadeInScale 0.8s ease forwards;
}

.pOKZFCOBbvyE {
    font-family: 'EB Garmond', sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
}

.IotJsbCOGdzwKB {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

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

.YwlGVXbtbT {
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.evfTwYXOgNU {
    background: #349464;
    color: #fff;

    &:hover {
        transform: scale(1.05) rotate(1deg);
    }
}

.uZxCOAOAKwRzu {
    background: #ff0000;
    color: #fff;

    &:hover {
        transform: scale(1.05) rotate(-1deg);
    }
}

@keyframes fadeInScale {
    from {
        transform: scale(0.9) skew(5deg, 5deg);
        opacity: 0;
    }

    to {
        transform: scale(1) skew(0, 0);
        opacity: 1;
    }
}

.IVslxdd {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #01052d;
    color: #fff;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
    font-family: 'Public Sans', sans-serif;

    &.CWNqgdJQBD {
        opacity: 1;
        visibility: visible;
    }

    .nBBOVNR {
        font-size: 15px;
        flex: 1 1 auto;
    }

    .nWpuDA {
        color: #349464;
        font-weight: 500;
        text-decoration: underline;
        white-space: nowrap;

        &:hover {
            color: #3bce6e;
        }
    }

    .tQKphfOvjFjq {
        background: #349464;
        color: #fff;
        border: none;
        padding: 10px 20px;
        font-size: 15px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;

        &:hover {
            transform: scale(1.05) rotate(1deg);
        }
    }
}

@media (max-width: 768px) {
    .IVslxdd {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }

    .nBBOVNR {
        text-align: left;
    }

    .pETBFkBHOnKEHxs {
        padding: 30px 20px;
        font-size: 14px;
    }

    .pOKZFCOBbvyE {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .pETBFkBHOnKEHxs {
        padding: 25px 15px;
    }

    .pOKZFCOBbvyE {
        font-size: 20px;
    }

    .IotJsbCOGdzwKB {
        font-size: 14px;
    }

    .GcNwE {
        flex-direction: column;
        gap: 10px;
    }
}

.GyPRxVX {
    background: linear-gradient(90deg,
        rgba(1, 27, 45, 0.8),
        rgba(1, 25, 85, 0.85),
        rgba(1, 27, 45, 0.8));
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.xnGTv {
    max-width: 1360px;
    margin: auto;
    padding: 0 20px;
}

.lZYZMyJLjp {
    font-family: 'EB Garmond', sans-serif;
    font-size: 40px;
    margin: 0;
}

.NnPAKFZC {
    background: #01052d;
    color: #fff;
    padding: 60px 20px;
}

.BhJPXZQudFYus {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.SRzbjk {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;

    &:hover {
        transform: scale(1.02) skew(1deg, -1deg);
    }

    i {
        font-size: 32px;
        color: #349464;
        flex-shrink: 0;
        margin-top: 4px;
    }

    h3 {
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .lZYZMyJLjp {
        font-size: 34px;
    }

    .SRzbjk h3 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .lZYZMyJLjp {
        font-size: 28px;
    }

    .SRzbjk {
        flex-direction: row;
        align-items: center;
    }

    .SRzbjk i {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .GyPRxVX {
        padding: 60px 20px;
    }

    .lZYZMyJLjp {
        font-size: 24px;
    }

    .SRzbjk h3 {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .lZYZMyJLjp {
        font-size: 20px;
    }

    .SRzbjk {
        flex-direction: column;
        align-items: flex-start;
    }

    .SRzbjk i {
        font-size: 24px;
    }
}

.atBZvYCPNlwN {
    background: linear-gradient(90deg,
        rgba(1, 27, 45, 0.8),
        rgba(1, 25, 85, 0.85),
        rgba(1, 27, 45, 0.8));
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.xnGTv {
    max-width: 1360px;
    margin: auto;
    padding: 0 20px;
}

.TamvyFZRJ {
    font-family: 'EB Garmond', sans-serif;
    font-size: 40px;
    margin: 0;
}

.dfkTxXZ {
    background: #01052d;
    color: #fff;
    padding: 60px 20px;
}

.jNZd {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pxAHLMfCoR {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;

    &:hover {
        transform: scale(1.02) skew(1deg, -1deg);
    }

    i {
        font-size: 32px;
        color: #349464;
        flex-shrink: 0;
        margin-top: 4px;
    }

    h3 {
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .TamvyFZRJ {
        font-size: 34px;
    }

    .pxAHLMfCoR h3 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .TamvyFZRJ {
        font-size: 28px;
    }

    .pxAHLMfCoR {
        flex-direction: row;
        align-items: center;
    }

    .pxAHLMfCoR i {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .atBZvYCPNlwN {
        padding: 60px 20px;
    }

    .TamvyFZRJ {
        font-size: 24px;
    }

    .pxAHLMfCoR h3 {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .TamvyFZRJ {
        font-size: 20px;
    }

    .pxAHLMfCoR {
        flex-direction: column;
        align-items: flex-start;
    }

    .pxAHLMfCoR i {
        font-size: 24px;
    }
}

.yYMdtzloo {
    background: linear-gradient(90deg,
        rgba(1, 27, 45, 0.8),
        rgba(1, 25, 85, 0.85),
        rgba(1, 27, 45, 0.8));
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.xnGTv {
    max-width: 1360px;
    margin: auto;
    padding: 0 20px;
}

.lSsDKMqzReqDK {
    font-family: 'EB Garmond', sans-serif;
    font-size: 40px;
    margin: 0;
}

.UWCKBgH {
    background: #01052d;
    color: #fff;
    padding: 60px 20px;
}

.ObLywjUnSxm {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.qtRbwISxtF {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;

    &:hover {
        transform: scale(1.02) skew(1deg, -1deg);
    }

    i {
        font-size: 32px;
        color: #349464;
        flex-shrink: 0;
        margin-top: 4px;
    }

    h3 {
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .lSsDKMqzReqDK {
        font-size: 34px;
    }

    .qtRbwISxtF h3 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .lSsDKMqzReqDK {
        font-size: 28px;
    }

    .qtRbwISxtF {
        flex-direction: row;
        align-items: center;
    }

    .qtRbwISxtF i {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .yYMdtzloo {
        padding: 60px 20px;
    }

    .lSsDKMqzReqDK {
        font-size: 24px;
    }

    .qtRbwISxtF h3 {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .lSsDKMqzReqDK {
        font-size: 20px;
    }

    .qtRbwISxtF {
        flex-direction: column;
        align-items: flex-start;
    }

    .qtRbwISxtF i {
        font-size: 24px;
    }
}