@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,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: #1f1f2e;
    font-family: 'Rubik', sans-serif;
    font-size: var(--font-size);
}
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-9480a7ee {
    background: #1f1f2e;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: 300ms ease-in-out;
}

.header--scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}

.c-bf816992 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c-50903b08 {
    position: absolute;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
    transition: 150ms ease-in-out;
    z-index: 9999;
}

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

.c-4b27f333 {
    font-size: 26px;
    background: linear-gradient(45deg, #a78bfa, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-450ee8bf {
    display: flex;
    align-items: center;
}

.c-98fbd3ed {
    display: flex;
    align-items: center;
    gap: 48px;
    background: #2c2c3c;
    padding: 10px 30px;
    border-radius: 24px;
    border: 1px solid #3a3a4f;
}

.c-99199cd2 {
    color: #d1d5db;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 150ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-99199cd2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: 300ms ease-in-out;
}

.c-99199cd2:hover::before {
    left: 100%;
}

.c-99199cd2:hover {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.05);
}

.header__menu-link--active {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.1);
}

.header__theme-toggle {
    position: absolute;
    right: 20px;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 150ms ease-in-out;
}

.header__theme-toggle:hover {
    background: #a78bfa;
    color: #111827;
    transform: rotate(180deg);
}


.c-09d110bf {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-in-out;
    position: absolute;
    right: 20px;
}

.c-09d110bf:hover {
    background: #a78bfa;
    transform: scale(1.05);
}

.c-4bab9151 {
    width: 18px;
    height: 2px;
    background: #f3f4f6;
    margin: 2px 0;
    transition: 150ms ease-in-out;
    border-radius: 2px;
}

.c-09d110bf:hover .c-4bab9151 {
    background: #111827;
}


.header__burger--active {
    background: #a78bfa;
}

.header__burger--active .c-4bab9151 {
    background: #111827;
}

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

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

.header__burger--active .c-4bab9151:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


.c-07f37daf {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}


.c-13d75908 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1f1f2e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    padding: 48px 20px;
}

.header__mobile-menu--active {
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}


.c-ca2ff96f {
    color: #f3f4f6;
    font-size: 34px;
    font-weight: 600;
    padding: 30px 48px;
    border-radius: 24px;
    transition: 150ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

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


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


.c-ca2ff96f::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: 300ms ease-in-out;
}

.c-ca2ff96f:hover::before {
    left: 100%;
}

.c-ca2ff96f:hover {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.05);
    transform: scale(1.05);
    border-color: #a78bfa;
}

.header__mobile-menu-link--active {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.1);
    border-color: #a78bfa;
}






@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutToRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.c-8a375706 {
    background-color: #1f1f2e;
    padding: 48px 0;
    border-top: 2px solid #a78bfa;
    position: relative;
}

.c-a1f76ac2 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.c-64a11178 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 30px;
    transition: transform 300ms ease-in-out;
}

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

.c-64a11178 i {
    color: #a78bfa;
    font-size: 34px;
}

.c-9898c42e {
    color: #d1d5db;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 48px;
    font-size: 19px;
}

.c-f62aac38 {
    margin-bottom: 48px;
}

.c-8e88341c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    margin-bottom: 30px;
}

.c-2de8747e {
    color: #d1d5db;
    font-weight: 500;
    position: relative;
    transition: color 150ms ease-in-out;
    padding: 10px 0;
}

.c-2de8747e::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #a78bfa;
    transition: all 300ms ease-in-out;
    transform: translateX(-50%);
}

.c-2de8747e:hover {
    color: #a78bfa;
}

.c-2de8747e:hover::after {
    width: 100%;
}

.c-3dbd3620 {
    background-color: #2c2c3c;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 48px;
    display: inline-block;
    min-width: 300px;
}

.c-16baf8d5 {
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
}

.c-b2377a00 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-5f117e22 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #d1d5db;
}

.c-584a613e {
    color: #a78bfa;
    width: 20px;
    text-align: center;
}

.c-c97d0d4f {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a78bfa, transparent);
    margin: 30px auto;
}

.c-c05addda {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

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

.c-f0fe3654 {
    display: flex;
    gap: 30px;
}

.c-a780eaa8 {
    color: #9ca3af;
    font-size: 14px;
    transition: color 150ms ease-in-out;
    position: relative;
}

.c-a780eaa8:hover {
    color: #a78bfa;
}

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

.c-605caaf3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #a78bfa, #f472b6, #a78bfa);
    opacity: 0.8;
}



.c-47fc594a {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #1f1f2e;
}

.c-f2127c28 {
    display: flex;
    align-items: center;
    padding: 48px;
    background: #2c2c3c;
}

.c-909ce5e9 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #10b981, #a78bfa);
    position: relative;
    overflow: hidden;
}

.c-1eec19d3 {
    max-width: 500px;
    opacity: 0;
    transform: translateX(50px);
    animation: heroSlideInLeft 1s ease 0.3s forwards;
}

.c-3c27b6a6 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #f3f4f6;
    margin-bottom: 30px;
    line-height: 1.2;
}

.c-af87e34c {
    font-size: 19px;
    color: #d1d5db;
    margin-bottom: 48px;
    line-height: 1.6;
}

.c-10b5eb40 {
    display: inline-block;
    padding: 20px 48px;
    background: #a78bfa;
    color: #111827;
    border-radius: 16px;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    box-shadow: 0 4px 15px 0 1px 2px rgba(255, 255, 255, 0.04);
}

.c-10b5eb40:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-69130bba {
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0;
    transform: scale(0.8);
    animation: heroZoomIn 1s ease 0.6s forwards;
}

.c-69130bba img {
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0;
    transform: scale(0.8);
    animation: heroZoomIn 1s ease 0.6s forwards;
}

.c-69130bba::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: heroPulse 2s ease-in-out infinite;
}

.hero-split__graphic-text {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    z-index: 1;
}

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

.hero-split__particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: heroParticleFloat 8s linear infinite;
}

@keyframes heroSlideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes heroZoomIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes heroPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.1;
    }
}

@keyframes heroParticleFloat {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}



.c-48b35dd0 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-d6c23391 {
    padding: 48px 0;
}

.c-1fb3e378 {
    text-align: center;
    margin-bottom: 64px;
}

.c-fce27d61 {
    font-size: 34px;
    font-weight: 700;
    color: #f3f4f6;
    margin-bottom: 20px;
}

.c-e56ce90d {
    font-size: 19px;
    color: #d1d5db;
    max-width: 600px;
    margin: 0 auto;
}

.c-01511ea2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-bottom: 64px;
}

.c-91fad647 {
    background: #2c2c3c;
    padding: 48px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.about-map-container {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    border-radius: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-size: 19px;
    margin-bottom: 30px;
}

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

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

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

.about-office-marker.about-active {
    background: #dc2626;
    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: #1f1f2e;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 6px 0 1px 2px rgba(255, 255, 255, 0.04);
}

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

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

.about-office-name {
    font-size: 19px;
    font-weight: 600;
    color: #a78bfa;
    margin-bottom: 20px;
}

.about-office-address {
    color: #d1d5db;
    margin-bottom: 10px;
}

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

.c-af610511 {
    background: #1f1f2e;
    padding: 48px;
    border-radius: 24px;
    box-shadow: 0 8px 25px 0 1px 2px rgba(255, 255, 255, 0.04);
}

.c-8264cd7b {
    font-size: 26px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 30px;
}

.c-19f9f492 {
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 30px;
}

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

.c-a9aee7b7 {
    background: #2c2c3c;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.c-a9aee7b7:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-36ab6552 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #a78bfa;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin: 0 auto 20px;
}

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

.c-0b9efbfa {
    font-size: var(--font-size);
    font-weight: 600;
    color: #f3f4f6;
}

.c-c296ebc1 {
    background: #2c2c3c;
    padding: 64px;
    border-radius: 24px;
    text-align: center;
}

.c-4bffa363 {
    font-size: 26px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 48px;
}

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

.c-3555397f {
    background: #1f1f2e;
    padding: 30px;
    border-radius: 16px;
    transition: all 300ms ease-in-out;
}

.c-3555397f:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-78685c3e {
    font-size: 34px;
    font-weight: 700;
    color: #a78bfa;
    display: block;
    margin-bottom: 4px;
}

.c-5203d8d3 {
    font-size: 14px;
    color: #d1d5db;
}




.c-898ab363 {
    opacity: 0;
    transition: all 500ms ease;
}

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

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

.c-28e18762 {
    transform: translateY(50px);
}

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

.c-5dd4ff56 {
    transform: translateX(-50px);
}

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

.c-4e3f78e7 {
    transform: translateX(50px);
}

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

.c-695fbffa {
    transform: scale(0.9);
}

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

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

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

.c-f2f80f21 {
    transition-delay: 0.1s;
}

.c-69ff4ae5 {
    transition-delay: 0.2s;
}

.c-68a9abdc {
    transition-delay: 0.3s;
}

.c-2527d22c {
    transition-delay: 0.4s;
}

.c-cf1f9626 {
    transition-delay: 0.5s;
}

.c-d109118f {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-67ba0d7e {
    padding: 48px 0;
    background: #2c2c3c;
}

.c-b8dcbb57 {
    text-align: center;
    margin-bottom: 64px;
}

.c-3eeaf5ec {
    font-size: 34px;
    font-weight: 700;
    color: #f3f4f6;
    margin-bottom: 20px;
}

.c-64755b7a {
    font-size: 19px;
    color: #d1d5db;
    max-width: 600px;
    margin: 0 auto;
}

.c-73584169 {
    background: #1f1f2e;
    border-radius: 24px;
    box-shadow: 0 8px 25px 0 1px 2px rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.c-414d2371 {
    display: flex;
    background: #3a3a4f;
    overflow-x: auto;
}

.c-a4d4e4b9 {
    flex: 1;
    min-width: 150px;
    padding: 30px 48px;
    background: transparent;
    border: none;
    font-size: var(--font-size);
    font-weight: 500;
    color: #d1d5db;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    position: relative;
    white-space: nowrap;
}

.c-a4d4e4b9:hover {
    background: #2c2c3c;
    color: #f3f4f6;
}

.c-a4d4e4b9.benefits-active {
    color: #a78bfa;
    background: #1f1f2e;
}

.c-a4d4e4b9::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #a78bfa;
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}

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

.c-f226dcc7 {
    padding: 48px;
    min-height: 500px;
}

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

.c-4ca1be57.benefits-active {
    display: block;
}

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

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

.c-c1dca228 h3 {
    font-size: 26px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 30px;
}

.c-c1dca228 p {
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 30px;
}

.c-9e2038ca {
    list-style: none;
}

.c-9e2038ca li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #d1d5db;
}

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

.c-8d39c3a5 {
    background: #2c2c3c;
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.c-8508b65a {
    font-size: 4rem;
    margin-bottom: 30px;
    display: block;
}

.c-7f5e3a76 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.c-8d8cb9c1 {
    background: #1f1f2e;
    padding: 30px;
    border-radius: 10px;
}

.c-8408dd06 {
    font-size: 26px;
    font-weight: 700;
    color: #a78bfa;
    display: block;
    margin-bottom: 4px;
}

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




.c-1d74ead7 {
    opacity: 0;
    transition: all 500ms ease;
}

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

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

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

.c-c6979548.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-a1cb3c13 {
            padding: 64px 30px;
            background: linear-gradient(135deg, #2c2c3c, #1f1f2e);
            min-height: 100vh;
        }

        .c-4e21201a {
            max-width: 1160px;
            margin: 0 auto;
        }

        .c-e46d97e2 {
            text-align: center;
            margin-bottom: 64px;
        }

        .c-a8ce486c {
            font-size: 34px;
            font-weight: 700;
            color: #f3f4f6;
            margin-bottom: 20px;
            opacity: 0;
            transform: scale(0.8);
        }

        .c-a27ec538 {
            font-size: 19px;
            color: #d1d5db;
            opacity: 0;
            transform: scale(0.8);
        }

        .c-3004f13d {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }

        .c-3004f13d::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(to bottom, #a78bfa, #f472b6);
            transform: translateX(-50%) scaleY(0);
            transform-origin: top;
            transition: transform 500ms ease;
        }

        .c-1c202f2f {
            position: relative;
            margin-bottom: 64px;
            opacity: 0;
            transform: translateY(50px);
            transition: all 300ms ease-in-out;
        }

        .c-1c202f2f:nth-child(odd) {
            padding-right: 50%;
            padding-left: 0;
        }

        .c-1c202f2f:nth-child(even) {
            padding-left: 50%;
            padding-right: 0;
            text-align: right;
        }

        .c-1c202f2f:nth-child(odd) .c-8f143f0e {
            margin-right: 48px;
        }

        .c-1c202f2f:nth-child(even) .c-8f143f0e {
            margin-left: 48px;
        }

        .c-9aa647fd {
            position: absolute;
            left: 50%;
            top: 30px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            transform: translateX(-50%);
            transition: all 300ms ease-in-out;
            z-index: 2;
        }

        .c-1c202f2f:nth-child(1) .c-9aa647fd {
            background: #a78bfa;
        }

        .c-1c202f2f:nth-child(2) .c-9aa647fd {
            background: #10b981;
        }

        .c-1c202f2f:nth-child(3) .c-9aa647fd {
            background: #f59e0b;
        }

        .c-1c202f2f:nth-child(4) .c-9aa647fd {
            background: #dc2626;
        }

        .c-8f143f0e {
            background: #1f1f2e;
            border-radius: 16px;
            padding: 48px;
            box-shadow: 0 4px 20px 0 1px 2px rgba(255, 255, 255, 0.04);
            transition: all 300ms ease-in-out;
            cursor: pointer;
        }

        .c-8f143f0e:hover {
            box-shadow: 0 8px 30px 0 3px 6px rgba(255, 255, 255, 0.08);
            transform: translateY(-5px);
        }

        .c-aef4059e {
            font-size: 14px;
            font-weight: 600;
            color: #9ca3af;
            margin-bottom: 10px;
        }

        .c-1c202f2f:nth-child(1) .c-aef4059e {
            color: #a78bfa;
        }

        .c-1c202f2f:nth-child(2) .c-aef4059e {
            color: #10b981;
        }

        .c-1c202f2f:nth-child(3) .c-aef4059e {
            color: #f59e0b;
        }

        .c-1c202f2f:nth-child(4) .c-aef4059e {
            color: #dc2626;
        }

        .c-64b6d77b {
            font-size: 26px;
            font-weight: 600;
            color: #f3f4f6;
            margin-bottom: 20px;
        }

        .c-bbf7d426 {
            color: #d1d5db;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .c-fe80b3e3 {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 30px;
        }

        .c-9fa1afb7 {
            background: #2c2c3c;
            color: #d1d5db;
            padding: 4px 10px;
            border-radius: 5px;
            font-size: 14px;
        }

        .c-87eb05af {
            font-size: 19px;
            font-weight: 700;
            color: #a78bfa;
        }

        .services-timeline__animate {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .services-timeline__line--animate::before {
            transform: translateX(-50%) scaleY(1);
        }

        
.c-4b5ddbf9 {
    padding: 64px 0;
    background: #1f1f2e;
}

.c-70c22880 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-d1be61fc {
    text-align: center;
    margin-bottom: 64px;
}

.c-5c1bf232 {
    font-size: 34px;
    font-weight: 700;
    color: #f3f4f6;
    margin-bottom: 20px;
}

.c-9312b1d4 {
    font-size: 19px;
    color: #d1d5db;
}

.c-6343e1be {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 64px;
    align-items: start;
}

.c-f323f8d1 {
    background: #2c2c3c;
    border-radius: 24px;
    padding: 48px;
}

.c-7d674621 {
    font-size: 26px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 30px;
    text-align: center;
}

.c-61d0ab79 {
    margin-bottom: 48px;
}

.c-489ade89 {
    font-size: 19px;
    font-weight: 600;
    color: #a78bfa;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #a78bfa;
}

.c-f39fed23 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin-bottom: 10px;
    background: #1f1f2e;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.c-f39fed23:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 15px 0 1px 2px rgba(255, 255, 255, 0.04);
}

.c-e8ca647c {
    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-be37d3fa {
    background: #10b981;
    color: #111827;
}

.c-62cab27d {
    background: #a78bfa;
    color: #111827;
}

.c-20623a60 {
    background: #f472b6;
    color: #111827;
}

.c-3c15c210 {
    background: #f3f4f6;
    color: #111827;
}

.c-32c1ecae {
    flex: 1;
}

.c-105347f4 {
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 4px;
}

.c-fb185af0 {
    font-size: 14px;
    color: #d1d5db;
}

.c-e3d66902 {
    position: sticky;
    top: 30px;
    color: #f3f4f6;
}

.c-72397bda {
    background: #1f1f2e;
    border-radius: 24px;
    padding: 48px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px 0 1px 2px rgba(255, 255, 255, 0.04);
    text-align: center;
    transition: all 300ms ease-in-out;
    border: 2px solid #3a3a4f;
}

.c-72397bda:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px 0 3px 6px rgba(255, 255, 255, 0.08);
    border-color: #a78bfa;
}

.c-48966504 {
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    color: #111827;
    transform: scale(1.05);
    border-color: #a78bfa;
}

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

.c-a4ba36d3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

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

.c-48966504 .c-a7ac5c9c {
    color: #111827;
}

.c-76690a1a {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 30px;
}

.c-48966504 .c-76690a1a {
    color: rgba(255, 255, 255, 0.8);
}

.c-ed235492 {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    background: #a78bfa;
    color: #111827;
    margin-bottom: 20px;
}

.c-48966504 .c-ed235492 {
    background: #111827;
    color: #a78bfa;
}

.c-ed235492:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px 0 3px 6px rgba(255, 255, 255, 0.08);
}

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

.c-48966504 .c-dbb4204e {
    color: rgba(255, 255, 255, 0.7);
}



.c-011d0144 {
    background: #1f1f2e;
    padding: 48px;
    border-radius: 24px;
    text-align: center;
    max-width: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 500ms ease;
    margin: 40px auto;
}

.c-011d0144::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #a78bfa, #f472b6, #f59e0b, #dc2626);
    border-radius: 24px;
    z-index: -1;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.c-011d0144:hover::before {
    opacity: 1;
    animation: borderGlow 2s ease-in-out infinite alternate;
}

@keyframes borderGlow {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

.c-011d0144:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-glow);
}

.c-56e41fc0 {
    font-size: 34px;
    font-weight: 800;
    color: #f3f4f6;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
}

.c-56e41fc0::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #f472b6;
    border-radius: 2px;
    transition: width 300ms ease-in-out;
}

.c-011d0144:hover .c-56e41fc0::after {
    width: 120px;
}

.c-46558b8a {
    font-size: 19px;
    color: #d1d5db;
    margin-bottom: 64px;
    line-height: 1.5;
    margin-top: 30px;
}

.c-f0fcecde {
    display: inline-block;
    background: #f472b6;
    color: #111827;
    padding: 30px 48px;
    border-radius: 16px;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-f0fcecde::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 500ms ease;
}

.c-f0fcecde:hover::before {
    left: 100%;
}

.c-f0fcecde:hover {
    background: #7c3aed;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}

.c-f0fcecde:active {
    transform: scale(0.98);
}

.c-034de813 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.c-5f6ed83e {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #a78bfa;
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.c-5f6ed83e:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.c-5f6ed83e:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    background: #f472b6;
}

.c-5f6ed83e:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
    background: #f59e0b;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.c-a1391569 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f1f2e;
    border-top: 2px solid #a78bfa;
    box-shadow: 0 -4px 20px 0 3px 6px rgba(255, 255, 255, 0.08);
    padding: 30px;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 300ms ease-in-out;
}

.c-a1391569.policy-agreement--visible {
    transform: translateY(0);
}

.c-8be0e89e {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.c-1d10237f {
    flex: 1;
    min-width: 300px;
}

.c-7818c804 {
    font-size: 19px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 10px;
}

.c-01cca1f5 {
    color: #d1d5db;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-74e84d61 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.c-03d2d80c {
    color: #a78bfa;
    text-decoration: underline;
    font-size: 14px;
    transition: color 150ms ease-in-out;
}

.c-03d2d80c:hover {
    color: #f472b6;
}

.c-b6674d29 {
    display: flex;
    gap: 20px;
    align-items: center;
}

.c-b533a066 {
    background: #a78bfa;
    color: #111827;
    border: none;
    padding: 20px 48px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 500;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    white-space: nowrap;
}

.c-b533a066:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-b533a066:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .c-98fbd3ed {
        gap: 20px;
        padding: 4px 20px;
    }

    .c-99199cd2 {
        padding: 4px 10px;
        font-size: 14px;
    }

    .c-50903b08 {
        position: static;
    }

    .header__theme-toggle {
        position: static;
        margin-left: 20px;
    }

    .c-bf816992 {
        justify-content: space-between;
    }
    .c-450ee8bf,
    .header__theme-toggle {
        display: none;
    }

    .c-09d110bf {
        display: flex;
    }

    .c-bf816992 {
        justify-content: space-between;
        padding: 20px;
    }

    .c-50903b08 {
        position: static;
        transform: translateX(0);
    }

    .c-98fbd3ed {
        display: none;
    }
}
@media (max-width: 480px) {
    .c-ca2ff96f {
        font-size: 26px;
        min-width: 200px;
        padding: 20px 30px;
    }

    .c-13d75908 {
        gap: 30px;
        padding: 30px 10px;
    }
}
@media (max-width: 768px) {
    .c-8e88341c {
        flex-direction: column;
        gap: 20px;
    }

    .c-3dbd3620 {
        min-width: auto;
        width: 100%;
    }

    .c-c05addda {
        flex-direction: column;
        gap: 20px;
    }

    .c-f0fe3654 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .c-a780eaa8:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-47fc594a {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .c-3c27b6a6 {
        font-size: 2.5rem;
    }

    .c-f2127c28 {
        padding: 30px;
    }
}
@media (max-width: 768px) {
    .c-01511ea2 {
        grid-template-columns: 1fr;
        gap: 48px;
    }

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

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

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

    .c-fce27d61 {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
    .c-fdf771aa {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .c-f226dcc7 {
        padding: 30px;
    }

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

    .c-3eeaf5ec {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
            .c-1c202f2f {
                padding-left: 48px !important;
                padding-right: 0 !important;
                text-align: left !important;
            }

            .c-1c202f2f .c-8f143f0e {
                margin-left: 0 !important;
                margin-right: 0 !important;
            }

            .c-9aa647fd {
                left: 10px !important;
                transform: translateX(0) !important;
            }

            .c-3004f13d::before {
                left: 10px !important;
                transform: translateX(0) scaleY(0) !important;
            }

            .services-timeline__line--animate::before {
                transform: translateX(0) scaleY(1) !important;
            }
        }
@media (max-width: 768px) {
    .c-6343e1be {
        grid-template-columns: 1fr;
    }

    .c-e3d66902 {
        position: static;
    }

    .c-48966504 {
        transform: none;
    }

    .c-48966504:hover {
        transform: translateY(-5px);
    }
}
@media (max-width: 768px) {
    .c-8be0e89e {
        flex-direction: column;
        text-align: center;
    }

    .c-1d10237f {
        min-width: auto;
    }

    .c-74e84d61 {
        justify-content: center;
    }
}