/* Block: categories-list (categories-list) */
.g-66ab9f89 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-66ab9f89 .g-d53670db { 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-66ab9f89 .g-d53670db: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-66ab9f89 .g-d53670db:hover .g-78ecc685 { opacity: 1; }
.g-66ab9f89 .g-c222783f { position: relative; z-index: 1; }
.g-66ab9f89 .g-78ecc685 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-66ab9f89 .g-246d0d6b { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-66ab9f89 .g-246d0d6b .g-78ecc685 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-d53670db { min-height: 144px; padding-bottom: 82px; }
.g-78ecc685 { font-size: 72px; }
.g-246d0d6b { padding-bottom: 120px; min-height: 159px; }
.g-246d0d6b .g-78ecc685 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-66ab9f89 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-d53670db { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-78ecc685 { font-size: 56px; right: 16px; bottom: 16px; }
.g-246d0d6b { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-246d0d6b .g-78ecc685 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-232bc933 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-232bc933 .g-87ab5818 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-232bc933 .g-5a454795 { font-size: 80px; }
.g-232bc933 .g-d0997def { margin-top: var(--size-xs); }
.g-232bc933 .g-894665d2 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-87ab5818 { padding: var(--size-xs); }
.g-5a454795 { font-size: 64px; }
.g-894665d2 { 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-569e7026 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-f3d02b39 { display: block; }
.g-fe9a118d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-3da41917 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-d8e84545 { width: 100%; }
@media screen and (max-width: 768px) { .g-569e7026 { padding: var(--size-s); }
.g-fe9a118d { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-3da41917 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-d8e84545 { width: auto; }
 }@media screen and (max-width: 576px) { .g-3da41917 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-47cf6f99 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-7e195072 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-63feec9d { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-d9835f6c { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-47cf6f99 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-47cf6f99 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-7e195072 { padding: 8px; }
 }

/* Block: footer (footer) */
.g-62cc1d42 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-ae04246f { 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-ae04246f.g-cc0db77b { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-16856525 { margin-top: var(--section-padding); }
.g-171bf858 { position: relative; 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: -80px; }
.g-efcb0f82 { max-width: 510px; }
.g-d3e9a7e7 { max-width: 430px; }
.g-b8d2a29c { margin-top: var(--size-xs); }
.g-d5f826e4 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-daaf10bc { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-ed78dba4 { 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-ed78dba4:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-2e8e88d3 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-10767906 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-960e89ad { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-53e1b11f { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-966a81c2 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-e09305c4 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-068c6e1b { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-171bf858 { padding: var(--size-m); }
.g-efcb0f82 { max-width: initial; }
.g-d3e9a7e7 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-068c6e1b { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-6ce17864 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-171bf858 { gap: var(--size-m); }
.g-d5f826e4 { flex-direction: column; gap: var(--size-xxs); }
.g-daaf10bc { width: 100%; }
.g-ed78dba4 { width: 100%; }
.g-53e1b11f { justify-content: flex-start; align-items: flex-start; }
.g-966a81c2 { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#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-0fc374bd { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-7bff1489 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-081cf79f { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-51a8c3fa { font-size: 36px; margin-right: var(--size-xs); }
.g-b22c48c1 { font-size: 24px; font-weight: 600; }
.g-c079eaf4 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-9523c4dc { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-d935ef2a { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-71a52db4 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-c2e96a31 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-c2e96a31.g-8407278f { display: block; }
.g-c079eaf4 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-d935ef2a { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-c2e96a31 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-aa0eccf5 { padding: var(--section-padding) 0; }
.g-5667c87c { display: flex; }
.g-8c5fe8b5 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-45135ae2 { margin-top: var(--size-s); }
.g-74449337 { margin-top: var(--size-m); }
.g-a182a659 { flex: 1; }
.g-a687e7fa { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-5667c87c { flex-direction: column; }
.g-8c5fe8b5 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-a687e7fa { height: 400px; }
 }@media screen and (max-width: 576px) { .g-8c5fe8b5 { padding-bottom: var(--size-m); }
.g-a687e7fa { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-446b9532 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-940a65a5 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-4c645eab { position: relative; padding: var(--size-xl) 0; }
.g-436d492a { text-align: center; }
.g-71fe226a { text-align: center; margin-top: var(--size-s); }
.g-0d926cf2 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-0d926cf2 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-66b63e42 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-c38ea49f { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-c38ea49f::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-ecfd792e { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-37c932fd { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-66b63e42 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-66b63e42 { padding-bottom: 40px; }
 }

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

.g-8301708d .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;
}

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

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

.g-8301708d .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' 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='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

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

.g-8301708d .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' 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='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-8301708d .prev,
.g-8301708d .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-8301708d .prev:hover,
.g-8301708d .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-320fdd57 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-320fdd57 .g-3e11dbfd { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-320fdd57 .g-09ee3228 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-320fdd57 .g-09ee3228 img { width: 100%; height: 100%; object-fit: cover; }
.g-320fdd57 .g-6b5f1c2e { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-320fdd57 .g-9e4e37ab { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-320fdd57 .g-bf5e0bb7 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-320fdd57 .g-d7b52bce { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-320fdd57 .g-40f86d8c { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-320fdd57 .g-40f86d8c:hover { text-decoration: underline; }
.g-320fdd57 .g-454e42ac { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-320fdd57 .g-498c7637 { margin-top: var(--size-s); }
.g-320fdd57 .g-534a9b89 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-0c1527f9 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-0c1527f9 .g-3e11dbfd { position: relative; height: 100%; text-decoration: none; }
.g-0c1527f9 .g-4c3f4a19 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-0c1527f9 .g-513d8102 { flex-shrink: 0; width: 120px; }
.g-0c1527f9 .g-09ee3228 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-0c1527f9 .g-09ee3228 img { width: 100%; height: 100%; object-fit: cover; }
.g-0c1527f9 .g-9e4e37ab { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-0c1527f9 .g-bf5e0bb7 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-0c1527f9 .g-d7b52bce { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0c1527f9 .g-454e42ac { white-space: nowrap; opacity: 0.8; }
.g-0c1527f9 .g-534a9b89 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-6b5f1c2e { padding: 0 8px 8px; }
.g-9e4e37ab { gap: 0 4px; }
.g-0c1527f9 { padding: 16px 0; }
.g-0c1527f9 .g-4c3f4a19 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-0c1527f9 .g-513d8102 { flex-shrink: initial; width: auto; }
.g-0c1527f9 .g-09ee3228 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-0c1527f9 .g-6b5f1c2e { margin-top: 8px; }
 }

/* 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-6c7805a6 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-6c7805a6 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-6c7805a6 .g-1db9fafd { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-6c7805a6 .g-7bd4237d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-6c7805a6 .g-69927658 { margin-top: var(--size-m); }
.g-6c7805a6 .g-c7fd28a3 { 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-6c7805a6 .g-787b2c20 { display: block; text-decoration: none; }
.g-6c7805a6 .g-787b2c20:hover { text-decoration: underline; }
.g-6c7805a6 .g-c3f8a09c { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-6c7805a6 { grid-template-columns: 1fr; }
.g-6c7805a6 .g-a55782f8 { order: 1; }
.g-6c7805a6 .g-ae2f2e77 { order: 2; }
.g-6c7805a6 .g-69927658 { margin-top: var(--size-s); }
.g-6c7805a6 .g-c7fd28a3 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-4663d1a4 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-59014650 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-dd3ba4ee { display: flex; align-items: center; justify-content: center; }
.g-0eac35d7 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-d0de2ef0 { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-d0de2ef0:hover { filter: brightness(0.96); }
.g-edd44c11 { margin-top: var(--size-m); }
.g-47587d8b { margin-top: var(--size-s); margin-bottom: auto; }
.g-26b521ba { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-4663d1a4 { grid-template-columns: 1fr; }
.g-59014650 { max-width: 70%; }
.g-dd3ba4ee { max-width: 70%; display: block; }
.g-d0de2ef0 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-4663d1a4 { gap: var(--size-m); }
.g-59014650 { max-width: 100%; }
.g-dd3ba4ee { max-width: 100%; }
.g-47587d8b { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-87490a6d { text-align: center; }
.g-de55146a { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-22cd1f96 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-3c82bf42 { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-3c82bf42:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-de55146a { margin-top: var(--size-m); }
.g-22cd1f96 { border-radius: var(--size-m); }
.g-3c82bf42 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-eb9adf84 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-0ddd5a41 { margin-top: var(--size-xl); }
.g-1579236f { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-e564d419 { position: relative; display: inline-block; width: 100%; }
.g-e564d419 .g-e950a8f9 { color: var(--color-text); 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) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-e564d419 .g-742ae8e8 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-e564d419 .g-6e487ded { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-e564d419 .g-6e487ded:hover { opacity: .7; }
.g-e564d419 .g-0d285690 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-e564d419 .g-0d285690:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-6c88f421 { 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-6c88f421 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-6c88f421 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-cc840ea4 { padding: var(--section-padding) 0; }
.g-3dad160c { display: flex; }
.g-7584e935 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-db9af6d2 { margin-top: var(--size-s); }
.g-1a3bd5c0 { margin-top: var(--size-m); }
.g-5ad9d6c0 { flex: 1; }
.g-3a5d7ab6 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-3dad160c { flex-direction: column; }
.g-7584e935 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-3a5d7ab6 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-7584e935 { padding-bottom: var(--size-m); }
.g-3a5d7ab6 { height: auto; }
 }

/* Block: front-page::about--0 (about) */
.g-a78c861a { position: relative; display: flex; align-items: center; gap: var(--size-m); min-height: 550px; padding: var(--size-xl); }
.g-999d0461 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.g-c7117b16 { position: relative; z-index: 2; width: 60%; margin-left: auto; padding: var(--size-m); }
@media screen and (max-width: 870px) { .g-c7117b16 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-a78c861a { padding: 0; flex-direction: column-reverse; }
.g-999d0461 { position: static; border-radius: 0; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.g-c7117b16 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-11e98650 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-11e98650 .g-bbb0aaae { 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-11e98650 .g-bbb0aaae: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-11e98650 .g-bbb0aaae:hover .g-a5d0f5f2 { opacity: 1; }
.g-11e98650 .g-6a0889c7 { position: relative; z-index: 1; }
.g-11e98650 .g-a5d0f5f2 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-11e98650 .g-b4fa6cd5 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-11e98650 .g-b4fa6cd5 .g-a5d0f5f2 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-bbb0aaae { min-height: 144px; padding-bottom: 82px; }
.g-a5d0f5f2 { font-size: 72px; }
.g-b4fa6cd5 { padding-bottom: 120px; min-height: 159px; }
.g-b4fa6cd5 .g-a5d0f5f2 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-11e98650 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-bbb0aaae { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-a5d0f5f2 { font-size: 56px; right: 16px; bottom: 16px; }
.g-b4fa6cd5 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-b4fa6cd5 .g-a5d0f5f2 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-4fa1671d { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-73e2a684 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-d7a07fd1 { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-ceeceb1d { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-4fa1671d { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-4fa1671d { grid-template-columns: 1fr; gap: var(--size-l); }
.g-73e2a684 { padding: 8px; }
 }

/* Block: front-page::page-content--0 (page-content) */
.g-38d92117 { margin: var(--section-padding) 0; }

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

/* Block: contacts-page::form--0 (form) */
.g-b5b7c02a { position: relative; z-index: 1; }
.g-befce750 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-d21a8fd4 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-48da1c20 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-d35e9b60 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-fdbbfb3b { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-8a04f1d8 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-af3a1ac0 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-5db51586 { fill: var(--color-text); }
.g-8cc14e58 { stroke: var(--color-text); }
.g-547f0984 { stroke: var(--color-text); }
.g-5312bdf0 { display: flex; flex-direction: column; }
.g-d7253d8f { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-befce750 { flex-direction: column; }
.g-4b4ab4d0 { margin-top: 0; }
.g-48da1c20 { flex: 1; }
.g-d7253d8f { height: 430px; }
 }@media screen and (max-width: 768px) { .g-5312bdf0 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-d21a8fd4 { align-items: center; text-align: center; }
.g-48da1c20 { padding: var(--size-s); }
.g-d35e9b60 { transform: translateY(var(--size-xl)); }
.g-fdbbfb3b { flex-direction: column; align-items: center; }
.g-d7253d8f { height: 370px; }
 }

/* Block: benefits::highlights--0 (highlights) */
.g-ab055013 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-5fca50cf { padding: 0 var(--wrapper-padding); }
.g-f3a04f66 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-f3a04f66::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-0bfc8f30 { width: 50%; }
.g-07c2fe89 { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-37b549bf { flex: 1; }
.g-27013023 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c076a881 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-b9fce4cb { padding: var(--section-padding); 0 }
.g-ab055013 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-5fca50cf { display: flex; flex-direction: column-reverse; }
.g-f3a04f66 { position: relative; margin-top: var(--size-m); }
.g-f3a04f66::after { display: none; }
.g-0bfc8f30 { width: 100%; color: var(--color-text-dark); }
.g-37b549bf { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-27013023 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-0bfc8f30 { text-align: center; }
.g-07c2fe89 { flex-direction: column; }
.g-37b549bf { flex: auto; text-align: center; }
.g-27013023 { align-items: center; }
 }

/* Block: benefits::about--0 (about) */
.g-0fe9b23a { display: flex; align-items: center; gap: var(--size-m); }
.g-3e35babe { flex: 1; }
.g-062cfd8c { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-0fe9b23a { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-8490034b { text-align: center; }
 }

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

/* Block: benefits::about--1 (about) */
.g-cc84b259 { display: flex; align-items: center; gap: var(--size-m); }
.g-5bebda54 { flex: 1; }
.g-a6bbf4db { flex: 1; }
@media screen and (max-width: 768px) { .g-cc84b259 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-a6bbf4db { text-align: center; }
 }

/* Block: benefits::text--1 (text) */
.g-bf439708 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-291a5e7b { text-align: center; }
.g-bf439708 { column-count: 1; }
 }