/* Block: categories-list (categories-list) */
.g-ef46a5a9 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-ef46a5a9 .g-bfe7f584 { 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-ef46a5a9 .g-bfe7f584: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-ef46a5a9 .g-bfe7f584:hover .g-819821df { opacity: 1; }
.g-ef46a5a9 .g-76e0f386 { position: relative; z-index: 1; }
.g-ef46a5a9 .g-819821df { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-ef46a5a9 .g-352a57aa { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-ef46a5a9 .g-352a57aa .g-819821df { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-bfe7f584 { min-height: 144px; padding-bottom: 82px; }
.g-819821df { font-size: 72px; }
.g-352a57aa { padding-bottom: 120px; min-height: 159px; }
.g-352a57aa .g-819821df { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-ef46a5a9 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-bfe7f584 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-819821df { font-size: 56px; right: 16px; bottom: 16px; }
.g-352a57aa { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-352a57aa .g-819821df { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-da23229c { padding: var(--size-m) 0 var(--section-padding); }
.g-da23229c .g-3f99bdbe { 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-da23229c .g-bc259d07 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-3f99bdbe { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-bc259d07 { 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-965497b6 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-f0088193 { display: block; }
.g-f4a27bf7 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-98859b8d { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-623eaaa7 { width: 100%; }
@media screen and (max-width: 768px) { .g-965497b6 { padding: var(--size-s); }
.g-f4a27bf7 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-98859b8d { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-623eaaa7 { width: auto; }
 }@media screen and (max-width: 576px) { .g-98859b8d { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-a7f29d7c { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-b4707837 { 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-b4707837.g-8ec6746a { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-beadd302 { margin-top: var(--section-padding); }
.g-a12f1f03 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-8301463b { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-0b70633e { max-width: 524px; }
.g-62b37ad4 { max-width: 450px; }
.g-c792cfdb { margin-top: var(--size-xs); }
.g-bf30cbbe { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-35bb7bca { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-781d5dd9 { 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-781d5dd9:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-a23b69e4 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-938a8f1f { transform: scale(1.2); margin-right: var(--size-xs); }
.g-c7160bf3 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-68ef1d37 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-3310aedc { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-0b70633e { max-width: initial; }
.g-62b37ad4 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-68ef1d37 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-3310aedc { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-c74892c7 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-8301463b { gap: var(--size-m); }
.g-bf30cbbe { flex-direction: column; gap: var(--size-xxs); }
.g-35bb7bca { width: 100%; }
.g-781d5dd9 { width: 100%; }
.g-68ef1d37 { flex-direction: column; align-items: center; }
 }

/* 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;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 0.1s text-shadow 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-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}
#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-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-1f8246f0 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-957d5167 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-5d8eb8f0 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-86de94a5 { font-size: 34px; margin-right: var(--size-xxs); }
.g-8e12caa9 { font-size: 24px; font-weight: 600; }
.g-8e77c0d5 { -ms-overflow-style: none; scrollbar-width: none; }
.g-172f047a { display: none; }
.g-98a9efb0 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-1ca263bc { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-1ca263bc:hover { transform: scale(1.05); }
.g-1ca263bc svg { fill: var(--color-text-light); }
.g-6dceb09c { display: none; }
.g-03c2c937 { display: none; }
.g-750b56c8 { display: inline; }
.g-67dd7bfb { display: none; }
.g-14b4edc3 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-14b4edc3.g-23939bef { display: flex; width: 100%; }
.g-418e52f7 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-86de94a5 { font-size: 28px; }
.g-8e12caa9 { font-size: 20px; }
.g-98a9efb0 { gap: var(--size-xxs); }
.g-56bcdb19 { display: none; }
.g-03c2c937 { display: block; }
.g-14b4edc3.g-23939bef { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-8f8a74d0 { padding: var(--size-xl) 0; }
.g-e9af6651 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-603bc888 { margin-top: var(--size-s); }
.g-5a4ad194 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-603bc888 { margin-top: var(--size-xs); }
.g-5a4ad194 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-aefe9752 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-476edae8 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-109d92ff { text-align: center; margin-top: var(--size-xl); }
.g-6f91683e { text-align: center; margin-top: var(--size-s); }
.g-c374503a { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-109d92ff { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-c374503a { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-565e9b41 .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-565e9b41 .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

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

.g-565e9b41 .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-565e9b41 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-565e9b41 .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-565e9b41 .prev,
.g-565e9b41 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

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

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

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

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

/* Block: post-card (post-card) */
.g-854ec32d { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-854ec32d .g-ccd3c49d { position: relative; text-decoration: none; }
.g-854ec32d .g-eeadd455 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-854ec32d .g-a2d08ae0 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-854ec32d .g-a2d08ae0 img { width: 100%; height: 100%; object-fit: cover; }
.g-854ec32d .g-f1bdc59f { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-854ec32d .g-69d382a6 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-854ec32d .g-fafa909f { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-854ec32d .g-91a3197f { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-6a6efbef { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-6a6efbef .g-ccd3c49d { position: relative; text-decoration: none; }
.g-6a6efbef .g-eeadd455 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-6a6efbef .g-a2d08ae0 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-6a6efbef .g-a2d08ae0 img { width: 100%; height: 100%; object-fit: cover; }
.g-6a6efbef .g-f1bdc59f { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-6a6efbef .g-69d382a6 { 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-6a6efbef .g-fafa909f { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-6a6efbef .g-91a3197f { 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-eeadd455 { 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-61872f76 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-61872f76 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-61872f76 .g-c90f63c5 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-61872f76 .g-b8ceb0d8 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-61872f76 .g-49258675 { margin-top: var(--size-m); }
.g-61872f76 .g-36f4ad28 { 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-61872f76 .g-b7c71292 { display: block; text-decoration: none; }
.g-61872f76 .g-b7c71292:hover { text-decoration: underline; }
.g-61872f76 .g-540ff85e { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-61872f76 { grid-template-columns: 1fr; }
.g-61872f76 .g-c4116f5d { display: none; }
.g-61872f76 .g-49258675 { margin-top: var(--size-s); }
.g-61872f76 .g-36f4ad28 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-61872f76 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-d03ad934 { position: relative; }
.g-69e5f0e1 { width: 100%; }
.g-e35f47f3 { position: relative; display: flex; flex-direction: column; }
.g-92159550 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-92159550::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-cbb54c44 { width: 100%; height: 100%; }
.g-135eb225 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-21abd324 { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-70c6b78e { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-00ac9fc8 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-00ac9fc8:hover { text-decoration: underline; }
.g-27471a83 { margin-top: var(--size-m); }
.g-829f38b2 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-e35f47f3 { padding-bottom: 40px; }
.g-70c6b78e { gap: var(--size-xxs); }
.g-00ac9fc8 { height: 31px; padding: 8px 16px; }
.g-27471a83 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-21abd324 { padding-bottom: 0; }
.g-00ac9fc8 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-e35f47f3 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-cbb54c44 { aspect-ratio: auto; height: 100%; }
.g-21abd324 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-46f38365 { text-align: center; }
.g-ad54719c { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-698fab0b { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-edb6e133 { 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-edb6e133:hover { background-color: var(--color-primary); }
.g-94063bb7 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-ad54719c { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-40648911 { margin-top: var(--size-m); max-width: 600px; }
.g-6d430890 { margin-top: var(--size-m); max-width: 600px; }
.g-4199c4f6 { margin-top: var(--size-xl); }

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

/* Block: toTop (toTop) */
.g-4a579fc3 { 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-54ca7d80 { fill: var(--color-text-light); }
.g-6ce49be6 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-4a579fc3 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-4663fb15 { padding: var(--size-xl) 0; }
.g-85541897 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-373923dc { margin-top: var(--size-s); }
.g-74f14bba { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-373923dc { margin-top: var(--size-xs); }
.g-74f14bba { margin-top: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-18c1476e { text-align: center; }

/* Block: front-page::categories-list (categories-list) */
.g-b9f52ebc { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-b9f52ebc .g-f373950b { 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-b9f52ebc .g-f373950b: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-b9f52ebc .g-f373950b:hover .g-c3dbdaa1 { opacity: 1; }
.g-b9f52ebc .g-73bea5c4 { position: relative; z-index: 1; }
.g-b9f52ebc .g-c3dbdaa1 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-b9f52ebc .g-b04d2802 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-b9f52ebc .g-b04d2802 .g-c3dbdaa1 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-f373950b { min-height: 144px; padding-bottom: 82px; }
.g-c3dbdaa1 { font-size: 72px; }
.g-b04d2802 { padding-bottom: 120px; min-height: 159px; }
.g-b04d2802 .g-c3dbdaa1 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-b9f52ebc { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-f373950b { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-c3dbdaa1 { font-size: 56px; right: 16px; bottom: 16px; }
.g-b04d2802 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-b04d2802 .g-c3dbdaa1 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-10eb60b5 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-fae6964f { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-9d5b9f6d { display: flex; justify-content: flex-start; }
.g-8f565c0f { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-6005188b { display: flex; justify-content: flex-start; align-items: center; }
.g-724b462a { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-c0b12104 { fill: var(--color-text); }
.g-60e7a6df { stroke: var(--color-text); }
.g-2fca97af { stroke: var(--color-text); }
.g-dfa8b66c { display: flex; flex-direction: column; }
.g-911f362b { flex: 0 0 50%; height: 383px; }
.g-9de2b27f { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-10eb60b5 { flex-direction: column; }
.g-fae6964f { width: 100%; flex: 0 0 auto; }
.g-9d5b9f6d { flex-direction: column; }
.g-8f565c0f { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-9c065558 { width: 100%; display: flex; justify-content: space-between; }
.g-6005188b { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-724b462a { margin-right: 0; }
.g-dfa8b66c { margin-top: var(--size-xs); }
.g-911f362b { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-fae6964f { padding: var(--size-xs); }
.g-9c065558 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-6005188b { align-items: center; }
.g-dfa8b66c { text-align: center; }
.g-911f362b { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-686aac75 { display: flex; align-items: center; gap: var(--size-m); }
.g-ed65de59 { flex: 1; }
.g-9e5f0ac0 { position: relative; padding: var(--size-m); }
.g-9e5f0ac0::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-03a6f851 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-686aac75 { flex-direction: column; align-items: stretch; }
.g-ed65de59 { flex: auto; }
.g-9e5f0ac0 { padding: var(--size-m) var(--size-s); }
.g-9e5f0ac0::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-9e5f0ac0 { text-align: center; }
 }

/* Block: about-page::text--0 (text) */
.g-22726ad1 { text-align: center; }

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

/* Block: expertise::about--0 (about) */
.g-163d0da1 { display: flex; align-items: center; gap: var(--size-m); }
.g-8f492e3f { flex: 1; }
.g-8e9b549c { position: relative; padding: var(--size-m); }
.g-8e9b549c::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-113990db { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-163d0da1 { flex-direction: column; align-items: stretch; }
.g-8f492e3f { flex: auto; }
.g-8e9b549c { padding: var(--size-m) var(--size-s); }
.g-8e9b549c::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-8e9b549c { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-d91818b7 { 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-cda8ef1b { width: 50%; }
.g-8057dc05 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-62df7955 { padding: var(--size-s) var(--size-m); }
.g-4c2e8c79 { transform: scale(1.2); }
.g-3285b674 { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-0cd6bcc3 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-d91818b7 { padding: 20px 20px 10px; }
.g-4c2e8c79 { transform: none; }
 }@media screen and (max-width: 768px) { .g-cda8ef1b { width: 100%; }
 }@media screen and (max-width: 576px) { .g-d91818b7 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-8057dc05 { text-align: center; }
 }

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

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