/* Block: categories-list (categories-list) */
.g-60a93f74 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-60a93f74 .g-2ac149bc { 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-60a93f74 .g-2ac149bc:hover { filter: brightness(0.96); }
.g-60a93f74 .g-2ac149bc:hover .g-f736be01 { opacity: 1; }
.g-60a93f74 .g-d4aaad47 { position: relative; z-index: 1; }
.g-60a93f74 .g-f736be01 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-2ac149bc { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-f736be01 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-2ac149bc { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-f736be01 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-1ad47b73 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-1ad47b73 .g-49920a38 { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-1ad47b73 .g-07a33f00 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-1ad47b73 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-49920a38 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-2e2ef7de { text-align: center; }
.g-07a33f00 { margin-top: var(--size-xs); text-align: center; }
 }

/* 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-58a86bf5 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-f5264a61 { display: block; }
.g-ca9b37d4 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-1c77f5b2 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-1de34993 { width: 100%; }
@media screen and (max-width: 768px) { .g-58a86bf5 { padding: var(--size-s); }
.g-ca9b37d4 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-1c77f5b2 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-1de34993 { width: auto; }
 }@media screen and (max-width: 576px) { .g-1c77f5b2 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-3bcdced9 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-9d5335f2 { 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-9d5335f2.g-7d78338b { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-fd2f8fa8 { margin-top: var(--section-padding); }
.g-5c3f0dfe { 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-992ba3cd { max-width: 510px; }
.g-ed1ff9cb { max-width: 430px; }
.g-6de2a502 { margin-top: var(--size-xs); }
.g-6523634d { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-03cc3521 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-28610db0 { 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-28610db0:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-9de4a879 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-6528df9e { transform: scale(1.2); margin-right: var(--size-xs); }
.g-7a56e23d { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-16968b65 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-122d3699 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-9ff4b95e { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-f6cb6d2e { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-5c3f0dfe { padding: var(--size-m); }
.g-992ba3cd { max-width: initial; }
.g-ed1ff9cb { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-f6cb6d2e { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-2ce46478 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-5c3f0dfe { gap: var(--size-m); }
.g-6523634d { flex-direction: column; gap: var(--size-xxs); }
.g-03cc3521 { width: 100%; }
.g-28610db0 { width: 100%; }
.g-16968b65 { justify-content: flex-start; align-items: flex-start; }
.g-122d3699 { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-d7eb9ec6 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-4a04dfaf { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-f486da51 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-4a272140 { font-size: 34px; margin-right: var(--size-xxs); }
.g-8409881a { font-size: 24px; font-weight: 600; }
.g-ae98f3d7 { -ms-overflow-style: none; scrollbar-width: none; }
.g-08d7926a { display: none; }
.g-a9d7b499 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-115e3fb5 { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-115e3fb5:hover { opacity: 0.7; }
.g-115e3fb5 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-5be37ee4 { display: none; }
.g-caaee66b { display: none; }
.g-ae3d872d { display: inline; }
.g-d71ea5ab { display: none; }
.g-68d7a82c { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-68d7a82c.g-37672567 { display: flex; width: 100%; }
.g-54ea073b { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-4a272140 { font-size: 28px; }
.g-8409881a { font-size: 20px; }
.g-a9d7b499 { gap: var(--size-xxs); }
.g-ab26a876 { display: none; }
.g-caaee66b { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-360fa9eb { padding: var(--size-xl) 0; }
.g-f84f4979 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-fabe9881 { margin-top: var(--size-s); }
.g-00a68772 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-fabe9881 { margin-top: var(--size-xs); }
.g-00a68772 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-e429adbc { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-5597ff10 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-e770bd24 { text-align: center; margin-top: var(--size-xl); }
.g-63fce6bb { text-align: center; margin-top: var(--size-s); }
.g-54fa3f16 { text-align: center; }
@media screen and (max-width: 768px) { .g-e770bd24 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-0688621a { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-72be77af { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-5609e3ed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-5609e3ed::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-13361c79 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-0688621a { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-0688621a { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-b49ffdca { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-b49ffdca .g-302bf378 { position: relative; text-decoration: none; }
.g-b49ffdca .g-7fc73348 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-b49ffdca .g-25460b9c { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-b49ffdca .g-25460b9c img { width: 100%; height: 100%; object-fit: cover; }
.g-b49ffdca .g-0221ef9f { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-b49ffdca .g-0b075111 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b49ffdca .g-f00a7f02 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-b49ffdca .g-b12c261a { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-19ea99c6 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-19ea99c6 .g-302bf378 { position: relative; text-decoration: none; }
.g-19ea99c6 .g-7fc73348 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-19ea99c6 .g-25460b9c { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-19ea99c6 .g-25460b9c img { width: 100%; height: 100%; object-fit: cover; }
.g-19ea99c6 .g-0221ef9f { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-19ea99c6 .g-0b075111 { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-19ea99c6 .g-f00a7f02 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-19ea99c6 .g-b12c261a { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-7fc73348 { gap: 0 4px; }
 }

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

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

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

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

.g-ebaa0541 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-ebaa0541 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-ebaa0541 .g-9af9a75f { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-ebaa0541 .g-c02c0306 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ebaa0541 .g-ba0bb88b { margin-top: var(--size-m); }
.g-ebaa0541 .g-e02eacc5 { 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-ebaa0541 .g-f0ad78d8 { display: block; text-decoration: none; }
.g-ebaa0541 .g-f0ad78d8:hover { text-decoration: underline; }
.g-ebaa0541 .g-59b4386a { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-ebaa0541 { grid-template-columns: 1fr; }
.g-ebaa0541 .g-4b77aa46 { display: none; }
.g-ebaa0541 .g-ba0bb88b { margin-top: var(--size-s); }
.g-ebaa0541 .g-e02eacc5 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-ebaa0541 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-98706f25 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-9d6fbd10 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-752d3789 { text-decoration: none; }
.g-752d3789:hover { text-decoration: underline; }
.g-ecda4c94 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-55c92ab5 { margin-top: var(--size-s); }
.g-3f76680a { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-98706f25 { gap: var(--size-xs); }
.g-ecda4c94 { margin-top: var(--size-s); }
.g-3f76680a { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-6a77a4a7 { text-align: center; }
.g-d952c6eb { position: relative; }
.g-f41b5865 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-f41b5865:hover { background-color: var(--color-primary); }
.g-47860d36 { left: -42px; }
.g-3694345d { right: -42px; }
@media screen and (max-width: 1024px) { .g-6525de49 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-f41b5865 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-ff629e54 { margin-top: var(--size-m); max-width: 600px; }
.g-240f6373 { margin-top: var(--size-m); max-width: 600px; }
.g-03507afe { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-2aaa023b { position: relative; display: inline-block; width: 100%; }
.g-2aaa023b .g-f5a3ea4e { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-2aaa023b .g-23cd5f8d { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-2aaa023b .g-23cd5f8d:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-892ce0a3 { padding: var(--size-xl) 0; }
.g-c9acc40c { max-width: 565px; margin: 0 auto; text-align: center; }
.g-6aa71f57 { margin-top: var(--size-s); }
.g-d596d14d { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-6aa71f57 { margin-top: var(--size-xs); }
.g-d596d14d { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-c3ed059c { position: relative; gap: var(--size-s); }
.g-c3ed059c * { flex: 1; }
.g-ad44ca2f { width: 80%; margin-inline: auto; }
.g-eeb5b0b2 { 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-52623a46 { user-select: none; }
.g-52623a46[open] .g-3a35bc83 { transform: scaleY(1); }
.g-d93afa40 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-d93afa40::-webkit-details-marker { display: none; }
.g-3a35bc83 { 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-3a35bc83 svg { fill: var(--color-primary); }
.g-f4a22810 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-d93afa40 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-f4a22810 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-c3ed059c { flex-direction: column; }
.g-ad44ca2f { width: 100%; margin-top: var(--size-m); }
.g-eeb5b0b2 { margin-right: var(--size-s); }
 }

/* Block: front-page::categories-list (categories-list) */
.g-9b814a32 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-9b814a32 .g-8964f698 { 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-9b814a32 .g-8964f698:hover { filter: brightness(0.96); }
.g-9b814a32 .g-8964f698:hover .g-ed10a0d8 { opacity: 1; }
.g-9b814a32 .g-f936e5ad { position: relative; z-index: 1; }
.g-9b814a32 .g-ed10a0d8 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-8964f698 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-ed10a0d8 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-8964f698 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-ed10a0d8 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-b4f6df23 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-8ca567b3 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-6332cb54 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-96e8badd { display: none; }
.g-987a9273 { width: 100%; }
.g-0d3b5a97 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-ed6d9172 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-cf09e664 { 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-7b6a551e { fill: var(--color-text); }
.g-9a99c729 { stroke: var(--color-text); }
.g-8886e7bb { stroke: var(--color-text); }
.g-53dc8ef7 { display: flex; flex-direction: column; }
.g-343896ea { width: 100%; height: 300px; }
.g-043f0f57 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-b4f6df23 { flex-direction: column-reverse; }
.g-8ca567b3 { flex-direction: column-reverse; justify-content: flex-start; }
.g-6332cb54 { flex: 1; }
.g-9ea01fa8 { display: none; }
.g-96e8badd { display: block; text-align: center; }
.g-0d3b5a97 { justify-content: space-evenly; }
.g-343896ea { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-8ca567b3 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-cf09e664 { margin-right: 0; }
.g-53dc8ef7 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-8ca567b3 { text-align: center; }
.g-6332cb54 { padding: var(--size-s); }
.g-0d3b5a97 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-ed6d9172 { flex: inherit; align-items: center; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-58facf81 { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-db7c62a5 { width: 50%; }
.g-760ce3b1 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-7cdd1b4a { padding: var(--size-s) var(--size-m); }
.g-fb9d0c36 { transform: scale(1.2); }
.g-cd60062e { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-3c540af6 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-58facf81 { padding: 20px 20px 10px; }
.g-fb9d0c36 { transform: none; }
 }@media screen and (max-width: 768px) { .g-db7c62a5 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-58facf81 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-760ce3b1 { text-align: center; }
 }

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

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