@import url(https://fonts.googleapis.com/css?family=Roboto: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: #ffffff;
    font-family: Roboto;
    font-size: 16px;
}
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-f9dac76b {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.c-b50a7b33 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-0dedba3d {
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 0.15s ease;
    position: relative;
    z-index: 99999;
}

.c-0dedba3d:hover {
    transform: translateY(-2px);
}

.c-016237d7 {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.c-e816db72 {
    display: flex;
    align-items: center;
    gap: 32px;
}

.c-15c47bc7 {
    display: flex;
    align-items: center;
    gap: 24px;
}

.c-d4ff4648 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 16px 24px;
    border-radius: 16px;
    transition: 0.15s ease;
    position: relative;
    overflow: hidden;
}

.c-d4ff4648::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: 0.3s ease;
}

.c-d4ff4648:hover::before {
    transform: translateX(0);
}

.c-d4ff4648:hover {
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.c-ddd5c49c {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: 0.15s ease;
    backdrop-filter: blur(10px);
}

.c-ddd5c49c:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.c-4684d215 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    transition: 0.15s ease;
}

.c-4684d215:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.c-fa5b1009 {
    width: 24px;
    height: 3px;
    background: #ffffff;
    margin: 3px 0;
    transition: 0.15s ease;
    border-radius: 2px;
}

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

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

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

.c-0f2f8834 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: translateY(-100%);
    transition: 0.3s ease;
    z-index: 1000;
}

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

.c-918b8819 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 16px;
    transition: 0.15s ease;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

.c-918b8819:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.c-ae88b748 {
    background: rgba(255, 255, 255, 0.9);
    color: #3b82f6;
    padding: 8px 24px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 24px;
    margin-top: 32px;
    transition: 0.15s ease;
    opacity: 0;
    transform: translateY(30px);
}

.header__mobile-menu--active .c-ae88b748 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.c-ae88b748:hover {
    background: #ffffff;
    transform: scale(1.1);
}



.c-6af0d7bd {
    background-color: #ffffff;
    padding: 32px 0;
    border-top: 2px solid #3b82f6;
    position: relative;
}

.c-2e3db6fa {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.c-195642e0 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}

.c-195642e0:hover {
    transform: scale(1.05);
}

.c-195642e0 i {
    color: #3b82f6;
    font-size: 32px;
}

.c-e469395d {
    color: #4a5568;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 32px;
    font-size: 18px;
}

.c-9307df68 {
    margin-bottom: 32px;
}

.c-ca482a32 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 24px;
}

.c-93a8ff2b {
    color: #4a5568;
    font-weight: 500;
    position: relative;
    transition: color 0.15s ease;
    padding: 8px 0;
}

.c-93a8ff2b::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #3b82f6;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.c-93a8ff2b:hover {
    color: #3b82f6;
}

.c-93a8ff2b:hover::after {
    width: 100%;
}

.c-f7bbd29b {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
    display: inline-block;
    min-width: 300px;
}

.c-781266cf {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
}

.c-5f6c1816 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.c-1c47335e {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #4a5568;
}

.c-0f2905da {
    color: #3b82f6;
    width: 20px;
    text-align: center;
}

.c-7cc4a159 {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
    margin: 24px auto;
}

.c-cf030814 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.c-c6522df7 {
    color: #9ca3af;
    font-size: 14px;
}

.c-4ba092d5 {
    display: flex;
    gap: 24px;
}

.c-c415e1fb {
    color: #9ca3af;
    font-size: 14px;
    transition: color 0.15s ease;
    position: relative;
}

.c-c415e1fb:hover {
    color: #3b82f6;
}

.c-c415e1fb:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 24px / 2);
    color: #9ca3af;
}

.c-3a2f07e4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #3b82f6);
    opacity: 0.8;
}



.c-8daf37d2 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 2rem;
    font-family: Roboto;
    color: #1a1a1a;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05);
    line-height: 1.6;
    font-size: var(--font-size-base);
}

.c-8daf37d2 h1,
.c-8daf37d2 h2,
.c-8daf37d2 h3,
.c-8daf37d2 h4 {
    color: #1a1a1a;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-8daf37d2 h1 {
    font-size: var(--font-size-3xl);
}

.c-8daf37d2 h2 {
    font-size: 32px;
}

.c-8daf37d2 h3 {
    font-size: 24px;
}

.c-8daf37d2 h4 {
    font-size: 18px;
}

.c-8daf37d2 p,
.c-8daf37d2 li {
    color: #4a5568;
    font-size: var(--font-size-base);
}

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

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

.c-8daf37d2 a {
    color: #3b82f6;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-8daf37d2 a:hover {
    color: #8b5cf6;
}

.c-8daf37d2 strong {
    color: #1a1a1a;
    font-weight: 600;
}

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

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

    .c-4684d215 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-ca482a32 {
        flex-direction: column;
        gap: 16px;
    }

    .c-f7bbd29b {
        min-width: auto;
        width: 100%;
    }

    .c-cf030814 {
        flex-direction: column;
        gap: 16px;
    }

    .c-4ba092d5 {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .c-c415e1fb:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-8daf37d2 {
        padding: 1rem;
        font-size: 14px;
    }

    .c-8daf37d2 h1 {
        font-size: 32px;
    }

    .c-8daf37d2 h2 {
        font-size: 24px;
    }

    .c-8daf37d2 h3 {
        font-size: 18px;
    }
}