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

/* Block: category-header (category-header) */
.g-54f46a7f { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-54f46a7f .g-91e47711 { 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-54f46a7f .g-bf475f35 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-54f46a7f { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-91e47711 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-4c8063b4 { text-align: center; }
.g-bf475f35 { 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-44d2ae94 { 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-d2b4ec43 { display: block; }
.g-34bb2bcf { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-44d2ae94 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-34bb2bcf { gap: var(--size-xxs); }
.g-4a59c33e { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-f4550202 { margin-top: var(--size-m); }
.g-f7c03cce { margin-top: var(--size-m); }
.g-bcfa9de3 { margin-top: var(--size-xl); }
.g-dd2a5235 { align-items: stretch; }
.g-48d592a4 { height: auto; }
.g-3a090acb { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-3a090acb .g-079c5907 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-3a090acb .g-82a24e25 { background: var(--color-primary); transform: scale(1.2); }
.g-09c7bce0 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-b1b4ba60 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-89addd56 { 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-89addd56.g-6e897c8a { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-a6e49b5f { margin-top: var(--section-padding); }
.g-00dc3bb5 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-338d4ee0 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-0cb606ca { max-width: 524px; }
.g-3eee9f35 { max-width: 450px; }
.g-87ba2bff { margin-top: var(--size-xs); }
.g-db988e67 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d610a89e { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-225fd2ee { 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-225fd2ee:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-9cde89ac { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-052b8a0b { transform: scale(1.2); margin-right: var(--size-xs); }
.g-d66a1ccc { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-032f0caa { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-948e3971 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-0cb606ca { max-width: initial; }
.g-3eee9f35 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-032f0caa { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-948e3971 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-490d31d3 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-338d4ee0 { gap: var(--size-m); }
.g-db988e67 { flex-direction: column; gap: var(--size-xxs); }
.g-d610a89e { width: 100%; }
.g-225fd2ee { width: 100%; }
.g-032f0caa { flex-direction: column; align-items: center; }
 }

/* 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-006b223d { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-c653ead8 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-f4b59641 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-8cb5d07d { font-size: 36px; margin-right: var(--size-xs); }
.g-8d7aaa60 { font-size: 24px; font-weight: 600; }
.g-8f1eefa7 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-074f592f { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-074f592f:hover { opacity: 0.7; }
.g-11885a0e { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-87bb866e { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-c0e09bf2 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-c0e09bf2.g-e133f646 { display: block; }
.g-8f1eefa7 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-11885a0e { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-c0e09bf2 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-01009a8d { padding: var(--size-xl) 0; }
.g-fe2b5b16 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-a3318015 { margin-top: var(--size-s); }
.g-2532199a { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-a3318015 { margin-top: var(--size-xs); }
.g-2532199a { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-b7f276d7 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-cda654a3 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-179c33b4 { position: relative; padding: var(--size-xl) 0; }
.g-cf5c73a7 { text-align: center; }
.g-14412306 { text-align: center; margin-top: var(--size-s); }
.g-672daa47 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-672daa47 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-8380151d { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-fe211267 { margin-top: var(--size-xl); text-align: center; }
.g-817e2534 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-8380151d { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-8380151d { padding-bottom: 35px; }
.g-fe211267 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-8cacf3e6 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-8cacf3e6 .g-0891ffdb { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-8cacf3e6 .g-0891ffdb:hover .g-9a88a4d5 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-8cacf3e6 .g-3488e350 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-8cacf3e6 .g-3488e350::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-8cacf3e6 .g-3488e350 img { width: 100%; height: 100%; object-fit: cover; }
.g-8cacf3e6 .g-9a88a4d5 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-8cacf3e6 .g-75f2ccad { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-8cacf3e6 .g-4aa0cbe8 { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-8cacf3e6 .g-f4b0cda9 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-8cacf3e6 .g-0b174189 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-8cacf3e6 .g-3a1e5782 { display: flex; align-items: center; gap: 8px; }
.g-8cacf3e6 .g-3a1e5782:hover { text-decoration: underline; }
.g-8cacf3e6 .g-3a1e5782 svg { margin-left: 8px; fill: currentColor; }
.g-8cacf3e6 .g-1effa343 { white-space: nowrap; opacity: 0.8; }
.g-20a1e85e { min-height: 600px; }
.g-20a1e85e .g-0891ffdb { padding: 48px 40px; }
.g-20a1e85e .g-9a88a4d5 { transform: none; }
@media screen and (max-width: 870px) { .g-20a1e85e { min-height: 368px; }
.g-20a1e85e .g-0891ffdb { padding: 24px; }
.g-20a1e85e .g-9a88a4d5 { transform: translateY(46px); }
 }

/* 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-f3fed542 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-f3fed542 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-f3fed542 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-f3fed542 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-f3fed542 .g-9dac9e93 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-f3fed542 .g-a879cfad { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f3fed542 .g-cbf66025 { margin-top: var(--size-s); }
.g-f3fed542 .g-09ca3fcf { 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-f3fed542 .g-f52a14a0 { display: block; text-decoration: none; }
.g-f3fed542 .g-f52a14a0:hover { text-decoration: underline; }
.g-f3fed542 .g-98053a07 { position: relative; color: var(--color-text); font-weight: bold; }
.g-f3fed542 .g-98053a07::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-f3fed542 { grid-template-columns: 1fr; }
.g-f3fed542 .g-9774206b { order: 1; }
.g-f3fed542 .g-14d0ce3e { order: 2; }
.g-f3fed542 .g-cbf66025 { margin-top: var(--size-xs); }
.g-f3fed542 .g-09ca3fcf { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-f3fed542 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-3de9e649 { position: relative; }
.g-05f5cf64 { width: 100%; }
.g-6acc2d03 { position: relative; display: flex; flex-direction: column; }
.g-a905a41a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-a905a41a::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-764e6b4d { width: 100%; height: 100%; }
.g-da380f0f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-f5238030 { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-d1b15cc6 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-eaa192c5 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-eaa192c5:hover { text-decoration: underline; }
.g-e57f9a9b { margin-top: var(--size-m); }
.g-1db7d8b4 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-6acc2d03 { padding-bottom: 40px; }
.g-d1b15cc6 { gap: var(--size-xxs); }
.g-eaa192c5 { height: 31px; padding: 8px 16px; }
.g-e57f9a9b { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-f5238030 { padding-bottom: 0; }
.g-eaa192c5 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-6acc2d03 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-764e6b4d { aspect-ratio: auto; height: 100%; }
.g-f5238030 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-c7fed1d8 { text-align: center; }
.g-2e4f2892 { position: relative; }
.g-fa0a9b19 { 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-fa0a9b19:hover { color: var(--color-primary); }
.g-ca71f107 { left: -42px; }
.g-ec47b2f0 { right: -42px; }
@media screen and (max-width: 1024px) { .g-ae147bea { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-fa0a9b19 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-8936ada8 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-8936ada8 .g-d6364abb { margin-top: var(--size-m); max-width: 600px; }
.g-f9e127dc { margin-top: var(--size-xl); }
.g-8cf73543 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-8936ada8 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-96496590 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-96496590 .g-549b8415 { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-96496590 .g-a0b2d6d1 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-96496590 .g-a0b2d6d1:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-63a7538f { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-001ec88b { fill: var(--color-text-light); }
.g-f26fa6e8 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-63a7538f { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-09b75916 { padding: var(--size-xl) 0; }
.g-cf16ce31 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-673c0304 { margin-top: var(--size-s); }
.g-83af468e { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-673c0304 { margin-top: var(--size-xs); }
.g-83af468e { margin-top: var(--size-s); }
 }

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

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

/* Block: front-page::featured-posts (featured-posts) */
.g-2069eedd { margin-top: var(--size-m); }
.g-a58f93a6 { margin-top: var(--size-m); }
.g-956e9fbb { margin-top: var(--size-xl); }
.g-7b66dd0f { align-items: stretch; }
.g-cd7d8619 { height: auto; }
.g-0e243c11 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-0e243c11 .g-03106a82 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-0e243c11 .g-91cba3cc { background: var(--color-primary); transform: scale(1.2); }
.g-4f18fc7d { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-a2d565bd { position: relative; z-index: 1; }
.g-a2f23bee { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-dd993d93 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-47f12aa8 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-a15ae11d { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-c69b525d { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-ddf2beba { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-05c9037f { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-52408b9d { fill: var(--color-text); }
.g-6b583a13 { stroke: var(--color-text); }
.g-12d3757e { stroke: var(--color-text); }
.g-0e96ebd8 { display: flex; flex-direction: column; }
.g-d28dc682 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-a2f23bee { flex-direction: column; }
.g-77ecc7e1 { margin-top: 0; }
.g-47f12aa8 { flex: 1; }
.g-d28dc682 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-0e96ebd8 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-dd993d93 { align-items: center; text-align: center; }
.g-47f12aa8 { padding: var(--size-s); }
.g-a15ae11d { transform: translateY(var(--size-xl)); }
.g-c69b525d { flex-direction: column; align-items: center; }
.g-d28dc682 { height: 370px; }
 }

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

/* Block: about-page::about--0 (about) */
.g-68835db7 { padding: 0; }
@media screen and (max-width: 1280px) { .g-655433d4 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-68835db7 { padding: 0 var(--wrapper-padding); }
.g-45897972 { column-count: 1; }
.g-655433d4 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-45897972 { text-align: center; }
 }

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

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

/* Block: expertise::process--0 (process) */
.g-7b92b29a { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-76bad6cf { flex: 1; }
.g-c1042ea6 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-62b9e144 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-secondary); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-1d35e11b { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-7b92b29a { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-76bad6cf { text-align: center; }
.g-1d35e11b { font-size: 32px; flex: 0 0 35px; }
 }

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

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

/* Block: expertise::about--1 (about) */
.g-4e6696a3 { display: flex; align-items: center; gap: var(--size-m); }
.g-369fdf24 { flex: 1; }
.g-17305df7 { flex: 1; }
@media screen and (max-width: 768px) { .g-4e6696a3 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-17305df7 { text-align: center; }
 }