/* Block: categories-list (categories-list) */
.g-6503f71d { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-6503f71d .g-abc0d489 { 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-6503f71d .g-abc0d489:hover { filter: brightness(0.96); }
.g-6503f71d .g-3fe35a8d { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-6503f71d .g-8a76951c { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-6503f71d { gap: var(--size-s); }
.g-abc0d489 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-6503f71d { gap: var(--size-xs); }
.g-abc0d489 { min-height: 40px; padding: 8px 16px; }
.g-3fe35a8d { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-27c226f8 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-27c226f8 .g-381467cf { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-27c226f8 .g-5f962b5f { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-27c226f8 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-381467cf { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-102373d0 { text-align: center; }
.g-5f962b5f { 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-6b6a9557 { 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-d7207ac4 { display: block; }
.g-91c00c5f { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-6b6a9557 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-91c00c5f { gap: var(--size-xxs); }
.g-15e8acc8 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-4b68a95a { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-01570c06 { 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-01570c06.g-9bd404d1 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-a954612e { margin-top: var(--section-padding); }
.g-0c6ca93c { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-44bb4e30 { max-width: 510px; }
.g-4f816e17 { max-width: 430px; }
.g-b555df39 { margin-top: var(--size-xs); }
.g-2e874df9 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4b5a26b9 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-e3d3c32a { 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-e3d3c32a:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-6fd7592a { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-38215465 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-974e1e90 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-7206fcf4 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-bc67827b { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-4692a3a3 { margin-top: var(--size-xl); display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-0c6ca93c { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-44bb4e30 { max-width: initial; }
.g-4f816e17 { max-width: initial; }
.g-974e1e90 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-7206fcf4 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-bc67827b { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-4692a3a3 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-dc202ef8 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-0c6ca93c { gap: var(--size-m); }
.g-2e874df9 { flex-direction: column; gap: var(--size-xxs); }
.g-4b5a26b9 { width: 100%; }
.g-e3d3c32a { width: 100%; }
.g-bc67827b { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#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-a8cb83f6 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-ab07e03c { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-94d55d37 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-73fbb4ad { font-size: 36px; margin-right: var(--size-xs); }
.g-bb17e6dd { font-size: 24px; font-weight: 600; }
.g-86257af2 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-fb7ee51b { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-ee157ef4 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-7e6b04cf { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-b398189e { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-b398189e.g-1036b7cc { display: block; }
.g-86257af2 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-ee157ef4 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-b398189e { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-72612156 { padding: var(--section-padding) 0; }
.g-678fe17c { display: flex; }
.g-b20c62a0 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-2a26bb10 { width: 100%; height: 100%; }
.g-affff879 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-8a69aed0 { margin-top: var(--size-s); }
.g-b29d354d { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-678fe17c { flex-direction: column-reverse; }
.g-b20c62a0 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-2a26bb10 { height: 350px; }
.g-affff879 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-2a26bb10 { height: auto; }
.g-affff879 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-f8307838 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-c693648a { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-1ed3f56b { text-align: center; margin-top: var(--size-xl); }
.g-d67d5e2b { text-align: center; margin-top: var(--size-s); }
.g-ea680cdc { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-1ed3f56b { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-ea680cdc { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

.g-00d65941 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%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.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.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='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%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.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.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='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-00d65941 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-00d65941 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-00d65941 .prev,
.g-00d65941 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-00d65941 .prev:hover,
.g-00d65941 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-e1ba6148 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-e1ba6148 .g-47bc3f93 { position: relative; text-decoration: none; }
.g-e1ba6148 .g-eb94fbb8 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-e1ba6148 .g-a2eaf757 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-e1ba6148 .g-a2eaf757 img { width: 100%; height: 100%; object-fit: cover; }
.g-e1ba6148 .g-592e12a1 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-e1ba6148 .g-509e0f94 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-e1ba6148 .g-097ae9ae { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-e1ba6148 .g-178868f7 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-391e52cf { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-391e52cf .g-47bc3f93 { position: relative; text-decoration: none; }
.g-391e52cf .g-eb94fbb8 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-391e52cf .g-a2eaf757 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-391e52cf .g-a2eaf757 img { width: 100%; height: 100%; object-fit: cover; }
.g-391e52cf .g-592e12a1 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-391e52cf .g-509e0f94 { 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-391e52cf .g-097ae9ae { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-391e52cf .g-178868f7 { 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-eb94fbb8 { 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-ddd5209a { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-ddd5209a blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-ddd5209a blockquote::before { content: ''; position: absolute; top: 8px; left: 8px; display: inline-flex; width: 22px; height: 19px; 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 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' 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 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); box-shadow: 0 0 0 9999px var(--color-surface); }
.g-ddd5209a blockquote::after { content: ''; position: absolute; bottom: 8px; right: 8px; display: inline-flex; width: 22px; height: 19px; 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 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' 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 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); }
.g-ddd5209a .g-a91fea74 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-ddd5209a .g-d6c7f989 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ddd5209a .g-dce1eccc { margin-top: var(--size-s); }
.g-ddd5209a .g-edb98c29 { margin-top: var(--size-s); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-ddd5209a .g-dec0389b { display: block; text-decoration: none; }
.g-ddd5209a .g-dec0389b:hover { text-decoration: underline; }
.g-ddd5209a .g-381f975f { position: relative; color: var(--color-text); font-weight: bold; }
.g-ddd5209a .g-381f975f::before { content: ''; position: absolute; top: 0; left: calc((var(--size-s) + 8px) * -1); background-color: var(--color-primary); display: block; width: 16px; height: 16px; border-radius: 50%; }
@media screen and (max-width: 1024px) { .g-ddd5209a { grid-template-columns: 1fr; }
.g-ddd5209a .g-7ad901a1 { order: 1; }
.g-ddd5209a .g-51782ec0 { order: 2; }
.g-ddd5209a .g-dce1eccc { margin-top: var(--size-xs); }
.g-ddd5209a .g-edb98c29 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-ddd5209a { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-3a2ff558 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-aabc6abf { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-a76f4adc { text-decoration: none; }
.g-a76f4adc:hover { text-decoration: underline; }
.g-7dc0b151 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-aa4c6bf1 { margin-top: var(--size-s); }
.g-341a6af6 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-3a2ff558 { gap: var(--size-xs); }
.g-7dc0b151 { margin-top: var(--size-s); }
.g-341a6af6 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-f0b6e966 { text-align: center; }
.g-eea9bc0e { position: relative; }
.g-6d0cdf48 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-6d0cdf48:hover { background-color: var(--color-primary); }
.g-043f0f8b { left: -42px; }
.g-f06798fe { right: -42px; }
@media screen and (max-width: 1024px) { .g-e55f0af7 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-6d0cdf48 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-289ae80f { margin-top: var(--size-m); max-width: 600px; }
.g-f8aefbb5 { margin-top: var(--size-m); max-width: 600px; }
.g-3752fd6d { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-6f42ceee { position: relative; display: inline-block; width: 100%; }
.g-6f42ceee .g-adc82492 { color: var(--color-text); 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) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-6f42ceee .g-1c55db22 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-6f42ceee .g-1b988ba0 { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-6f42ceee .g-1b988ba0:hover { opacity: .7; }
.g-6f42ceee .g-c036d7a2 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-6f42ceee .g-c036d7a2:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-8cc132a5 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-8cc132a5 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-8cc132a5 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-1b48bb79 { padding: var(--section-padding) 0; }
.g-1bfbbf84 { display: flex; }
.g-b868bbe8 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-91d0abd3 { width: 100%; height: 100%; }
.g-d32c95c6 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-90ad022b { margin-top: var(--size-s); }
.g-1e7bc917 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-1bfbbf84 { flex-direction: column-reverse; }
.g-b868bbe8 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-91d0abd3 { height: 350px; }
.g-d32c95c6 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-91d0abd3 { height: auto; }
.g-d32c95c6 { padding: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-2dcff023 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-2dcff023 .g-7bd9871b { 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-2dcff023 .g-7bd9871b:hover { filter: brightness(0.96); }
.g-2dcff023 .g-e9255270 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-2dcff023 .g-fa960718 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-2dcff023 { gap: var(--size-s); }
.g-7bd9871b { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-2dcff023 { gap: var(--size-xs); }
.g-7bd9871b { min-height: 40px; padding: 8px 16px; }
.g-e9255270 { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-f06914d5 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-20afc504 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-b9110f97 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-161b1438 { display: flex; justify-content: flex-start; align-items: center; }
.g-37488b9f { 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-0aef7d59 { display: flex; flex-direction: column; }
.g-7e00f9c8 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-e1600d3e { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-f06914d5 { flex-direction: column-reverse; }
.g-20afc504 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-be4b9563 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-be4b9563 .g-161b1438 { margin-top: 0; }
.g-161b1438 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-37488b9f { margin-right: 0; }
.g-0aef7d59 { margin-top: var(--size-xs); }
.g-7e00f9c8 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-20afc504 { text-align: center; }
.g-be4b9563 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-161b1438 { align-items: center; }
.g-afd21e14 { margin: 0 auto; }
 }

/* Block: about-page::about--0 (about) */
.g-263e56c0 { position: relative; display: flex; align-items: center; gap: var(--size-m); min-height: 550px; padding: var(--size-xl); }
.g-85df6a7f { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.g-b90447c3 { position: relative; z-index: 2; width: 60%; margin-left: auto; padding: var(--size-m); }
@media screen and (max-width: 870px) { .g-b90447c3 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-263e56c0 { padding: 0; flex-direction: column-reverse; }
.g-85df6a7f { position: static; border-radius: 0; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.g-b90447c3 { text-align: center; }
 }

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

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

/* Block: expertise::process--0 (process) */
.g-9c836306 { width: 60%; }
.g-7d20a694 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-f73a6df4 { flex: 1; }
.g-7b568440 { position: relative; }
.g-7b568440::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-e70415e0::before { display: none; }
@media screen and (max-width: 870px) { .g-d50260f6 { flex-direction: column; }
.g-9c836306 { width: 100%; }
.g-7d20a694 { display: grid; grid-template-columns: 1fr 1fr; }
.g-7d20a694::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-7d20a694::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-secondary); }
.g-7b568440::before { display: none; }
 }@media screen and (max-width: 576px) { .g-9c836306 { text-align: center; }
.g-7d20a694 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-7d20a694::before { display: none; }
.g-7d20a694::after { display: none; }
.g-7b568440::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-e70415e0::before { display: none; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-8557ac88 { 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-8557ac88 li { flex: 1; }
.g-64fc6d6f { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-65842466 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-8557ac88 { flex-direction: column; }
.g-64fc6d6f { text-align: center; min-width: auto; }
 }