/* Block: categories-list (categories-list) */
.g-52c91262 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-52c91262 .g-8a029599 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-52c91262 .g-8a029599:hover { filter: brightness(0.96); }
.g-52c91262 .g-a72a2cb5 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-52c91262 .g-20d704e0 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-52c91262 { gap: var(--size-s); }
.g-8a029599 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-52c91262 { gap: var(--size-xs); }
.g-8a029599 { min-height: 40px; padding: 8px 16px; }
.g-a72a2cb5 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-3b6b2f58 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-3b6b2f58 .g-e5072049 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-3b6b2f58 .g-dda61b81 { font-size: 80px; }
.g-3b6b2f58 .g-36726499 { margin-top: var(--size-xs); }
.g-3b6b2f58 .g-1b8ca12e { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-e5072049 { padding: var(--size-xs); }
.g-dda61b81 { font-size: 64px; }
.g-1b8ca12e { 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-6380aded { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-a16568b4 { display: block; }
.g-4e6c8a85 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-caab0ad6 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-679a7595 { width: 100%; }
@media screen and (max-width: 768px) { .g-6380aded { padding: var(--size-s); }
.g-4e6c8a85 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-caab0ad6 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-679a7595 { width: auto; }
 }@media screen and (max-width: 576px) { .g-caab0ad6 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-c09fdee9 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-0eb37f16 { 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-0eb37f16.g-75c1b7c4 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-19b92588 { margin-top: var(--section-padding); }
.g-34dfab93 { 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-498b4c63 { max-width: 510px; }
.g-2e9f4ad8 { max-width: 430px; }
.g-644b41ae { margin-top: var(--size-xs); }
.g-8d456063 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4674ed94 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-7b811c01 { 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-7b811c01:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-34b51d19 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-8e36da69 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-16914d41 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-343a0688 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-76db90af { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-9fbf7638 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-a313a5d9 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-34dfab93 { padding: var(--size-m); }
.g-498b4c63 { max-width: initial; }
.g-2e9f4ad8 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-a313a5d9 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-6fa202a6 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-34dfab93 { gap: var(--size-m); }
.g-8d456063 { flex-direction: column; gap: var(--size-xxs); }
.g-4674ed94 { width: 100%; }
.g-7b811c01 { width: 100%; }
.g-343a0688 { justify-content: flex-start; align-items: flex-start; }
.g-76db90af { flex-direction: column; justify-content: flex-start; 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-c2fe2564 { position: relative; z-index: 5; }
.g-dd5b55d5 { width: 100%; }
.g-1a08d6cb { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-bfdbd501 { position: sticky; top: -1px; z-index: 5; }
.g-262a4479 { display: block; }
.g-0217ffde { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-0217ffde::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-03ea5b19 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-34fe55ae { font-size: 34px; margin-right: var(--size-xxs); }
.g-ae9edf61 { font-size: 24px; font-weight: 600; }
.g-107867d0 { display: block; }
.g-fd116d87 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-bd2da14e { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-bd2da14e:hover { text-decoration: underline; }
.g-c75d4d7a { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-8b3fff9c { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-c2fe2564 { position: sticky; top: 0; }
.g-1a08d6cb { justify-content: space-between; height: 65px; }
.g-dc6d2bef { top: 65px; height: 0; }
.g-0217ffde::after { display: none; }
.g-03ea5b19 { margin: 0; }
.g-107867d0 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-107867d0.g-34ba78f4 { display: block; }
.g-fd116d87 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-c75d4d7a { display: flex; }
 }@media screen and (max-width: 576px) { .g-34fe55ae { font-size: 28px; }
.g-ae9edf61 { font-size: 20px; }
.g-107867d0 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-87f1029f { padding: var(--section-padding) 0; }
.g-c803d348 { display: flex; }
.g-f09ed9c1 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-ed9f3fc0 { margin-top: var(--size-s); }
.g-e297b8c4 { margin-top: var(--size-m); }
.g-de150fbd { flex: 1; }
.g-7e258e7a { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-c803d348 { flex-direction: column; }
.g-f09ed9c1 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-7e258e7a { height: 400px; }
 }@media screen and (max-width: 576px) { .g-f09ed9c1 { padding-bottom: var(--size-m); }
.g-7e258e7a { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-a72148b9 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-03c37237 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-295bdbd4 { text-align: center; margin-top: var(--size-xl); }
.g-d7c5dbd2 { text-align: center; margin-top: var(--size-s); }
.g-80ba552b { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-295bdbd4 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-80ba552b { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-924649a0 { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-2450106b { margin-top: var(--size-xl); text-align: center; }
.g-6e29dff7 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-924649a0 { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-924649a0 { padding-bottom: 35px; }
.g-2450106b { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-1b004278 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-1b004278 .g-06f1089a { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-1b004278 .g-67bde934 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-1b004278 .g-67bde934 img { width: 100%; height: 100%; object-fit: cover; }
.g-1b004278 .g-085df83d { 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-1b004278 .g-26319907 { 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-1b004278 .g-14bdadac { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-1b004278 .g-9e34cc4c { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-1b004278 .g-3791e08f { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-1b004278 .g-3791e08f:hover { text-decoration: underline; }
.g-1b004278 .g-105dc7e5 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-1b004278 .g-c7e730aa { margin-top: var(--size-s); }
.g-1b004278 .g-57d15013 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-af1754b8 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-af1754b8 .g-06f1089a { position: relative; height: 100%; text-decoration: none; }
.g-af1754b8 .g-3c2a5656 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-af1754b8 .g-01e62b8a { flex-shrink: 0; width: 120px; }
.g-af1754b8 .g-67bde934 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-af1754b8 .g-67bde934 img { width: 100%; height: 100%; object-fit: cover; }
.g-af1754b8 .g-26319907 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-af1754b8 .g-14bdadac { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-af1754b8 .g-9e34cc4c { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-af1754b8 .g-105dc7e5 { white-space: nowrap; opacity: 0.8; }
.g-af1754b8 .g-57d15013 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-085df83d { padding: 0 8px 8px; }
.g-26319907 { gap: 0 4px; }
.g-af1754b8 { padding: 16px 0; }
.g-af1754b8 .g-3c2a5656 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-af1754b8 .g-01e62b8a { flex-shrink: initial; width: auto; }
.g-af1754b8 .g-67bde934 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-af1754b8 .g-085df83d { 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-c54b94d3 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-c54b94d3 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-c54b94d3 .g-e3961286 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-c54b94d3 .g-096cae09 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c54b94d3 .g-62fc196e { margin-top: var(--size-m); }
.g-c54b94d3 .g-a6b4e214 { 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-c54b94d3 .g-5d3deb9d { display: block; text-decoration: none; }
.g-c54b94d3 .g-5d3deb9d:hover { text-decoration: underline; }
.g-c54b94d3 .g-2b02e1cd { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-c54b94d3 { grid-template-columns: 1fr; }
.g-c54b94d3 .g-958c3593 { display: none; }
.g-c54b94d3 .g-62fc196e { margin-top: var(--size-s); }
.g-c54b94d3 .g-a6b4e214 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-c54b94d3 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-dff608d3 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-d1c68714 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-6bd6f766 { text-decoration: none; }
.g-6bd6f766:hover { text-decoration: underline; }
.g-e0136a0d { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-58eb77bd { margin-top: var(--size-s); }
.g-5ccc7694 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-dff608d3 { gap: var(--size-xs); }
.g-e0136a0d { margin-top: var(--size-s); }
.g-5ccc7694 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-9120a33d { text-align: center; }
.g-3d9e3540 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-1e7e611c { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-c4678ade { 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-c4678ade:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-3d9e3540 { margin-top: var(--size-m); }
.g-1e7e611c { border-radius: var(--size-m); }
.g-c4678ade { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-b469cb85 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-b469cb85 .g-fc1a1a3f { text-align: center; max-width: 500px; margin: 0 auto; }
.g-b469cb85 .g-3f36ed1e { margin-top: var(--size-m); }
.g-cab00d56 { margin-top: var(--size-xl); }
.g-2f7fd85e { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-b469cb85 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-bbfeda43 { position: relative; display: inline-block; width: 100%; }
.g-bbfeda43 .g-96e9f857 { 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-bbfeda43 .g-96e9f857:focus + .g-3630cffa { opacity: 1; }
.g-bbfeda43 .g-5ef8eb07 { 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-bbfeda43 .g-5ef8eb07:hover { opacity: .7; }
.g-bbfeda43 .g-9ce0e554 { fill: var(--color-primary); }
.g-bbfeda43 .g-3630cffa { 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-bbfeda43 .g-3630cffa:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-932c64e4 { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-b5447fe9 { fill: var(--color-text-light); }
.g-ea2588a8 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-932c64e4 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-f11e412a { padding: var(--section-padding) 0; }
.g-9fdc9b08 { display: flex; }
.g-bfad765f { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-0125a602 { margin-top: var(--size-s); }
.g-db779299 { margin-top: var(--size-m); }
.g-94ca542a { flex: 1; }
.g-0c45c27c { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-9fdc9b08 { flex-direction: column; }
.g-bfad765f { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-0c45c27c { height: 400px; }
 }@media screen and (max-width: 576px) { .g-bfad765f { padding-bottom: var(--size-m); }
.g-0c45c27c { height: auto; }
 }

/* Block: front-page::faq--0 (faq) */
.g-7a9da508 { position: relative; gap: var(--size-s); }
.g-7a9da508 * { flex: 1; }
.g-6e41db00 { width: 80%; margin-inline: auto; }
.g-15a1b87f { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-5857fae8 { user-select: none; }
.g-5857fae8[open] .g-e10dd7e1 { transform: scaleY(1); }
.g-d17d4c32 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-d17d4c32::-webkit-details-marker { display: none; }
.g-e10dd7e1 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-e10dd7e1 svg { fill: var(--color-primary); }
.g-885b961b { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-d17d4c32 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-885b961b { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-7a9da508 { flex-direction: column; }
.g-6e41db00 { width: 100%; margin-top: var(--size-m); }
.g-15a1b87f { margin-right: var(--size-s); }
 }

/* Block: front-page::categories-list (categories-list) */
.g-f3e3ef6d { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-f3e3ef6d .g-44bf05ea { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-f3e3ef6d .g-44bf05ea:hover { filter: brightness(0.96); }
.g-f3e3ef6d .g-c413d4e1 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-f3e3ef6d .g-d4fe53ac { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-f3e3ef6d { gap: var(--size-s); }
.g-44bf05ea { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-f3e3ef6d { gap: var(--size-xs); }
.g-44bf05ea { min-height: 40px; padding: 8px 16px; }
.g-c413d4e1 { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-112a14f3 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-5c1743df { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-fb347157 { display: flex; justify-content: flex-start; }
.g-90cb46c0 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-db5e50ad { display: flex; justify-content: flex-start; align-items: center; }
.g-a39bd1bd { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-ece1bef8 { fill: var(--color-text); }
.g-8fea8d3b { stroke: var(--color-text); }
.g-520478a2 { stroke: var(--color-text); }
.g-a4cbb27e { display: flex; flex-direction: column; }
.g-86cae208 { flex: 0 0 50%; height: 383px; }
.g-bd2aaddf { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-112a14f3 { flex-direction: column; }
.g-5c1743df { width: 100%; flex: 0 0 auto; }
.g-fb347157 { flex-direction: column; }
.g-90cb46c0 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-61697d20 { width: 100%; display: flex; justify-content: space-between; }
.g-db5e50ad { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-a39bd1bd { margin-right: 0; }
.g-a4cbb27e { margin-top: var(--size-xs); }
.g-86cae208 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-5c1743df { padding: var(--size-xs); }
.g-61697d20 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-db5e50ad { align-items: center; }
.g-a4cbb27e { text-align: center; }
.g-86cae208 { height: 370px; }
 }

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

/* Block: expertise::process--0 (process) */
.g-5f6459b5 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-9be08d8c { flex: 1; }
.g-2a85a49b { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-89d28336 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-secondary); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-39daff72 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-5f6459b5 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-9be08d8c { text-align: center; }
.g-39daff72 { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-0f252574 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-b139e451 { padding: var(--size-m); box-shadow: var(--shadow); }
.g-ada0e4aa svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-0f252574 { grid-template-columns: 1fr; }
 }

/* Block: expertise::about--1 (about) */
.g-92bcbdd6 { padding: 0; }
@media screen and (max-width: 1280px) { .g-33b540be { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-92bcbdd6 { padding: 0 var(--wrapper-padding); }
.g-d5e13eca { column-count: 1; }
.g-33b540be { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-d5e13eca { text-align: center; }
 }

/* Block: expertise::text--0 (text) */
.g-39aaf2d5 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-05394d18 { text-align: center; }
.g-39aaf2d5 { column-count: 1; }
 }

/* Block: benefits::highlights--0 (highlights) */
.g-694a14a9 { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); gap: var(--size-s); }
.g-50a181ad { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-50a181ad::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.g-07e7eb51 { position: relative; grid-row: span 2; min-height: 350px; padding: var(--size-s) var(--size-s) var(--size-m); }
.g-e6ce39a8 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-0419bf32 { padding: var(--size-s) var(--size-s) var(--size-m); }
.g-af662359 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-4ef12112 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-50a181ad { position: static; border-radius: var(--b-radius); overflow: hidden; height: auto; }
.g-50a181ad::after { display: none; }
.g-07e7eb51 { border-radius: 0; padding: 0; display: flex; flex-direction: column-reverse; gap: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-694a14a9 { grid-template-columns: 1fr; grid-template-rows: auto; }
.g-07e7eb51 { text-align: center; }
.g-e6ce39a8 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 576px) { .g-840a7a9e { color: var(--color-text); }
.g-e6ce39a8 { grid-template-columns: 1fr; }
.g-0419bf32 { padding: var(--size-xs); }
.g-af662359 { flex-direction: column-reverse; justify-content: flex-start; align-items: flex-start; gap: var(--size-xs); }
 }

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

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

/* Block: benefits::reviews--0 (reviews) */
.g-0882486a { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-8e59fe0a { padding: var(--size-m); box-shadow: var(--shadow); }
.g-f118ae38 svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-0882486a { grid-template-columns: 1fr; }
 }

/* Block: benefits::about--1 (about) */
.g-fb9e077b { padding: 0; }
@media screen and (max-width: 1280px) { .g-6b7489e6 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-fb9e077b { padding: 0 var(--wrapper-padding); }
.g-1a1dfc93 { column-count: 1; }
.g-6b7489e6 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-1a1dfc93 { text-align: center; }
 }