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

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

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

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

.c-70553e29:hover .c-9dd3a62e {
    background: #10b981;
    color: #ffffff;
    transform: rotate(360deg);
}

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

.c-25bf4713 {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

.c-3319292c: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-57292fb8 {
    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-57292fb8:hover {
    background: #10b981;
    border-color: #10b981;
}

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

.c-57292fb8:hover .c-43c94eb8 {
    background: #ffffff;
}

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

.header__burger--active .c-43c94eb8 {
    background: #ffffff;
}

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

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

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

.c-9aff9d31 {
    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-33471f4c {
    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-33471f4c {
    opacity: 1;
    transform: translateX(0);
}

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

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

.c-5bbd441c {
    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-2396f008 {
    background-color: #ecfdf5;
    padding: 32px 0;
    border-top: 1px solid #d1fae5;
}

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

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

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

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

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

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

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

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

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

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

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



.c-9b5e97fd {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    padding: 32px;
}

.c-8b37490a {
    text-align: center;
    max-width: 600px;
    opacity: 0;
    transform: translateY(30px);
}

.c-838b7a8e {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 32px;
    line-height: 1.2;
}

.c-0b77f434 {
    font-size: 18px;
    color: #475569;
    margin-bottom: 48px;
    line-height: 1.5;
}

.c-daa45f3e {
    font-size: var(--font-size);
    color: #94a3b8;
    margin-bottom: 64px;
    line-height: 1.6;
}

.c-54150cd1 {
    display: inline-block;
    padding: 20px 48px;
    background: #10b981;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    box-shadow: 0 4px 12px 0 3px 6px rgba(16, 185, 129, 0.1);
}

.c-54150cd1:hover {
    background: #0ea5e9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 6px 12px rgba(16, 185, 129, 0.15);
}

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

.thanks-minimal--animated {
    opacity: 1;
    transform: translateY(0);
    transition: all 500ms ease-in-out;
}

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

    .c-57292fb8 {
        display: flex;
    }

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

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

    .c-3c5548fc {
        flex-direction: column;
    }
}