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

/* Block: category-header (category-header) */
.g-e555926e { padding: var(--size-m) 0 var(--section-padding); }
.g-e555926e .g-b6a855d8 { 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-e555926e .g-6ad113b3 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-b6a855d8 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-6ad113b3 { 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-d28c1277 { 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-f96250b4 { display: block; }
.g-dcd6a171 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-d28c1277 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-dcd6a171 { gap: var(--size-xxs); }
.g-00a6c079 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-3108a9fd { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-9c08ba20 { 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-9c08ba20.g-f4a9e2b4 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-e95364b4 { margin-top: var(--section-padding); }
.g-ced6fa16 { position: relative; background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: -80px; }
.g-9a324671 { max-width: 510px; }
.g-c0b361a3 { max-width: 430px; }
.g-ac9a054f { margin-top: var(--size-xs); }
.g-ebea0da6 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0aa6f59c { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-c21ffe19 { 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-c21ffe19:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-a5a6f73e { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-2d896e75 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-e6c290e8 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-38b122d1 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-882a37ca { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-ddb38138 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-4592371c { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-ced6fa16 { padding: var(--size-m); }
.g-9a324671 { max-width: initial; }
.g-c0b361a3 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-4592371c { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-be15dc34 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-ced6fa16 { gap: var(--size-m); }
.g-ebea0da6 { flex-direction: column; gap: var(--size-xxs); }
.g-0aa6f59c { width: 100%; }
.g-c21ffe19 { width: 100%; }
.g-38b122d1 { justify-content: flex-start; align-items: flex-start; }
.g-882a37ca { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    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-96f399d3 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-b3996871 { 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-a9a3f401 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-ab06fa05 { font-size: 34px; margin-right: var(--size-xxs); }
.g-f92326ef { font-size: 24px; font-weight: 600; }
.g-a602b2b6 { -ms-overflow-style: none; scrollbar-width: none; }
.g-6e622a5f { display: none; }
.g-0fa2c0b0 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-b91b3554 { 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-b91b3554:hover { transform: scale(1.05); }
.g-b91b3554 svg { fill: var(--color-text-light); }
.g-56c2144d { display: none; }
.g-ca26e01c { display: none; }
.g-d4c1517f { display: inline; }
.g-c967f54a { display: none; }
.g-afa334e1 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-afa334e1.g-88e83d6d { display: flex; width: 100%; }
.g-1a6c7b51 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-ab06fa05 { font-size: 28px; }
.g-f92326ef { font-size: 20px; }
.g-0fa2c0b0 { gap: var(--size-xxs); }
.g-bc83b422 { display: none; }
.g-ca26e01c { display: block; }
.g-afa334e1.g-88e83d6d { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-50a16ea3 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-841eb500 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-6c473b57 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-6c473b57::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-6276ee3b { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-2175a10b { max-width: 760px; text-align: center; }
.g-ecf1a485 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-50a16ea3 { min-height: 500px; }
.g-6276ee3b { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-2175a10b { text-align: left; }
.g-b4713105 { margin-top: var(--size-xs); }
.g-ecf1a485 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-c191e5bb { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-680dd4b7 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-28956330 { text-align: center; margin-top: var(--size-xl); }
.g-81579eeb { text-align: center; margin-top: var(--size-s); }
.g-b3c6f4ed { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-28956330 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-b3c6f4ed { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-54435797 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-0da0cd8d { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-0da0cd8d::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-82fa4354 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-0184e0de { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-54435797 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-54435797 { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-cf9d6362 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-cf9d6362 .g-6a503288 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-cf9d6362 .g-79d2d11e { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-cf9d6362 .g-79d2d11e img { width: 100%; height: 100%; object-fit: cover; }
.g-cf9d6362 .g-42709654 { 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-cf9d6362 .g-c05e5e9c { 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-cf9d6362 .g-f9b164d8 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-cf9d6362 .g-9f0ea342 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-cf9d6362 .g-3f020271 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-cf9d6362 .g-3f020271:hover { text-decoration: underline; }
.g-cf9d6362 .g-22d9901f { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-cf9d6362 .g-aca24f14 { margin-top: var(--size-s); }
.g-cf9d6362 .g-e4c06493 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-8febb8bf { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-8febb8bf .g-6a503288 { position: relative; height: 100%; text-decoration: none; }
.g-8febb8bf .g-3179b6f1 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-8febb8bf .g-1435aa0a { flex-shrink: 0; width: 120px; }
.g-8febb8bf .g-79d2d11e { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-8febb8bf .g-79d2d11e img { width: 100%; height: 100%; object-fit: cover; }
.g-8febb8bf .g-c05e5e9c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-8febb8bf .g-f9b164d8 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-8febb8bf .g-9f0ea342 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-8febb8bf .g-22d9901f { white-space: nowrap; opacity: 0.8; }
.g-8febb8bf .g-e4c06493 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-42709654 { padding: 0 8px 8px; }
.g-c05e5e9c { gap: 0 4px; }
.g-8febb8bf { padding: 16px 0; }
.g-8febb8bf .g-3179b6f1 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-8febb8bf .g-1435aa0a { flex-shrink: initial; width: auto; }
.g-8febb8bf .g-79d2d11e { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-8febb8bf .g-42709654 { 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-b3fd3e6e { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-b3fd3e6e blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-b3fd3e6e blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-b3fd3e6e .g-98f6b097 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-b3fd3e6e .g-4fd59c38 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b3fd3e6e .g-cf92ed2e { margin-top: var(--size-m); }
.g-b3fd3e6e .g-6e604081 { 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-b3fd3e6e .g-f77f61e6 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-b3fd3e6e .g-f77f61e6::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-b3fd3e6e .g-f77f61e6:hover { color: var(--color-text); }
.g-b3fd3e6e .g-d17734af { font-weight: bold; }
.g-b3fd3e6e .g-d17734af::before { color: var(--color-primary); background-color: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-b3fd3e6e { grid-template-columns: 1fr; }
.g-b3fd3e6e .g-9dbdc493 { display: none; }
.g-b3fd3e6e .g-cf92ed2e { margin-top: var(--size-s); }
.g-b3fd3e6e .g-6e604081 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-b3fd3e6e blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-b3fd3e6e blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-c75fc5ac { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-77df2449 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-3119352a { text-decoration: none; }
.g-3119352a:hover { text-decoration: underline; }
.g-3f15326e { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-b492476d { margin-top: var(--size-s); }
.g-35f8e233 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-c75fc5ac { gap: var(--size-xs); }
.g-3f15326e { margin-top: var(--size-s); }
.g-35f8e233 { margin-top: var(--size-m); }
 }

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

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

/* Block: search (search) */
.g-dd1f8d6b { margin-top: var(--size-m); max-width: 600px; }
.g-694e8551 { margin-top: var(--size-m); max-width: 600px; }
.g-764f63e7 { margin-top: var(--size-xl); }

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

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

/* Block: front-page::hero-search (hero-search) */
.g-2963434c { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-7c7dca57 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-7b81a7c3 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-7b81a7c3::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-63b0bbfc { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-95c113e3 { max-width: 760px; text-align: center; }
.g-abb5323e { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-2963434c { min-height: 500px; }
.g-63b0bbfc { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-95c113e3 { text-align: left; }
.g-9da3bf29 { margin-top: var(--size-xs); }
.g-abb5323e { margin-top: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-7e22b6c0 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-f3bccc18 { text-align: center; }
.g-7e22b6c0 { column-count: 1; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-8d44ec8b { position: relative; z-index: 1; }
.g-8663b6f7 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-cf12e214 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-45621063 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-4078b6cc { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-724deebc { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-52939df9 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-33430d3c { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-8a0af2b2 { fill: var(--color-text); }
.g-c74b8517 { stroke: var(--color-text); }
.g-3905cd1f { stroke: var(--color-text); }
.g-817f12d1 { display: flex; flex-direction: column; }
.g-e5e20268 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-8663b6f7 { flex-direction: column; }
.g-fc77fbd6 { margin-top: 0; }
.g-45621063 { flex: 1; }
.g-e5e20268 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-817f12d1 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-cf12e214 { align-items: center; text-align: center; }
.g-45621063 { padding: var(--size-s); }
.g-4078b6cc { transform: translateY(var(--size-xl)); }
.g-724deebc { flex-direction: column; align-items: center; }
.g-e5e20268 { height: 370px; }
 }

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

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-16aa8910 { width: 60%; }
.g-7663e77c { padding: var(--size-s) var(--wrapper-padding); }
.g-e9c3510a { display: flex; justify-content: flex-start; }
.g-e9c3510a svg { fill: var(--color-secondary); }
.g-12a3d5c4 { justify-content: flex-end; }
.g-6fbf3fd2 { padding: 0 var(--wrapper-padding); }
.g-e784ad6e { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-16aa8910 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-96e2a97a { flex-direction: column; }
.g-e9c3510a svg { transform: scale(0.6); }
.g-6fbf3fd2 { padding: 0 50px 0 50px; }
.g-e784ad6e { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-6fbf3fd2 { padding: 0; }
.g-e784ad6e { padding: 0; }
 }

/* Block: expertise::process--0 (process) */
.g-83ff01b9 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-83ff01b9::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-cff64b4d { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-cff64b4d::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-560b581b::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-bd1942c7 { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-ac8a8408 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-95941cd4 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-4e2b3466 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-389f8a67 { padding-bottom: 37px; }
.g-389f8a67::before { bottom: 0; }
.g-32fecfbf { padding-top: 35px; }
.g-32fecfbf::before { top: 0; }
@media screen and (max-width: 768px) { .g-83ff01b9 { flex-direction: column; }
.g-83ff01b9::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-a8399e25 { width: 50%; }
.g-bd1942c7 { margin: 0; align-self: initial; }
.g-ac8a8408 { order: 2; margin-left: auto; align-self: initial; }
.g-95941cd4 { order: 3; align-self: initial; }
.g-4e2b3466 { margin-left: auto; align-self: initial; }
.g-cff64b4d { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-cff64b4d::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-389f8a67 { padding-bottom: var(--size-xs); }
.g-32fecfbf { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-32fecfbf::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-83ff01b9::before { left: 0; }
.g-a8399e25 { width: 100%; }
.g-bd1942c7 { margin: 0; }
.g-ac8a8408 { margin: 0; }
.g-95941cd4 { margin: 0; }
.g-4e2b3466 { margin: 0; }
.g-cff64b4d { padding-left: var(--size-s); }
.g-cff64b4d::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-389f8a67 { margin: 0; padding-top: 35px; }
.g-32fecfbf { padding-top: 35px; }
 }

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

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