@import url(https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,regular,500,600,700,800,900,100italic,200italic,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: #121212;
    font-family: 'Work Sans', 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-87a10997 {
    background: #121212;

    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-87a10997::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: #e879f9;
    width: var(--header-line-width, 0%);
    transform: translateX(-50%);
    transition: width 0.3s ease;
    z-index: 1001;
}

.c-57dbf5ab {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

.c-a8ef74e8 {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -0.5px;
    transition: 160ms ease;
    position: relative;
    z-index: 99999;
}

.c-a8ef74e8:hover {
    color: #e879f9;
}

.c-bdab8466 {
    font-size: 36px;
    color: #e879f9;
    padding: 10px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 12px;
    transition: 160ms ease;
}

.c-a8ef74e8:hover .c-bdab8466 {
    background: #e879f9;
    color: #000000;
    transform: rotate(360deg);
}

.c-800fc403 {
    display: flex;
    align-items: center;
}

.c-2426f484 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-e3cbf3f0 {
    color: #e0d4df;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 6px;
    transition: 160ms ease;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.c-e3cbf3f0::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #e879f9;
    transition: 160ms ease;
    transform: translateX(-50%);
}

.c-e3cbf3f0:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.05);
}

.c-e3cbf3f0:hover::after {
    width: 80%;
}

.header__menu-link--active {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.1);
}

.header__menu-link--active::after {
    width: 80%;
}

.c-415b6ed5 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 20px;
    z-index: 1001;
    background: #1e1e1e;
    border: 2px solid #2c2c2c;
    border-radius: 12px;
    transition: 160ms ease;
}

.c-415b6ed5:hover {
    background: #e879f9;
    border-color: #e879f9;
}

.c-9c98b4a8 {
    width: 28px;
    height: 3px;
    background: #ffffff;
    margin: 4px 0;
    transition: 160ms ease;
    border-radius: 2px;
}

.c-415b6ed5:hover .c-9c98b4a8 {
    background: #000000;
}

.header__burger--active {
    background: #e879f9;
    border-color: #e879f9;
}

.header__burger--active .c-9c98b4a8 {
    background: #000000;
}

.header__burger--active .c-9c98b4a8:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.header__burger--active .c-9c98b4a8:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-9c98b4a8:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.c-cb4f462a {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    background: #121212;
    border-left: 3px solid #e879f9;
    display: flex;
    flex-direction: column;
    padding: 120px 48px 48px;
    gap: 30px;
    transform: translateX(100%);
    transition: 300ms ease-in;
    z-index: 1000;
    box-shadow: -5px 0 20px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.header__mobile-menu--active {
    transform: translateX(0);
}

.c-12d73893 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    padding: 30px 48px;
    border-radius: 12px;
    transition: 160ms ease;
    opacity: 0;
    transform: translateX(30px);
    text-align: left;
    background: #1e1e1e;
    border-left: 4px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.header__mobile-menu--active .c-12d73893 {
    opacity: 1;
    transform: translateX(0);
}

.c-12d73893:nth-child(1) {
    transition-delay: 0.1s;
}
.c-12d73893:nth-child(2) {
    transition-delay: 0.2s;
}
.c-12d73893:nth-child(3) {
    transition-delay: 0.3s;
}
.c-12d73893:nth-child(4) {
    transition-delay: 0.4s;
}

.c-12d73893:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.1);
    border-left-color: #e879f9;
    transform: translateX(10px);
}

.c-95f61ae8 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}

.c-6b603db5 {
    position: relative;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: #000000;
    padding: 48px 0 30px;
    overflow: hidden;
    background: #ffffff;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: cover;

    background-repeat: no-repeat;
    transform: translateY(-99%);
}

.c-bd00ae9d {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.c-f43ab5d8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 48px;
}

.c-a559e1af {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-c0efd7b1 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}

.c-c0efd7b1 i {
    font-size: 28px;
}

.c-988cb168 {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 20px;
}

.c-dce8201f {
    display: flex;
    gap: 20px;
}

.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 160ms ease;
}

.footer-social-link:hover {
    background-color: #000000;
    color: #e879f9;
    transform: translateY(-5px);
}

.c-c728d8cd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.c-d015fca1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-8bb05d04 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.c-8bb05d04::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000000;
}

.c-2c26c146 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-6e832c42 {
    opacity: 0.8;
    transition: all 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-6e832c42:hover {
    opacity: 1;
    transform: translateX(5px);
}

.c-6e832c42 i {
    font-size: 10px;
}

.c-6d56894f {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-980c7d86 {
    line-height: 1.6;
    opacity: 0.8;
}

.c-5010a085 {
    position: relative;
    margin-top: 10px;
}

.c-b58df7a0 {
    border: 1px solid #121212;
    padding: 20px;
    padding-right: 50px;
    border-radius: 12px;
    color: #000000;
}

.c-b58df7a0::placeholder {
    color: #000000;
}

.c-e88253c8 {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #000000;
    color: #e879f9;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 160ms ease;
}

.c-e88253c8:hover {
    background-color: #f472b6;
    color: #000000;
}

.c-f8ff4f39 {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-d8bfa274 {
    opacity: 0.8;
    font-size: 15px;
}

.c-eaac4339 {
    display: flex;
    gap: 30px;
}

.c-3de81df5 {
    opacity: 0.8;
    font-size: 15px;
    transition: opacity 160ms ease;
}

.c-3de81df5:hover {
    opacity: 1;
}

.c-3cb960f3 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-cee32e7f {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.c-c26598fc {
    width: 150px;
    height: 150px;
    top: -50px;
    right: 10%;
}

.c-aadc37a0 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 5%;
}

.c-d90e38b9 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 20%;
}

.c-e2dfbd47 {
    min-height: 100vh;
    background: linear-gradient(135deg, #1e1e1e 0%, #2c2c2c 100%);
    padding: 64px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-da224fc4 {
    max-width: 600px;
    width: 100%;
    background: #121212;
    border-radius: 32px;
    box-shadow: 0 20px 40px 0 2px 4px rgba(255, 255, 255, 0.08);
    padding: 48px;
    transform: translateY(20px);
    opacity: 0;
    animation: contactsSlideIn 0.8s ease forwards;
}

@keyframes contactsSlideIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.c-f757dc44 {
    text-align: center;
    margin-bottom: 64px;
}

.c-684518c4 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.c-6e059e7c {
    font-size: 21px;
    color: #e0d4df;
    line-height: 1.5;
}

.c-355bac04 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.c-2497ef50 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-a0ca178b {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-04d564ae,
.c-112ec16c {
    padding: 20px;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    font-size: var(--font-size);
    color: #ffffff;
    background: #121212;
    transition: all 300ms ease-in;
    outline: none;
}

.c-04d564ae:focus,
.c-112ec16c:focus {
    border-color: var(--border-focus);
    box-shadow: 0 0 0 3px var(--accent-primary-light);
    transform: translateY(-2px);
}

.c-112ec16c {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
}

.c-9a263343 {
    padding: 20px 48px;
    background: linear-gradient(135deg, #e879f9 0%, #f472b6 100%);
    color: #000000;
    border: none;
    border-radius: 12px;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
    transition: all 300ms ease-in;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-9a263343:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-9a263343:active {
    transform: translateY(0);
}

.contacts__button--loading {
    pointer-events: none;
}

.c-17cb6227 {
    transition: opacity 160ms ease;
}

.contacts__button--loading .c-17cb6227 {
    opacity: 0;
}

.c-9491eb25 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid #000000;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 160ms ease;
}

.contacts__button--loading .c-9491eb25 {
    opacity: 1;
    animation: contactsSpin 1s linear infinite;
}

@keyframes contactsSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.contacts__info {
    margin-top: 64px;
    padding-top: 30px;
    border-top: 1px solid #2c2c2c;
}

.contacts__info-title {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.contacts__info-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts__info-item {
    color: #e0d4df;
    font-size: 15px;
    line-height: 1.5;
}

.contacts__info-link {
    color: #e879f9;
    transition: color 160ms ease;
}

.contacts__info-link:hover {
    color: var(--accent-primary-hover);
}

.contacts__success {
    position: fixed;
    top: 30px;
    right: 30px;
    background: #34d399;
    color: #000000;
    padding: 20px 30px;
    border-radius: 12px;
    font-weight: 500;
    transform: translateX(100%);
    opacity: 0;
    transition: all 300ms ease-in;
    z-index: 1000;
}

.contacts__success--show {
    transform: translateX(0);
    opacity: 1;
}

.c-1c0ac61d {
    color: #a89ca9;
    opacity: 0.8;
    line-height: 1.4;
}

.c-480983a5 {
    width: 100vw;
    height: 100vh;
    background: #121212;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-236f33fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c-883e19cb {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #e879f9, #f472b6);
    opacity: 0.1;
    animation: cta-morph-float 20s ease-in-out infinite;
    filter: blur(1px);
}

.c-883e19cb:nth-child(1) {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.c-883e19cb:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 50%;
    right: 20%;
    animation-delay: 5s;
}

.c-883e19cb:nth-child(3) {
    width: 400px;
    height: 400px;
    bottom: 10%;
    left: 30%;
    animation-delay: 10s;
}

.c-5a8b09ab {
    text-align: center;
    z-index: 10;
    position: relative;
    transform: translateZ(0);
}

.c-ea117378 {
    font-size: clamp(2rem, 8vw, 4.5rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #e879f9, #f472b6, #fde047);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cta-gradient-shift 4s ease-in-out infinite;
    line-height: 1.1;
}

.c-7a5c97fe {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #ffffff;
    margin-bottom: 64px;
    opacity: 0.9;
    line-height: 1.4;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.c-de291489 {
    display: inline-block;
    background: transparent;
    color: #000000;
    padding: 30px 48px;
    border: 2px solid transparent;
    border-radius: 20px;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in;
}

.c-de291489::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #e879f9, #f472b6, #fde047, #e879f9);
    background-size: 300% 300%;
    border-radius: 20px;
    z-index: -2;
    animation: cta-border-flow 3s ease-in-out infinite;
}

.c-de291489::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #ffffff;
    border-radius: calc(20px - 2px);
    z-index: -1;
}

.c-de291489:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.c-de291489:hover::after {
    background: transparent;
}

@keyframes cta-morph-float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
        border-radius: 50%;
    }
    25% {
        transform: translateY(-30px) rotate(90deg) scale(1.1);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        transform: translateY(-60px) rotate(180deg) scale(0.9);
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    75% {
        transform: translateY(-30px) rotate(270deg) scale(1.2);
        border-radius: 40% 60% 60% 40% / 60% 40% 40% 60%;
    }
}

@keyframes cta-gradient-shift {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes cta-border-flow {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.c-5ea32945 {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: #ffffff;
    color: #000000;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 300ms ease-in;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 30px 0 6px 10px rgba(255, 255, 255, 0.12);
}

.c-5ea32945.policy-sidebar--visible {
    transform: translateX(0);
}

.c-ff4da2a4 {
    padding: 48px;
    background: linear-gradient(135deg, #ffffff, #e879f9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.c-37481fd4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-0e84095b {
    opacity: 0.8;
    font-size: 15px;
}

.c-d5b3c055 {
    flex: 1;
    padding: 48px;
    overflow-y: auto;
}

.c-db8f1d88 {
    margin-bottom: 48px;
    line-height: 1.6;
    opacity: 0.9;
}

.c-07e3c819 {
    margin-bottom: 48px;
}

.c-64c6d562 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
}

.c-bcea1f22 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-9acc75cd {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #000000;
    text-decoration: none;
    transition: all 160ms ease;
    border: 1px solid transparent;
}

.c-9acc75cd:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #e879f9;
    transform: translateX(-4px);
}

.c-03249c14 {
    font-size: 20px;
    margin-right: 20px;
    width: 24px;
    text-align: center;
}

.c-4a501f58 {
    flex: 1;
}

.c-ef4ce00d {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-2c558aff {
    font-size: 15px;
    opacity: 0.7;
}

.c-ad291b6c {
    padding: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.c-53347e02 {
    display: flex;
    gap: 20px;
}

.c-f767cbc3 {
    flex: 1;
    padding: 20px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 160ms ease;
    border: 2px solid transparent;
}

.c-f54e4b13 {
    background: #e879f9;
    color: #000000;
}

.c-f54e4b13:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.c-09b4b24c {
    background: transparent;
    color: #000000;
    border-color: rgba(255, 255, 255, 0.3);
}

.c-09b4b24c:hover {
    border-color: #000000;
    background: rgba(255, 255, 255, 0.1);
}

.c-2eb6786c {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in;
}

.c-2eb6786c.policy-sidebar__overlay--visible {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .c-800fc403 {
        display: none;
    }

    .c-415b6ed5 {
        display: flex;
    }

    .c-cb4f462a {
        width: 100%;
        padding: 120px 20px 20px;
    }
}
@media (max-width: 480px) {
    .c-12d73893 {
        font-size: var(--font-size-md);
        padding: 20px 30px;
    }
}
@media (max-width: 768px) {
    .c-f43ab5d8 {
        grid-template-columns: 1fr;
    }

    .c-c728d8cd {
        grid-template-columns: 1fr;
    }

    .c-f8ff4f39 {
        flex-direction: column;
        text-align: center;
    }

    .c-eaac4339 {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-e2dfbd47 {
        padding: 30px 10px;
    }

    .c-da224fc4 {
        padding: 30px;
    }

    .c-684518c4 {
        font-size: 28px;
    }
}
@media (max-width: 480px) {
    .c-5ea32945 {
        width: 100%;
    }
}
