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

/* Block: category-header (category-header) */
.g-ce5ebb2b { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-ce5ebb2b .g-3069a031 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ce5ebb2b .g-2f844b0d { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-3069a031 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-2f844b0d { margin-top: var(--size-xs); }
 }

/* 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-fcad3fc1 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-787e9773 { display: block; }
.g-33653f85 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-891576b7 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-5a30880b { width: 100%; }
@media screen and (max-width: 768px) { .g-fcad3fc1 { padding: var(--size-s); }
.g-33653f85 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-891576b7 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-5a30880b { width: auto; }
 }@media screen and (max-width: 576px) { .g-891576b7 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-a4b8d74c { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-8b732c86 { 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-8b732c86.g-704b9efc { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-880111e1 { margin-top: var(--section-padding); }
.g-d62c26ef { 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-8486afec { max-width: 510px; }
.g-052be724 { max-width: 430px; }
.g-6f6c8a80 { margin-top: var(--size-xs); }
.g-5c97ce5a { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b3fd6b0f { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-01a9e2d8 { 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-01a9e2d8:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-3ca260ba { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-6d8350eb { transform: scale(1.2); margin-right: var(--size-xs); }
.g-16c8a953 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-455eac9f { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-e12e3a0c { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-13f99ee1 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-d6d2e54c { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-d62c26ef { padding: var(--size-m); }
.g-8486afec { max-width: initial; }
.g-052be724 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-d6d2e54c { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-d5a84731 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-d62c26ef { gap: var(--size-m); }
.g-5c97ce5a { flex-direction: column; gap: var(--size-xxs); }
.g-b3fd6b0f { width: 100%; }
.g-01a9e2d8 { width: 100%; }
.g-455eac9f { justify-content: flex-start; align-items: flex-start; }
.g-e12e3a0c { flex-direction: column; justify-content: flex-start; 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-4646e0c7 { position: relative; z-index: 5; }
.g-736ddcab { width: 100%; }
.g-a55c7d63 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-83bc24b0 { position: sticky; top: -1px; z-index: 5; }
.g-c956222d { display: block; }
.g-30d3d2a3 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-30d3d2a3::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-196d5de8 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-07f996c4 { font-size: 34px; margin-right: var(--size-xxs); }
.g-92144a7a { font-size: 24px; font-weight: 600; }
.g-407acb5a { display: block; }
.g-a081fdbd { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-0bc9f94e { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-0bc9f94e:hover { text-decoration: underline; }
.g-0b7f47cb { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-cfe5ae9e { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-4646e0c7 { position: sticky; top: 0; }
.g-a55c7d63 { justify-content: space-between; height: 65px; }
.g-e2d7ca76 { top: 65px; height: 0; }
.g-30d3d2a3::after { display: none; }
.g-196d5de8 { margin: 0; }
.g-407acb5a { 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-407acb5a.g-22f4f2ae { display: block; }
.g-a081fdbd { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-0b7f47cb { display: flex; }
 }@media screen and (max-width: 576px) { .g-07f996c4 { font-size: 28px; }
.g-92144a7a { font-size: 20px; }
.g-407acb5a { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-8d31886b { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-09c77815 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-e8235a5c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-e8235a5c::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-45aba49b { 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-96b58f42 { max-width: 760px; text-align: center; }
.g-58b60830 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-8d31886b { min-height: 500px; }
.g-45aba49b { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-96b58f42 { text-align: left; }
.g-5e720dcd { margin-top: var(--size-xs); }
.g-58b60830 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-8ca045f9 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-a61265e1 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-1801ab83 { position: relative; padding: var(--size-xl) 0; }
.g-5a416c62 { text-align: center; }
.g-c67ac0ff { text-align: center; margin-top: var(--size-s); }
.g-36ed3e5d { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-36ed3e5d { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-cfd46cb9 { padding: var(--size-m) 0 50px; }
.g-93d2b59d { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-68126b07 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-93d2b59d { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-ffd49f84 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-ffd49f84 .g-8f9b074b { position: relative; text-decoration: none; }
.g-ffd49f84 .g-3b3b5ac5 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-ffd49f84 .g-d64d1286 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-ffd49f84 .g-d64d1286 img { width: 100%; height: 100%; object-fit: cover; }
.g-ffd49f84 .g-790e7215 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-ffd49f84 .g-f0a02147 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-ffd49f84 .g-20373fcb { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-ffd49f84 .g-a96a80c5 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-1c5e9393 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-1c5e9393 .g-8f9b074b { position: relative; text-decoration: none; }
.g-1c5e9393 .g-3b3b5ac5 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-1c5e9393 .g-d64d1286 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-1c5e9393 .g-d64d1286 img { width: 100%; height: 100%; object-fit: cover; }
.g-1c5e9393 .g-790e7215 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-1c5e9393 .g-f0a02147 { 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-1c5e9393 .g-20373fcb { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-1c5e9393 .g-a96a80c5 { 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-3b3b5ac5 { 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-9efe79b7 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-9efe79b7 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-9efe79b7 .g-efc9d80b { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-9efe79b7 .g-7d99b760 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-9efe79b7 .g-a421d7dd { margin-top: var(--size-m); }
.g-9efe79b7 .g-e4546aa9 { 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-9efe79b7 .g-25b976de { display: block; text-decoration: none; }
.g-9efe79b7 .g-25b976de:hover { text-decoration: underline; }
.g-9efe79b7 .g-4fa15b64 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-9efe79b7 { grid-template-columns: 1fr; }
.g-9efe79b7 .g-64dd9328 { display: none; }
.g-9efe79b7 .g-a421d7dd { margin-top: var(--size-s); }
.g-9efe79b7 .g-e4546aa9 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-9efe79b7 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-784fd192 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-d0c75b18 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-0d89ab4d { display: flex; align-items: center; justify-content: center; }
.g-6c9d3682 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-32b9ed89 { 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-32b9ed89:hover { filter: brightness(0.96); }
.g-60091ec1 { margin-top: var(--size-m); }
.g-7f3d7be0 { margin-top: var(--size-s); margin-bottom: auto; }
.g-740f5607 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-784fd192 { grid-template-columns: 1fr; }
.g-d0c75b18 { max-width: 70%; }
.g-0d89ab4d { max-width: 70%; display: block; }
.g-32b9ed89 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-784fd192 { gap: var(--size-m); }
.g-d0c75b18 { max-width: 100%; }
.g-0d89ab4d { max-width: 100%; }
.g-7f3d7be0 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-449c3b94 { text-align: center; }
.g-a828a296 { position: relative; }
.g-f2174f18 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-f2174f18:hover { color: var(--color-primary); }
.g-5ef80fa4 { left: -42px; }
.g-3a2788cc { right: -42px; }
@media screen and (max-width: 1024px) { .g-623f1607 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-f2174f18 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-c410745a { margin-top: var(--size-m); max-width: 600px; }
.g-35bff203 { margin-top: var(--size-m); max-width: 600px; }
.g-af77b959 { margin-top: var(--size-xl); }

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

/* Block: toTop (toTop) */
.g-4bf1070c { 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-4bf1070c svg { fill: var(--color-text-light); }
.g-215c2497 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-4bf1070c { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-36440828 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-0eed2fc9 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-e2f72d35 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-e2f72d35::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-46ef678b { 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-e081e55e { max-width: 760px; text-align: center; }
.g-e3df5417 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-36440828 { min-height: 500px; }
.g-46ef678b { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-e081e55e { text-align: left; }
.g-6b294d2b { margin-top: var(--size-xs); }
.g-e3df5417 { margin-top: var(--size-s); }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-df81799e { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-ac899f8c { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-507b542b { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-5314d49d { display: none; }
.g-b9e19914 { width: 100%; }
.g-5d12e62f { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-6d4a7050 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-c69dc994 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; margin-right: var(--size-m); }
.g-20694f50 { fill: var(--color-text); }
.g-37a86c66 { stroke: var(--color-text); }
.g-8881467b { stroke: var(--color-text); }
.g-37b7ee78 { display: flex; flex-direction: column; }
.g-0998deb3 { width: 100%; height: 300px; }
.g-1e3da370 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-df81799e { flex-direction: column-reverse; }
.g-ac899f8c { flex-direction: column-reverse; justify-content: flex-start; }
.g-507b542b { flex: 1; }
.g-4c8a3a8f { display: none; }
.g-5314d49d { display: block; text-align: center; }
.g-5d12e62f { justify-content: space-evenly; }
.g-0998deb3 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-ac899f8c { width: 100%; }
 }@media screen and (max-width: 768px) { .g-c69dc994 { margin-right: 0; }
.g-37b7ee78 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-ac899f8c { text-align: center; }
.g-507b542b { padding: var(--size-s); }
.g-5d12e62f { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-6d4a7050 { flex: inherit; align-items: center; }
 }

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

/* Block: about-page::highlights--0 (highlights) */
.g-def4cc73 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-b437a997 { padding: 0 var(--wrapper-padding); }
.g-6bb8b4a6 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-6bb8b4a6::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-27ab8143 { width: 50%; }
.g-86a7ec8d { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-d4cfccf1 { flex: 1; }
.g-4f2abd86 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-1f4556c6 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-aef81ec5 { padding: var(--section-padding); 0 }
.g-def4cc73 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-b437a997 { display: flex; flex-direction: column-reverse; }
.g-6bb8b4a6 { position: relative; margin-top: var(--size-m); }
.g-6bb8b4a6::after { display: none; }
.g-27ab8143 { width: 100%; color: var(--color-text-dark); }
.g-d4cfccf1 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-4f2abd86 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-27ab8143 { text-align: center; }
.g-86a7ec8d { flex-direction: column; }
.g-d4cfccf1 { flex: auto; text-align: center; }
.g-4f2abd86 { align-items: center; }
 }

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

/* Block: expertise::about--0 (about) */
.g-f81d2fff { display: flex; align-items: center; gap: var(--size-m); }
.g-9ab09f38 { flex: 1; }
.g-dd615994 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-f81d2fff { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-c89645f7 { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-bee50b5a { display: flex; align-items: stretch; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding-bottom: 10px; }
.g-bee50b5a li { flex: 1; }
.g-9726404d { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-a766bf45 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-bee50b5a { flex-direction: column; }
.g-9726404d { text-align: center; min-width: auto; }
 }

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

/* Block: expertise::process--0 (process) */
.g-e2f3511f { width: 60%; }
.g-287ca453 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-5b12bea9 { flex: 1; }
.g-7625d9c7 { position: relative; }
.g-7625d9c7::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-02034160::before { display: none; }
@media screen and (max-width: 870px) { .g-771691d1 { flex-direction: column; }
.g-e2f3511f { width: 100%; }
.g-287ca453 { display: grid; grid-template-columns: 1fr 1fr; }
.g-287ca453::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-287ca453::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-7625d9c7::before { display: none; }
 }@media screen and (max-width: 576px) { .g-e2f3511f { text-align: center; }
.g-287ca453 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-287ca453::before { display: none; }
.g-287ca453::after { display: none; }
.g-7625d9c7::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-02034160::before { display: none; }
 }

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