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

/* Block: category-header (category-header) */
.g-9998f356 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-9998f356 .g-bf834e99 { 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-9998f356 .g-c2bf4639 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-9998f356 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-bf834e99 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-060caf27 { text-align: center; }
.g-c2bf4639 { 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-5d98f6f1 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-34519e11 { display: block; }
.g-7801a122 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-5d01de98 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-2202c423 { width: 100%; }
@media screen and (max-width: 768px) { .g-5d98f6f1 { padding: var(--size-s); }
.g-7801a122 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-5d01de98 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-2202c423 { width: auto; }
 }@media screen and (max-width: 576px) { .g-5d01de98 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-d999b0f4 { margin-top: var(--size-m); }
.g-408fcd74 { margin-top: var(--size-m); }
.g-cd71b255 { margin-top: var(--size-xl); }
.g-7760a555 { align-items: stretch; }
.g-9934f780 { height: auto; }
.g-f67dfa2a { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-f67dfa2a .g-0951119c { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-f67dfa2a .g-51bd2a0f { background: var(--color-primary); transform: scale(1.2); }
.g-93ded20b { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-4918bcb2 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-a23e1a79 { 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-a23e1a79.g-dbb49991 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-8ddc3957 { margin-top: var(--section-padding); }
.g-54e1930c { border-radius: var(--b-radius); padding: var(--size-m); }
.g-617ddcb0 { 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-30009728 { max-width: 524px; }
.g-b41e8f8d { max-width: 450px; }
.g-9ab3c7d0 { margin-top: var(--size-xs); }
.g-eeeac1d7 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-6de010e5 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-55039f0d { 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-55039f0d:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-a1b313f4 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-aabf5abc { transform: scale(1.2); margin-right: var(--size-xs); }
.g-c95e49ef { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-5fcd5156 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-2d2d46c0 { 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-30009728 { max-width: initial; }
.g-b41e8f8d { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-5fcd5156 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-2d2d46c0 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-ecb7437d { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-617ddcb0 { gap: var(--size-m); }
.g-eeeac1d7 { flex-direction: column; gap: var(--size-xxs); }
.g-6de010e5 { width: 100%; }
.g-55039f0d { width: 100%; }
.g-5fcd5156 { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-1b9f1e46 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-f72f511f { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-0f22394b { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-50262372 { font-size: 34px; margin-right: var(--size-xxs); }
.g-8cc176be { font-size: 24px; font-weight: 600; }
.g-580f2f7f { -ms-overflow-style: none; scrollbar-width: none; }
.g-09fb0d86 { display: none; }
.g-318c7161 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-86b7db67 { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-86b7db67:hover { opacity: 0.7; }
.g-86b7db67 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-3e401690 { display: none; }
.g-4147503a { display: none; }
.g-7301e7e1 { display: inline; }
.g-9841a482 { display: none; }
.g-d0925ece { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-d0925ece.g-4bec2ced { display: flex; width: 100%; }
.g-e14ea935 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-50262372 { font-size: 28px; }
.g-8cc176be { font-size: 20px; }
.g-318c7161 { gap: var(--size-xxs); }
.g-cc1a67a5 { display: none; }
.g-4147503a { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-bcd65aa3 { padding: var(--size-xl) 0; }
.g-305c2bd7 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-9c17080f { margin-top: var(--size-s); }
.g-1e5a39b8 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-9c17080f { margin-top: var(--size-xs); }
.g-1e5a39b8 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-3db0096d { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-1e46608a { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-2a72df01 { position: relative; padding: var(--size-xl) 0; }
.g-21f75062 { text-align: center; }
.g-6d236245 { text-align: center; margin-top: var(--size-s); }
.g-b4254d98 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-b4254d98 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-e6720435 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-e6720435 .g-a75d94e0 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-e6720435 .g-a75d94e0:hover .g-c0f6c811 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-e6720435 .g-3e9bcb85 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-e6720435 .g-3e9bcb85::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-e6720435 .g-3e9bcb85 img { width: 100%; height: 100%; object-fit: cover; }
.g-e6720435 .g-c0f6c811 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-e6720435 .g-1fcb2380 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-e6720435 .g-ac834a58 { 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-e6720435 .g-25f0ad24 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-e6720435 .g-164deb52 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-e6720435 .g-73bc9290 { display: flex; align-items: center; gap: 8px; }
.g-e6720435 .g-73bc9290:hover { text-decoration: underline; }
.g-e6720435 .g-73bc9290 svg { margin-left: 8px; fill: currentColor; }
.g-e6720435 .g-ccec832f { white-space: nowrap; opacity: 0.8; }
.g-f64f48e1 { min-height: 600px; }
.g-f64f48e1 .g-a75d94e0 { padding: 48px 40px; }
.g-f64f48e1 .g-c0f6c811 { transform: none; }
@media screen and (max-width: 870px) { .g-f64f48e1 { min-height: 368px; }
.g-f64f48e1 .g-a75d94e0 { padding: 24px; }
.g-f64f48e1 .g-c0f6c811 { 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-ce828da8 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-ce828da8 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-ce828da8 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-ce828da8 .g-13c857d4 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-ce828da8 .g-a8b1de31 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ce828da8 .g-f27264ce { margin-top: var(--size-m); }
.g-ce828da8 .g-15112aa7 { 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-ce828da8 .g-329b265f { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-ce828da8 .g-329b265f::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-ce828da8 .g-329b265f:hover { color: var(--color-text); }
.g-ce828da8 .g-3264e004 { font-weight: bold; }
.g-ce828da8 .g-3264e004::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-ce828da8 { grid-template-columns: 1fr; }
.g-ce828da8 .g-55be2781 { display: none; }
.g-ce828da8 .g-f27264ce { margin-top: var(--size-s); }
.g-ce828da8 .g-15112aa7 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-ce828da8 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-ce828da8 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-9a26ef6c { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-5b1f7525 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-3fc4ca27 { text-decoration: none; }
.g-3fc4ca27:hover { text-decoration: underline; }
.g-bcab24ae { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-e1e53c6a { margin-top: var(--size-s); }
.g-7b6f0aa8 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-9a26ef6c { gap: var(--size-xs); }
.g-bcab24ae { margin-top: var(--size-s); }
.g-7b6f0aa8 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-d796d4eb { text-align: center; }
.g-6330332a { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-7472313c { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-b10c03c0 { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-b10c03c0:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-6330332a { margin-top: var(--size-m); }
.g-7472313c { border-radius: var(--size-m); }
.g-b10c03c0 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-1299fd33 { margin-top: var(--size-m); max-width: 600px; }
.g-d35e4003 { margin-top: var(--size-m); max-width: 600px; }
.g-867e775a { margin-top: var(--size-xl); }

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

/* Block: toTop (toTop) */
.g-e3f80b8f { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-e3f80b8f svg { fill: var(--color-text-light); }
.g-d828d01d { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-e3f80b8f { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-fd18322e { padding: var(--size-xl) 0; }
.g-9030b56e { max-width: 565px; margin: 0 auto; text-align: center; }
.g-f1fc82ee { margin-top: var(--size-s); }
.g-337d0df2 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-f1fc82ee { margin-top: var(--size-xs); }
.g-337d0df2 { margin-top: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-793da80f { text-align: center; }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-6c61f341 { margin-top: var(--size-m); }
.g-26de9ed3 { margin-top: var(--size-m); }
.g-1ce25e13 { margin-top: var(--size-xl); }
.g-15262c8d { align-items: stretch; }
.g-3bc7e914 { height: auto; }
.g-3a5bcc6a { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-3a5bcc6a .g-bbfd5257 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-3a5bcc6a .g-6ba28386 { background: var(--color-primary); transform: scale(1.2); }
.g-ddbebd45 { 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-8830cb8f { 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-8830cb8f { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-b7f9e1e7 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-55523a06 { 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-bf4953e7 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-a7d0c233 { display: flex; justify-content: flex-start; align-items: center; }
.g-c5f1ce31 { 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-e85c4678 { display: flex; flex-direction: column; }
.g-a2b53fa3 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-2e2b4890 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-b7f9e1e7 { flex-direction: column-reverse; }
.g-55523a06 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-fbd5f407 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-fbd5f407 .g-a7d0c233 { margin-top: 0; }
.g-a7d0c233 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-c5f1ce31 { margin-right: 0; }
.g-e85c4678 { margin-top: var(--size-xs); }
.g-a2b53fa3 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-55523a06 { text-align: center; }
.g-fbd5f407 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-a7d0c233 { align-items: center; }
.g-3a7c8459 { margin: 0 auto; }
 }

/* Block: about-page::about--0 (about) */
.g-35390003 { padding: 0; }
@media screen and (max-width: 1280px) { .g-8730485d { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-35390003 { padding: 0 var(--wrapper-padding); }
.g-35adbf28 { column-count: 1; }
.g-8730485d { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-35adbf28 { text-align: center; }
 }

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

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

/* Block: expertise::process--0 (process) */
.g-fb322cd0 { width: 60%; }
.g-67d4c281 { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-67d4c281::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-a08fb1ca { flex: 1; }
.g-20b025e4 { position: relative; height: 100%; }
.g-20b025e4::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-7f007773 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-0d336f78 { flex-direction: column; }
.g-fb322cd0 { width: 100%; }
.g-67d4c281 { flex-direction: column; }
.g-67d4c281::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-20b025e4 { display: flex; justify-content: flex-start; align-items: center; }
.g-20b025e4::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-7f007773 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-fb322cd0 { text-align: center; }
.g-67d4c281::before { left: 57px; }
.g-20b025e4::before { left: 50px; }
.g-7f007773 { font-size: 32px; flex: 0 0 75px; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-7d67a16d { width: 60%; }
.g-2e730c92 { padding: var(--size-s) var(--wrapper-padding); }
.g-99154c67 { display: flex; justify-content: flex-start; }
.g-99154c67 svg { fill: var(--color-secondary); }
.g-a16a5144 { justify-content: flex-end; }
.g-151306f5 { padding: 0 var(--wrapper-padding); }
.g-78e56778 { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-7d67a16d { width: 100%; }
 }@media screen and (max-width: 576px) { .g-8a18c25a { flex-direction: column; }
.g-99154c67 svg { transform: scale(0.6); }
.g-151306f5 { padding: 0 50px 0 50px; }
.g-78e56778 { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-151306f5 { padding: 0; }
.g-78e56778 { padding: 0; }
 }

/* Block: expertise::about--0 (about) */
.g-57c185b6 { display: flex; align-items: center; gap: var(--size-m); }
.g-184e3097 { flex: 1; }
.g-bf865041 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-57c185b6 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-013accd4 { text-align: center; }
 }

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