@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #ffffff;
    font-family: Roboto;
    font-size: 16px;
}
body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
select,
option {
    cursor: pointer;
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

main {
    overflow-x: hidden;
}





.c-1540f64d {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.c-b7d8bfb4 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-f0995ebe {
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 0.15s ease;
    position: relative;
    z-index: 99999;
}

.c-f0995ebe:hover {
    transform: translateY(-2px);
}

.c-724240ca {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.c-91d8aaca {
    display: flex;
    align-items: center;
    gap: 32px;
}

.c-dd9fcf75 {
    display: flex;
    align-items: center;
    gap: 24px;
}

.c-b28083e3 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 16px 24px;
    border-radius: 16px;
    transition: 0.15s ease;
    position: relative;
    overflow: hidden;
}

.c-b28083e3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: 0.3s ease;
}

.c-b28083e3:hover::before {
    transform: translateX(0);
}

.c-b28083e3:hover {
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.c-c02e01c1 {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: 0.15s ease;
    backdrop-filter: blur(10px);
}

.c-c02e01c1:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.c-41751a68 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    transition: 0.15s ease;
}

.c-41751a68:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.c-9208a2b9 {
    width: 24px;
    height: 3px;
    background: #ffffff;
    margin: 3px 0;
    transition: 0.15s ease;
    border-radius: 2px;
}

.header__burger--active .c-9208a2b9:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header__burger--active .c-9208a2b9:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-9208a2b9:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.c-23360352 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: translateY(-100%);
    transition: 0.3s ease;
    z-index: 1000;
}

.header__mobile-menu--active {
    transform: translateY(0);
}

.c-b3669d05 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 16px;
    transition: 0.15s ease;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header__mobile-menu--active .c-b3669d05 {
    opacity: 1;
    transform: translateY(0);
}

.c-b3669d05:nth-child(1) {
    transition-delay: 0.1s;
}
.c-b3669d05:nth-child(2) {
    transition-delay: 0.2s;
}
.c-b3669d05:nth-child(3) {
    transition-delay: 0.3s;
}
.c-b3669d05:nth-child(4) {
    transition-delay: 0.4s;
}
.c-b3669d05:nth-child(5) {
    transition-delay: 0.5s;
}

.c-b3669d05:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.c-3b69fe25 {
    background: rgba(255, 255, 255, 0.9);
    color: #3b82f6;
    padding: 8px 24px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 24px;
    margin-top: 32px;
    transition: 0.15s ease;
    opacity: 0;
    transform: translateY(30px);
}

.header__mobile-menu--active .c-3b69fe25 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.c-3b69fe25:hover {
    background: #ffffff;
    transform: scale(1.1);
}



.c-937435ef {
    background-color: #ffffff;
    padding: 32px 0;
    border-top: 2px solid #3b82f6;
    position: relative;
}

.c-1206f943 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.c-b23b409e {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}

.c-b23b409e:hover {
    transform: scale(1.05);
}

.c-b23b409e i {
    color: #3b82f6;
    font-size: 32px;
}

.c-01bdb606 {
    color: #4a5568;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 32px;
    font-size: 18px;
}

.c-a12fa449 {
    margin-bottom: 32px;
}

.c-ee6eda3b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 24px;
}

.c-7ee9dba2 {
    color: #4a5568;
    font-weight: 500;
    position: relative;
    transition: color 0.15s ease;
    padding: 8px 0;
}

.c-7ee9dba2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #3b82f6;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.c-7ee9dba2:hover {
    color: #3b82f6;
}

.c-7ee9dba2:hover::after {
    width: 100%;
}

.c-4c200b48 {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
    display: inline-block;
    min-width: 300px;
}

.c-5e9c7522 {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
}

.c-0c271525 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.c-171ba905 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #4a5568;
}

.c-aa1e2ee9 {
    color: #3b82f6;
    width: 20px;
    text-align: center;
}

.c-157a1769 {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
    margin: 24px auto;
}

.c-75d38c04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.c-ed8e040e {
    color: #9ca3af;
    font-size: 14px;
}

.c-d5fa7ba4 {
    display: flex;
    gap: 24px;
}

.c-e8e063d3 {
    color: #9ca3af;
    font-size: 14px;
    transition: color 0.15s ease;
    position: relative;
}

.c-e8e063d3:hover {
    color: #3b82f6;
}

.c-e8e063d3:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 24px / 2);
    color: #9ca3af;
}

.c-3466b793 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #3b82f6);
    opacity: 0.8;
}



.c-6cedc58d {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: 
                linear-gradient(45deg, #ffffff 25%, transparent 25%),
                linear-gradient(-45deg, #ffffff 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, #ffffff 75%),
                linear-gradient(-45deg, transparent 75%, #ffffff 75%);
            background-size: 20px 20px;
            background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
            position: relative;
            overflow: hidden;
        }

        .c-6cedc58d::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                repeating-linear-gradient(
                    90deg,
                    transparent,
                    transparent 2px,
                    rgba(0, 255, 255, 0.03) 2px,
                    rgba(0, 255, 255, 0.03) 4px
                );
            animation: glitchScanlines 0.1s linear infinite;
            pointer-events: none;
        }

        .c-04553b47 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                radial-gradient(circle, transparent 20%, rgba(255, 0, 128, 0.1) 20.5%, rgba(255, 0, 128, 0.1) 21%, transparent 21.5%),
                linear-gradient(90deg, transparent 50%, rgba(0, 255, 255, 0.05) 50%);
            background-size: 15px 15px, 2px 2px;
            animation: glitchNoise 0.2s steps(8, end) infinite;
            pointer-events: none;
            z-index: 1;
        }

        .c-1120d862 {
            max-width: 1220px;
            width: 100%;
            padding: 0 24px;
            text-align: center;
            position: relative;
            z-index: 2;
        }

        .c-a5428e12 {
            opacity: 0;
            transform: translateY(30px);
            animation: glitchFadeIn 1s ease 0.3s forwards;
        }

        .c-77d9e275 {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            background: #f8fafc;
            color: #8b5cf6;
            border: 1px solid #8b5cf6;
            border-radius: 0;
            font-size: 14px;
            font-weight: 600;
            margin-top: 24px;
            margin-bottom: 24px;
            font-family: 'Courier New', monospace;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: relative;
            overflow: hidden;
        }

        .c-77d9e275::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, #8b5cf6, transparent);
            animation: glitchSweep 2s ease-in-out infinite;
        }

        .c-77d9e275:hover {
            animation: glitchShake 0.5s ease-in-out;
        }

        .c-a180948e {
            font-size: 4rem;
            font-weight: 900;
            margin-bottom: 24px;
            line-height: 1;
            font-family: 'Courier New', monospace;
            text-transform: uppercase;
            letter-spacing: 3px;
            position: relative;
        }

        .c-8851529f {
            color: #1a1a1a;
            position: relative;
            display: inline-block;
        }

        .c-8851529f::before,
        .c-8851529f::after {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .c-8851529f::before {
            color: #3b82f6;
            animation: glitchBefore 0.3s infinite;
            z-index: -1;
        }

        .c-8851529f::after {
            color: #8b5cf6;
            animation: glitchAfter 0.3s infinite;
            z-index: -2;
        }

        .c-8d1fb700 {
            background: linear-gradient(45deg, #3b82f6, #8b5cf6, #3b82f6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            background-size: 200% 200%;
            animation: glitchGradient 2s ease-in-out infinite;
            text-shadow: 
                0 0 10px #8b5cf6,
                0 0 20px #8b5cf6,
                0 0 30px #8b5cf6;
        }

        .c-22a03752 {
            font-size: 18px;
            color: #1a1a1a;
            margin-bottom: 48px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
            font-family: 'Courier New', monospace;
            text-shadow: 0 0 10px var(--cyber-green);
        }

        .c-3af64a65 {
            background: #ffffff;
            border: 1px solid #3b82f6;
            border-radius: 4px;
            padding: 24px;
            margin: 32px 0;
            font-family: 'Courier New', monospace;
            text-align: left;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            overflow: hidden;
        }

        .c-3af64a65::before {
            content: '> SYSTEM_INITIALIZED';
            position: absolute;
            top: 8px;
            left: 8px;
            color: var(--cyber-green);
            font-size: 14px;
            color: #1a1a1a;
        }

        .c-fb196c41 {
            color: #8b5cf6;
            margin: 8px 0;
            padding-top: 24px;
        }

        .c-fb196c41::before {
            content: '$ ';
            color: #8b5cf6;
        }

        .c-41ded853 {
            display: inline-block;
            width: 10px;
            height: 20px;
            background: #3b82f6;
            animation: glitchBlink 1s step-end infinite;
            margin-left: 5px;
        }

        .c-f67930be {
            display: flex;
            gap: 24px;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 48px;
            margin-bottom: 32px;
        }

        .c-f8ce0f32 {
            padding: 16px 32px;
            background: transparent;
            color: #8b5cf6;
            border: 2px solid #8b5cf6;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            font-family: 'Courier New', monospace;
            text-transform: uppercase;
            letter-spacing: 2px;
            transition: all 0.15s ease;
            position: relative;
            overflow: hidden;
            clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
        }

        .c-f8ce0f32::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #8b5cf6;
            transition: left 0.3s ease;
            z-index: -1;
        }

        .c-f8ce0f32:hover::before {
            left: 0;
        }

        .c-f8ce0f32:hover {
            color: #4a5568;
            text-shadow: none;
            animation: glitchButtonGlitch 0.3s ease-in-out;
        }

        .c-359e8fa0 {
            border-color: #3b82f6;
            color: #3b82f6;
            box-shadow: 
                0 0 10px #3b82f6,
                inset 0 0 10px rgba(255, 0, 128, 0.1);
        }

        .c-359e8fa0::before {
            background: #3b82f6;
        }

        .c-d941f6bc {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 24px;
            margin-top: 48px;
            opacity: 0;
            transform: translateY(30px);
            animation: glitchFadeIn 1s ease 1s forwards;
        }

        .c-5a7392c3 {
            text-align: center;
            padding: 24px;
            background: #ffffff;
            border: 1px solid #3b82f6;
            position: relative;
            overflow: hidden;
            clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
        }

        .c-5a7392c3::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, transparent, rgba(0, 255, 255, 0.1), transparent);
            transform: translateX(-100%);
            animation: glitchStatSweep 3s ease-in-out infinite;
        }

        .c-5a7392c3:hover {
            animation: glitchStatGlitch 0.5s ease-in-out;
        }

        .c-7c66290b {
            font-size: 32px;
            font-weight: 700;
            color: #8b5cf6;
            display: block;
            margin-bottom: 4px;
            font-family: 'Courier New', monospace;
            text-shadow: 0 0 10px #8b5cf6;
        }

        .c-9bca67f9 {
            font-size: 14px;
            color: #1a1a1a;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-family: 'Courier New', monospace;
        }

        @keyframes glitchFadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes glitchScanlines {
            0% { transform: translateX(0); }
            100% { transform: translateX(100px); }
        }

        @keyframes glitchNoise {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.8; }
        }

        @keyframes glitchSweep {
            0% { left: -100%; }
            50% { left: 100%; }
            100% { left: 100%; }
        }

        @keyframes glitchBefore {
            0% { transform: translate(0); }
            20% { transform: translate(-2px, 2px); }
            40% { transform: translate(-2px, -2px); }
            60% { transform: translate(2px, 2px); }
            80% { transform: translate(2px, -2px); }
            100% { transform: translate(0); }
        }

        @keyframes glitchAfter {
            0% { transform: translate(0); }
            20% { transform: translate(2px, -2px); }
            40% { transform: translate(2px, 2px); }
            60% { transform: translate(-2px, -2px); }
            80% { transform: translate(-2px, 2px); }
            100% { transform: translate(0); }
        }

        @keyframes glitchGradient {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        @keyframes glitchBlink {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0; }
        }

        @keyframes glitchShake {
            0%, 100% { transform: translate(0); }
            10% { transform: translate(-2px, -1px); }
            20% { transform: translate(2px, 1px); }
            30% { transform: translate(-1px, 2px); }
            40% { transform: translate(1px, -2px); }
            50% { transform: translate(-2px, 1px); }
            60% { transform: translate(2px, -1px); }
            70% { transform: translate(-1px, -2px); }
            80% { transform: translate(1px, 2px); }
            90% { transform: translate(-2px, -1px); }
        }

        @keyframes glitchButtonGlitch {
            0%, 100% { transform: translate(0); }
            20% { transform: translate(-1px, 1px); }
            40% { transform: translate(1px, -1px); }
            60% { transform: translate(-1px, -1px); }
            80% { transform: translate(1px, 1px); }
        }

        @keyframes glitchStatSweep {
            0% { transform: translateX(-100%); }
            50% { transform: translateX(100%); }
            100% { transform: translateX(100%); }
        }

        @keyframes glitchStatGlitch {
            0%, 100% { 
                transform: translate(0);
                filter: hue-rotate(0deg);
            }
            20% { 
                transform: translate(-1px, 1px);
                filter: hue-rotate(90deg);
            }
            40% { 
                transform: translate(1px, -1px);
                filter: hue-rotate(180deg);
            }
            60% { 
                transform: translate(-1px, -1px);
                filter: hue-rotate(270deg);
            }
            80% { 
                transform: translate(1px, 1px);
                filter: hue-rotate(360deg);
            }
        }

        
.c-1dfd8aa8 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 24px;
}

.c-bd780efd {
    padding: 32px 0;
}

.c-38673533 {
    text-align: center;
    margin-bottom: 48px;
}

.c-6becbdad {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.c-b2a248da {
    font-size: 18px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
}

.c-2f19c6d4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.c-fa98df41 {
    background: #f8fafc;
    padding: 32px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.about-map-container {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 24px;
}

.about-office-markers {
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-office-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f59e0b;
    border: 3px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: aboutPulse 2s infinite;
}

.about-office-marker:hover {
    transform: scale(1.2);
    background: #ef4444;
}

.about-office-marker.about-active {
    background: #ef4444;
    transform: scale(1.3);
}

@keyframes aboutPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.about-office-info {
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.about-office-details {
    display: none;
}

.about-office-details.about-active {
    display: block;
}

.about-office-name {
    font-size: 18px;
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 16px;
}

.about-office-address {
    color: #4a5568;
    margin-bottom: 8px;
}

.about-office-contact {
    color: #4a5568;
    font-size: 14px;
}

.c-e5bf3963 {
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.c-fa4a7011 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.c-c3be1738 {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 24px;
}

.c-ee9e8acf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.c-2ded2597 {
    background: #f8fafc;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.c-2ded2597:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.c-33fc663c {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3b82f6;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto 16px;
}

.c-d0ddbd4b {
    font-size: 14px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.c-d038d4e9 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.c-6214972c {
    background: #f8fafc;
    padding: 48px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 48px;
}

.c-be17ea86 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 32px;
}

.c-14ebf568 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 24px;
}

.c-f4a8912d {
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.c-f4a8912d:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.c-1be4a362 {
    font-size: 32px;
    font-weight: 700;
    color: #3b82f6;
    display: block;
    margin-bottom: 4px;
}

.c-b5fd5766 {
    font-size: 14px;
    color: #4a5568;
}




.c-62877128 {
    opacity: 0;
    transition: all 0.5s ease;
}

.c-d7ee18aa {
    transform: translateY(30px);
}

.c-d7ee18aa.about-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-839708e2 {
    transform: translateY(50px);
}

.c-839708e2.about-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-02e1d262 {
    transform: translateX(-50px);
}

.c-02e1d262.about-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-05d4756a {
    transform: translateX(50px);
}

.c-05d4756a.about-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-700aa194 {
    transform: scale(0.9);
}

.c-700aa194.about-visible {
    opacity: 1;
    transform: scale(1);
}

.c-a8d3e0f7 {
    transform: scale(0.8);
}

.c-a8d3e0f7.about-visible {
    opacity: 1;
    transform: scale(1);
}

.c-3d9215de {
    transition-delay: 0.1s;
}

.c-d2f32721 {
    transition-delay: 0.2s;
}

.c-03a95d60 {
    transition-delay: 0.3s;
}

.c-afdd273d {
    transition-delay: 0.4s;
}

.c-804af641 {
    transition-delay: 0.5s;
}

.c-dbaae8d7 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 24px;
}

.c-9ddf4e58 {
    padding: 32px 0;
    background: #f8fafc;
}

.c-73bcba59 {
    text-align: center;
    margin-bottom: 48px;
}

.c-c7439079 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.c-7d303d43 {
    font-size: 18px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
}

.c-c06dedb7 {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.c-109d7473 {
    display: flex;
    background: #e2e8f0;
    overflow-x: auto;
}

.c-1b6165ac {
    flex: 1;
    min-width: 150px;
    padding: 24px 32px;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
}

.c-1b6165ac:hover {
    background: #f8fafc;
    color: #1a1a1a;
}

.c-1b6165ac.benefits-active {
    color: #3b82f6;
    background: #ffffff;
}

.c-1b6165ac::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3b82f6;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.c-1b6165ac.benefits-active::after {
    transform: scaleX(1);
}

.c-2a9f5a40 {
    padding: 32px;
    min-height: 500px;
}

.c-cdc0a037 {
    display: none;
    animation: benefitsFadeIn 0.3s ease;
}

.c-cdc0a037.benefits-active {
    display: block;
}

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

.c-99366280 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.c-a33dc740 h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.c-a33dc740 p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 24px;
}

.c-f7348095 {
    list-style: none;
}

.c-f7348095 li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #4a5568;
}

.c-f7348095 li::before {
    content: '✓';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #10b981;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 16px;
    flex-shrink: 0;
}

.c-e9fe2c98 {
    background: #f8fafc;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.c-0b4997bf {
    font-size: 4rem;
    margin-bottom: 24px;
    display: block;
}

.c-4a4156e2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.c-6732e29f {
    background: #ffffff;
    padding: 24px;
    border-radius: 8px;
}

.c-21a6415f {
    font-size: 24px;
    font-weight: 700;
    color: #3b82f6;
    display: block;
    margin-bottom: 4px;
}

.c-61b550a9 {
    font-size: 14px;
    color: #9ca3af;
}




.c-abd5d4d4 {
    opacity: 0;
    transition: all 0.5s ease;
}

.c-860ef2a0 {
    transform: translateY(30px);
}

.c-860ef2a0.benefits-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-8eb245fc {
    transform: scale(0.9);
}

.c-8eb245fc.benefits-visible {
    opacity: 1;
    transform: scale(1);
}

.benefits-slide-left {
    transform: translateX(-50px);
}

.benefits-slide-left.benefits-visible {
    opacity: 1;
    transform: translateX(0);
}

.benefits-slide-right {
    transform: translateX(50px);
}

.benefits-slide-right.benefits-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-ddec6234 {
            padding: 48px 24px;
            background: #f8fafc;
            min-height: 100vh;
        }

        .services-tabs__container {
            max-width: 1220px;
            margin: 0 auto;
        }

        .services-tabs__title {
            font-size: 32px;
            font-weight: 700;
            color: #1a1a1a;
            text-align: center;
            margin-bottom: 48px;
            opacity: 0;
            transform: translateY(-30px);
        }

        .services-tabs__nav {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-bottom: 32px;
            flex-wrap: wrap;
        }

        .services-tabs__tab {
            padding: 16px 24px;
            background: #ffffff;
            border-radius: 8px;
            color: #4a5568;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 500;
            opacity: 0;
            transform: translateY(-20px);
        }

        .services-tabs__tab:hover {
            background: #e2e8f0;
            color: #1a1a1a;
        }

        .services-tabs__tab--active {
            background: #3b82f6;
            color: #ffffff;
        }

        .services-tabs__tab--active:hover {
            background: #3b82f6;
            color: #ffffff;
        }

        .services-tabs__content {
            background: #ffffff;
            border-radius: 12px;
            padding: 32px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            min-height: 400px;
        }

        .services-tabs__panel {
            display: none;
            opacity: 0;
            transform: translateX(30px);
            transition: all 0.3s ease;
        }

        .services-tabs__panel--active {
            display: block;
            opacity: 1;
            transform: translateX(0);
        }

        .services-tabs__panel-title {
            font-size: 24px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 24px;
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .services-tabs__panel-icon {
            width: 50px;
            height: 50px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #ffffff;
        }

        .services-tabs__panel:nth-child(1) .services-tabs__panel-icon {
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
        }

        .services-tabs__panel:nth-child(2) .services-tabs__panel-icon {
            background: linear-gradient(135deg, #10b981, #3b82f6);
        }

        .services-tabs__panel:nth-child(3) .services-tabs__panel-icon {
            background: linear-gradient(135deg, #f59e0b, #ef4444);
        }

        .services-tabs__panel:nth-child(4) .services-tabs__panel-icon {
            background: linear-gradient(135deg, #8b5cf6, #10b981);
        }

        .services-tabs__panel-description {
            color: #4a5568;
            line-height: 1.6;
            margin-bottom: 32px;
        }

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

        .services-tabs__feature {
            padding: 24px;
            background: #f8fafc;
            border-radius: 8px;
            border-left: 3px solid #3b82f6;
        }

        .services-tabs__feature-title {
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 8px;
        }

        .services-tabs__feature-text {
            color: #4a5568;
            font-size: 14px;
        }

        .services-tabs__price {
            text-align: center;
            padding: 24px;
            background: linear-gradient(135deg, #e2e8f0, #f8fafc);
            border-radius: 8px;
        }

        .services-tabs__price-label {
            color: #9ca3af;
            font-size: 14px;
            margin-bottom: 8px;
        }

        .services-tabs__price-value {
            font-size: 24px;
            font-weight: 700;
            color: #3b82f6;
        }

        .services-tabs__animate {
            opacity: 1;
            transform: translateY(0) translateX(0);
        }

        
.c-6e7da38d {
    padding: 48px 0;
    background: #ffffff;
}

.c-1f9c7886 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 16px;
}

.c-29ca4baf {
    text-align: center;
    margin-bottom: 48px;
}

.c-0652201b {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.c-15885b7f {
    font-size: 18px;
    color: #4a5568;
}

.c-e91367cf {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: start;
}

.c-787b225d {
    background: #f8fafc;
    border-radius: 16px;
    padding: 32px;
}

.c-87a3cd82 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
    text-align: center;
}

.c-fb15625b {
    margin-bottom: 32px;
}

.c-c30f25c3 {
    font-size: 18px;
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #3b82f6;
}

.c-fbd8c3a1 {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    margin-bottom: 8px;
    background: #ffffff;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.c-fbd8c3a1:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.c-bffa8a7b {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.c-9a32782d {
    background: #10b981;
    color: #ffffff;
}

.c-326260ae {
    background: #3b82f6;
    color: #ffffff;
}

.c-f377e934 {
    background: #8b5cf6;
    color: #ffffff;
}

.c-9f55aa29 {
    background: #334155;
    color: #ffffff;
}

.c-0fd4e487 {
    flex: 1;
}

.c-9de912d4 {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.c-da3db0cc {
    font-size: 14px;
    color: #4a5568;
}

.c-a8fdae25 {
    position: sticky;
    top: 24px;
    color: #1a1a1a;
}

.c-5adbddde {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #e2e8f0;
}

.c-5adbddde:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
}

.c-8d6fdd2e {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: #ffffff;
    transform: scale(1.05);
    border-color: #3b82f6;
}

.c-8d6fdd2e:hover {
    transform: scale(1.05) translateY(-5px);
}

.c-f09aa067 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.c-ee296125 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 4px;
}

.c-8d6fdd2e .c-ee296125 {
    color: #ffffff;
}

.c-50a542ba {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 24px;
}

.c-8d6fdd2e .c-50a542ba {
    color: rgba(255, 255, 255, 0.8);
}

.c-ec2ab49c {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    background: #3b82f6;
    color: #ffffff;
    margin-bottom: 16px;
}

.c-8d6fdd2e .c-ec2ab49c {
    background: #ffffff;
    color: #3b82f6;
}

.c-ec2ab49c:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.c-c8a5285e {
    font-size: 14px;
    color: #9ca3af;
    font-style: italic;
}

.c-8d6fdd2e .c-c8a5285e {
    color: rgba(255, 255, 255, 0.7);
}



.c-52c757f8 {
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-0dcab288 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c-df345a4a {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6);
    opacity: 0.1;
    animation: cta-morph-float 20s ease-in-out infinite;
    filter: blur(1px);
}

.c-df345a4a:nth-child(1) {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.c-df345a4a:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 50%;
    right: 20%;
    animation-delay: 5s;
}

.c-df345a4a:nth-child(3) {
    width: 400px;
    height: 400px;
    bottom: 10%;
    left: 30%;
    animation-delay: 10s;
}

.c-0ed14fc9 {
    text-align: center;
    z-index: 10;
    position: relative;
    transform: translateZ(0);
}

.c-a1a106b9 {
    font-size: clamp(2rem, 8vw, 4.5rem);
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 24px;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6, #f59e0b);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cta-gradient-shift 4s ease-in-out infinite;
    line-height: 1.1;
}

.c-5202f7d5 {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #1a1a1a;
    margin-bottom: 48px;
    opacity: 0.9;
    line-height: 1.4;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.c-e12c13a8 {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 24px 32px;
    border: 2px solid transparent;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.c-e12c13a8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6, #f59e0b, #3b82f6);
    background-size: 300% 300%;
    border-radius: 12px;
    z-index: -2;
    animation: cta-border-flow 3s ease-in-out infinite;
}

.c-e12c13a8::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #334155;
    border-radius: calc(12px - 2px);
    z-index: -1;
}

.c-e12c13a8:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.c-e12c13a8:hover::after {
    background: transparent;
}

@keyframes cta-morph-float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
        border-radius: 50%;
    }
    25% {
        transform: translateY(-30px) rotate(90deg) scale(1.1);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        transform: translateY(-60px) rotate(180deg) scale(0.9);
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    75% {
        transform: translateY(-30px) rotate(270deg) scale(1.2);
        border-radius: 40% 60% 60% 40% / 60% 40% 40% 60%;
    }
}

@keyframes cta-gradient-shift {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes cta-border-flow {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.c-c8f43ba5 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 24px;
}

.c-c8f43ba5.policy-modal--visible {
    opacity: 1;
    visibility: visible;
}

.c-f04a88f7 {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform: scale(0.8) translateY(50px);
    transition: transform 0.3s ease;
    position: relative;
}

.c-c8f43ba5.policy-modal--visible .c-f04a88f7 {
    transform: scale(1) translateY(0);
}

.c-661e52ac {
    text-align: center;
    margin-bottom: 32px;
}

.c-c1ce52ce {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 40px;
}

.c-da5cba16 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.c-282347c6 {
    color: #4a5568;
    font-size: 16px;
}

.c-52365b09 {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 32px;
    text-align: center;
}

.c-3f719874 {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
}

.c-98ecf998 {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    text-align: center;
}

.c-273f7d1e {
    display: grid;
    gap: 16px;
}

.c-ff5ad3b3 {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #ffffff;
    border-radius: 8px;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.15s ease;
    border: 2px solid transparent;
}

.c-ff5ad3b3:hover {
    border-color: #3b82f6;
    transform: translateX(4px);
}

.c-39941c42 {
    width: 24px;
    height: 24px;
    background: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    color: #ffffff;
    font-size: 12px;
}

.c-9f9ff6fd {
    flex: 1;
}

.c-1e3b357e {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-e24cb66e {
    font-size: 14px;
    color: #9ca3af;
}

.c-113e9de1 {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.c-4e7b831e {
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    border: 2px solid transparent;
    min-width: 140px;
}

.c-ca685055 {
    background: #3b82f6;
    color: #ffffff;
}

.c-ca685055:hover {
    background: #8b5cf6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

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

    .c-41751a68 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-ee6eda3b {
        flex-direction: column;
        gap: 16px;
    }

    .c-4c200b48 {
        min-width: auto;
        width: 100%;
    }

    .c-75d38c04 {
        flex-direction: column;
        gap: 16px;
    }

    .c-d5fa7ba4 {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .c-e8e063d3:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
            .c-a180948e {
                font-size: 2.5rem;
            }
            
            .c-f67930be {
                flex-direction: column;
                align-items: center;
            }
            
            .c-d941f6bc {
                grid-template-columns: repeat(2, 1fr);
            }
        }
@media (max-width: 768px) {
    .c-2f19c6d4 {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .about-map-container {
        height: 300px;
    }

    .c-ee9e8acf {
        grid-template-columns: 1fr;
    }

    .c-14ebf568 {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-6becbdad {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .c-99366280 {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .c-2a9f5a40 {
        padding: 24px;
    }

    .c-4a4156e2 {
        grid-template-columns: 1fr;
    }

    .c-c7439079 {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
            .services-tabs__nav {
                flex-direction: column;
                align-items: center;
            }
            
            .services-tabs__features {
                grid-template-columns: 1fr;
            }
        }
@media (max-width: 768px) {
    .c-e91367cf {
        grid-template-columns: 1fr;
    }

    .c-a8fdae25 {
        position: static;
    }

    .c-8d6fdd2e {
        transform: none;
    }

    .c-8d6fdd2e:hover {
        transform: translateY(-5px);
    }
}
@media (max-width: 640px) {
    .c-f04a88f7 {
        padding: 24px;
        margin: 16px;
    }

    .c-113e9de1 {
        flex-direction: column;
    }
}