@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-1b90c35d {
    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-ed046af2 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-f5c16a2f {
    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-f5c16a2f:hover {
    transform: translateY(-2px);
}

.c-8e63e4e2 {
    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-2fe2d409 {
    display: flex;
    align-items: center;
    gap: 44px;
}

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

.c-bd5e52f2 {
    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-bd5e52f2::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-bd5e52f2:hover::before {
    transform: translateX(0);
}

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

.c-15c816de {
    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-15c816de: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-f1b77ba3 {
    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-f1b77ba3:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

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

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

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

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

.c-a491860f {
    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-90cdeb87 {
    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-90cdeb87 {
    opacity: 1;
    transform: translateY(0);
}

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

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

.c-630ed7af {
    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-630ed7af {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

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



.c-ae7afc15 {
    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-11fa8604 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
    z-index: 1;
}

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

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

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

.c-8b6ae2d0 i {
    font-size: 22px;
}

.c-ead0271d {
    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-6511cacc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

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

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

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

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

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

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

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

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

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

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

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

.c-03a58c0f::placeholder {
    color: #ffffff;
}

.c-f8fea0a6 {
    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-f8fea0a6:hover {
    background-color: #7fb77e;
    color: #ffffff;
}

.c-0e8472da {
    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-9bd237cd {
    opacity: 0.8;
    font-size: 14px;
}

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

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

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

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

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

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

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

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



.c-fdc6e89c {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Karla', sans-serif;
    color: #1c2b1e;
    background-color: #f4f7f4;
    box-shadow: 0 1px 2px rgba(0, 50, 0, 0.05);
    line-height: 1.6;
    font-size: 16px;
}

.c-fdc6e89c h1,
.c-fdc6e89c h2,
.c-fdc6e89c h3,
.c-fdc6e89c h4 {
    color: #1c2b1e;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-fdc6e89c h1 {
    font-size: 38px;
}

.c-fdc6e89c h2 {
    font-size: 30px;
}

.c-fdc6e89c h3 {
    font-size: 22px;
}

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

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

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

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

.c-fdc6e89c a {
    color: #6ba27c;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

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

.c-fdc6e89c strong {
    color: #1c2b1e;
    font-weight: 600;
}

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

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

    .c-f1b77ba3 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-56695615 {
        grid-template-columns: 1fr;
    }

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

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

    .c-36881104 {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-fdc6e89c {
        padding: 1rem;
        font-size: 14px;
    }

    .c-fdc6e89c h1 {
        font-size: 30px;
    }

    .c-fdc6e89c h2 {
        font-size: 22px;
    }

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