@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #1c1917;
    font-family: 'Fira 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-4b219e76 {
    background: linear-gradient(135deg, #ef4444, #f97316);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.c-99d6d6b7 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-c713517c {
    display: flex;
    align-items: center;
    gap: 20px;
    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: 140ms ease-in-out;
    position: relative;
    z-index: 99999;
}

.c-c713517c:hover {
    transform: translateY(-2px);
}

.c-406aad37 {
    font-size: 30px;
    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-1a7b1c1b {
    display: flex;
    align-items: center;
    gap: 40px;
}

.c-5908815b {
    display: flex;
    align-items: center;
    gap: 28px;
}

.c-8a904bad {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 20px 28px;
    border-radius: 28px;
    transition: 140ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-8a904bad::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: 280ms ease-in-out;
}

.c-8a904bad:hover::before {
    transform: translateX(0);
}

.c-8a904bad:hover {
    color: #450a0a;
    backdrop-filter: blur(10px);
}

.c-1b04b1f2 {
    background: rgba(255, 255, 255, 0.2);
    color: #450a0a;
    padding: 20px 40px;
    border-radius: 28px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: 140ms ease-in-out;
    backdrop-filter: blur(10px);
}

.c-1b04b1f2: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-72b158ab {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: 140ms ease-in-out;
}

.c-72b158ab:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.c-31c88710 {
    width: 24px;
    height: 3px;
    background: #450a0a;
    margin: 3px 0;
    transition: 140ms ease-in-out;
    border-radius: 2px;
}

.header__burger--active .c-31c88710:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header__burger--active .c-31c88710:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-31c88710:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.c-b851b0b5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #ef4444, #f97316);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;
    transform: translateY(-100%);
    transition: 280ms ease-in-out;
    z-index: 1000;
}

.header__mobile-menu--active {
    transform: translateY(0);
}

.c-052eb043 {
    color: #450a0a;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 28px;
    transition: 140ms ease-in-out;
    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-052eb043 {
    opacity: 1;
    transform: translateY(0);
}

.c-052eb043:nth-child(1) {
    transition-delay: 0.1s;
}
.c-052eb043:nth-child(2) {
    transition-delay: 0.2s;
}
.c-052eb043:nth-child(3) {
    transition-delay: 0.3s;
}
.c-052eb043:nth-child(4) {
    transition-delay: 0.4s;
}
.c-052eb043:nth-child(5) {
    transition-delay: 0.5s;
}

.c-052eb043:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.c-7ed8a092 {
    background: rgba(255, 255, 255, 0.9);
    color: #ef4444;
    padding: 10px 28px;
    border-radius: 28px;
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
    transition: 140ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
}

.header__mobile-menu--active .c-7ed8a092 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.c-7ed8a092:hover {
    background: #450a0a;
    transform: scale(1.1);
}

.c-2e8a1d7a {
    background-color: #1c1917;
    padding: 40px 0;
    border-top: 2px solid #ef4444;
    position: relative;
}

.c-690a5c4f {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.c-5a4ab643 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fef2f2;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 28px;
    transition: transform 280ms ease-in-out;
}

.c-5a4ab643:hover {
    transform: scale(1.05);
}

.c-5a4ab643 i {
    color: #ef4444;
    font-size: 30px;
}

.c-6e288c3e {
    color: #fecaca;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 18px;
}

.c-2f60f62b {
    margin-bottom: 40px;
}

.c-6cff0e2f {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 28px;
}

.c-975ba28f {
    color: #fecaca;
    font-weight: 500;
    position: relative;
    transition: color 140ms ease-in-out;
    padding: 10px 0;
}

.c-975ba28f::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ef4444;
    transition: all 280ms ease-in-out;
    transform: translateX(-50%);
}

.c-975ba28f:hover {
    color: #ef4444;
}

.c-975ba28f:hover::after {
    width: 100%;
}

.c-d151cd5b {
    background-color: #292524;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 40px;
    display: inline-block;
    min-width: 300px;
}

.c-da103c69 {
    color: #fef2f2;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.c-57e11e32 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-86407854 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fecaca;
}

.c-22076f36 {
    color: #ef4444;
    width: 20px;
    text-align: center;
}

.c-133beafe {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ef4444, transparent);
    margin: 28px auto;
}

.c-8adb394b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.c-a984502e {
    color: #fca5a5;
    font-size: 13px;
}

.c-b98e9cdd {
    display: flex;
    gap: 28px;
}

.c-e27bbc5d {
    color: #fca5a5;
    font-size: 13px;
    transition: color 140ms ease-in-out;
    position: relative;
}

.c-e27bbc5d:hover {
    color: #ef4444;
}

.c-e27bbc5d:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 28px / 2);
    color: #fca5a5;
}

.c-8d022aac {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ef4444, #f97316, #ef4444);
    opacity: 0.8;
}

.c-cd2f5bb4 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Fira Sans', sans-serif;
    color: #fef2f2;
    background-color: #1c1917;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.04);
    line-height: 1.6;
    font-size: 15px;
}

.c-cd2f5bb4 h1,
.c-cd2f5bb4 h2,
.c-cd2f5bb4 h3,
.c-cd2f5bb4 h4 {
    color: #fef2f2;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-cd2f5bb4 h1 {
    font-size: 36px;
}

.c-cd2f5bb4 h2 {
    font-size: 30px;
}

.c-cd2f5bb4 h3 {
    font-size: 24px;
}

.c-cd2f5bb4 h4 {
    font-size: 18px;
}

.c-cd2f5bb4 p,
.c-cd2f5bb4 li {
    color: #fecaca;
    font-size: 15px;
}

.c-cd2f5bb4 ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.c-cd2f5bb4 ul li {
    margin-bottom: 0.5rem;
}

.c-cd2f5bb4 a {
    color: #ef4444;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-cd2f5bb4 a:hover {
    color: #f97316;
}

.c-cd2f5bb4 strong {
    color: #fef2f2;
    font-weight: 600;
}

.c-cd2f5bb4 code {
    background-color: #3f3f46;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .c-1a7b1c1b {
        display: none;
    }

    .c-72b158ab {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-6cff0e2f {
        flex-direction: column;
        gap: 20px;
    }

    .c-d151cd5b {
        min-width: auto;
        width: 100%;
    }

    .c-8adb394b {
        flex-direction: column;
        gap: 20px;
    }

    .c-b98e9cdd {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .c-e27bbc5d:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-cd2f5bb4 {
        padding: 1rem;
        font-size: 13px;
    }

    .c-cd2f5bb4 h1 {
        font-size: 30px;
    }

    .c-cd2f5bb4 h2 {
        font-size: 24px;
    }

    .c-cd2f5bb4 h3 {
        font-size: 18px;
    }
}
