/* Block: categories-list (categories-list) */
.g-16734dc5 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-16734dc5 .g-936d2693 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-16734dc5 .g-936d2693:hover { filter: brightness(0.96); }
.g-16734dc5 .g-936d2693:hover .g-f0226481 { opacity: 1; }
.g-16734dc5 .g-d1dcf532 { position: relative; z-index: 1; }
.g-16734dc5 .g-f0226481 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-936d2693 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-f0226481 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-936d2693 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-f0226481 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-1c2b95b6 { 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-1c2b95b6 .g-480042eb { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-1c2b95b6 .g-73782350 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-480042eb { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-73782350 { 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-74364a4a { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-80ba3fff { display: block; }
.g-887e1f95 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-82d1a51b { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-5609278c { width: 100%; }
@media screen and (max-width: 768px) { .g-74364a4a { padding: var(--size-s); }
.g-887e1f95 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-82d1a51b { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-5609278c { width: auto; }
 }@media screen and (max-width: 576px) { .g-82d1a51b { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-b27f8a9b { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-f67d3ed5 { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-4078fa0a { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-b27f8a9b { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-b27f8a9b { grid-template-columns: 1fr; gap: var(--size-l); }
 }

/* Block: footer (footer) */
.g-6ccdecc7 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-d994900d { 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-d994900d.g-0c1b409d { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-f56f0b13 { margin-top: var(--section-padding); }
.g-02044d1e { 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-52a7c8cb { max-width: 510px; }
.g-ec06547b { max-width: 430px; }
.g-d43ff1cb { margin-top: var(--size-xs); }
.g-8fac0523 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-39fde08c { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-cf38edda { 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-cf38edda:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-78f487e4 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-cb867045 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-d1d3c788 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-604e7067 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-a36f6546 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-0ade5ebc { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-35717d6b { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-02044d1e { padding: var(--size-m); }
.g-52a7c8cb { max-width: initial; }
.g-ec06547b { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-35717d6b { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-c2a5b1c7 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-02044d1e { gap: var(--size-m); }
.g-8fac0523 { flex-direction: column; gap: var(--size-xxs); }
.g-39fde08c { width: 100%; }
.g-cf38edda { width: 100%; }
.g-604e7067 { justify-content: flex-start; align-items: flex-start; }
.g-a36f6546 { 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-d7a010cd { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-071c5276 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-6c0f58e7 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-bbab1fc9 { font-size: 36px; margin-right: var(--size-xs); }
.g-068f78f8 { font-size: 24px; font-weight: 600; }
.g-e58f8b8f { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-cd99aeab { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-10f2cdf0 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-e959e9be { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-b4703864 { 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-b4703864.g-b2238fc8 { display: block; }
.g-e58f8b8f { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-10f2cdf0 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-b4703864 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-44e2e566 { padding: var(--section-padding) 0; }
.g-482fbeb1 { display: flex; }
.g-462bffd0 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-3562d9e8 { width: 100%; height: 100%; }
.g-ebcb1323 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-45b84c5f { margin-top: var(--size-s); }
.g-48ae2415 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-482fbeb1 { flex-direction: column-reverse; }
.g-462bffd0 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-3562d9e8 { height: 350px; }
.g-ebcb1323 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-3562d9e8 { height: auto; }
.g-ebcb1323 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-573c320c { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-94672024 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-2f20db20 { text-align: center; margin-top: var(--size-xl); }
.g-642d8f0f { text-align: center; margin-top: var(--size-s); }
.g-1a299e64 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-2f20db20 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-1a299e64 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-03f12bfa .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-03f12bfa .page-numbers:hover {
    text-decoration: underline;
}

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

.g-03f12bfa .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-03f12bfa .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-03f12bfa .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-03f12bfa .prev,
.g-03f12bfa .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-b64cf996 { position: relative; overflow: hidden; height: 100%; }
.g-b64cf996 .g-8c1bea12 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-b64cf996 .g-63dc3ab4 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-b64cf996 .g-63dc3ab4 img { width: 100%; height: 100%; object-fit: cover; }
.g-b64cf996 .g-43d56b55 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-b64cf996 .g-444c94d3 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-b64cf996 .g-698eb4fe { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-b64cf996 .g-a4d53545 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b64cf996 .g-90266179 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-b64cf996 .g-fb743dc1 { display: flex; align-items: center; gap: 8px; }
.g-b64cf996 .g-fb743dc1:hover { text-decoration: underline; }
.g-b64cf996 .g-5e945d15 { white-space: nowrap; opacity: 0.8; }
.g-b64cf996 .g-41d4dc39 { margin-top: var(--size-s); }
.g-b64cf996 .g-9549212b { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-06444a2c { position: relative; overflow: hidden; height: 100%; }
.g-06444a2c .g-8c1bea12 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-06444a2c .g-63dc3ab4 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-06444a2c .g-63dc3ab4 img { width: 100%; height: 100%; object-fit: cover; }
.g-06444a2c .g-43d56b55 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-06444a2c .g-444c94d3 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-06444a2c .g-698eb4fe { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-06444a2c .g-a4d53545 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-06444a2c .g-90266179 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-06444a2c .g-41d4dc39 { margin-top: 16px; }
.g-06444a2c .g-9549212b { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-444c94d3 { gap: 0 4px; }
.g-d43ac301 { flex-direction: column-reverse; }
.g-0172f457 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-78ee9fc4 { width: 100%; }
 }

/* 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-74b1b8ea { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-74b1b8ea blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-74b1b8ea .g-bb67cfd6 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-74b1b8ea .g-0da8a9ea { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-74b1b8ea .g-1a6fc0aa { margin-top: var(--size-m); }
.g-74b1b8ea .g-c71e4f46 { 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-74b1b8ea .g-f954ee12 { display: block; text-decoration: none; }
.g-74b1b8ea .g-f954ee12:hover { text-decoration: underline; }
.g-74b1b8ea .g-8c697c0a { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-74b1b8ea { grid-template-columns: 1fr; }
.g-74b1b8ea .g-815802fd { order: 1; }
.g-74b1b8ea .g-07458fbe { order: 2; }
.g-74b1b8ea .g-1a6fc0aa { margin-top: var(--size-s); }
.g-74b1b8ea .g-c71e4f46 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-e3533224 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-cc88df90 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-129dab2e { text-decoration: none; }
.g-129dab2e:hover { text-decoration: underline; }
.g-9710f555 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-33684330 { margin-top: var(--size-s); }
.g-99ba8ecb { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-e3533224 { gap: var(--size-xs); }
.g-9710f555 { margin-top: var(--size-s); }
.g-99ba8ecb { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-be707ab2 { text-align: center; }
.g-52347759 { position: relative; }
.g-0e38fde6 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-0e38fde6:hover { color: var(--color-primary); }
.g-7b6f8c92 { left: -42px; }
.g-06c59035 { right: -42px; }
@media screen and (max-width: 1024px) { .g-166c1aab { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-0e38fde6 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-ae7074b8 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-9411a348 { margin-top: var(--size-xl); }
.g-7448a7da { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-71e550d1 { position: relative; display: inline-block; width: 100%; }
.g-71e550d1 .g-7ea1b285 { 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-71e550d1 .g-7ea1b285:focus + .g-b28ab080 { opacity: 1; }
.g-71e550d1 .g-4f074a8e { 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-71e550d1 .g-4f074a8e:hover { opacity: .7; }
.g-71e550d1 .g-07a7ab85 { fill: var(--color-primary); }
.g-71e550d1 .g-b28ab080 { 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-71e550d1 .g-b28ab080:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-9d315f82 { padding: var(--section-padding) 0; }
.g-a41356c1 { display: flex; }
.g-54bc7f4d { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-eb44f806 { width: 100%; height: 100%; }
.g-4987a491 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-7c20859c { margin-top: var(--size-s); }
.g-c96c0dbe { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-a41356c1 { flex-direction: column-reverse; }
.g-54bc7f4d { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-eb44f806 { height: 350px; }
.g-4987a491 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-eb44f806 { height: auto; }
.g-4987a491 { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-275a2f66 { padding: 0; }
@media screen and (max-width: 1280px) { .g-1e170c0b { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-275a2f66 { padding: 0 var(--wrapper-padding); }
.g-18a2e144 { column-count: 1; }
.g-1e170c0b { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-18a2e144 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-6a30e496 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-6a30e496 .g-4e6ddf49 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-6a30e496 .g-4e6ddf49:hover { filter: brightness(0.96); }
.g-6a30e496 .g-4e6ddf49:hover .g-363e2553 { opacity: 1; }
.g-6a30e496 .g-cabc5191 { position: relative; z-index: 1; }
.g-6a30e496 .g-363e2553 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-4e6ddf49 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-363e2553 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-4e6ddf49 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-363e2553 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-5b6fd668 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-9c2cb12b { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-87df94a6 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-5b6fd668 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-5b6fd668 { grid-template-columns: 1fr; gap: var(--size-l); }
 }

/* Block: front-page::page-content--0 (page-content) */
.g-30cef550 { 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-30cef550 { padding: var(--size-xs); }
 }

/* Block: contacts-page::page-content--0 (page-content) */
.g-65bec080 { 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-65bec080 { padding: var(--size-xs); }
 }

/* Block: contacts-page::form--0 (form) */
.g-af4d3e40 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-2b4f21d9 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-117a6297 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-92f77f6b { display: flex; justify-content: flex-start; align-items: center; }
.g-c39ea90a { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; margin-right: var(--size-m); }
.g-c74c3518 { display: flex; flex-direction: column; }
.g-92e444ba { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-12eda796 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-af4d3e40 { flex-direction: column-reverse; }
.g-2b4f21d9 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-fe86dc82 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-fe86dc82 .g-92f77f6b { margin-top: 0; }
.g-92f77f6b { align-items: flex-start; flex-direction: column; flex: 1; }
.g-c39ea90a { margin-right: 0; }
.g-c74c3518 { margin-top: var(--size-xs); }
.g-92e444ba { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-2b4f21d9 { text-align: center; }
.g-fe86dc82 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-92f77f6b { align-items: center; }
.g-7ef65554 { margin: 0 auto; }
 }

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

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

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

/* Block: expertise::about--0 (about) */
.g-5da42916 { padding: 0; }
@media screen and (max-width: 1280px) { .g-2068310d { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-5da42916 { padding: 0 var(--wrapper-padding); }
.g-3cf21667 { column-count: 1; }
.g-2068310d { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-3cf21667 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-fc006814 { width: 60%; }
.g-3c005d3b { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-15bd5129 { flex: 1; }
.g-4d35a65d { position: relative; }
.g-4d35a65d::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-7e876a51::before { display: none; }
@media screen and (max-width: 870px) { .g-e1a17d71 { flex-direction: column; }
.g-fc006814 { width: 100%; }
.g-3c005d3b { display: grid; grid-template-columns: 1fr 1fr; }
.g-3c005d3b::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-3c005d3b::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-4d35a65d::before { display: none; }
 }@media screen and (max-width: 576px) { .g-fc006814 { text-align: center; }
.g-3c005d3b { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-3c005d3b::before { display: none; }
.g-3c005d3b::after { display: none; }
.g-4d35a65d::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-7e876a51::before { display: none; }
 }

/* Block: expertise::about--1 (about) */
.g-fb4407a2 { display: flex; align-items: center; gap: var(--size-m); }
.g-a3cd5a48 { flex: 1; }
.g-26fe0f5d { position: relative; padding: var(--size-m); }
.g-26fe0f5d::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-98d7933b { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-fb4407a2 { flex-direction: column; align-items: stretch; }
.g-a3cd5a48 { flex: auto; }
.g-26fe0f5d { padding: var(--size-m) var(--size-s); }
.g-26fe0f5d::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-26fe0f5d { text-align: center; }
 }

/* Block: expertise::text--0 (text) */
.g-6be19469 { text-align: center; }

/* Block: expertise::about--2 (about) */
.g-78c1d1af { padding: 0; }
@media screen and (max-width: 1280px) { .g-58b716af { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-78c1d1af { padding: 0 var(--wrapper-padding); }
.g-94a64af4 { column-count: 1; }
.g-58b716af { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-94a64af4 { text-align: center; }
 }