@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-bad6b574 {
    background: #121212;

    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-bad6b574::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-62f9e87f {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

.c-10ca762f {
    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-10ca762f:hover {
    color: #e879f9;
}

.c-661c55f7 {
    font-size: 36px;
    color: #e879f9;
    padding: 10px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 12px;
    transition: 160ms ease;
}

.c-10ca762f:hover .c-661c55f7 {
    background: #e879f9;
    color: #000000;
    transform: rotate(360deg);
}

.c-b7184c60 {
    display: flex;
    align-items: center;
}

.c-2c4a027a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-768a78e1 {
    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-768a78e1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #e879f9;
    transition: 160ms ease;
    transform: translateX(-50%);
}

.c-768a78e1:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.05);
}

.c-768a78e1: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-55aa19fc {
    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-55aa19fc:hover {
    background: #e879f9;
    border-color: #e879f9;
}

.c-9fe7ea69 {
    width: 28px;
    height: 3px;
    background: #ffffff;
    margin: 4px 0;
    transition: 160ms ease;
    border-radius: 2px;
}

.c-55aa19fc:hover .c-9fe7ea69 {
    background: #000000;
}

.header__burger--active {
    background: #e879f9;
    border-color: #e879f9;
}

.header__burger--active .c-9fe7ea69 {
    background: #000000;
}

.header__burger--active .c-9fe7ea69:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.header__burger--active .c-9fe7ea69:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-9fe7ea69:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.c-336fbc03 {
    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-46ed6fd2 {
    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-46ed6fd2 {
    opacity: 1;
    transform: translateX(0);
}

.c-46ed6fd2:nth-child(1) {
    transition-delay: 0.1s;
}
.c-46ed6fd2:nth-child(2) {
    transition-delay: 0.2s;
}
.c-46ed6fd2:nth-child(3) {
    transition-delay: 0.3s;
}
.c-46ed6fd2:nth-child(4) {
    transition-delay: 0.4s;
}

.c-46ed6fd2:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.1);
    border-left-color: #e879f9;
    transform: translateX(10px);
}

.c-48b7acd5 {
    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-d6f0b292 {
    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-3b369907 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.c-8ec7a7e0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 48px;
}

.c-02000c3f {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-9d3c5476 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}

.c-9d3c5476 i {
    font-size: 28px;
}

.c-f6771448 {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 20px;
}

.c-d62aabfe {
    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-3a7236a0 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.c-d9d21781 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-9bbb23dc {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.c-9bbb23dc::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000000;
}

.c-37f91e49 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-6bd416b6 {
    opacity: 0.8;
    transition: all 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-6bd416b6:hover {
    opacity: 1;
    transform: translateX(5px);
}

.c-6bd416b6 i {
    font-size: 10px;
}

.c-57ad6bf9 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-67a996fa {
    line-height: 1.6;
    opacity: 0.8;
}

.c-c9e4a8fb {
    position: relative;
    margin-top: 10px;
}

.c-afe98cc0 {
    border: 1px solid #121212;
    padding: 20px;
    padding-right: 50px;
    border-radius: 12px;
    color: #000000;
}

.c-afe98cc0::placeholder {
    color: #000000;
}

.c-11f3c51a {
    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-11f3c51a:hover {
    background-color: #f472b6;
    color: #000000;
}

.c-fed44e8d {
    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-89b9dcdf {
    opacity: 0.8;
    font-size: 15px;
}

.c-a154928f {
    display: flex;
    gap: 30px;
}

.c-02e0c177 {
    opacity: 0.8;
    font-size: 15px;
    transition: opacity 160ms ease;
}

.c-02e0c177:hover {
    opacity: 1;
}

.c-18103b06 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-4328c59f {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.c-de26392e {
    width: 150px;
    height: 150px;
    top: -50px;
    right: 10%;
}

.c-99ef314b {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 5%;
}

.c-12680ee9 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 20%;
}

.c-713aabdf {
    max-width: 1240px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    background-color: #121212;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.04);
    line-height: 1.6;
    font-size: 17px;
}

.c-713aabdf h1,
.c-713aabdf h2,
.c-713aabdf h3,
.c-713aabdf h4 {
    color: #ffffff;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-713aabdf h1 {
    font-size: 48px;
}

.c-713aabdf h2 {
    font-size: 36px;
}

.c-713aabdf h3 {
    font-size: 28px;
}

.c-713aabdf h4 {
    font-size: 21px;
}

.c-713aabdf p,
.c-713aabdf li {
    color: #e0d4df;
    font-size: 17px;
}

.c-713aabdf ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.c-713aabdf ul li {
    margin-bottom: 0.5rem;
}

.c-713aabdf a {
    color: #e879f9;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-713aabdf a:hover {
    color: #f472b6;
}

.c-713aabdf strong {
    color: #ffffff;
    font-weight: 600;
}

.c-713aabdf code {
    background-color: #2c2c2c;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .c-b7184c60 {
        display: none;
    }

    .c-55aa19fc {
        display: flex;
    }

    .c-336fbc03 {
        width: 100%;
        padding: 120px 20px 20px;
    }
}
@media (max-width: 480px) {
    .c-46ed6fd2 {
        font-size: var(--font-size-md);
        padding: 20px 30px;
    }
}
@media (max-width: 768px) {
    .c-8ec7a7e0 {
        grid-template-columns: 1fr;
    }

    .c-3a7236a0 {
        grid-template-columns: 1fr;
    }

    .c-fed44e8d {
        flex-direction: column;
        text-align: center;
    }

    .c-a154928f {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-713aabdf {
        padding: 1rem;
        font-size: 15px;
    }

    .c-713aabdf h1 {
        font-size: 36px;
    }

    .c-713aabdf h2 {
        font-size: 28px;
    }

    .c-713aabdf h3 {
        font-size: 21px;
    }
}
