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



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #fff8fc;
    font-family: 'Quicksand', 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-3a6e445d {
    background: #fff8fc;
    box-shadow: 0 2px 10px 0 2px 4px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: 300ms ease-in-out;
}

.c-5250ad3b {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.c-812c3d6a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2a1a2f;
    font-weight: 600;
    font-size: 18px;
    transition: 140ms ease-in-out;
}

.c-812c3d6a:hover {
    color: #d65db1;
    transform: translateY(-1px);
}

.c-7c013155 {
    font-size: 24px;
    color: #d65db1;
}

.c-a2d88e71 {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-d99902f3 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.c-d5622295 {
    position: relative;
}

.c-b1d12ac4 {
    color: #6e4e6e;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 12px;
    transition: 140ms ease-in-out;
    position: relative;
}

.c-b1d12ac4:hover {
    color: #d65db1;
    background: #fbe9f2;
}

.c-b1d12ac4::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #d65db1;
    transition: 140ms ease-in-out;
    transform: translateX(-50%);
}

.c-b1d12ac4:hover::after {
    width: 80%;
}

.c-e89ae350 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-d8d51553 {
    padding: 10px 30px;
    border-radius: 12px;
    font-weight: 500;
    transition: 140ms ease-in-out;
    cursor: pointer;
}

.c-c544177c {
    background: #d65db1;
    color: #ffffff;
}

.c-c544177c:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px 0 2px 4px rgba(0, 0, 0, 0.08);
}

.header__btn--secondary {
    color: #6e4e6e;
    border: 1px solid #eed7e6;
}

.header__btn--secondary:hover {
    background: #fbe9f2;
    color: #2a1a2f;
}

.c-7c9a75e0 {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.c-7c9a75e0 span {
    display: block;
    height: 3px;
    width: 100%;
    background: #2a1a2f;
    border-radius: 2px;
    transition: 0.3s;
}

.c-3a6e445d.open .c-7c9a75e0 span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.c-3a6e445d.open .c-7c9a75e0 span:nth-child(2) {
    opacity: 0;
}
.c-3a6e445d.open .c-7c9a75e0 span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}



.c-e0fe01c2 {
    background-color: #fbe9f2;
    padding: 30px 0;
    border-top: 1px solid #eed7e6;
}

.c-1343cc3b {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.c-2594511b {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2a1a2f;
    font-weight: 600;
    font-size: 18px;
}

.c-2594511b i {
    color: #d65db1;
    font-size: 24px;
}

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

.c-70aec564 {
    color: #6e4e6e;
    transition: color 140ms ease-in-out;
}

.c-70aec564:hover {
    color: #d65db1;
}

.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: #eed7e6;
    color: #6e4e6e;
    transition: all 140ms ease-in-out;
}

.footer-social-link:hover {
    background-color: #d65db1;
    color: #ffffff;
    transform: translateY(-3px);
}

.c-8fec94a9 {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid #eed7e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-83d31f0a {
    color: #bfa3c3;
    font-size: 14px;
}

.c-0872e7c1 {
    display: flex;
    gap: 30px;
}

.c-ef5b5f0b {
    color: #bfa3c3;
    font-size: 14px;
    transition: color 140ms ease-in-out;
}

.c-ef5b5f0b:hover {
    color: #d65db1;
}



.c-6e704f37 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Quicksand', sans-serif;
    color: #2a1a2f;
    background-color: #fff8fc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
    line-height: 1.6;
    font-size: 16px;
}

.c-6e704f37 h1,
.c-6e704f37 h2,
.c-6e704f37 h3,
.c-6e704f37 h4 {
    color: #2a1a2f;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

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

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

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

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

.c-6e704f37 p,
.c-6e704f37 li {
    color: #6e4e6e;
    font-size: 16px;
}

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

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

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

.c-6e704f37 a:hover {
    color: #ff6f91;
}

.c-6e704f37 strong {
    color: #2a1a2f;
    font-weight: 600;
}

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

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

    .c-e89ae350 {
        gap: 10px;
    }

    .c-d8d51553 {
        padding: 4px 20px;
        font-size: 14px;
    }

    .c-7c9a75e0 {
        display: flex;
    }

    .c-d99902f3 {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #fff8fc;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        display: none;
    }

    .c-3a6e445d.open .c-d99902f3 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-dccf88e4 {
        flex-direction: column;
        align-items: flex-start;
    }

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

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

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

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

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