@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: #fefefc;
    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-55fb7e14 {
    background: #fefefc;
    box-shadow: 0 2px 10px 0 1px 2px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 0;
    z-index: 999999;
}

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

.c-71e294c7 {
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    color: #3c3a3a;
    font-weight: 600;
    font-size: 26px;
}

.c-e9c94097 {
    color: #f472b6;
    font-size: 28px;
}

.c-8a2a9cd4 {
    display: flex;
    align-items: center;
    gap: 44px;
}

.c-73213633 {
    display: flex;
    list-style: none;
    gap: 28px;
}

.c-6fd7617d {
    text-decoration: none;
    color: #6b7280;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 12px;
    transition: all 280ms ease-in-out;
}

.c-6fd7617d:hover {
    color: #f472b6;
    background-color: #fff1f2;
}

.c-2a5e1041 {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #3c3a3a;
    cursor: pointer;
}

.c-51e14059 {
    background: #f472b6;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    transition: all 280ms ease-in-out;
}

.c-51e14059:hover {
    background: #a78bfa;
    transform: translateY(-2px);
}



.c-faee2190 {
    background-color: #2d2a2a;
    color: #ffffff;
    padding: 44px 0;
}

.c-47291802 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 18px;
}

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

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

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

.c-d74c5100 i {
    color: #f472b6;
    font-size: 26px;
}

.c-ebf21e36 {
    color: #a8a8b3;
    line-height: 1.5;
    margin-bottom: 18px;
}

.c-a197782d {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

.c-a197782d::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #f472b6;
}

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

.c-e5cf775a {
    color: #a8a8b3;
    transition: color 120ms ease-in-out;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-e5cf775a:hover {
    color: #f472b6;
    transform: translateX(5px);
}

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

.c-ef992e6b {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.c-2775f8f3 {
    color: #f472b6;
    margin-top: 3px;
}

.c-3be967f0 {
    color: #a8a8b3;
    line-height: 1.5;
}

.c-adbc1779 {
    margin-top: 10px;
}

.c-e440ce1d {
    color: #a8a8b3;
    line-height: 1.5;
    margin-bottom: 18px;
}

.c-d4917998 {
    display: flex;
    gap: 10px;
}

.c-39b38d3d {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 18px;
    border-radius: 6px;
    color: #ffffff;
}

.c-39b38d3d::placeholder {
    color: #a8a8b3;
}

.c-ae02f4f5 {
    background-color: #f472b6;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 6px;
    transition: background-color 120ms ease-in-out;
}

.c-ae02f4f5:hover {
    background-color: #a78bfa;
}

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

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

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

.c-07d6017b {
    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-35ba36ca {
    color: #a8a8b3;
    font-size: 14px;
}

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

.c-a8cdf552 {
    color: #a8a8b3;
    font-size: 14px;
    transition: color 120ms ease-in-out;
}

.c-a8cdf552:hover {
    color: #f472b6;
}



.c-5db98f31 {
    padding: 60px 0;
    background: #fff1f2;
    min-height: 100vh;
}

.c-1f6e1aa8 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 28px;
}

.c-0ec40518 {
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(-30px);
}

.c-6cfed297 {
    font-size: 34px;
    font-weight: 700;
    color: #3c3a3a;
    margin-bottom: 18px;
    position: relative;
}

.c-6cfed297::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: linear-gradient(135deg, #f472b6, #a78bfa);
    border-radius: 6px;
}

.c-eb71b6f1 {
    font-size: 20px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.c-fad9d5f3 {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.c-76a30457 {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #fde2e4;
    transform: translateX(-50%);
    border-radius: 6px;
}

.c-76a30457::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, #f472b6, #a78bfa);
    border-radius: 6px;
}

.c-c9a846e2 {
    position: relative;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
}

.c-c9a846e2:nth-child(even) .c-dacb57f2 {
    margin-left: auto;
    text-align: right;
}

.c-c9a846e2:nth-child(even) .c-dacb57f2::before {
    right: auto;
    left: -15px;
    border-left: 15px solid #fefefc;
    border-right: none;
}

.c-cc4a4595 {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 20px;
    height: 20px;
    background: #f472b6;
    border: 4px solid #fff1f2;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.c-dacb57f2 {
    width: 45%;
    background: #fefefc;
    padding: 44px;
    border-radius: 28px;
    box-shadow: 0 4px 20px 0 1px 2px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: all 280ms ease-in-out;
}

.c-dacb57f2::before {
    content: '';
    position: absolute;
    top: 30px;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fefefc;
}

.c-dacb57f2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px 0 3px 6px rgba(0, 0, 0, 0.08);
}

.c-86ea9d9c {
    font-size: 26px;
    font-weight: 700;
    color: #f472b6;
    margin-bottom: 10px;
}

.c-6327aece {
    font-size: 20px;
    font-weight: 600;
    color: #3c3a3a;
    margin-bottom: 18px;
}

.c-813a5f41 {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 18px;
}

.c-c222ba30 {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 18px;
}

.c-c222ba30 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease-in-out;
}

.c-dacb57f2:hover .c-c222ba30 img {
    transform: scale(1.05);
}

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

.about-timeline--animated .c-6cfed297::after {
    width: 80px;
    transition: width 0.8s ease 0.3s;
}

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

.about-timeline--animated .c-c9a846e2:nth-child(1) {
    transition-delay: 0.2s;
}
.about-timeline--animated .c-c9a846e2:nth-child(2) {
    transition-delay: 0.4s;
}
.about-timeline--animated .c-c9a846e2:nth-child(3) {
    transition-delay: 0.6s;
}
.about-timeline--animated .c-c9a846e2:nth-child(4) {
    transition-delay: 0.8s;
}



.c-b9b443bd {
    background: #fefefc;
    padding: 44px;
    border-radius: 28px;
    text-align: center;
    max-width: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 450ms ease-in-out;
    margin: 40px auto;
}

.c-b9b443bd::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #f472b6, #a78bfa, #fbbf24, #ef4444);
    border-radius: 28px;
    z-index: -1;
    opacity: 0;
    transition: opacity 280ms ease-in-out;
}

.c-b9b443bd:hover::before {
    opacity: 1;
    animation: borderGlow 2s ease-in-out infinite alternate;
}

@keyframes borderGlow {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

.c-b9b443bd:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-glow);
}

.c-52b1ac18 {
    font-size: 34px;
    font-weight: 800;
    color: #3c3a3a;
    margin-bottom: 18px;
    line-height: 1.2;
    position: relative;
}

.c-52b1ac18::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #a78bfa;
    border-radius: 2px;
    transition: width 280ms ease-in-out;
}

.c-b9b443bd:hover .c-52b1ac18::after {
    width: 120px;
}

.c-56edf15a {
    font-size: 20px;
    color: #6b7280;
    margin-bottom: 60px;
    line-height: 1.5;
    margin-top: 28px;
}

.c-c8193d5b {
    display: inline-block;
    background: #a78bfa;
    color: #ffffff;
    padding: 28px 44px;
    border-radius: 18px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: all 280ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-c8193d5b::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 450ms ease-in-out;
}

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

.c-c8193d5b:hover {
    background: #7c3aed;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}

.c-c8193d5b:active {
    transform: scale(0.98);
}

.c-315f9ac3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.c-3cd311a0 {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f472b6;
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.c-3cd311a0:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.c-3cd311a0:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    background: #a78bfa;
}

.c-3cd311a0:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
    background: #fbbf24;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.c-d6995f2b {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: linear-gradient(135deg, #f472b6, #a78bfa);
    color: #ffffff;
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 6px 12px rgba(0, 0, 0, 0.12);
    max-width: 400px;
    z-index: 1000;
    transform: translateX(120%);
    transition: transform 280ms ease-in-out;
}

.c-d6995f2b.policy-compact--visible {
    transform: translateX(0);
}

.c-44931ce4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.c-93fc8223 {
    font-size: var(--font-size);
    font-weight: 600;
}

.c-f48877d6 {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 120ms ease-in-out;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.c-2eea4888 {
    font-size: 14px;
    margin-bottom: 18px;
    opacity: 0.9;
}

.c-9926e4f9 {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.c-ef2bab05 {
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 120ms ease-in-out;
}

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

.c-f58b0d0a {
    background: #ffffff;
    color: #f472b6;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 120ms ease-in-out;
}

.c-f58b0d0a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .c-8a2a9cd4 {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #fefefc;
        flex-direction: column;
        padding: 28px;
        box-shadow: 0 5px 20px 0 3px 6px rgba(0, 0, 0, 0.08);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 280ms ease-in-out;
    }

    .c-8a2a9cd4.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .c-73213633 {
        flex-direction: column;
        width: 100%;
        gap: 18px;
    }

    .c-6fd7617d {
        padding: 16px;
        text-align: center;
    }

    .c-2a5e1041 {
        display: block;
    }

    .c-51e14059 {
        margin-top: 18px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .c-07d6017b {
        flex-direction: column;
    }

    .c-861f293f {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .c-76a30457 {
        left: 30px;
    }

    .c-cc4a4595 {
        left: 30px;
    }

    .c-dacb57f2 {
        width: calc(100% - 80px);
        margin-left: 80px !important;
        text-align: left !important;
    }

    .c-dacb57f2::before {
        right: auto !important;
        left: -15px !important;
        border-left: 15px solid #fefefc !important;
        border-right: none !important;
    }
}
@media (max-width: 480px) {
    .c-d6995f2b {
        bottom: 18px;
        right: 18px;
        left: 18px;
        max-width: none;
    }
}