@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-315151b6 {
    background: #121212;

    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-315151b6::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-7ef374d1 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

.c-4802e42e {
    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-4802e42e:hover {
    color: #e879f9;
}

.c-7747554a {
    font-size: 36px;
    color: #e879f9;
    padding: 10px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 12px;
    transition: 160ms ease;
}

.c-4802e42e:hover .c-7747554a {
    background: #e879f9;
    color: #000000;
    transform: rotate(360deg);
}

.c-94304044 {
    display: flex;
    align-items: center;
}

.c-7cb7a200 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-221bc88e {
    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-221bc88e::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #e879f9;
    transition: 160ms ease;
    transform: translateX(-50%);
}

.c-221bc88e:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.05);
}

.c-221bc88e: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-444b74b0 {
    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-444b74b0:hover {
    background: #e879f9;
    border-color: #e879f9;
}

.c-e8073bd7 {
    width: 28px;
    height: 3px;
    background: #ffffff;
    margin: 4px 0;
    transition: 160ms ease;
    border-radius: 2px;
}

.c-444b74b0:hover .c-e8073bd7 {
    background: #000000;
}

.header__burger--active {
    background: #e879f9;
    border-color: #e879f9;
}

.header__burger--active .c-e8073bd7 {
    background: #000000;
}

.header__burger--active .c-e8073bd7:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.header__burger--active .c-e8073bd7:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-e8073bd7:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.c-9b457f25 {
    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-f752e6f7 {
    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-f752e6f7 {
    opacity: 1;
    transform: translateX(0);
}

.c-f752e6f7:nth-child(1) {
    transition-delay: 0.1s;
}
.c-f752e6f7:nth-child(2) {
    transition-delay: 0.2s;
}
.c-f752e6f7:nth-child(3) {
    transition-delay: 0.3s;
}
.c-f752e6f7:nth-child(4) {
    transition-delay: 0.4s;
}

.c-f752e6f7:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.1);
    border-left-color: #e879f9;
    transform: translateX(10px);
}

.c-3176eca6 {
    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-fedb4e61 {
    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-dc6a7215 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.c-a28d6bc8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 48px;
}

.c-055cd431 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-6065f858 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}

.c-6065f858 i {
    font-size: 28px;
}

.c-53982a1f {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 20px;
}

.c-0121b1be {
    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-0899a3fd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.c-9a45533b {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-15466fc3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.c-15466fc3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000000;
}

.c-7c8b4a01 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-8e042bfd {
    opacity: 0.8;
    transition: all 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-8e042bfd:hover {
    opacity: 1;
    transform: translateX(5px);
}

.c-8e042bfd i {
    font-size: 10px;
}

.c-8108fda7 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-cbbbce00 {
    line-height: 1.6;
    opacity: 0.8;
}

.c-83cdc737 {
    position: relative;
    margin-top: 10px;
}

.c-9dc71c1c {
    border: 1px solid #121212;
    padding: 20px;
    padding-right: 50px;
    border-radius: 12px;
    color: #000000;
}

.c-9dc71c1c::placeholder {
    color: #000000;
}

.c-5745f42c {
    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-5745f42c:hover {
    background-color: #f472b6;
    color: #000000;
}

.c-1e297403 {
    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-dd3ff790 {
    opacity: 0.8;
    font-size: 15px;
}

.c-c81468a9 {
    display: flex;
    gap: 30px;
}

.c-3b7c520a {
    opacity: 0.8;
    font-size: 15px;
    transition: opacity 160ms ease;
}

.c-3b7c520a:hover {
    opacity: 1;
}

.c-027547f2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-ba17cd49 {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.c-f8580380 {
    width: 150px;
    height: 150px;
    top: -50px;
    right: 10%;
}

.c-169c805c {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 5%;
}

.c-e248e256 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 20%;
}

.c-2fcf70af {
    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-2fcf70af h1,
.c-2fcf70af h2,
.c-2fcf70af h3,
.c-2fcf70af h4 {
    color: #ffffff;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-2fcf70af h1 {
    font-size: 48px;
}

.c-2fcf70af h2 {
    font-size: 36px;
}

.c-2fcf70af h3 {
    font-size: 28px;
}

.c-2fcf70af h4 {
    font-size: 21px;
}

.c-2fcf70af p,
.c-2fcf70af li {
    color: #e0d4df;
    font-size: 17px;
}

.c-2fcf70af ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.c-2fcf70af ul li {
    margin-bottom: 0.5rem;
}

.c-2fcf70af a {
    color: #e879f9;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-2fcf70af a:hover {
    color: #f472b6;
}

.c-2fcf70af strong {
    color: #ffffff;
    font-weight: 600;
}

.c-2fcf70af code {
    background-color: #2c2c2c;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .c-94304044 {
        display: none;
    }

    .c-444b74b0 {
        display: flex;
    }

    .c-9b457f25 {
        width: 100%;
        padding: 120px 20px 20px;
    }
}
@media (max-width: 480px) {
    .c-f752e6f7 {
        font-size: var(--font-size-md);
        padding: 20px 30px;
    }
}
@media (max-width: 768px) {
    .c-a28d6bc8 {
        grid-template-columns: 1fr;
    }

    .c-0899a3fd {
        grid-template-columns: 1fr;
    }

    .c-1e297403 {
        flex-direction: column;
        text-align: center;
    }

    .c-c81468a9 {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-2fcf70af {
        padding: 1rem;
        font-size: 15px;
    }

    .c-2fcf70af h1 {
        font-size: 36px;
    }

    .c-2fcf70af h2 {
        font-size: 28px;
    }

    .c-2fcf70af h3 {
        font-size: 21px;
    }
}
