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



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #f8fdfa;
    font-family: 'Manrope', 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-74c3845c {
    background: #f8fdfa;
    
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 0 3px 6px rgba(16, 185, 129, 0.1);
}

.c-74c3845c::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: #10b981;
    width: var(--header-line-width, 0%);
    transform: translateX(-50%);
    transition: width 0.3s ease;
    z-index: 1001;
}

.c-e80c3e20 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

.c-c057cb3f {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #0f172a;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.5px;
    transition: 150ms ease-in-out;
    position: relative;
    z-index: 99999;
}

.c-c057cb3f:hover {
    color: #10b981;
}

.c-746587cf {
    font-size: 32px;
    color: #10b981;
    padding: 12px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 10px;
    transition: 150ms ease-in-out;
}

.c-c057cb3f:hover .c-746587cf {
    background: #10b981;
    color: #ffffff;
    transform: rotate(360deg);
}

.c-40b5b452 {
    display: flex;
    align-items: center;
}

.c-62bcea76 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.c-665c6061 {
    color: #475569;
    font-weight: 600;
    padding: 20px 32px;
    border-radius: 6px;
    transition: 150ms ease-in-out;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.c-665c6061::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #10b981;
    transition: 150ms ease-in-out;
    transform: translateX(-50%);
}

.c-665c6061:hover {
    color: #10b981;
    background: rgba(59, 130, 246, 0.05);
}

.c-665c6061:hover::after {
    width: 80%;
}

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

.header__menu-link--active::after {
    width: 80%;
}

.c-6ff80347 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 20px;
    z-index: 1001;
    background: #ecfdf5;
    border: 2px solid #d1fae5;
    border-radius: 10px;
    transition: 150ms ease-in-out;
}

.c-6ff80347:hover {
    background: #10b981;
    border-color: #10b981;
}

.c-76831bf1 {
    width: 28px;
    height: 3px;
    background: #0f172a;
    margin: 4px 0;
    transition: 150ms ease-in-out;
    border-radius: 2px;
}

.c-6ff80347:hover .c-76831bf1 {
    background: #ffffff;
}

.header__burger--active {
    background: #10b981;
    border-color: #10b981;
}

.header__burger--active .c-76831bf1 {
    background: #ffffff;
}

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

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

.header__burger--active .c-76831bf1:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.c-c5480a54 {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    background: #f8fdfa;
    border-left: 3px solid #10b981;
    display: flex;
    flex-direction: column;
    padding: 120px 48px 48px;
    gap: 32px;
    transform: translateX(100%);
    transition: 300ms ease-in-out;
    z-index: 1000;
    box-shadow: -5px 0 20px 0 3px 6px rgba(16, 185, 129, 0.1);
}

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

.c-d07b2555 {
    color: #0f172a;
    font-size: 18px;
    font-weight: 600;
    padding: 32px 48px;
    border-radius: 10px;
    transition: 150ms ease-in-out;
    opacity: 0;
    transform: translateX(30px);
    text-align: left;
    background: #ecfdf5;
    border-left: 4px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

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

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

.c-d07b2555:hover {
    color: #10b981;
    background: rgba(59, 130, 246, 0.1);
    border-left-color: #10b981;
    transform: translateX(10px);
}

.c-ea0eefe1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 999;
}

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





.c-5b722cf7 {
    background-color: #ecfdf5;
    padding: 32px 0;
    border-top: 1px solid #d1fae5;
}

.c-82ea78c3 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-5813f9aa {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.c-4636c6c7 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #0f172a;
    font-weight: 600;
    font-size: 18px;
}

.c-4636c6c7 i {
    color: #10b981;
    font-size: 24px;
}

.c-940882cd {
    display: flex;
    gap: 48px;
}

.c-34f6bd3c {
    color: #475569;
    transition: color 150ms ease-in-out;
}

.c-34f6bd3c:hover {
    color: #10b981;
}

.footer-social {
    display: flex;
    gap: 20px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #d1fae5;
    color: #475569;
    transition: all 150ms ease-in-out;
}

.footer-social-link:hover {
    background-color: #10b981;
    color: #ffffff;
    transform: translateY(-3px);
}

.c-9b8af06c {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid #d1fae5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-e691ddf2 {
    color: #94a3b8;
    font-size: 14px;
}

.c-f19ebc2f {
    display: flex;
    gap: 32px;
}

.c-c62c0e23 {
    color: #94a3b8;
    font-size: 14px;
    transition: color 150ms ease-in-out;
}

.c-c62c0e23:hover {
    color: #10b981;
}



.c-a39511a7 {
    padding: 64px 0;
    background: #ecfdf5;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.c-f4a13f9a {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

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

.c-598bf09c {
    opacity: 0;
    transform: translateX(50px);
}

.c-dae7d6a1 {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 32px;
    position: relative;
}

.c-dae7d6a1::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--about-gradient);
    border-radius: 6px;
}

.c-202717ce {
    font-size: 18px;
    color: #10b981;
    margin-bottom: 20px;
    font-weight: 500;
}

.c-8c4a739f {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 32px;
}

.c-a930fc16 {
    display: flex;
    gap: 48px;
    margin-top: 32px;
}

.c-8b3409b4 {
    text-align: center;
}

.c-920f8ca9 {
    font-size: 24px;
    font-weight: 700;
    color: #10b981;
    display: block;
}

.c-2abc8582 {
    font-size: 14px;
    color: #94a3b8;
    margin-top: 4px;
}

.c-18a8913e {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
}

.c-4201bd3a {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 40px 0 3px 6px rgba(16, 185, 129, 0.1);
}

.c-18a8913e::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    background: var(--about-gradient);
    border-radius: 24px;
    z-index: -1;
    opacity: 0.3;
}

.about-classic--animated .c-598bf09c {
    opacity: 1 !important;
    transform: translateX(0);
    transition: all 0.8s ease;
}

.about-classic--animated .c-18a8913e {
    opacity: 1 !important;
    transform: translateX(0);
    transition: all 0.8s ease 0.2s;
}

.about-classic--animated .c-dae7d6a1::after {
    width: 60px;
    transition: width 0.8s ease 0.5s;
}



.c-1d3a63ff {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-8c0dc4c4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.c-e2ef960c {
    text-align: center;
    z-index: 10;
    position: relative;
}

.c-32676983 {
    font-size: clamp(2.5rem, 10vw, 5rem);
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 32px;
    text-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    animation: cta-glow-pulse 3s ease-in-out infinite alternate;
    line-height: 1;
}

.c-f5f30e53 {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #0f172a;
    margin-bottom: 64px;
    opacity: 0.8;
    line-height: 1.4;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.c-5d40f8a3 {
    display: inline-block;
    background: transparent;
    color: #0f172a;
    padding: 32px 48px;
    border: 2px solid #10b981;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
}

.c-5d40f8a3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #10b981;
    transition: left 300ms ease-in-out;
    z-index: -1;
}

.c-5d40f8a3:hover::before {
    left: 0;
}

.c-5d40f8a3:hover {
    color: #0f172a;
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.6);
    transform: translateY(-3px);
}

@keyframes cta-glow-pulse {
    0% {
        text-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    }
    100% {
        text-shadow: 0 0 30px rgba(59, 130, 246, 0.8), 0 0 40px rgba(139, 92, 246, 0.3);
    }
}

.c-275ec881 {
    position: fixed;
    bottom: 32px;
    right: 32px;
    background: linear-gradient(135deg, #10b981, #0ea5e9);
    color: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 8px 32px 0 6px 12px rgba(16, 185, 129, 0.15);
    max-width: 400px;
    z-index: 1000;
    transform: translateX(120%);
    transition: transform 300ms ease-in-out;
}

.c-275ec881.policy-compact--visible {
    transform: translateX(0);
}

.c-9cabc80f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.c-8701972a {
    font-size: var(--font-size);
    font-weight: 600;
}

.c-fb17f2d8 {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 150ms ease-in-out;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-fb17f2d8:hover {
    opacity: 1;
}

.c-58471e69 {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
}

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

.c-218621a6 {
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 150ms ease-in-out;
}

.c-218621a6:hover {
    opacity: 1;
}

.c-1b57d6f2 {
    background: #ffffff;
    color: #10b981;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 150ms ease-in-out;
}

.c-1b57d6f2:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

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

    .c-6ff80347 {
        display: flex;
    }

    .c-c5480a54 {
        width: 100%;
        padding: 120px 20px 20px;
    }
}
@media (max-width: 480px) {
    .c-d07b2555 {
        font-size: var(--font-size-md);
        padding: 20px 32px;
    }
}
@media (max-width: 768px) {
    .c-5813f9aa {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .c-9b8af06c {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .c-ab8412f6 {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .c-a930fc16 {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .c-275ec881 {
        bottom: 20px;
        right: 20px;
        left: 20px;
        max-width: none;
    }
}