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

/* Block: category-header (category-header) */
.g-06618b40 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-06618b40 .g-30f77420 { 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-06618b40 .g-6338d8fc { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-06618b40 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-30f77420 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-230a697f { text-align: center; }
.g-6338d8fc { 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-d8ccb4de { 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-43cfc56b { display: block; }
.g-51ee73d3 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-d8ccb4de { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-51ee73d3 { gap: var(--size-xxs); }
.g-7d4867fd { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-69e8dd27 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-9dd1dff1 { 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-9dd1dff1.g-ac9000fc { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-440835ba { margin-top: var(--section-padding); }
.g-7b9b45ee { 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-13682202 { max-width: 510px; }
.g-5c0ef605 { max-width: 430px; }
.g-42a54466 { margin-top: var(--size-xs); }
.g-998cc17e { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-57e8009b { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-128e156a { 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-128e156a:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-340e572a { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-b01236dc { transform: scale(1.2); margin-right: var(--size-xs); }
.g-23932d5d { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-e833d49f { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-a0c7453a { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-c597b591 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-e19a0d14 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-7b9b45ee { padding: var(--size-m); }
.g-13682202 { max-width: initial; }
.g-5c0ef605 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-e19a0d14 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-46e97ffa { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-7b9b45ee { gap: var(--size-m); }
.g-998cc17e { flex-direction: column; gap: var(--size-xxs); }
.g-57e8009b { width: 100%; }
.g-128e156a { width: 100%; }
.g-e833d49f { justify-content: flex-start; align-items: flex-start; }
.g-a0c7453a { flex-direction: column; justify-content: flex-start; 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-283220b3 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-5704ee4b { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-82853581 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-15aa2050 { font-size: 36px; margin-right: var(--size-xs); }
.g-8bc814c4 { font-size: 24px; font-weight: 600; }
.g-d6f6015c { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-51817243 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-9ce5fbbd { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-7d8ec87b { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-e401197d { 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-e401197d.g-3274643f { display: block; }
.g-d6f6015c { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-9ce5fbbd { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-e401197d { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-2f038e92 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-752ea7a1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-72270c1d { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-72270c1d::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-ac24e887 { 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-347c8fbc { max-width: 760px; text-align: center; }
.g-efe8c929 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-2f038e92 { min-height: 500px; }
.g-ac24e887 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-347c8fbc { text-align: left; }
.g-c58b81bb { margin-top: var(--size-xs); }
.g-efe8c929 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-e478eeea { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-b2adc301 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-0279eba0 { text-align: center; margin-top: var(--size-xl); }
.g-e5f3ae51 { text-align: center; margin-top: var(--size-s); }
.g-233db1f3 { text-align: center; }
@media screen and (max-width: 768px) { .g-0279eba0 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-9da255ab { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-2a0fb611 { margin-top: var(--size-xl); text-align: center; }
.g-418807ce { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-9da255ab { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-9da255ab { padding-bottom: 35px; }
.g-2a0fb611 { margin-top: var(--size-xs); }
 }

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

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

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

.g-94ca8e5d .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-94ca8e5d .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-94ca8e5d .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-94ca8e5d .prev,
.g-94ca8e5d .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-94ca8e5d .prev:hover,
.g-94ca8e5d .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

    .g-94ca8e5d .next {
        right: 0;
        transform: none;
    }

    .g-94ca8e5d .prev,
    .g-94ca8e5d .next {
        position: static;
        margin-top: 0;
    }
}

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

/* Block: post-card (post-card) */
.g-9c67004e { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-9c67004e .g-18e6f42a { position: relative; text-decoration: none; }
.g-9c67004e .g-f815daae { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-9c67004e .g-c9638f3f { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-9c67004e .g-c9638f3f img { width: 100%; height: 100%; object-fit: cover; }
.g-9c67004e .g-935c3b9d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-9c67004e .g-28898567 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-9c67004e .g-5de5c825 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-9c67004e .g-fef5a9a9 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-ad0f2ac5 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-ad0f2ac5 .g-18e6f42a { position: relative; text-decoration: none; }
.g-ad0f2ac5 .g-f815daae { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-ad0f2ac5 .g-c9638f3f { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-ad0f2ac5 .g-c9638f3f img { width: 100%; height: 100%; object-fit: cover; }
.g-ad0f2ac5 .g-935c3b9d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-ad0f2ac5 .g-28898567 { 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-ad0f2ac5 .g-5de5c825 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-ad0f2ac5 .g-fef5a9a9 { 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-f815daae { 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-1d81db36 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-1d81db36 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-1d81db36 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-1d81db36 .g-26d3b954 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-1d81db36 .g-6454ab4f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-1d81db36 .g-b6145d95 { margin-top: var(--size-m); }
.g-1d81db36 .g-639ebb7d { 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-1d81db36 .g-f1072122 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-1d81db36 .g-f1072122::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-1d81db36 .g-f1072122:hover { color: var(--color-text); }
.g-1d81db36 .g-3096b8d2 { font-weight: bold; }
.g-1d81db36 .g-3096b8d2::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-1d81db36 { grid-template-columns: 1fr; }
.g-1d81db36 .g-6333bb0d { display: none; }
.g-1d81db36 .g-b6145d95 { margin-top: var(--size-s); }
.g-1d81db36 .g-639ebb7d { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-1d81db36 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-1d81db36 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-791fd0ce { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-2062ccde { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-6e1198de { text-decoration: none; }
.g-6e1198de:hover { text-decoration: underline; }
.g-ddb35ff9 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-e83a7cc6 { margin-top: var(--size-s); }
.g-6e29debc { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-791fd0ce { gap: var(--size-xs); }
.g-ddb35ff9 { margin-top: var(--size-s); }
.g-6e29debc { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-d28073ce { text-align: center; }
.g-ed066bbb { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-b2a0e468 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-184b3b45 { 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-184b3b45:hover { background-color: var(--color-primary); }
.g-e99867fd { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-ed066bbb { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-d3186648 { margin-top: var(--size-m); max-width: 600px; }
.g-9c9983ef { margin-top: var(--size-m); max-width: 600px; }
.g-217e634c { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-07e6c362 { position: relative; display: inline-block; width: 100%; }
.g-07e6c362 .g-93d8b2d3 { 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-07e6c362 .g-57cdf6ca { 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-07e6c362 .g-712bc1b8 { 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-07e6c362 .g-712bc1b8:hover { opacity: .7; }
.g-07e6c362 .g-9778c11e { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-07e6c362 .g-9778c11e:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-bd37100c { 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-666b3443 { fill: var(--color-text-light); }
.g-2de12b1d { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-bd37100c { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-e0814b6b { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-aa983e2a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-3f1f6ec1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-3f1f6ec1::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-305bc5b8 { 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-1ad07be3 { max-width: 760px; text-align: center; }
.g-72c3bd6a { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-e0814b6b { min-height: 500px; }
.g-305bc5b8 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-1ad07be3 { text-align: left; }
.g-3afc4b57 { margin-top: var(--size-xs); }
.g-72c3bd6a { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-94e0ff59 { display: flex; align-items: center; gap: var(--size-m); }
.g-ed67a4aa { flex: 1; }
.g-c4121b35 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-94e0ff59 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-10d52c14 { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-cce135e7 { position: relative; z-index: 1; }
.g-994613a6 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-4823065f { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-e12efa36 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-ee26d661 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-51ceb385 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-76591f02 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-49fec26b { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-0d7c587a { fill: var(--color-text); }
.g-a262379b { stroke: var(--color-text); }
.g-284647b4 { stroke: var(--color-text); }
.g-480603d0 { display: flex; flex-direction: column; }
.g-e20bc9e0 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-994613a6 { flex-direction: column; }
.g-8d8f4c54 { margin-top: 0; }
.g-e12efa36 { flex: 1; }
.g-e20bc9e0 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-480603d0 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-4823065f { align-items: center; text-align: center; }
.g-e12efa36 { padding: var(--size-s); }
.g-ee26d661 { transform: translateY(var(--size-xl)); }
.g-51ceb385 { flex-direction: column; align-items: center; }
.g-e20bc9e0 { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-93d03dea { display: flex; align-items: center; gap: var(--size-m); }
.g-c78c090e { flex: 1; }
.g-62485dc1 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-93d03dea { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-0fc00c0f { text-align: center; }
 }

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

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

/* Block: expertise::about--0 (about) */
.g-d41d80db { display: flex; align-items: center; gap: var(--size-m); }
.g-61d63da6 { flex: 1; }
.g-775372a5 { flex: 1; }
@media screen and (max-width: 768px) { .g-d41d80db { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-775372a5 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-23e159b1 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-f51a5efa { flex: 1; }
.g-13f85050 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-96cc9767 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-9ab57aab { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-23e159b1 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-f51a5efa { text-align: center; }
.g-9ab57aab { font-size: 32px; flex: 0 0 35px; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-0eb0fea5 { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-e1d134c9 { width: 50%; }
.g-2e59f037 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-2b234013 { padding: var(--size-s) var(--size-m); }
.g-cbe21b73 { transform: scale(1.2); }
.g-7c087907 { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-2c52f34a svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-0eb0fea5 { padding: 20px 20px 10px; }
.g-cbe21b73 { transform: none; }
 }@media screen and (max-width: 768px) { .g-e1d134c9 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-0eb0fea5 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-2e59f037 { text-align: center; }
 }

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