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



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #f4f7f4;
    font-family: 'Karla', 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-2a33dbb9 {
    background: linear-gradient(135deg, #6ba27c, #7fb77e);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.c-70e1ef81 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-c02ed04a {
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 22px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 130ms ease-in-out;
    position: relative;
    z-index: 99999;
}

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

.c-8d31db59 {
    font-size: 30px;
    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-93f61a15 {
    display: flex;
    align-items: center;
    gap: 44px;
}

.c-db144741 {
    display: flex;
    align-items: center;
    gap: 28px;
}

.c-e6e70a1b {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 18px 28px;
    border-radius: 24px;
    transition: 130ms ease-in-out;
    position: relative;
    overflow: hidden;
}

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

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

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

.c-3afb7785 {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 18px 44px;
    border-radius: 24px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: 130ms ease-in-out;
    backdrop-filter: blur(10px);
}

.c-3afb7785: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-883ae5c5 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: 130ms ease-in-out;
}

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

.c-8f879e05 {
    width: 24px;
    height: 3px;
    background: #ffffff;
    margin: 3px 0;
    transition: 130ms ease-in-out;
    border-radius: 2px;
}

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

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

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

.c-f51b1980 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #6ba27c, #7fb77e);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    transform: translateY(-100%);
    transition: 260ms ease;
    z-index: 1000;
}

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

.c-d7fdf38b {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 24px;
    transition: 130ms ease-in-out;
    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-d7fdf38b {
    opacity: 1;
    transform: translateY(0);
}

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

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

.c-cc44cc19 {
    background: rgba(255, 255, 255, 0.9);
    color: #6ba27c;
    padding: 10px 28px;
    border-radius: 24px;
    font-weight: 700;
    font-size: 22px;
    margin-top: 44px;
    transition: 130ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
}

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

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



.c-4d16a717 {
    position: relative;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: #ffffff;
    padding: 44px 0 28px;
    overflow: hidden;
    background: #2e4a2e;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: cover;

    background-repeat: no-repeat;
    transform: translateY(-99%);
}

.c-dd14e29a {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
    z-index: 1;
}

.c-4f44a748 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 44px;
}

.c-145b18c0 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.c-37be42e6 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.c-37be42e6 i {
    font-size: 22px;
}

.c-815dbdf3 {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 18px;
}

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

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 130ms ease-in-out;
}

.footer-social-link:hover {
    background-color: #ffffff;
    color: #6ba27c;
    transform: translateY(-5px);
}

.c-ba564334 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.c-b2cc7ca2 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.c-5b1f1bc0 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
}

.c-5b1f1bc0::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}

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

.c-e368c343 {
    opacity: 0.8;
    transition: all 130ms ease-in-out;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-e368c343:hover {
    opacity: 1;
    transform: translateX(5px);
}

.c-e368c343 i {
    font-size: 10px;
}

.c-429bc70c {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.c-fe68c9f8 {
    line-height: 1.6;
    opacity: 0.8;
}

.c-536a36d0 {
    position: relative;
    margin-top: 10px;
}

.c-1eacacf6 {
    border: 1px solid #f4f7f4;
    padding: 18px;
    padding-right: 50px;
    border-radius: 12px;
    color: #ffffff;
}

.c-1eacacf6::placeholder {
    color: #ffffff;
}

.c-5eab617e {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #ffffff;
    color: #6ba27c;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 130ms ease-in-out;
}

.c-5eab617e:hover {
    background-color: #7fb77e;
    color: #ffffff;
}

.c-c70866eb {
    margin-top: 44px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
}

.c-07818f25 {
    opacity: 0.8;
    font-size: 14px;
}

.c-4211539c {
    display: flex;
    gap: 28px;
}

.c-05cca444 {
    opacity: 0.8;
    font-size: 14px;
    transition: opacity 130ms ease-in-out;
}

.c-05cca444:hover {
    opacity: 1;
}

.c-3be23edb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-d5509724 {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.c-148e9531 {
    width: 150px;
    height: 150px;
    top: -50px;
    right: 10%;
}

.c-0cac379d {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 5%;
}

.c-fb88f018 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 20%;
}



.c-92878477 {
    min-height: 100vh;
}

.c-3b6ded7e {
    padding: 60px 0;
    color: #1c2b1e;
    position: relative;
    overflow: hidden;
}

.c-3b6ded7e::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/placeholder.svg?height=600&width=1200') center/cover;
    opacity: 0.1;
    z-index: 0;
}

.c-a517082a {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 1;
}

.c-95d296fd {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}

.c-d126b562 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 28px;
}

.c-05f5f008 {
    font-size: 18px;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 44px;
}

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

.c-bf1e761a {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
}

.c-2c00d32a {
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.c-9bf936cd {
    font-size: 18px;
    opacity: 0.9;
}

.c-7c55c82c {
    padding: 60px 0;
    background: #e6f2e6;
}

.c-747254ab {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
}

.c-703b6a65 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.c-6ce46d86 {
    background: #f4f7f4;
    padding: 44px;
    border-radius: 24px;
    box-shadow: 0 4px 20px 0 1px 2px rgba(0, 50, 0, 0.05);
    opacity: 0;
    transform: translateX(30px);
}

.c-2128c518 {
    font-size: 22px;
    font-weight: 600;
    color: #1c2b1e;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.c-3039d022 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #6ba27c, #7fb77e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c2b1e;
    font-weight: 700;
}

.c-374432d7 {
    list-style: none;
}

.c-63d21b2c {
    padding: 18px 0;
    border-bottom: 1px solid #d0e2d0;
    display: flex;
    align-items: center;
    gap: 18px;
}

.c-63d21b2c:last-child {
    border-bottom: none;
}

.c-c85b3a4d {
    width: 24px;
    height: 24px;
    background: #00b894;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.c-5ac46bab {
    color: #607760;
}

.c-8a76a457 {
    background: #f4f7f4;
    padding: 44px;
    border-radius: 24px;
    box-shadow: 0 4px 20px 0 1px 2px rgba(0, 50, 0, 0.05);
    opacity: 0;
    transform: translateX(-30px);
}

.c-3e3d375c {
    font-size: 22px;
    font-weight: 600;
    color: #1c2b1e;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.c-fd1d6548 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #6ba27c, #7fb77e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
}

.c-0118d617 {
    margin-bottom: 28px;
}

.c-0118d617:last-child {
    margin-bottom: 0;
}

.c-48ab1b67 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.c-36318874 {
    font-weight: 500;
    color: #1c2b1e;
}

.c-535db5dd {
    font-size: 14px;
    color: #9ea89a;
    font-weight: 500;
}

.c-0ae11330 {
    height: 8px;
    background: #d0e2d0;
    border-radius: 6px;
    overflow: hidden;
}

.c-2211a874 {
    height: 100%;
    background: #6ba27c;
    border-radius: 6px;
    width: 0;
    transition: width 1.5s ease;
}

.c-7abcb3fe {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}

.c-3388f795 {
    width: 100%;
    max-width: 600px;
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 8px 30px 0 2px 4px rgba(0, 50, 0, 0.1);
}

.c-3388f795 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-stats--animated .c-95d296fd {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}

.about-stats--animated .c-bf1e761a {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.about-stats--animated .c-bf1e761a:nth-child(1) {
    transition-delay: 0.2s;
}
.about-stats--animated .c-bf1e761a:nth-child(2) {
    transition-delay: 0.3s;
}
.about-stats--animated .c-bf1e761a:nth-child(3) {
    transition-delay: 0.4s;
}
.about-stats--animated .c-bf1e761a:nth-child(4) {
    transition-delay: 0.5s;
}

.about-stats--animated .c-6ce46d86 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s ease 0.3s;
}

.about-stats--animated .c-8a76a457 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s ease 0.5s;
}

.about-stats--animated .c-7abcb3fe {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease 0.7s;
}



.c-ae9ea3ad {
    background: #f4f7f4;
    padding: 44px;
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    text-align: left;
    max-width: 450px;
    width: 100%;
    transition: all 260ms ease;
    border: 1px solid #d0e2d0;
    margin: 40px auto;
}

.c-ae9ea3ad:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-5px);
}

.c-7408f833 {
    width: 60px;
    height: 60px;
    background: #6ba27c;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    font-size: 22px;
}

.c-7408f833::before {
    content: '📞';
}

.c-f40bb08a {
    font-size: 22px;
    font-weight: 700;
    color: #1c2b1e;
    margin-bottom: 10px;
    line-height: 1.3;
}

.c-4964a0e9 {
    font-size: var(--font-size);
    color: #607760;
    margin-bottom: 44px;
    line-height: 1.6;
}

.c-6bf6d2b3 {
    list-style: none;
    margin-bottom: 44px;
}

.c-6bf6d2b3 li {
    font-size: 14px;
    color: #9ea89a;
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
}

.c-6bf6d2b3 li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #6ba27c;
    font-weight: bold;
}

.c-2cd2b489 {
    display: inline-flex;
    align-items: center;
    background: #6ba27c;
    color: #ffffff;
    padding: 18px 28px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 600;
    text-decoration: none;
    transition: all 260ms ease;
    gap: 10px;
}

.c-2cd2b489::after {
    content: '→';
    transition: transform 130ms ease-in-out;
}

.c-2cd2b489:hover {
    background: #7fb77e;
    transform: translateX(2px);
}

.c-2cd2b489:hover::after {
    transform: translateX(3px);
}

.c-f2e41e33 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f4f7f4;
    border-top: 2px solid #6ba27c;
    box-shadow: 0 -4px 20px 0 2px 4px rgba(0, 50, 0, 0.1);
    padding: 28px;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 260ms ease;
}

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

.c-f9008947 {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

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

.c-41eea4bd {
    font-size: 18px;
    font-weight: 600;
    color: #1c2b1e;
    margin-bottom: 10px;
}

.c-aabe3ceb {
    color: #607760;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.c-90396126 {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.c-fac3a906 {
    color: #6ba27c;
    text-decoration: underline;
    font-size: 14px;
    transition: color 130ms ease-in-out;
}

.c-fac3a906:hover {
    color: #7fb77e;
}

.c-13bb8c00 {
    display: flex;
    gap: 18px;
    align-items: center;
}

.c-275684bb {
    background: #6ba27c;
    color: #ffffff;
    border: none;
    padding: 18px 44px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 500;
    cursor: pointer;
    transition: all 130ms ease-in-out;
    white-space: nowrap;
}

.c-275684bb:hover {
    background: #7fb77e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 2px 4px rgba(0, 50, 0, 0.1);
}

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

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

    .c-883ae5c5 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-4f44a748 {
        grid-template-columns: 1fr;
    }

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

    .c-c70866eb {
        flex-direction: column;
        text-align: center;
    }

    .c-4211539c {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-703b6a65 {
        grid-template-columns: 1fr;
    }

    .c-2c00d32a {
        font-size: 2.5rem;
    }
}
@media (max-width: 768px) {
    .c-f9008947 {
        flex-direction: column;
        text-align: center;
    }

    .c-f645d686 {
        min-width: auto;
    }

    .c-90396126 {
        justify-content: center;
    }
}