/* Block: categories-list (categories-list) */
.g-f00b7629 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-f00b7629 .g-61b4d3a3 { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-f00b7629 .g-61b4d3a3:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-f9ed1755 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-f9ed1755 .g-69e371d2 { 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-f9ed1755 .g-76a29027 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-f9ed1755 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-69e371d2 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-21b44604 { text-align: center; }
.g-76a29027 { 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-55509776 { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-67cf1038 { display: block; }
.g-d4d007bb { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-55509776 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-d4d007bb { gap: var(--size-xxs); }
.g-10525a3d { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-674678d4 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-40b3ca7e { 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-40b3ca7e.g-37c361bf { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-f6be66d0 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-d8c6a029 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-028df651 { max-width: 563px; }
.g-84b34d5b { max-width: 465px; }
.g-16204b4d { margin-top: var(--size-xs); }
.g-156ffe12 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8d4f6744 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-6fc80397 { 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-6fc80397:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-048d52b3 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-930b724b { transform: scale(1.2); margin-right: var(--size-xs); }
.g-41e70f72 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-f8ed9100 { display: flex; justify-content: space-between; align-items: center; }
.g-dca641f5 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-453bba4a { margin-top: var(--size-xl); display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-028df651 { max-width: 550px; }
.g-84b34d5b { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-f8ed9100 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-dca641f5 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-453bba4a { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-1aef4cc4 { order: 3; }
 }@media screen and (max-width: 576px) { .g-d8c6a029 { gap: var(--size-m); }
.g-156ffe12 { flex-direction: column; gap: var(--size-xxs); }
.g-8d4f6744 { width: 100%; }
.g-6fc80397 { width: 100%; }
.g-dca641f5 { flex-direction: column; align-items: flex-start; }
 }

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

.g-0aecec3d { position: relative; z-index: 5; }
.g-70c8153d { width: 100%; }
.g-32e86f94 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-e8284545 { position: sticky; top: -1px; z-index: 5; }
.g-dda605ec { display: block; }
.g-297eb668 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-297eb668::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-e831493c { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-a0fb6db0 { font-size: 34px; margin-right: var(--size-xxs); }
.g-82d8b765 { font-size: 24px; font-weight: 600; }
.g-1f409098 { display: block; }
.g-50ce235e { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-9d8da5ef { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-9d8da5ef:hover { text-decoration: underline; }
.g-9a35890a { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-bbc700b3 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-0aecec3d { position: sticky; top: 0; }
.g-32e86f94 { justify-content: space-between; height: 65px; }
.g-cdaf7d2e { top: 65px; height: 0; }
.g-297eb668::after { display: none; }
.g-e831493c { margin: 0; }
.g-1f409098 { 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-1f409098.g-0996a017 { display: block; }
.g-50ce235e { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-9a35890a { display: flex; }
 }@media screen and (max-width: 576px) { .g-a0fb6db0 { font-size: 28px; }
.g-82d8b765 { font-size: 20px; }
.g-1f409098 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-c28acfbc { padding: var(--size-xl) 0; }
.g-a8814fff { max-width: 565px; margin: 0 auto; text-align: center; }
.g-ae4e21b5 { margin-top: var(--size-s); }
.g-be4566c1 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-ae4e21b5 { margin-top: var(--size-xs); }
.g-be4566c1 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-b3fce045 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-21794966 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-9786215d { position: relative; padding: var(--size-xl) 0; }
.g-e45a24c9 { text-align: center; }
.g-41a4bb6d { text-align: center; margin-top: var(--size-s); }
.g-6c5fc098 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-6c5fc098 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-75606863 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-75606863 .g-9c7ec952 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-75606863 .g-6b88a5f3 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-75606863 .g-6b88a5f3 img { width: 100%; height: 100%; object-fit: cover; }
.g-75606863 .g-57929bfb { 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-75606863 .g-6a9aa4b0 { 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-75606863 .g-6e2ff97c { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-75606863 .g-54eaebc2 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-75606863 .g-1c384d2a { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-75606863 .g-1c384d2a:hover { text-decoration: underline; }
.g-75606863 .g-df77e6f2 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-75606863 .g-c40fa6e2 { margin-top: var(--size-s); }
.g-75606863 .g-922126a1 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-fc151080 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-fc151080 .g-9c7ec952 { position: relative; height: 100%; text-decoration: none; }
.g-fc151080 .g-7a8d828c { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-fc151080 .g-3e8f6fa2 { flex-shrink: 0; width: 120px; }
.g-fc151080 .g-6b88a5f3 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-fc151080 .g-6b88a5f3 img { width: 100%; height: 100%; object-fit: cover; }
.g-fc151080 .g-6a9aa4b0 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-fc151080 .g-6e2ff97c { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-fc151080 .g-54eaebc2 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-fc151080 .g-df77e6f2 { white-space: nowrap; opacity: 0.8; }
.g-fc151080 .g-922126a1 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-57929bfb { padding: 0 8px 8px; }
.g-6a9aa4b0 { gap: 0 4px; }
.g-fc151080 { padding: 16px 0; }
.g-fc151080 .g-7a8d828c { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-fc151080 .g-3e8f6fa2 { flex-shrink: initial; width: auto; }
.g-fc151080 .g-6b88a5f3 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-fc151080 .g-57929bfb { 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-805d5a0c { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-805d5a0c blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-805d5a0c .g-425453bf { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-805d5a0c .g-513c1d27 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-805d5a0c .g-3d1aff1a { margin-top: var(--size-m); }
.g-805d5a0c .g-f7987157 { 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-805d5a0c .g-ca35127d { display: block; text-decoration: none; }
.g-805d5a0c .g-ca35127d:hover { text-decoration: underline; }
.g-805d5a0c .g-5c06b579 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-805d5a0c { grid-template-columns: 1fr; }
.g-805d5a0c .g-3accf6ef { display: none; }
.g-805d5a0c .g-3d1aff1a { margin-top: var(--size-s); }
.g-805d5a0c .g-f7987157 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-805d5a0c blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-8d6c7c29 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-f46c784d { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-f7a29280 { text-decoration: none; }
.g-f7a29280:hover { text-decoration: underline; }
.g-cb77ce5e { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-d49b1f1b { margin-top: var(--size-s); }
.g-15402184 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-8d6c7c29 { gap: var(--size-xs); }
.g-cb77ce5e { margin-top: var(--size-s); }
.g-15402184 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-8c6a0179 { text-align: center; }
.g-0c4413ca { position: relative; }
.g-541a52f4 { 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-541a52f4:hover { background-color: var(--color-primary); }
.g-388e3a85 { left: -42px; }
.g-423e59b0 { right: -42px; }
@media screen and (max-width: 1024px) { .g-8b4fef56 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-541a52f4 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-dac2e185 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-dac2e185 .g-0269915b { margin-top: var(--size-m); max-width: 600px; }
.g-eb6a9af6 { margin-top: var(--size-xl); }
.g-ab915769 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-dac2e185 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-e86f3410 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-e86f3410 .g-83ee1bb6 { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-e86f3410 .g-a73669dd { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-e86f3410 .g-a73669dd:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-a631123e { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-8892340d { fill: var(--color-text-light); }
.g-f8d72a11 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-a631123e { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-89383369 { padding: var(--size-xl) 0; }
.g-e9eeddc7 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-702f7c53 { margin-top: var(--size-s); }
.g-2bd070fc { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-702f7c53 { margin-top: var(--size-xs); }
.g-2bd070fc { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-39a66083 { display: flex; align-items: center; gap: var(--size-m); }
.g-f0c1acb0 { flex: 1; }
.g-66ae8c77 { flex: 1; }
@media screen and (max-width: 768px) { .g-39a66083 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-66ae8c77 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-bbb923d8 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-bbb923d8 .g-c94af626 { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-bbb923d8 .g-c94af626:hover { filter: brightness(0.96); }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-f1d3f015 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-d1fc4c75 { 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-896d87d5 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-872da13f { display: flex; justify-content: flex-start; align-items: center; }
.g-fa17000c { 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-b2c892da { display: flex; flex-direction: column; }
.g-fcc762bd { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-5005080b { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-f1d3f015 { flex-direction: column-reverse; }
.g-d1fc4c75 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-6790164f { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-6790164f .g-872da13f { margin-top: 0; }
.g-872da13f { align-items: flex-start; flex-direction: column; flex: 1; }
.g-fa17000c { margin-right: 0; }
.g-b2c892da { margin-top: var(--size-xs); }
.g-fcc762bd { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-d1fc4c75 { text-align: center; }
.g-6790164f { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-872da13f { align-items: center; }
.g-3f2898db { margin: 0 auto; }
 }

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

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

/* Block: approach::text--0 (text) */
.g-6fced9b7 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-905aa0be { text-align: center; }
.g-6fced9b7 { column-count: 1; }
 }

/* Block: approach::process--0 (process) */
.g-47d5979e { width: 60%; }
.g-9ccde83f { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-9ccde83f::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-be4f9f03 { flex: 1; }
.g-01183509 { position: relative; height: 100%; }
.g-01183509::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-ed4565af { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-509d8b4f { flex-direction: column; }
.g-47d5979e { width: 100%; }
.g-9ccde83f { flex-direction: column; }
.g-9ccde83f::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-01183509 { display: flex; justify-content: flex-start; align-items: center; }
.g-01183509::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-ed4565af { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-47d5979e { text-align: center; }
.g-9ccde83f::before { left: 57px; }
.g-01183509::before { left: 50px; }
.g-ed4565af { font-size: 32px; flex: 0 0 75px; }
 }

/* Block: approach::about--0 (about) */
.g-77cf3a8e { display: flex; align-items: center; gap: var(--size-m); }
.g-7061f152 { flex: 1; }
.g-b5f61698 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-77cf3a8e { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-696e42a8 { text-align: center; }
 }

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

/* Block: approach::faq--0 (faq) */
.g-9bb61743 { display: flex; position: relative; gap: var(--size-s); }
.g-9bb61743 * { flex: 1; }
.g-4a2c3f4f { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-5f33a488 { flex-shrink: 0; }
.g-b42c7e7d { grid-column: span 2; }
.g-498cbfa2 { user-select: none; }
.g-498cbfa2[open] .g-3b7eb66d { transform: rotate(45deg); }
.g-fa82821d { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-fa82821d::-webkit-details-marker { display: none; }
.g-3b7eb66d { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-3b7eb66d svg { fill: var(--color-primary); }
.g-39c7d13e { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-fa82821d { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-3b7eb66d { width: 24px; height: 24px; }
.g-3b7eb66d svg { width: 16px; height: 16px; }
.g-39c7d13e { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-9bb61743 { flex-direction: column; }
.g-4a2c3f4f { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-b42c7e7d { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-9bb61743 { text-align: center; }
 }