/* Block: categories-list (categories-list) */
.g-c0b00cc7 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-c0b00cc7 .g-867f63bf { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-c0b00cc7 .g-867f63bf:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-c0b00cc7 .g-867f63bf:hover .g-af6e8f82 { opacity: 1; }
.g-c0b00cc7 .g-a83dd74a { position: relative; z-index: 1; }
.g-c0b00cc7 .g-af6e8f82 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-c0b00cc7 .g-cc791838 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-c0b00cc7 .g-cc791838 .g-af6e8f82 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-867f63bf { min-height: 144px; padding-bottom: 82px; }
.g-af6e8f82 { font-size: 72px; }
.g-cc791838 { padding-bottom: 120px; min-height: 159px; }
.g-cc791838 .g-af6e8f82 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-c0b00cc7 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-867f63bf { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-af6e8f82 { font-size: 56px; right: 16px; bottom: 16px; }
.g-cc791838 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-cc791838 .g-af6e8f82 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-fcfb92ba { padding: var(--size-m) 0 var(--section-padding); }
.g-fcfb92ba .g-ad57e4a6 { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-fcfb92ba .g-30e9f0e0 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-ad57e4a6 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-30e9f0e0 { 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-b0562ff4 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-e4fa303e { display: block; }
.g-a4a8595b { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-782d74eb { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-c9df6ebc { width: 100%; }
@media screen and (max-width: 768px) { .g-b0562ff4 { padding: var(--size-s); }
.g-a4a8595b { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-782d74eb { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-c9df6ebc { width: auto; }
 }@media screen and (max-width: 576px) { .g-782d74eb { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-70709868 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-4bdc6bcb { 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-4bdc6bcb.g-4f32f885 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-bc85c05d { margin-top: var(--section-padding); }
.g-32874847 { 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: var(--size-xl); }
.g-53f665b7 { max-width: 510px; }
.g-306e0ef2 { max-width: 430px; }
.g-567eb321 { margin-top: var(--size-xs); }
.g-72236c73 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8133fe99 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-803832f9 { 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-803832f9:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-6210f680 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-f8811071 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-6a71853a { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-426df6d2 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-e0753f01 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-78cd1d6f { 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-32874847 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-53f665b7 { max-width: initial; }
.g-306e0ef2 { max-width: initial; }
.g-6a71853a { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-426df6d2 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-e0753f01 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-78cd1d6f { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-6556ad30 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-32874847 { gap: var(--size-m); }
.g-72236c73 { flex-direction: column; gap: var(--size-xxs); }
.g-8133fe99 { width: 100%; }
.g-803832f9 { width: 100%; }
.g-e0753f01 { 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-26ac0dc8 { position: relative; z-index: 5; }
.g-d025bc12 { width: 100%; }
.g-70aa2b22 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-f62de3c7 { position: sticky; top: -1px; z-index: 5; }
.g-5ee0d329 { display: block; }
.g-36fe1649 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-36fe1649::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-6ebe494f { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-1de41894 { font-size: 34px; margin-right: var(--size-xxs); }
.g-67701a37 { font-size: 24px; font-weight: 600; }
.g-dfbe8e05 { display: block; }
.g-84fd0184 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-b8a817fc { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-b8a817fc:hover { text-decoration: underline; }
.g-85583ad7 { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-e9a0b0c5 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-26ac0dc8 { position: sticky; top: 0; }
.g-70aa2b22 { justify-content: space-between; height: 65px; }
.g-2c3a1f79 { top: 65px; height: 0; }
.g-36fe1649::after { display: none; }
.g-6ebe494f { margin: 0; }
.g-dfbe8e05 { 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-dfbe8e05.g-09a4c93e { display: block; }
.g-84fd0184 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-85583ad7 { display: flex; }
 }@media screen and (max-width: 576px) { .g-1de41894 { font-size: 28px; }
.g-67701a37 { font-size: 20px; }
.g-dfbe8e05 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-2118c2dc { padding: var(--section-padding) 0; }
.g-cac655cf { display: flex; }
.g-ff2de666 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-b5bbcd05 { margin-top: var(--size-s); }
.g-3b1701e0 { margin-top: var(--size-m); }
.g-a8c46262 { flex: 1; }
.g-693627c5 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-cac655cf { flex-direction: column; }
.g-ff2de666 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-693627c5 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-ff2de666 { padding-bottom: var(--size-m); }
.g-693627c5 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-5e504fbd { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-299768c1 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-666b9eca { text-align: center; margin-top: var(--size-xl); }
.g-b0faab8e { text-align: center; margin-top: var(--size-s); }
.g-35abfaff { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-666b9eca { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-35abfaff { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-261494af { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-957e2389 { margin-top: var(--size-xl); text-align: center; }
.g-305615c5 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-261494af { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-261494af { padding-bottom: 35px; }
.g-957e2389 { margin-top: var(--size-xs); }
 }

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

.g-f4f261ab .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
}

.g-f4f261ab .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

.g-f4f261ab .prev {
    left: 0;
    transform: translateX(calc(-100% - 44px));
    color: var(--color-secondary);
}

.g-f4f261ab .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-f4f261ab .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-f4f261ab .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-f4f261ab .prev,
.g-f4f261ab .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

.g-f4f261ab .prev,
.g-f4f261ab .next,
.g-f4f261ab .current {
    box-shadow: 0px 0px 0px 1px var(--color-text);
}

@media screen and (max-width: 768px) {
    .g-f4f261ab .prev,
    .g-f4f261ab .next {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .g-f4f261ab .prev::before,
    .g-f4f261ab .next::after {
        display: none;
    }
}

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

/* Block: post-card (post-card) */
.g-9042202a { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-9042202a .g-27673fbf { position: relative; text-decoration: none; }
.g-9042202a .g-964531be { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-9042202a .g-eb2bc420 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-9042202a .g-eb2bc420 img { width: 100%; height: 100%; object-fit: cover; }
.g-9042202a .g-341e9a67 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-9042202a .g-0f46571d { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-9042202a .g-720a1740 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-9042202a .g-b4451fe2 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-4be04b51 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-4be04b51 .g-27673fbf { position: relative; text-decoration: none; }
.g-4be04b51 .g-964531be { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-4be04b51 .g-eb2bc420 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-4be04b51 .g-eb2bc420 img { width: 100%; height: 100%; object-fit: cover; }
.g-4be04b51 .g-341e9a67 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-4be04b51 .g-0f46571d { 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-4be04b51 .g-720a1740 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-4be04b51 .g-b4451fe2 { 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-964531be { 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-81c9ea34 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-81c9ea34 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-81c9ea34 .g-cac2da2e { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-81c9ea34 .g-5d187e27 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-81c9ea34 .g-8f3cff79 { margin-top: var(--size-m); }
.g-81c9ea34 .g-cc7c7bf8 { 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-81c9ea34 .g-8271a77b { display: block; text-decoration: none; }
.g-81c9ea34 .g-8271a77b:hover { text-decoration: underline; }
.g-81c9ea34 .g-c89f0925 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-81c9ea34 { grid-template-columns: 1fr; }
.g-81c9ea34 .g-97a54874 { display: none; }
.g-81c9ea34 .g-8f3cff79 { margin-top: var(--size-s); }
.g-81c9ea34 .g-cc7c7bf8 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-81c9ea34 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-42878023 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-4303e66e { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-fb36e08b { display: flex; align-items: center; justify-content: center; }
.g-dd9b3357 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-f717df91 { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-f717df91:hover { filter: brightness(0.96); }
.g-b6451ce2 { margin-top: var(--size-m); }
.g-9567e842 { margin-top: var(--size-s); margin-bottom: auto; }
.g-909c5eb3 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-42878023 { grid-template-columns: 1fr; }
.g-4303e66e { max-width: 70%; }
.g-fb36e08b { max-width: 70%; display: block; }
.g-f717df91 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-42878023 { gap: var(--size-m); }
.g-4303e66e { max-width: 100%; }
.g-fb36e08b { max-width: 100%; }
.g-9567e842 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-c2b69965 { text-align: center; }
.g-133f18a7 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-8ab72066 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-9a69406a { 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-9a69406a:hover { background-color: var(--color-primary); }
.g-d8692a98 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-133f18a7 { margin-top: var(--size-m); }
 }

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

/* Block: searchform (searchform) */
.g-4af302c5 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-4af302c5 .g-90824444 { 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-4af302c5 .g-e0ee2a56 { 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-4af302c5 .g-e0ee2a56:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-3ccc6d86 { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-3ccc6d86 svg { fill: var(--color-text-light); }
.g-109dc510 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-3ccc6d86 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-ae6ecbf0 { padding: var(--section-padding) 0; }
.g-b164a503 { display: flex; }
.g-1532d7cb { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-63921438 { margin-top: var(--size-s); }
.g-e7098a68 { margin-top: var(--size-m); }
.g-cdffc814 { flex: 1; }
.g-e92b7958 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-b164a503 { flex-direction: column; }
.g-1532d7cb { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-e92b7958 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-1532d7cb { padding-bottom: var(--size-m); }
.g-e92b7958 { height: auto; }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-1cc4793b { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-1cc4793b .g-2ca63adc { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-1cc4793b .g-2ca63adc:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-1cc4793b .g-2ca63adc:hover .g-43cb7347 { opacity: 1; }
.g-1cc4793b .g-0fa60882 { position: relative; z-index: 1; }
.g-1cc4793b .g-43cb7347 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-1cc4793b .g-8b81a40d { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-1cc4793b .g-8b81a40d .g-43cb7347 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-2ca63adc { min-height: 144px; padding-bottom: 82px; }
.g-43cb7347 { font-size: 72px; }
.g-8b81a40d { padding-bottom: 120px; min-height: 159px; }
.g-8b81a40d .g-43cb7347 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-1cc4793b { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-2ca63adc { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-43cb7347 { font-size: 56px; right: 16px; bottom: 16px; }
.g-8b81a40d { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-8b81a40d .g-43cb7347 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-98eaa8d6 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-f7d5c748 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-69efbfc7 { display: flex; justify-content: flex-start; }
.g-9ad3007f { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-ef3df248 { display: flex; justify-content: flex-start; align-items: center; }
.g-ff898b85 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-8c2332e9 { fill: var(--color-text); }
.g-65b3349e { stroke: var(--color-text); }
.g-23600522 { stroke: var(--color-text); }
.g-61ae3b75 { display: flex; flex-direction: column; }
.g-343af798 { flex: 0 0 50%; height: 383px; }
.g-9ffe2f7b { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-98eaa8d6 { flex-direction: column; }
.g-f7d5c748 { width: 100%; flex: 0 0 auto; }
.g-69efbfc7 { flex-direction: column; }
.g-9ad3007f { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-c3fdbe0b { width: 100%; display: flex; justify-content: space-between; }
.g-ef3df248 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-ff898b85 { margin-right: 0; }
.g-61ae3b75 { margin-top: var(--size-xs); }
.g-343af798 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-f7d5c748 { padding: var(--size-xs); }
.g-c3fdbe0b { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-ef3df248 { align-items: center; }
.g-61ae3b75 { text-align: center; }
.g-343af798 { height: 370px; }
 }

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

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

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

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