/* Block: categories-list (categories-list) */
.g-415baeab { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-415baeab .g-c0a49ceb { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-415baeab .g-c0a49ceb:hover { filter: brightness(0.96); }
.g-415baeab .g-c0a49ceb:hover .g-37c0a215 { opacity: 1; }
.g-415baeab .g-336f1054 { position: relative; z-index: 1; }
.g-415baeab .g-37c0a215 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-c0a49ceb { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-37c0a215 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-c0a49ceb { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-37c0a215 { font-size: 56px; }
 }

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

/* Block: comments (comments) */
.comments-block .comments {
    list-style: none;
    padding: 0;
}

.comments-block .comments ul {
    padding: 0;
}

.comments-block .comment {
    list-style: none;
}

.comments-block .comments-title,
.comments-block .comment-reply-title {
    font-size: clamp(1.5rem, 0.8839779006vw + 1.2928176796rem, 2rem);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: var(--size-m);
}

.comments-block .comment-body,
.comments-block .comment-respond {
    margin-top: var(--size-m);
    background-color: var(--color-surface);
    padding: var(--size-s);
    border-radius: var(--b-radius);
}

.comments-block .comment-content {
    margin-top: var(--size-s);
}

.comments-block .comment-metadata {
    margin-top: var(--size-xxs);
}

.comments-block .avatar {
    border-radius: 50%;
    margin-right: var(--size-xs);
}

.comments-block .comment-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xs);
}

.comments-block .comment-form p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xxs);
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"],
.comments-block .comment-form textarea {
    width: 100%;
    border: 0;
    border-radius: var(--b-radius);
    font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
    font-weight: 400;
    line-height: 120%;
    color: var(--color-text);
    background-color: var(--color-bg);
    outline: none;
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"] {
    height: var(--size-l);
}

.comments-block .comment-form textarea {
    min-height: 130px;
    resize: vertical;
}

.comments-block .comment-form .submit {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    padding: 9px 75px;
    min-height: var(--size-l);
    text-decoration: none;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: var(--b-radius);
}

.comments-block p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: center;
}

/* Block: cookie (cookie) */
.g-ae7e76e9 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-6aa0113a { display: block; }
.g-0da5eb42 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-0c6f998b { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-9ad2d2de { width: 100%; }
@media screen and (max-width: 768px) { .g-ae7e76e9 { padding: var(--size-s); }
.g-0da5eb42 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-0c6f998b { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-9ad2d2de { width: auto; }
 }@media screen and (max-width: 576px) { .g-0c6f998b { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-63e6a0ff { margin-top: var(--size-m); }
.g-df7dd56e { margin-top: var(--size-m); }
.g-87c80735 { margin-top: var(--size-xl); }
.g-272665f8 { align-items: stretch; }
.g-7a2dcfa1 { height: auto; }
.g-8481bade { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-8481bade .g-b1b896c2 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-8481bade .g-81c92df4 { background: var(--color-primary); transform: scale(1.2); }
.g-91b7a26a { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-c4101bec { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-a35a735d { 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-a35a735d.g-67ec3bd6 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-d54a5042 { margin-top: var(--section-padding); }
.g-c17e7417 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-5825906b { 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-59b1db8b { max-width: 524px; }
.g-bcf4e8e2 { max-width: 450px; }
.g-53aae8ba { margin-top: var(--size-xs); }
.g-2c28ee9b { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-86ca33cc { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-2a009223 { 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-2a009223:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-31d04a24 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-b95f60a0 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-c6df0720 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-2b158fc3 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-c5e6db38 { 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-59b1db8b { max-width: initial; }
.g-bcf4e8e2 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-2b158fc3 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-c5e6db38 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-119ea91c { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-5825906b { gap: var(--size-m); }
.g-2c28ee9b { flex-direction: column; gap: var(--size-xxs); }
.g-86ca33cc { width: 100%; }
.g-2a009223 { width: 100%; }
.g-2b158fc3 { 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-f079f286 { position: relative; z-index: 5; }
.g-0f9b98c8 { width: 100%; }
.g-60dec70d { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-13c55f2a { position: sticky; top: -1px; z-index: 5; }
.g-a87c70be { display: block; }
.g-93f3c873 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-93f3c873::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-a9737af7 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-27501351 { font-size: 34px; margin-right: var(--size-xxs); }
.g-3fb82280 { font-size: 24px; font-weight: 600; }
.g-6b02ce31 { display: block; }
.g-ce9fe05d { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-95e64639 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-95e64639:hover { text-decoration: underline; }
.g-2d967bf7 { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-a9a0faeb { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-f079f286 { position: sticky; top: 0; }
.g-60dec70d { justify-content: space-between; height: 65px; }
.g-70548e0c { top: 65px; height: 0; }
.g-93f3c873::after { display: none; }
.g-a9737af7 { margin: 0; }
.g-6b02ce31 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-6b02ce31.g-61aee0e9 { display: block; }
.g-ce9fe05d { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-2d967bf7 { display: flex; }
 }@media screen and (max-width: 576px) { .g-27501351 { font-size: 28px; }
.g-3fb82280 { font-size: 20px; }
.g-6b02ce31 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-43c4ce77 { padding: var(--section-padding) 0; }
.g-9a4cfefb { display: flex; }
.g-d41856fa { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-cc17dd68 { width: 100%; height: 100%; }
.g-2aaa4ff5 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-5a30e955 { margin-top: var(--size-s); }
.g-452c4797 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-9a4cfefb { flex-direction: column-reverse; }
.g-d41856fa { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-cc17dd68 { height: 350px; }
.g-2aaa4ff5 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-cc17dd68 { height: auto; }
.g-2aaa4ff5 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-ee8c42b7 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-ea9c856f { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-4ce45bf1 { text-align: center; margin-top: var(--size-xl); }
.g-a839bd6d { text-align: center; margin-top: var(--size-s); }
.g-53a7ff31 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-4ce45bf1 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-53a7ff31 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-715d9336 { padding: var(--size-m) 0 50px; }
.g-f05c10ec { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-3d32ee92 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-f05c10ec { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-b93d3ff2 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-b93d3ff2 .g-5679f804 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-b93d3ff2 .g-5679f804:hover .g-421fb50c { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-b93d3ff2 .g-b398f789 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-b93d3ff2 .g-b398f789::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-b93d3ff2 .g-b398f789 img { width: 100%; height: 100%; object-fit: cover; }
.g-b93d3ff2 .g-421fb50c { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-b93d3ff2 .g-61756c85 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-b93d3ff2 .g-96b49420 { 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-b93d3ff2 .g-8e69ff49 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b93d3ff2 .g-f31faf9a { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-b93d3ff2 .g-9c57c4a8 { display: flex; align-items: center; gap: 8px; }
.g-b93d3ff2 .g-9c57c4a8:hover { text-decoration: underline; }
.g-b93d3ff2 .g-9c57c4a8 svg { margin-left: 8px; fill: currentColor; }
.g-b93d3ff2 .g-eb35a735 { white-space: nowrap; opacity: 0.8; }
.g-21d04813 { min-height: 600px; }
.g-21d04813 .g-5679f804 { padding: 48px 40px; }
.g-21d04813 .g-421fb50c { transform: none; }
@media screen and (max-width: 870px) { .g-21d04813 { min-height: 368px; }
.g-21d04813 .g-5679f804 { padding: 24px; }
.g-21d04813 .g-421fb50c { 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-957f1e90 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-957f1e90 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-957f1e90 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-957f1e90 .g-adc1e4e8 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-957f1e90 .g-d8c4681f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-957f1e90 .g-24a1f4e3 { margin-top: var(--size-m); }
.g-957f1e90 .g-1f6efe57 { 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-957f1e90 .g-21a4fc65 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-957f1e90 .g-21a4fc65::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-957f1e90 .g-21a4fc65:hover { color: var(--color-text); }
.g-957f1e90 .g-6c7a31c1 { font-weight: bold; }
.g-957f1e90 .g-6c7a31c1::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-957f1e90 { grid-template-columns: 1fr; }
.g-957f1e90 .g-06b3190a { display: none; }
.g-957f1e90 .g-24a1f4e3 { margin-top: var(--size-s); }
.g-957f1e90 .g-1f6efe57 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-957f1e90 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-957f1e90 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-5a525e62 { position: relative; }
.g-c94db29c { width: 100%; }
.g-389ee09a { position: relative; display: flex; flex-direction: column; }
.g-5fdc2c24 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-5fdc2c24::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-bb45604d { width: 100%; height: 100%; }
.g-87703924 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-f666e813 { 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-c36daf39 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-5b61df10 { 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-5b61df10:hover { text-decoration: underline; }
.g-997ba7f2 { margin-top: var(--size-m); }
.g-ccbcd453 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-389ee09a { padding-bottom: 40px; }
.g-c36daf39 { gap: var(--size-xxs); }
.g-5b61df10 { height: 31px; padding: 8px 16px; }
.g-997ba7f2 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-f666e813 { padding-bottom: 0; }
.g-5b61df10 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-389ee09a { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-bb45604d { aspect-ratio: auto; height: 100%; }
.g-f666e813 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-9197de2c { text-align: center; }
.g-2141fcda { position: relative; }
.g-2c89e103 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-2c89e103:hover { background-color: var(--color-primary); }
.g-c21cfb9a { left: -42px; }
.g-bd1a31c7 { right: -42px; }
@media screen and (max-width: 1024px) { .g-68722bca { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-2c89e103 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-2b5a1713 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-20777238 { margin-top: var(--size-xl); }
.g-f2b8a23b { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-d31b31c5 { position: relative; display: inline-block; width: 100%; }
.g-d31b31c5 .g-b6d70914 { 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-d31b31c5 .g-a88c6c76 { 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-d31b31c5 .g-a88c6c76:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-1234a175 { padding: var(--section-padding) 0; }
.g-f38a5c76 { display: flex; }
.g-cd7126f5 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-01d5a413 { width: 100%; height: 100%; }
.g-ae9d5571 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-31534bca { margin-top: var(--size-s); }
.g-4a826f32 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-f38a5c76 { flex-direction: column-reverse; }
.g-cd7126f5 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-01d5a413 { height: 350px; }
.g-ae9d5571 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-01d5a413 { height: auto; }
.g-ae9d5571 { padding: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-32e35b6c { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-32e35b6c .g-c9d003d4 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-32e35b6c .g-c9d003d4:hover { filter: brightness(0.96); }
.g-32e35b6c .g-c9d003d4:hover .g-ab847e28 { opacity: 1; }
.g-32e35b6c .g-29904da6 { position: relative; z-index: 1; }
.g-32e35b6c .g-ab847e28 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-c9d003d4 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-ab847e28 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-c9d003d4 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-ab847e28 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-abff12ac { margin-top: var(--size-m); }
.g-f29bf6c0 { margin-top: var(--size-m); }
.g-ac8673c4 { margin-top: var(--size-xl); }
.g-a645ac38 { align-items: stretch; }
.g-0da6538a { height: auto; }
.g-38d9225a { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-38d9225a .g-9ffe1bcb { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-38d9225a .g-a30789bc { background: var(--color-primary); transform: scale(1.2); }
.g-a36ab0d7 { 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-077e5b16 { margin: var(--section-padding) 0; }

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

/* Block: contacts-page::form--0 (form) */
.g-997baa64 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-d4bb03f1 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-6c906a42 { display: flex; justify-content: flex-start; }
.g-85bc214a { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-7cc685c8 { display: flex; justify-content: flex-start; align-items: center; }
.g-88918f42 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-d8351a8a { fill: var(--color-text); }
.g-667b84b6 { stroke: var(--color-text); }
.g-87382220 { stroke: var(--color-text); }
.g-4afc0a47 { display: flex; flex-direction: column; }
.g-284a559f { flex: 0 0 50%; height: 383px; }
.g-eb044b1d { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-997baa64 { flex-direction: column; }
.g-d4bb03f1 { width: 100%; flex: 0 0 auto; }
.g-6c906a42 { flex-direction: column; }
.g-85bc214a { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-647c2aed { width: 100%; display: flex; justify-content: space-between; }
.g-7cc685c8 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-88918f42 { margin-right: 0; }
.g-4afc0a47 { margin-top: var(--size-xs); }
.g-284a559f { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-d4bb03f1 { padding: var(--size-xs); }
.g-647c2aed { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-7cc685c8 { align-items: center; }
.g-4afc0a47 { text-align: center; }
.g-284a559f { height: 370px; }
 }

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

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

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

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-ba4aeb48 { 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-b4991a62 { width: 50%; }
.g-282376cb { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-973f96bd { padding: var(--size-s) var(--size-m); }
.g-b7d49639 { transform: scale(1.2); }
.g-549dc382 { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-838b7453 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-ba4aeb48 { padding: 20px 20px 10px; }
.g-b7d49639 { transform: none; }
 }@media screen and (max-width: 768px) { .g-b4991a62 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-ba4aeb48 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-282376cb { text-align: center; }
 }

/* Block: expertise::text--1 (text) */
.g-ab9202e1 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-55006dc9 { text-align: center; }
.g-ab9202e1 { column-count: 1; }
 }