@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-c146d31a {
    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-fc1e5656 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

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

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

.c-40dda7da {
    font-size: 24px;
    color: #d65db1;
}

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

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

.c-633fc056 {
    position: relative;
}

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

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

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

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

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

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

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

.c-b1f3c3da: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-498f0479 {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

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

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



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

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

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

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

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

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

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

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

.c-2a6dab66 {
    color: #bfa3c3;
    font-size: 14px;
}

.c-4ea1b1b9 {
    display: flex;
    gap: 30px;
}

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

.c-9312d23b:hover {
    color: #d65db1;
}



.c-5d2f986e {
    min-height: 100vh;
    background: #3d2b47;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.c-5d2f986e::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #d65db1, #ff6f91);
    opacity: 0.1;
    animation: completeGlow 4s ease-in-out infinite alternate;
}

@keyframes completeGlow {
    0% {
        opacity: 0.05;
    }
    100% {
        opacity: 0.15;
    }
}

.c-8e20ee53 {
    position: relative;
    z-index: 1;
    max-width: 700px;
    width: 100%;
    text-align: center;
}

.c-ee099bb5 {
    width: 120px;
    height: 120px;
    border: 3px solid #3ecf8e;
    border-radius: 50%;
    margin: 0 auto 64px;
    position: relative;
    transform: scale(0);
    transition: transform 500ms ease;
}

.c-ee099bb5.complete-animate {
    transform: scale(1);
}

.c-ee099bb5::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 50px;
    border: 4px solid #3ecf8e;
    border-top: none;
    border-left: none;
    transform: translate(-50%, -60%) rotate(45deg);
    opacity: 0;
    transition: all 300ms ease-in-out 0.3s;
}

.c-ee099bb5.complete-animate::before {
    opacity: 1;
}

.c-22bb5e35 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    pointer-events: none;
}

.complete-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #3ecf8e;
    border-radius: 50%;
    opacity: 0;
}

.complete-particle.complete-show {
    animation: completeParticle 2s ease-out forwards;
}

@keyframes completeParticle {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(0);
    }
}

.c-3f2d3817 {
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.1;
    opacity: 0;
    transform: translateY(30px);
    transition: all 500ms ease;
}

.c-3f2d3817.complete-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-295fbda5 {
    font-size: 24px;
    color: #3ecf8e;
    font-weight: 600;
    margin-bottom: 48px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 500ms ease 0.2s;
}

.c-295fbda5.complete-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-e55f0065 {
    font-size: 18px;
    color: #bfa3c3;
    line-height: 1.7;
    margin-bottom: 64px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 500ms ease 0.4s;
}

.c-e55f0065.complete-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-f6af3576 {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
    transition: all 500ms ease 0.6s;
}

.c-f6af3576.complete-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-11c972f0 {
    padding: 30px 48px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
    min-width: 160px;
}

.c-4434978b {
    background: linear-gradient(135deg, #d65db1 0%, #ff6f91 100%);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
}

.c-4434978b::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 500ms ease;
}

.c-4434978b:hover::before {
    left: 100%;
}

.c-4434978b:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.c-38fac19d {
    background: transparent;
    color: #bfa3c3;
    border: 2px solid #bfa3c3;
}

.c-38fac19d:hover {
    background: #bfa3c3;
    color: #3d2b47;
    transform: translateY(-2px);
}

.c-ec5e9693 {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    color: #bfa3c3;
    font-size: 14px;
    opacity: 0;
    transition: opacity 500ms ease 1s;
}

.c-ec5e9693.complete-visible {
    opacity: 1;
}

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

    .c-b1d6cf0a {
        gap: 10px;
    }

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

    .c-498f0479 {
        display: flex;
    }

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

    .c-c146d31a.open .c-cd66e5e9 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-983ea917 {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .c-4d1d5e86 {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .c-3f2d3817 {
        font-size: 2.2rem;
    }

    .c-295fbda5 {
        font-size: 18px;
    }

    .c-e55f0065 {
        font-size: var(--font-size);
    }

    .c-f6af3576 {
        flex-direction: column;
        align-items: center;
    }
}