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



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #1f1f2e;
    font-family: 'Rubik', 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-471e7b1a {
    background: #1f1f2e;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: 300ms ease-in-out;
}

.header--scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}

.c-f9e6af3f {
    max-width: 1160px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c-441fea98 {
    position: absolute;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
    transition: 150ms ease-in-out;
    z-index: 9999;
}

.c-441fea98:hover {
    transform: scale(1.05);
}

.c-da8a43e8 {
    font-size: 26px;
    background: linear-gradient(45deg, #a78bfa, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-a7085e4d {
    display: flex;
    align-items: center;
}

.c-72365356 {
    display: flex;
    align-items: center;
    gap: 48px;
    background: #2c2c3c;
    padding: 10px 30px;
    border-radius: 24px;
    border: 1px solid #3a3a4f;
}

.c-3e4e08e0 {
    color: #d1d5db;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 150ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-3e4e08e0::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: 300ms ease-in-out;
}

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

.c-3e4e08e0:hover {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.05);
}

.header__menu-link--active {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.1);
}

.header__theme-toggle {
    position: absolute;
    right: 20px;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 150ms ease-in-out;
}

.header__theme-toggle:hover {
    background: #a78bfa;
    color: #111827;
    transform: rotate(180deg);
}


.c-d0050bb7 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-in-out;
    position: absolute;
    right: 20px;
}

.c-d0050bb7:hover {
    background: #a78bfa;
    transform: scale(1.05);
}

.c-5389afdf {
    width: 18px;
    height: 2px;
    background: #f3f4f6;
    margin: 2px 0;
    transition: 150ms ease-in-out;
    border-radius: 2px;
}

.c-d0050bb7:hover .c-5389afdf {
    background: #111827;
}


.header__burger--active {
    background: #a78bfa;
}

.header__burger--active .c-5389afdf {
    background: #111827;
}

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

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

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


.c-2c239d8d {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}


.c-90098264 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1f1f2e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    padding: 48px 20px;
}

.header__mobile-menu--active {
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}


.c-78587fed {
    color: #f3f4f6;
    font-size: 34px;
    font-weight: 600;
    padding: 30px 48px;
    border-radius: 24px;
    transition: 150ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.header__mobile-menu--active .c-78587fed {
    opacity: 1;
    transform: translateY(0);
}


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


.c-78587fed::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: 300ms ease-in-out;
}

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

.c-78587fed:hover {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.05);
    transform: scale(1.05);
    border-color: #a78bfa;
}

.header__mobile-menu-link--active {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.1);
    border-color: #a78bfa;
}






@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutToRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.c-b81c4571 {
    background-color: #1f1f2e;
    padding: 48px 0;
    border-top: 2px solid #a78bfa;
    position: relative;
}

.c-fa24df62 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.c-ab6174c0 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 30px;
    transition: transform 300ms ease-in-out;
}

.c-ab6174c0:hover {
    transform: scale(1.05);
}

.c-ab6174c0 i {
    color: #a78bfa;
    font-size: 34px;
}

.c-6ded2c2f {
    color: #d1d5db;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 48px;
    font-size: 19px;
}

.c-22680c29 {
    margin-bottom: 48px;
}

.c-8511263d {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    margin-bottom: 30px;
}

.c-d4287e75 {
    color: #d1d5db;
    font-weight: 500;
    position: relative;
    transition: color 150ms ease-in-out;
    padding: 10px 0;
}

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

.c-d4287e75:hover {
    color: #a78bfa;
}

.c-d4287e75:hover::after {
    width: 100%;
}

.c-43df3ebc {
    background-color: #2c2c3c;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 48px;
    display: inline-block;
    min-width: 300px;
}

.c-c6d16adb {
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
}

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

.c-c64cfacd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #d1d5db;
}

.c-13530411 {
    color: #a78bfa;
    width: 20px;
    text-align: center;
}

.c-07db8150 {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a78bfa, transparent);
    margin: 30px auto;
}

.c-2577f510 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.c-aa620314 {
    color: #9ca3af;
    font-size: 14px;
}

.c-24df7f10 {
    display: flex;
    gap: 30px;
}

.c-50957acb {
    color: #9ca3af;
    font-size: 14px;
    transition: color 150ms ease-in-out;
    position: relative;
}

.c-50957acb:hover {
    color: #a78bfa;
}

.c-50957acb:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 30px / 2);
    color: #9ca3af;
}

.c-4cbb8b0b {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #a78bfa, #f472b6, #a78bfa);
    opacity: 0.8;
}



.c-b0c7d6cc {
    margin-top: 5rem;
    padding: 64px 0;
    background: #2c2c3c;
    min-height: 100vh;
}

.c-0ea7d156 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}

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

.c-a23d1ff6 {
    font-size: 34px;
    font-weight: 700;
    color: #f3f4f6;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-0a617003 {
    font-size: 19px;
    color: #d1d5db;
    max-width: 600px;
    margin: 0 auto;
}

.c-e297e3e7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 48px;
    margin-bottom: 64px;
}

.c-f0b8690f {
    background: #1f1f2e;
    border-radius: 24px;
    padding: 48px;
    text-align: center;
    box-shadow: 0 4px 20px 0 1px 2px rgba(255, 255, 255, 0.04);
    border: 1px solid #3a3a4f;
    transition: all 300ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
}

.c-f0b8690f:hover {
    background: #2c2c3c;
    transform: translateY(-5px);
    box-shadow: 0 8px 30px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-d7ff92e6 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 30px;
    overflow: hidden;
    border: 4px solid #a78bfa;
    position: relative;
}

.c-d7ff92e6::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    border-radius: 50%;
    z-index: -1;
}

.c-d7ff92e6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-00bddc3a {
    font-size: 26px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 10px;
}

.c-0816c5bb {
    font-size: 14px;
    color: #a78bfa;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.c-fd21c7a7 {
    color: #d1d5db;
    font-size: 14px;
    line-height: 1.6;
}

.c-7f0b6fc9 {
    background: #1f1f2e;
    border-radius: 24px;
    padding: 48px;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}

.c-353628b4 {
    font-size: 26px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 30px;
}

.c-ff56b7b9 {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.c-6f9665cf {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.c-33ec7357 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-size: 26px;
    font-weight: 700;
}

.c-c8296df9 {
    font-size: 14px;
    color: #d1d5db;
    font-weight: 500;
}

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

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

.about-team--animated .c-f0b8690f:nth-child(1) {
    transition-delay: 0.1s;
}
.about-team--animated .c-f0b8690f:nth-child(2) {
    transition-delay: 0.2s;
}
.about-team--animated .c-f0b8690f:nth-child(3) {
    transition-delay: 0.3s;
}
.about-team--animated .c-f0b8690f:nth-child(4) {
    transition-delay: 0.4s;
}

.about-team--animated .c-7f0b6fc9 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease 0.5s;
}



.c-e0558264 {
    background: #1f1f2e;
    padding: 48px;
    border-radius: 24px;
    text-align: center;
    max-width: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 500ms ease;
    margin: 40px auto;
}

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

.c-e0558264: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-e0558264:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-glow);
}

.c-96113025 {
    font-size: 34px;
    font-weight: 800;
    color: #f3f4f6;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
}

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

.c-e0558264:hover .c-96113025::after {
    width: 120px;
}

.c-28b2c239 {
    font-size: 19px;
    color: #d1d5db;
    margin-bottom: 64px;
    line-height: 1.5;
    margin-top: 30px;
}

.c-61d2881e {
    display: inline-block;
    background: #f472b6;
    color: #111827;
    padding: 30px 48px;
    border-radius: 16px;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-61d2881e::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 500ms ease;
}

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

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

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

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

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

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

.c-5aef76c3:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    background: #f472b6;
}

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

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

.c-a1713d05 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f1f2e;
    border-top: 2px solid #a78bfa;
    box-shadow: 0 -4px 20px 0 3px 6px rgba(255, 255, 255, 0.08);
    padding: 30px;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 300ms ease-in-out;
}

.c-a1713d05.policy-agreement--visible {
    transform: translateY(0);
}

.c-e9c1437b {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.c-2c84059c {
    flex: 1;
    min-width: 300px;
}

.c-e3828db7 {
    font-size: 19px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 10px;
}

.c-c59bd1de {
    color: #d1d5db;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-ab430e6f {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.c-63302202 {
    color: #a78bfa;
    text-decoration: underline;
    font-size: 14px;
    transition: color 150ms ease-in-out;
}

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

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

.c-d5bc0d42 {
    background: #a78bfa;
    color: #111827;
    border: none;
    padding: 20px 48px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 500;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    white-space: nowrap;
}

.c-d5bc0d42:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-d5bc0d42:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .c-72365356 {
        gap: 20px;
        padding: 4px 20px;
    }

    .c-3e4e08e0 {
        padding: 4px 10px;
        font-size: 14px;
    }

    .c-441fea98 {
        position: static;
    }

    .header__theme-toggle {
        position: static;
        margin-left: 20px;
    }

    .c-f9e6af3f {
        justify-content: space-between;
    }
    .c-a7085e4d,
    .header__theme-toggle {
        display: none;
    }

    .c-d0050bb7 {
        display: flex;
    }

    .c-f9e6af3f {
        justify-content: space-between;
        padding: 20px;
    }

    .c-441fea98 {
        position: static;
        transform: translateX(0);
    }

    .c-72365356 {
        display: none;
    }
}
@media (max-width: 480px) {
    .c-78587fed {
        font-size: 26px;
        min-width: 200px;
        padding: 20px 30px;
    }

    .c-90098264 {
        gap: 30px;
        padding: 30px 10px;
    }
}
@media (max-width: 768px) {
    .c-8511263d {
        flex-direction: column;
        gap: 20px;
    }

    .c-43df3ebc {
        min-width: auto;
        width: 100%;
    }

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

    .c-24df7f10 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .c-50957acb:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-ff56b7b9 {
        gap: 30px;
    }
}
@media (max-width: 768px) {
    .c-e9c1437b {
        flex-direction: column;
        text-align: center;
    }

    .c-2c84059c {
        min-width: auto;
    }

    .c-ab430e6f {
        justify-content: center;
    }
}