/* Block: categories-list (categories-list) */
.g-f8047a94 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-f8047a94 .g-de9bb857 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-f8047a94 .g-de9bb857:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-f8047a94 .g-de9bb857:hover .g-797c8f44 { opacity: 1; }
.g-f8047a94 .g-10301d01 { position: relative; z-index: 1; }
.g-f8047a94 .g-797c8f44 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-f8047a94 .g-13ecdd22 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-f8047a94 .g-13ecdd22 .g-797c8f44 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-de9bb857 { min-height: 144px; padding-bottom: 82px; }
.g-797c8f44 { font-size: 72px; }
.g-13ecdd22 { padding-bottom: 120px; min-height: 159px; }
.g-13ecdd22 .g-797c8f44 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-f8047a94 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-de9bb857 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-797c8f44 { font-size: 56px; right: 16px; bottom: 16px; }
.g-13ecdd22 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-13ecdd22 .g-797c8f44 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-ac26ff96 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-ac26ff96 .g-a6cf7e32 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ac26ff96 .g-8c90a9fa { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-a6cf7e32 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-8c90a9fa { margin-top: var(--size-xs); }
 }

/* Block: comments (comments) */
.comments-block .comments {
    list-style: none;
    padding: 0;
}

.comments-block .comments ul {
    padding: 0;
}

.comments-block .comment {
    list-style: none;
}

.comments-block .comments-title,
.comments-block .comment-reply-title {
    font-size: clamp(1.5rem, 0.8839779006vw + 1.2928176796rem, 2rem);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: var(--size-m);
}

.comments-block .comment-body,
.comments-block .comment-respond {
    margin-top: var(--size-m);
    background-color: var(--color-surface);
    padding: var(--size-s);
    border-radius: var(--b-radius);
}

.comments-block .comment-content {
    margin-top: var(--size-s);
}

.comments-block .comment-metadata {
    margin-top: var(--size-xxs);
}

.comments-block .avatar {
    border-radius: 50%;
    margin-right: var(--size-xs);
}

.comments-block .comment-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xs);
}

.comments-block .comment-form p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xxs);
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"],
.comments-block .comment-form textarea {
    width: 100%;
    border: 0;
    border-radius: var(--b-radius);
    font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
    font-weight: 400;
    line-height: 120%;
    color: var(--color-text);
    background-color: var(--color-bg);
    outline: none;
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"] {
    height: var(--size-l);
}

.comments-block .comment-form textarea {
    min-height: 130px;
    resize: vertical;
}

.comments-block .comment-form .submit {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    padding: 9px 75px;
    min-height: var(--size-l);
    text-decoration: none;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: var(--b-radius);
}

.comments-block p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: center;
}

/* Block: cookie (cookie) */
.g-e3317c19 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-320cce8d { display: block; }
.g-c3cb025b { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-e5f0e8da { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-de5e20c3 { width: 100%; }
@media screen and (max-width: 768px) { .g-e3317c19 { padding: var(--size-s); }
.g-c3cb025b { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-e5f0e8da { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-de5e20c3 { width: auto; }
 }@media screen and (max-width: 576px) { .g-e5f0e8da { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-747cdef1 { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-c02f8172 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-cda6a37e { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-3e291f26 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-747cdef1 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-747cdef1 { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-c02f8172 { gap: var(--size-xs); }
 }

/* Block: footer (footer) */
.g-35f0bdfc { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-c54264eb { text-align: center; position: fixed; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%) scale(0.7); padding: var(--size-xs) var(--size-s); border-radius: 14px; background: var(--color-secondary); box-shadow: var(--shadow); color: var(--color-text-light); opacity: 0; visibility: hidden; transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; z-index: 1000; }
.g-c54264eb.g-89e9ad45 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-46b32eca { margin-top: var(--section-padding); }
.g-8a1acf87 { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-3d6687fb { max-width: 510px; }
.g-19c9ab9d { max-width: 430px; }
.g-b604836e { margin-top: var(--size-xs); }
.g-992f0a8c { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ae4df66c { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-0e5fe9b6 { flex: 1; cursor: pointer; border: 0; background-color: var(--color-secondary); color: var(--text-light); height: 40px; border-radius: 40px; padding: 10px 24px; transition: transform 0.1s ease-in-out; }
.g-0e5fe9b6:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-50e41d5f { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-4b8d941c { transform: scale(1.2); margin-right: var(--size-xs); }
.g-766f7d40 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-a5e2a807 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-c8f92146 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-2902abb2 { margin-top: var(--size-xl); display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-8a1acf87 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-3d6687fb { max-width: initial; }
.g-19c9ab9d { max-width: initial; }
.g-766f7d40 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-a5e2a807 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-c8f92146 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-2902abb2 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-7a35646a { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-8a1acf87 { gap: var(--size-m); }
.g-992f0a8c { flex-direction: column; gap: var(--size-xxs); }
.g-ae4df66c { width: 100%; }
.g-0e5fe9b6 { width: 100%; }
.g-c8f92146 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-fbf28dba { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-302c330e { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-44600a4b { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-5db1f8e8 { font-size: 36px; margin-right: var(--size-xs); }
.g-f1ec8637 { font-size: 24px; font-weight: 600; }
.g-d02ff912 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-323ab982 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-323ab982:hover { opacity: 0.7; }
.g-33be390a { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-f715707a { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-7eaadb5a { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-7eaadb5a.g-f5a9a951 { display: block; }
.g-d02ff912 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-33be390a { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-7eaadb5a { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-2433f0c1 { padding: var(--section-padding) 0; }
.g-72eeef79 { display: flex; }
.g-5ef44456 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-68138c70 { margin-top: var(--size-s); }
.g-939d5507 { margin-top: var(--size-m); }
.g-2c910e5c { flex: 1; }
.g-d43d6618 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-72eeef79 { flex-direction: column; }
.g-5ef44456 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-d43d6618 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-5ef44456 { padding-bottom: var(--size-m); }
.g-d43d6618 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-771bfa42 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-d9cc342f { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-7d17dded { position: relative; padding: var(--size-xl) 0; }
.g-ce7c4205 { text-align: center; }
.g-4264f6ca { text-align: center; margin-top: var(--size-s); }
.g-7e49973e { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-7e49973e { flex-direction: column; gap: var(--size-xs); }
 }

/* Block: page-content (page-content) */
.g-1478da7e { margin: var(--section-padding) 0; }

/* Block: page-header (page-header) */
.g-87bcd946 { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-6ef67df8 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-bbb3d7f5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-bbb3d7f5::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-a4724431 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-87bcd946 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-87bcd946 { padding-bottom: 40px; }
 }

/* Block: pagination (pagination) */
.g-e969b16f .nav-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.g-e969b16f .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid var(--color-secondary);
}

.g-e969b16f .page-numbers:hover {
    text-decoration: underline;
}

.g-e969b16f .prev {
    left: calc(var(--size-xs) * -1);
    transform: translateX(-100%);
}

.g-e969b16f .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-e969b16f .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-e969b16f .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-e969b16f .prev,
.g-e969b16f .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

.g-e969b16f .current {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

@media screen and (max-width: 768px) {
    .g-e969b16f .prev {
        left: 0;
        transform: none;
    }

    .g-e969b16f .next {
        right: 0;
        transform: none;
    }

    .g-e969b16f .prev,
    .g-e969b16f .next {
        position: static;
        margin-top: 0;
    }
}

.g-e969b16f { display: flex; justify-content: center; padding: var(--size-l) 0 var(--size-xl); }
@media screen and (max-width: 768px) { .g-e969b16f { padding: var(--size-m) 0 var(--size-l); }
 }

/* Block: post-card (post-card) */
.g-1410c647 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-1410c647 .g-598270ed { position: relative; text-decoration: none; }
.g-1410c647 .g-36ac64d9 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-1410c647 .g-1e47921a { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-1410c647 .g-1e47921a img { width: 100%; height: 100%; object-fit: cover; }
.g-1410c647 .g-4976671e { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-1410c647 .g-2ca0dfc5 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-1410c647 .g-1884740e { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-1410c647 .g-e9a1d0c1 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-8863d5be { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-8863d5be .g-598270ed { position: relative; text-decoration: none; }
.g-8863d5be .g-36ac64d9 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-8863d5be .g-1e47921a { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-8863d5be .g-1e47921a img { width: 100%; height: 100%; object-fit: cover; }
.g-8863d5be .g-4976671e { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-8863d5be .g-2ca0dfc5 { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-8863d5be .g-1884740e { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-8863d5be .g-e9a1d0c1 { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-36ac64d9 { gap: 0 4px; }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-dae532de { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-dae532de blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-dae532de .g-ef1947dc { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-dae532de .g-4372bfa3 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-dae532de .g-0e2550e5 { margin-top: var(--size-m); }
.g-dae532de .g-d7954848 { margin-top: var(--size-m); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-dae532de .g-8b624fdf { display: block; text-decoration: none; }
.g-dae532de .g-8b624fdf:hover { text-decoration: underline; }
.g-dae532de .g-b9ff0013 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-dae532de { grid-template-columns: 1fr; }
.g-dae532de .g-95fa56cd { display: none; }
.g-dae532de .g-0e2550e5 { margin-top: var(--size-s); }
.g-dae532de .g-d7954848 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-dae532de blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-8d957b8b { position: relative; height: 800px; }
.g-4781c215 { height: 100%; display: flex; flex-direction: column; }
.g-e9a7337f { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-e9a7337f::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-277c4ddd { width: 100%; height: 100%; }
.g-0f2744cf { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-cdfc3d8c { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-c559904a { text-decoration: none; }
.g-c559904a:hover { text-decoration: underline; }
.g-e3e6004d { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-34280ec8 { margin-top: var(--size-m); }
.g-1f217800 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-cdfc3d8c { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-34280ec8 { margin-top: var(--size-s); }
.g-1f217800 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-8d957b8b { height: 700px; }
.g-0f2744cf { width: 95%; }
.g-cdfc3d8c { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-277c4ddd { aspect-ratio: auto; height: 100%; }
 }

/* Block: posts-list (posts-list) */
.g-23946a84 { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
@media screen and (max-width: 1024px) { .g-23946a84 { grid-template-columns: repeat(2, 1fr); }
 }@media screen and (max-width: 768px) { .g-23946a84 { grid-template-columns: 1fr; }
 }

/* Block: recommendation (recommendation) */
.g-929cb5ec { text-align: center; }
.g-cfd180da { position: relative; }
.g-2e17c5ed { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-2e17c5ed:hover { background-color: var(--color-primary); }
.g-3d07700a { left: -42px; }
.g-fdb58dfb { right: -42px; }
@media screen and (max-width: 1024px) { .g-bb448a8d { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-2e17c5ed { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-6784c39d { text-align: center; max-width: 430px; margin: 0 auto; }
.g-8a54ba91 { margin-top: var(--size-xl); }
.g-53ec6d7e { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-9e814f86 { position: relative; display: inline-block; width: 100%; }
.g-9e814f86 .g-c5b0444b { width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-9e814f86 .g-c5b0444b:focus + .g-4173ac03 { opacity: 1; }
.g-9e814f86 .g-72b0b270 { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-9e814f86 .g-72b0b270:hover { opacity: .7; }
.g-9e814f86 .g-6e046a9c { fill: var(--color-primary); }
.g-9e814f86 .g-4173ac03 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-9e814f86 .g-4173ac03:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-8dea0c48 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-8dea0c48 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-8dea0c48 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-222897cb { padding: var(--section-padding) 0; }
.g-bb4d5734 { display: flex; }
.g-e8b90621 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-7bfeb014 { margin-top: var(--size-s); }
.g-c802df24 { margin-top: var(--size-m); }
.g-3bdf7c38 { flex: 1; }
.g-a40640e7 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-bb4d5734 { flex-direction: column; }
.g-e8b90621 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-a40640e7 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-e8b90621 { padding-bottom: var(--size-m); }
.g-a40640e7 { height: auto; }
 }

/* Block: front-page::faq--0 (faq) */
.g-8259fe44 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-0aadc161 { flex: 0 0 45%; position: relative; }
.g-2fcb497d { flex: 1; position: relative; z-index: 1; }
.g-6798715e { user-select: none; }
.g-6798715e[open] .g-363ad4b6 { transform: rotate(45deg); }
.g-3c760a58 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-3c760a58::-webkit-details-marker { display: none; }
.g-363ad4b6 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-363ad4b6 svg { fill: var(--color-primary); }
.g-4eef63d8 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-3c760a58 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-363ad4b6 { width: 24px; height: 24px; }
.g-363ad4b6 svg { width: 16px; height: 16px; }
.g-4eef63d8 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-8259fe44 { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-0aadc161 { flex: 0; }
.g-2fcb497d { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-0aadc161 { text-align: center; }
.g-2fcb497d { max-width: inherit; width: 100%; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-cb521f77 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-cb521f77 .g-7e7849ec { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-cb521f77 .g-7e7849ec:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-cb521f77 .g-7e7849ec:hover .g-8ec84b62 { opacity: 1; }
.g-cb521f77 .g-df0e36b7 { position: relative; z-index: 1; }
.g-cb521f77 .g-8ec84b62 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-cb521f77 .g-24fdff2f { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-cb521f77 .g-24fdff2f .g-8ec84b62 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-7e7849ec { min-height: 144px; padding-bottom: 82px; }
.g-8ec84b62 { font-size: 72px; }
.g-24fdff2f { padding-bottom: 120px; min-height: 159px; }
.g-24fdff2f .g-8ec84b62 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-cb521f77 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-7e7849ec { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-8ec84b62 { font-size: 56px; right: 16px; bottom: 16px; }
.g-24fdff2f { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-24fdff2f .g-8ec84b62 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-a007fbda { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-2fab2410 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-a021748f { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-004887b4 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-a007fbda { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-a007fbda { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-2fab2410 { gap: var(--size-xs); }
 }

/* Block: front-page::page-content--0 (page-content) */
.g-1df5119d { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-m); margin: var(--section-padding) 0; }
@media screen and (max-width: 768px) { .g-1df5119d { padding: var(--size-xs); }
 }

/* Block: contacts-page::page-content--0 (page-content) */
.g-03698859 { margin: var(--section-padding) 0; }

/* Block: contacts-page::form--0 (form) */
.g-c0c7ab77 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-b7641119 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-4d62ef3f { display: flex; justify-content: flex-start; }
.g-f78840fd { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-d2eb26f4 { display: flex; justify-content: flex-start; align-items: center; }
.g-56ae8635 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-3f2fe31e { fill: var(--color-text); }
.g-d283c00d { stroke: var(--color-text); }
.g-d14b7719 { stroke: var(--color-text); }
.g-adbfe967 { display: flex; flex-direction: column; }
.g-098a5d1b { flex: 0 0 50%; height: 383px; }
.g-2b2cfc8c { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-c0c7ab77 { flex-direction: column; }
.g-b7641119 { width: 100%; flex: 0 0 auto; }
.g-4d62ef3f { flex-direction: column; }
.g-f78840fd { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-6ef5ba3e { width: 100%; display: flex; justify-content: space-between; }
.g-d2eb26f4 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-56ae8635 { margin-right: 0; }
.g-adbfe967 { margin-top: var(--size-xs); }
.g-098a5d1b { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-b7641119 { padding: var(--size-xs); }
.g-6ef5ba3e { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-d2eb26f4 { align-items: center; }
.g-adbfe967 { text-align: center; }
.g-098a5d1b { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-e8b5b0c1 { display: flex; align-items: center; gap: var(--size-m); }
.g-b5002b40 { flex: 1; }
.g-7bf19f1d { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-e8b5b0c1 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-ed6fec8a { text-align: center; }
 }

/* Block: about-page::page-content--0 (page-content) */
.g-428e6f1c { margin: var(--section-padding) 0; }

/* Block: expertise::about--0 (about) */
.g-0cda5211 { display: flex; align-items: center; gap: var(--size-m); }
.g-fbb220eb { flex: 1; }
.g-f7aaabb1 { flex: 1; }
@media screen and (max-width: 768px) { .g-0cda5211 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-f7aaabb1 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-6e9e7c74 { width: 60%; }
.g-8812d696 { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-8812d696::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-a8440313 { flex: 1; }
.g-d97831ea { position: relative; height: 100%; }
.g-d97831ea::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-32828b15 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-c8861cee { flex-direction: column; }
.g-6e9e7c74 { width: 100%; }
.g-8812d696 { flex-direction: column; }
.g-8812d696::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-d97831ea { display: flex; justify-content: flex-start; align-items: center; }
.g-d97831ea::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-32828b15 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-6e9e7c74 { text-align: center; }
.g-8812d696::before { left: 57px; }
.g-d97831ea::before { left: 50px; }
.g-32828b15 { font-size: 32px; flex: 0 0 75px; }
 }

/* Block: expertise::text--0 (text) */
.g-ad9edd56 { padding: var(--size-xl); }
@media screen and (max-width: 768px) { .g-ad9edd56 { text-align: center; padding: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-ad9edd56 { padding: var(--size-s); }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-4f3ae351 { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-a49988d1 { width: 50%; }
.g-300d98cb { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-fe4af137 { padding: var(--size-s) var(--size-m); }
.g-8d2bc2ee { transform: scale(1.2); }
.g-280e240e { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-b0be9509 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-4f3ae351 { padding: 20px 20px 10px; }
.g-8d2bc2ee { transform: none; }
 }@media screen and (max-width: 768px) { .g-a49988d1 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-4f3ae351 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-300d98cb { text-align: center; }
 }

/* Block: expertise::about--1 (about) */
.g-13bae43c { padding: 0; }
@media screen and (max-width: 1280px) { .g-2bd97740 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-13bae43c { padding: 0 var(--wrapper-padding); }
.g-2adaf33a { column-count: 1; }
.g-2bd97740 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-2adaf33a { text-align: center; }
 }