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

/* Block: category-header (category-header) */
.g-95772f72 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-95772f72 .g-023b8470 { 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-95772f72 .g-249282d0 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-95772f72 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-023b8470 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-ad830e67 { text-align: center; }
.g-249282d0 { 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-94ce9b9b { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-086671fd { display: block; }
.g-3d1da658 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-07c0bf46 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-66602533 { width: 100%; }
@media screen and (max-width: 768px) { .g-94ce9b9b { padding: var(--size-s); }
.g-3d1da658 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-07c0bf46 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-66602533 { width: auto; }
 }@media screen and (max-width: 576px) { .g-07c0bf46 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-3f360efb { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-10feade3 { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-49230115 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-3f360efb { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-3f360efb { grid-template-columns: 1fr; gap: var(--size-l); }
 }

/* Block: footer (footer) */
.g-ec2476a1 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-f3ad8f29 { 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-f3ad8f29.g-850aaa39 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-0b6e7d88 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-565eaad5 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-1cf4abb7 { max-width: 563px; }
.g-12fecad3 { max-width: 465px; }
.g-ca0f4a50 { margin-top: var(--size-xs); }
.g-625fc688 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ad04d187 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-14d1a513 { 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-14d1a513:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-9df23647 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-685c6bb7 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-79862d95 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-e4844379 { display: flex; justify-content: space-between; align-items: center; }
.g-338fc89f { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-92519b05 { margin-top: var(--size-xl); display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-1cf4abb7 { max-width: 550px; }
.g-12fecad3 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-e4844379 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-338fc89f { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-92519b05 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-aba9590a { order: 3; }
 }@media screen and (max-width: 576px) { .g-565eaad5 { gap: var(--size-m); }
.g-625fc688 { flex-direction: column; gap: var(--size-xxs); }
.g-ad04d187 { width: 100%; }
.g-14d1a513 { width: 100%; }
.g-338fc89f { flex-direction: column; align-items: flex-start; }
 }

/* 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-580ddc3a { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-7ff123b3 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-9bcf1787 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-44ab1713 { font-size: 34px; margin-right: var(--size-xxs); }
.g-5ce76a39 { font-size: 24px; font-weight: 600; }
.g-bd85ef6c { -ms-overflow-style: none; scrollbar-width: none; }
.g-b642c539 { display: none; }
.g-0126b022 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-9a26da28 { 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-9a26da28:hover { opacity: 0.7; }
.g-9a26da28 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-7290ff06 { display: none; }
.g-4df6ec6e { display: none; }
.g-b463a349 { display: inline; }
.g-1a195d87 { display: none; }
.g-6450ce1a { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-6450ce1a.g-124f70fe { display: flex; width: 100%; }
.g-ad136032 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-44ab1713 { font-size: 28px; }
.g-5ce76a39 { font-size: 20px; }
.g-0126b022 { gap: var(--size-xxs); }
.g-ff3b6b20 { display: none; }
.g-4df6ec6e { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-b7a8364d { padding: var(--size-xl) 0; }
.g-665bd097 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-81858151 { margin-top: var(--size-s); }
.g-89e3618a { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-81858151 { margin-top: var(--size-xs); }
.g-89e3618a { margin-top: var(--size-s); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-e242b156 { position: relative; overflow: hidden; height: 100%; }
.g-e242b156 .g-2510c551 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-e242b156 .g-033fc041 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-e242b156 .g-033fc041 img { width: 100%; height: 100%; object-fit: cover; }
.g-e242b156 .g-42c97db1 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-e242b156 .g-6bfe685a { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-e242b156 .g-31d1a64d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-e242b156 .g-c27eef23 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-e242b156 .g-00ac3427 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-e242b156 .g-cefddc17 { display: flex; align-items: center; gap: 8px; }
.g-e242b156 .g-cefddc17:hover { text-decoration: underline; }
.g-e242b156 .g-8c29e855 { white-space: nowrap; opacity: 0.8; }
.g-e242b156 .g-16782958 { margin-top: var(--size-s); }
.g-e242b156 .g-9886be3b { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-83cca40d { position: relative; overflow: hidden; height: 100%; }
.g-83cca40d .g-2510c551 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-83cca40d .g-033fc041 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-83cca40d .g-033fc041 img { width: 100%; height: 100%; object-fit: cover; }
.g-83cca40d .g-42c97db1 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-83cca40d .g-6bfe685a { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-83cca40d .g-31d1a64d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-83cca40d .g-c27eef23 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-83cca40d .g-00ac3427 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-83cca40d .g-16782958 { margin-top: 16px; }
.g-83cca40d .g-9886be3b { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-6bfe685a { gap: 0 4px; }
.g-d2a02f87 { flex-direction: column-reverse; }
.g-db8b9d5c { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-aa373dc9 { width: 100%; }
 }

/* 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-8dd625ac { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-8dd625ac blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-8dd625ac .g-2bd4e584 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-8dd625ac .g-099dcec4 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8dd625ac .g-ec8a1156 { margin-top: var(--size-m); }
.g-8dd625ac .g-5f4f3524 { 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-8dd625ac .g-4895cbeb { display: block; text-decoration: none; }
.g-8dd625ac .g-4895cbeb:hover { text-decoration: underline; }
.g-8dd625ac .g-732edd98 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-8dd625ac { grid-template-columns: 1fr; }
.g-8dd625ac .g-cee3e9ba { display: none; }
.g-8dd625ac .g-ec8a1156 { margin-top: var(--size-s); }
.g-8dd625ac .g-5f4f3524 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-8dd625ac blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-0da145c1 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-2fe6cc82 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-3c46e3fe { display: flex; align-items: center; justify-content: center; }
.g-76ec15e6 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-6e6b7c2b { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-6e6b7c2b:hover { filter: brightness(0.96); }
.g-c95a9993 { margin-top: var(--size-m); }
.g-fe9c6276 { margin-top: var(--size-s); margin-bottom: auto; }
.g-b098cba1 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-0da145c1 { grid-template-columns: 1fr; }
.g-2fe6cc82 { max-width: 70%; }
.g-3c46e3fe { max-width: 70%; display: block; }
.g-6e6b7c2b { height: 30px; }
 }@media screen and (max-width: 768px) { .g-0da145c1 { gap: var(--size-m); }
.g-2fe6cc82 { max-width: 100%; }
.g-3c46e3fe { max-width: 100%; }
.g-fe9c6276 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-3fbda986 { text-align: center; }
.g-599b1ba8 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-b8a192ce { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-5df9b17b { 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-5df9b17b:hover { background-color: var(--color-primary); }
.g-0e2e2828 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-599b1ba8 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-3a49919d { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-3a49919d .g-e8eca2a6 { margin-top: var(--size-m); max-width: 600px; }
.g-0db46d7c { margin-top: var(--size-xl); }
.g-d36925c6 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-3a49919d { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-06cf433e { position: relative; display: inline-block; width: 100%; }
.g-06cf433e .g-98692325 { width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-06cf433e .g-98692325:focus + .g-b6a3d1e3 { opacity: 1; }
.g-06cf433e .g-0e5f2f73 { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-06cf433e .g-0e5f2f73:hover { opacity: .7; }
.g-06cf433e .g-5fc4cbbd { fill: var(--color-primary); }
.g-06cf433e .g-b6a3d1e3 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-06cf433e .g-b6a3d1e3:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-26241c1d { 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-1c72e483 { fill: var(--color-text-light); }
.g-c023bbf2 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-26241c1d { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-c07ee32b { padding: var(--size-xl) 0; }
.g-e4502cdf { max-width: 565px; margin: 0 auto; text-align: center; }
.g-34173ca4 { margin-top: var(--size-s); }
.g-12e0b6e8 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-34173ca4 { margin-top: var(--size-xs); }
.g-12e0b6e8 { margin-top: var(--size-s); }
 }

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

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

/* Block: front-page::featured-posts (featured-posts) */
.g-6716628d { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-0450a3a1 { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-2807e47a { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-6716628d { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-6716628d { grid-template-columns: 1fr; gap: var(--size-l); }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-84c8a7a3 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-cbb9691b { 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-d8319e0d { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-53dc5804 { display: flex; justify-content: flex-start; align-items: center; }
.g-4e34da76 { 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-cbda584f { display: flex; flex-direction: column; }
.g-ebc18661 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-43d810c2 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-84c8a7a3 { flex-direction: column-reverse; }
.g-cbb9691b { width: 100%; }
 }@media screen and (max-width: 768px) { .g-a2e1ca27 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-a2e1ca27 .g-53dc5804 { margin-top: 0; }
.g-53dc5804 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-4e34da76 { margin-right: 0; }
.g-cbda584f { margin-top: var(--size-xs); }
.g-ebc18661 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-cbb9691b { text-align: center; }
.g-a2e1ca27 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-53dc5804 { align-items: center; }
.g-531e8fcf { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-161336cf { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-ff1a24d1 { flex: 0 1 560px; }
.g-f2dbe312 { flex: 1 1 630px; }
.g-3ae82edb { flex: 1; }
.g-1a36c0a7 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-5bff01cc { flex: 1; }
.g-3db73964 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-cf853b38 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 768px) { .g-161336cf { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-ff1a24d1 { flex: auto; }
.g-f2dbe312 { flex: auto; width: 100%; }
.g-1a36c0a7 { margin-top: var(--size-s); }
.g-5bff01cc { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-3db73964 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-ff1a24d1 { text-align: center; }
.g-1a36c0a7 { flex-direction: column; }
.g-5bff01cc { flex: auto; text-align: center; }
.g-3db73964 { align-items: center; }
 }

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

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

/* Block: expertise::process--0 (process) */
.g-a3f2e813 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-a3f2e813::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-03539bda { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-03539bda::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-f4ecb184::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-4cb8eb6c { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-9f9eb323 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-e7e26485 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-3c13e266 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-1bbf38bf { padding-bottom: 37px; }
.g-1bbf38bf::before { bottom: 0; }
.g-acae7908 { padding-top: 35px; }
.g-acae7908::before { top: 0; }
@media screen and (max-width: 768px) { .g-a3f2e813 { flex-direction: column; }
.g-a3f2e813::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-90d2cc09 { width: 50%; }
.g-4cb8eb6c { margin: 0; align-self: initial; }
.g-9f9eb323 { order: 2; margin-left: auto; align-self: initial; }
.g-e7e26485 { order: 3; align-self: initial; }
.g-3c13e266 { margin-left: auto; align-self: initial; }
.g-03539bda { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-03539bda::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-1bbf38bf { padding-bottom: var(--size-xs); }
.g-acae7908 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-acae7908::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-a3f2e813::before { left: 0; }
.g-90d2cc09 { width: 100%; }
.g-4cb8eb6c { margin: 0; }
.g-9f9eb323 { margin: 0; }
.g-e7e26485 { margin: 0; }
.g-3c13e266 { margin: 0; }
.g-03539bda { padding-left: var(--size-s); }
.g-03539bda::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-1bbf38bf { margin: 0; padding-top: 35px; }
.g-acae7908 { padding-top: 35px; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-0d562af4 { width: 60%; }
.g-5edd5c8f { padding: var(--size-s) var(--wrapper-padding); }
.g-63ab3d46 { display: flex; justify-content: flex-start; }
.g-63ab3d46 svg { fill: var(--color-secondary); }
.g-c83d9f18 { justify-content: flex-end; }
.g-898a4564 { padding: 0 var(--wrapper-padding); }
.g-71073322 { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-0d562af4 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-860c5062 { flex-direction: column; }
.g-63ab3d46 svg { transform: scale(0.6); }
.g-898a4564 { padding: 0 50px 0 50px; }
.g-71073322 { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-898a4564 { padding: 0; }
.g-71073322 { padding: 0; }
 }

/* Block: expertise::about--0 (about) */
.g-55fae6f6 { display: flex; align-items: center; gap: var(--size-m); }
.g-ebf7105c { flex: 1; }
.g-ac577ba2 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-55fae6f6 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-588cf995 { text-align: center; }
 }

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