@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-c5109ad1 {
    background: #f8fdfa;
    
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 0 3px 6px rgba(16, 185, 129, 0.1);
}

.c-c5109ad1::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-4226d7e8 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

.c-5abf23cb {
    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-5abf23cb:hover {
    color: #10b981;
}

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

.c-5abf23cb:hover .c-b574292c {
    background: #10b981;
    color: #ffffff;
    transform: rotate(360deg);
}

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

.c-107053dd {
    display: flex;
    align-items: center;
    gap: 12px;
}

.c-603b69c6 {
    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-603b69c6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #10b981;
    transition: 150ms ease-in-out;
    transform: translateX(-50%);
}

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

.c-603b69c6: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-0b06d6e2 {
    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-0b06d6e2:hover {
    background: #10b981;
    border-color: #10b981;
}

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

.c-0b06d6e2:hover .c-1faf4a5a {
    background: #ffffff;
}

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

.header__burger--active .c-1faf4a5a {
    background: #ffffff;
}

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

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

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

.c-a26ae515 {
    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-b9a1c59f {
    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-b9a1c59f {
    opacity: 1;
    transform: translateX(0);
}

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

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

.c-5329bb97 {
    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-3a7209c2 {
    background-color: #ecfdf5;
    padding: 32px 0;
    border-top: 1px solid #d1fae5;
}

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

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

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

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

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

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

.c-68f146a4: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-d6e92922 {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid #d1fae5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

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

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

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

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



.c-aaabc1ec {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Manrope', sans-serif;
    color: #0f172a;
    background-color: #f8fdfa;
    box-shadow: 0 1px 2px rgba(16, 185, 129, 0.05);
    line-height: 1.6;
    font-size: 16px;
}

.c-aaabc1ec h1,
.c-aaabc1ec h2,
.c-aaabc1ec h3,
.c-aaabc1ec h4 {
    color: #0f172a;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-aaabc1ec h1 {
    font-size: 40px;
}

.c-aaabc1ec h2 {
    font-size: 32px;
}

.c-aaabc1ec h3 {
    font-size: 24px;
}

.c-aaabc1ec h4 {
    font-size: 18px;
}

.c-aaabc1ec p,
.c-aaabc1ec li {
    color: #475569;
    font-size: 16px;
}

.c-aaabc1ec ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.c-aaabc1ec ul li {
    margin-bottom: 0.5rem;
}

.c-aaabc1ec a {
    color: #10b981;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-aaabc1ec a:hover {
    color: #0ea5e9;
}

.c-aaabc1ec strong {
    color: #0f172a;
    font-weight: 600;
}

.c-aaabc1ec code {
    background-color: #d1fae5;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 14px;
}

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

    .c-0b06d6e2 {
        display: flex;
    }

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

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

    .c-d6e92922 {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .c-aaabc1ec {
        padding: 1rem;
        font-size: 14px;
    }

    .c-aaabc1ec h1 {
        font-size: 32px;
    }

    .c-aaabc1ec h2 {
        font-size: 24px;
    }

    .c-aaabc1ec h3 {
        font-size: 18px;
    }
}