@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-1ed69fa9 {
    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-39d59982 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-df89aaa4 {
    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-df89aaa4:hover {
    transform: translateY(-2px);
}

.c-8e1fecc7 {
    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-b2430c7d {
    display: flex;
    align-items: center;
    gap: 40px;
}

.c-05f1ca7f {
    display: flex;
    align-items: center;
    gap: 28px;
}

.c-084c8cf8 {
    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-084c8cf8::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-084c8cf8:hover::before {
    transform: translateX(0);
}

.c-084c8cf8:hover {
    color: #450a0a;
    backdrop-filter: blur(10px);
}

.c-91494895 {
    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-91494895: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-d5f9938a {
    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-d5f9938a:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.c-c05e1cbe {
    width: 24px;
    height: 3px;
    background: #450a0a;
    margin: 3px 0;
    transition: 140ms ease-in-out;
    border-radius: 2px;
}

.header__burger--active .c-c05e1cbe:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header__burger--active .c-c05e1cbe:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-c05e1cbe:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.c-8c9aa74c {
    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-37980a25 {
    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-37980a25 {
    opacity: 1;
    transform: translateY(0);
}

.c-37980a25:nth-child(1) {
    transition-delay: 0.1s;
}
.c-37980a25:nth-child(2) {
    transition-delay: 0.2s;
}
.c-37980a25:nth-child(3) {
    transition-delay: 0.3s;
}
.c-37980a25:nth-child(4) {
    transition-delay: 0.4s;
}
.c-37980a25:nth-child(5) {
    transition-delay: 0.5s;
}

.c-37980a25:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.c-f75f0237 {
    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-f75f0237 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.c-f75f0237:hover {
    background: #450a0a;
    transform: scale(1.1);
}

.c-3d9e2518 {
    background-color: #1c1917;
    padding: 40px 0;
    border-top: 2px solid #ef4444;
    position: relative;
}

.c-b8ef38f6 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.c-c7be97ee {
    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-c7be97ee:hover {
    transform: scale(1.05);
}

.c-c7be97ee i {
    color: #ef4444;
    font-size: 30px;
}

.c-4343a99c {
    color: #fecaca;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 18px;
}

.c-83dad6dc {
    margin-bottom: 40px;
}

.c-b1b349d9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 28px;
}

.c-617381ce {
    color: #fecaca;
    font-weight: 500;
    position: relative;
    transition: color 140ms ease-in-out;
    padding: 10px 0;
}

.c-617381ce::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-617381ce:hover {
    color: #ef4444;
}

.c-617381ce:hover::after {
    width: 100%;
}

.c-b3bac259 {
    background-color: #292524;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 40px;
    display: inline-block;
    min-width: 300px;
}

.c-93c427d8 {
    color: #fef2f2;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.c-68182d51 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-a724ae75 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fecaca;
}

.c-70267f0a {
    color: #ef4444;
    width: 20px;
    text-align: center;
}

.c-2dc4a4b3 {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ef4444, transparent);
    margin: 28px auto;
}

.c-19985b97 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.c-aaf00877 {
    color: #fca5a5;
    font-size: 13px;
}

.c-05805884 {
    display: flex;
    gap: 28px;
}

.c-b6b27fdf {
    color: #fca5a5;
    font-size: 13px;
    transition: color 140ms ease-in-out;
    position: relative;
}

.c-b6b27fdf:hover {
    color: #ef4444;
}

.c-b6b27fdf:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 28px / 2);
    color: #fca5a5;
}

.c-8d16ccc9 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ef4444, #f97316, #ef4444);
    opacity: 0.8;
}

.c-0ce48867 {
    padding: 56px 0;
    background: #292524;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.c-e2256258 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 28px;
}

.c-91ce7107 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.c-1edad33c {
    opacity: 0;
    transform: translateX(-50px);
}

.c-ce73dc1a {
    font-size: 30px;
    font-weight: 700;
    color: #fef2f2;
    margin-bottom: 28px;
    position: relative;
}

.c-ce73dc1a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--about-gradient);
    border-radius: 5px;
}

.c-65fb8408 {
    font-size: 18px;
    color: #ef4444;
    margin-bottom: 20px;
    font-weight: 500;
}

.c-72ade50f {
    color: #fecaca;
    line-height: 1.8;
    margin-bottom: 28px;
}

.c-28dacb6a {
    display: flex;
    gap: 40px;
    margin-top: 28px;
}

.c-80bf9147 {
    text-align: center;
}

.c-1eed9d4c {
    font-size: 24px;
    font-weight: 700;
    color: #ef4444;
    display: block;
}

.c-657abe9f {
    font-size: 13px;
    color: #fca5a5;
    margin-top: 4px;
}

.c-b418d72f {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
}

.c-019fae14 {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 20px 40px 0 2px 4px rgba(255, 255, 255, 0.07);
}

.c-b418d72f::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    background: var(--about-gradient);
    border-radius: 28px;
    z-index: -1;
    opacity: 0.3;
}

.about-classic--animated .c-1edad33c {
    opacity: 1 !important;
    transform: translateX(0);
    transition: all 0.8s ease;
}

.about-classic--animated .c-b418d72f {
    opacity: 1 !important;
    transform: translateX(0);
    transition: all 0.8s ease 0.2s;
}

.about-classic--animated .c-ce73dc1a::after {
    width: 60px;
    transition: width 0.8s ease 0.5s;
}

.c-3dae7a53 {
    background: #1c1917;
    padding: 40px;
    border-radius: 28px;
    text-align: center;
    max-width: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 480ms ease-in-out;
    margin: 40px auto;
}

.c-3dae7a53::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ef4444, #f97316, #eab308, #dc2626);
    border-radius: 28px;
    z-index: -1;
    opacity: 0;
    transition: opacity 280ms ease-in-out;
}

.c-3dae7a53:hover::before {
    opacity: 1;
    animation: borderGlow 2s ease-in-out infinite alternate;
}

@keyframes borderGlow {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

.c-3dae7a53:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-glow);
}

.c-cc53e252 {
    font-size: 30px;
    font-weight: 800;
    color: #fef2f2;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
}

.c-cc53e252::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #f97316;
    border-radius: 2px;
    transition: width 280ms ease-in-out;
}

.c-3dae7a53:hover .c-cc53e252::after {
    width: 120px;
}

.c-09ead514 {
    font-size: 18px;
    color: #fecaca;
    margin-bottom: 56px;
    line-height: 1.5;
    margin-top: 28px;
}

.c-3187218d {
    display: inline-block;
    background: #f97316;
    color: #450a0a;
    padding: 28px 40px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 280ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-3187218d::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 480ms ease-in-out;
}

.c-3187218d:hover::before {
    left: 100%;
}

.c-3187218d:hover {
    background: #7c3aed;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}

.c-3187218d:active {
    transform: scale(0.98);
}

.c-bcae6ed8 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.c-844db075 {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ef4444;
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.c-844db075:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.c-844db075:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    background: #f97316;
}

.c-844db075:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
    background: #eab308;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.c-0787d98f {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 280ms ease-in-out;
    padding: 28px;
}

.c-0787d98f.policy-modal--visible {
    opacity: 1;
    visibility: visible;
}

.c-60d9a2ce {
    background: #1c1917;
    border-radius: 28px;
    padding: 40px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px 0 5px 10px rgba(255, 255, 255, 0.1);
    transform: scale(0.8) translateY(50px);
    transition: transform 280ms ease-in-out;
    position: relative;
}

.c-0787d98f.policy-modal--visible .c-60d9a2ce {
    transform: scale(1) translateY(0);
}

.c-dfe48efb {
    text-align: center;
    margin-bottom: 40px;
}

.c-48163674 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    font-size: 40px;
}

.c-dcb76212 {
    font-size: 24px;
    font-weight: 700;
    color: #fef2f2;
    margin-bottom: 10px;
}

.c-e510c108 {
    color: #fecaca;
    font-size: var(--font-size);
}

.c-c7caef10 {
    color: #fecaca;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}

.c-c0470a98 {
    background: #292524;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 40px;
}

.c-2d789a40 {
    font-weight: 600;
    color: #fef2f2;
    margin-bottom: 20px;
    text-align: center;
}

.c-4af85123 {
    display: grid;
    gap: 20px;
}

.c-d887a089 {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #1c1917;
    border-radius: 10px;
    color: #fef2f2;
    text-decoration: none;
    transition: all 140ms ease-in-out;
    border: 2px solid transparent;
}

.c-d887a089:hover {
    border-color: #ef4444;
    transform: translateX(4px);
}

.c-9a940bbf {
    width: 24px;
    height: 24px;
    background: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #450a0a;
    font-size: 12px;
}

.c-03c6412b {
    flex: 1;
}

.c-5214f293 {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-4c28fa46 {
    font-size: 13px;
    color: #fca5a5;
}

.c-c28e483f {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.c-b8d5c33f {
    padding: 20px 40px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 140ms ease-in-out;
    border: 2px solid transparent;
    min-width: 140px;
}

.c-e89f2f5e {
    background: #ef4444;
    color: #450a0a;
}

.c-e89f2f5e:hover {
    background: #f97316;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px 0 2px 4px rgba(255, 255, 255, 0.07);
}

@media (max-width: 768px) {
    .c-b2430c7d {
        display: none;
    }

    .c-d5f9938a {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-b1b349d9 {
        flex-direction: column;
        gap: 20px;
    }

    .c-b3bac259 {
        min-width: auto;
        width: 100%;
    }

    .c-19985b97 {
        flex-direction: column;
        gap: 20px;
    }

    .c-05805884 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .c-b6b27fdf:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-91ce7107 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .c-28dacb6a {
        justify-content: center;
    }
}
@media (max-width: 640px) {
    .c-60d9a2ce {
        padding: 28px;
        margin: 20px;
    }

    .c-c28e483f {
        flex-direction: column;
    }
}
