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

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

.c-3246424c {
    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-3498d8aa {
    display: flex;
    align-items: center;
    gap: 44px;
}

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

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

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

.c-281511a6 {
    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-281511a6: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-9632dcbe {
    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-9632dcbe:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

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

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

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

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

.c-5136c25c {
    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-627780d3 {
    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-627780d3 {
    opacity: 1;
    transform: translateY(0);
}

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

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

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

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



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

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

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

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

.c-50a3d793 i {
    font-size: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-f75bf893::placeholder {
    color: #ffffff;
}

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

.c-9cb560f1 {
    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-99622b98 {
    opacity: 0.8;
    font-size: 14px;
}

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

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

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

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

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

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

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

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



.c-48b546c6 {
    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-48b546c6 h1,
.c-48b546c6 h2,
.c-48b546c6 h3,
.c-48b546c6 h4 {
    color: #1c2b1e;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .c-9632dcbe {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-15f1e673 {
        grid-template-columns: 1fr;
    }

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

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

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

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

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

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