@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #0f172a;
    font-family: 'IBM Plex 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-01f1734f {
    background: #1e293b;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    color: #f1f5f9;
}

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

.c-583accd7 {
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    z-index: 9999;
}

.c-c6ce3712 {
    margin-right: 10px;
    color: #0ea5e9;
}


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

.c-b2426b02 {
    display: flex;
    margin-right: 48px;
}

.c-62b51468 {
    margin-left: 30px;
    position: relative;
}

.c-75dd1b0e {
    display: flex;
    align-items: center;
    padding: 10px;
    transition: 150ms ease-in-out;
}

.c-75dd1b0e:hover {
    color: #0ea5e9;
}

.c-75dd1b0e i {
    margin-left: 10px;
}


.header__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1e293b;
    border-radius: 12px;
    padding: 10px;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 300ms ease-in-out;
}

.c-62b51468:hover .header__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header__dropdown-item {
    padding: 10px;
    border-radius: 6px;
    transition: 150ms ease-in-out;
    white-space: nowrap;
}

.header__dropdown-item:hover {
    background: #334155;
    color: #0ea5e9;
}


.header__search {
    display: flex;
    align-items: center;
    background: #334155;
    border-radius: 24px;
    padding: 10px;
}

.header__search-icon {
    margin-right: 10px;
    color: #cbd5e1;
}

.header__search-input {
    background: none;
    border: none;
    outline: none;
    color: #f1f5f9;
}

.header__search-input::placeholder {
    color: #cbd5e1;
}
.c-557555e3 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: none;
    border: none;
}

.c-a34ad77c {
    width: 24px;
    height: 2px;
    background: #f1f5f9;
    margin: 3px 0;
    transition: 150ms ease-in-out;
    border-radius: 2px;
}

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

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

.header__burger--active .c-a34ad77c:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.c-ee662b85 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0f172a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
    gap: 30px;
    transform: translateX(-100%);
    transition: 300ms ease-in-out;
    z-index: 1000;
    overflow-y: auto;
}

.header__mobile-menu--active {
    transform: translateX(0);
}

.c-503f5c1e {
    width: 90%;
    max-width: 300px;
}

.c-c422cc6f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #f1f5f9;
    font-size: 19px;
    font-weight: 600;
    padding: 30px;
    border-radius: 18px;
    transition: 150ms ease-in-out;
    opacity: 0;
    transform: translateY(20px);
    width: 100%;
    background: #1e293b;
    margin-bottom: 10px;
}

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

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

.c-c422cc6f:hover {
    color: #0ea5e9;
    background: #0ea5e9;
    color: #0f172a;
    transform: scale(1.02);
}

.header__mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: 300ms ease-in-out;
    background: #334155;
    border-radius: 12px;
    margin-top: 10px;
}

.header__mobile-submenu--active {
    max-height: 300px;
}

.header__mobile-submenu-item {
    padding: 20px 30px;
    color: #cbd5e1;
    border-bottom: 1px solid #1e293b;
    transition: 150ms ease-in-out;
}

.header__mobile-submenu-item:last-child {
    border-bottom: none;
}

.header__mobile-submenu-item:hover {
    background: #1e293b;
    color: #0ea5e9;
}

.header__mobile-search {
    width: 90%;
    max-width: 300px;
    display: flex;
    align-items: center;
    background: #1e293b;
    border-radius: 24px;
    padding: 20px;
    margin-top: 30px;
}

.header__mobile-search-input {
    background: transparent;
    border: none;
    outline: none;
    padding: 4px;
    color: #f1f5f9;
    width: 100%;
}

.c-8085e9c9 {
    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-out;
    z-index: 999;
}

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




.c-88863e04 {
    background-color: #1e293b;
    padding: 48px 0;
    border-top: 1px solid #334155;
}

.c-2c78d7c3 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-c4b38835 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    margin-bottom: 48px;
}

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

.c-324b1018 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f1f5f9;
    font-weight: 600;
    font-size: 26px;
}

.c-324b1018 i {
    color: #0ea5e9;
    font-size: 34px;
}

.c-cf0e8c59 {
    color: #cbd5e1;
    line-height: 1.6;
}

.c-a19657dc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.c-49850cca {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e1;
}

.c-3658e6e3 {
    color: #0ea5e9;
    width: 20px;
    text-align: center;
}

.c-29aab059 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 48px;
}

.c-dcca37f3 {
    display: flex;
    flex-direction: column;
}

.c-242da4b6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #334155;
}

.c-a8ca46f0 {
    color: #f1f5f9;
    font-weight: 600;
    font-size: 19px;
}

.c-888e63c8 {
    color: #0ea5e9;
    transition: transform 300ms ease-in-out;
    display: none;
}

.c-8e7c382a {
    padding: 20px 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
}

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

.c-79e6f4f6 {
    color: #cbd5e1;
    transition: all 150ms ease-in-out;
    padding: 4px 0;
    position: relative;
    padding-left: 20px;
}

.c-79e6f4f6::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #0ea5e9;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 150ms ease-in-out;
}

.c-79e6f4f6:hover {
    color: #0ea5e9;
    padding-left: 30px;
}

.c-79e6f4f6:hover::before {
    transform: translateY(-50%) scale(1);
}

.c-7f0624d8 {
    margin-top: 20px;
}

.c-48f9c74a {
    color: #cbd5e1;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-4928b0f3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-8aec1a06 {
    background-color: #0f172a;
    border: 1px solid #334155;
    padding: 20px;
    border-radius: 6px;
    color: #f1f5f9;
    transition: border-color 150ms ease-in-out;
}

.c-8aec1a06:focus {
    outline: none;
    border-color: #0ea5e9;
}

.c-8aec1a06::placeholder {
    color: #94a3b8;
}

.c-31403e73 {
    background-color: #0ea5e9;
    color: #0f172a;
    padding: 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 150ms ease-in-out;
}

.c-31403e73:hover {
    background-color: #38bdf8;
}

.c-c8910099 {
    padding-top: 20px;
    border-top: 1px solid #334155;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-82336b4f {
    color: #94a3b8;
    font-size: 14px;
}

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

.c-b69a6f12 {
    color: #94a3b8;
    font-size: 14px;
    transition: color 150ms ease-in-out;
}

.c-b69a6f12:hover {
    color: #0ea5e9;
}






.c-d4655d04 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #f1f5f9;
    background-color: #0f172a;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
    font-size: 16px;
}

.c-d4655d04 h1,
.c-d4655d04 h2,
.c-d4655d04 h3,
.c-d4655d04 h4 {
    color: #f1f5f9;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-d4655d04 h1 {
    font-size: 42px;
}

.c-d4655d04 h2 {
    font-size: 34px;
}

.c-d4655d04 h3 {
    font-size: 26px;
}

.c-d4655d04 h4 {
    font-size: 19px;
}

.c-d4655d04 p,
.c-d4655d04 li {
    color: #cbd5e1;
    font-size: 16px;
}

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

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

.c-d4655d04 a {
    color: #0ea5e9;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-d4655d04 a:hover {
    color: #38bdf8;
}

.c-d4655d04 strong {
    color: #f1f5f9;
    font-weight: 600;
}

.c-d4655d04 code {
    background-color: #334155;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .c-09d9dfff {
        display: none;
    }

    .c-557555e3 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-c4b38835 {
        grid-template-columns: 1fr;
    }

    .c-29aab059 {
        grid-template-columns: 1fr;
    }

    .c-888e63c8 {
        display: block;
    }

    .c-8e7c382a {
        max-height: 0;
        padding: 0;
    }

    .c-dcca37f3.footer-section-active .c-8e7c382a {
        max-height: 300px;
        padding: 20px 0;
    }

    .c-dcca37f3.footer-section-active .c-888e63c8 {
        transform: rotate(180deg);
    }

    .c-c8910099 {
        flex-direction: column;
        text-align: center;
    }

    .c-c51830bd {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media (min-width: 769px) {
    .c-8e7c382a {
        max-height: none !important;
        padding: 20px 0 !important;
    }
}
@media (max-width: 768px) {
    .c-d4655d04 {
        padding: 1rem;
        font-size: 14px;
    }

    .c-d4655d04 h1 {
        font-size: 34px;
    }

    .c-d4655d04 h2 {
        font-size: 26px;
    }

    .c-d4655d04 h3 {
        font-size: 19px;
    }
}