@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-c58897d3 {
    background: #121212;
    padding: 20px 0;
    box-shadow: 0 1px 3px 0 2px 4px rgba(255, 255, 255, 0.08);
    font-family: 'Work Sans', sans-serif;
    position: relative;
    z-index: 99999;
}

.c-4c33ddfb {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-f6118e27 {
    font-size: 28px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-f6118e27 i {
    color: #e879f9;
}

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

.c-bf76cb3e a {
    color: #e0d4df;
    text-decoration: none;
    font-size: var(--font-size);
    padding-bottom: 2px;
    position: relative;
    transition: color 300ms ease-in;
}

.c-bf76cb3e a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background-color: #e879f9;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 160ms ease;
}

.c-bf76cb3e a:hover::after,
.c-bf76cb3e a.active::after {
    transform: scaleX(1);
}

.c-bf76cb3e a:hover {
    color: #e879f9;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: #ffffff;
}



.c-8fa61c78 {
    background-color: #ffffff;
    color: #000000;
    padding: 48px 0;
}

.c-cc8e84a8 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.c-c3f0cb49 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.c-d761dd27 i {
    color: #e879f9;
    font-size: 28px;
}

.c-187fde31 {
    color: #a89ca9;
    line-height: 1.5;
    margin-bottom: 20px;
}

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

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

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

.c-b4317341 {
    color: #a89ca9;
    transition: color 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

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

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

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

.c-3f29e36d {
    color: #e879f9;
    margin-top: 3px;
}

.c-01883e7e {
    color: #a89ca9;
    line-height: 1.5;
}

.c-7dab4b90 {
    margin-top: 10px;
}

.c-500c9a0b {
    color: #a89ca9;
    line-height: 1.5;
    margin-bottom: 20px;
}

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

.c-0b90ecd1 {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 6px;
    color: #000000;
}

.c-0b90ecd1::placeholder {
    color: #a89ca9;
}

.c-0c346884 {
    background-color: #e879f9;
    color: #000000;
    padding: 10px 20px;
    border-radius: 6px;
    transition: background-color 160ms ease;
}

.c-0c346884:hover {
    background-color: #f472b6;
}

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

.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: #a89ca9;
    transition: all 160ms ease;
}

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

.c-cac1f1d6 {
    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-cd74686f {
    color: #a89ca9;
    font-size: 15px;
}

.c-1806b15d {
    display: flex;
    gap: 30px;
}

.c-e6ca9a89 {
    color: #a89ca9;
    font-size: 15px;
    transition: color 160ms ease;
}

.c-e6ca9a89:hover {
    color: #e879f9;
}



.c-6e7f5b3f {
    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-6e7f5b3f h1,
.c-6e7f5b3f h2,
.c-6e7f5b3f h3,
.c-6e7f5b3f h4 {
    color: #ffffff;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-6e7f5b3f h1 {
    font-size: 48px;
}

.c-6e7f5b3f h2 {
    font-size: 36px;
}

.c-6e7f5b3f h3 {
    font-size: 28px;
}

.c-6e7f5b3f h4 {
    font-size: 21px;
}

.c-6e7f5b3f p,
.c-6e7f5b3f li {
    color: #e0d4df;
    font-size: 17px;
}

.c-6e7f5b3f ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.c-6e7f5b3f ul li {
    margin-bottom: 0.5rem;
}

.c-6e7f5b3f a {
    color: #e879f9;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-6e7f5b3f a:hover {
    color: #f472b6;
}

.c-6e7f5b3f strong {
    color: #ffffff;
    font-weight: 600;
}

.c-6e7f5b3f code {
    background-color: #2c2c2c;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .c-bf76cb3e {
        display: none;
        flex-direction: column;
        gap: 20px;
        position: absolute;
        right: 20px;
        top: 60px;
        background: #1e1e1e;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 8px 0 6px 10px rgba(255, 255, 255, 0.12);
    }

    .c-bf76cb3e.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
}
@media (max-width: 768px) {
    .c-cac1f1d6 {
        flex-direction: column;
    }

    .c-1806b15d {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .c-6e7f5b3f {
        padding: 1rem;
        font-size: 15px;
    }

    .c-6e7f5b3f h1 {
        font-size: 36px;
    }

    .c-6e7f5b3f h2 {
        font-size: 28px;
    }

    .c-6e7f5b3f h3 {
        font-size: 21px;
    }
}