/* Block: categories-list (categories-list) */
.g-25f1ca2f { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-25f1ca2f .g-4f068235 { 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-25f1ca2f .g-4f068235:hover { filter: brightness(0.96); }
.g-25f1ca2f .g-4f068235:hover .g-0484ff12 { opacity: 1; }
.g-25f1ca2f .g-b64cdab4 { position: relative; z-index: 1; }
.g-25f1ca2f .g-0484ff12 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-4f068235 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-0484ff12 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-4f068235 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-0484ff12 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-26893da9 { 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-26893da9 .g-c4aef87d { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-26893da9 .g-1fc5182d { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-c4aef87d { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-1fc5182d { 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-0aceb0df { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-483ae7e4 { display: block; }
.g-bbfe0923 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-0aceb0df { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-bbfe0923 { gap: var(--size-xxs); }
.g-b44ca6c5 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-1e2d1e84 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-42591e55 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-9b69ad1e { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-2f2c9491 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-1e2d1e84 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-1e2d1e84 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-42591e55 { padding: 8px; }
 }

/* Block: footer (footer) */
.g-e1f4e554 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-13d2ba29 { 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-13d2ba29.g-13c77c2f { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-08127e37 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-7bd46c86 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-f5d8c8ce { max-width: 563px; }
.g-d7b1615d { max-width: 465px; }
.g-a8234b57 { margin-top: var(--size-xs); }
.g-9e6a96bd { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-5429d6c5 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-10b1a62d { 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-10b1a62d:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-f516eb3d { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-b0bc261b { transform: scale(1.2); margin-right: var(--size-xs); }
.g-3a3463c5 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-5fc331af { display: flex; justify-content: space-between; align-items: center; }
.g-8ba11a34 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-a84bfc3b { 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-f5d8c8ce { max-width: 550px; }
.g-d7b1615d { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-5fc331af { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-8ba11a34 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-a84bfc3b { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-f014f62d { order: 3; }
 }@media screen and (max-width: 576px) { .g-7bd46c86 { gap: var(--size-m); }
.g-9e6a96bd { flex-direction: column; gap: var(--size-xxs); }
.g-5429d6c5 { width: 100%; }
.g-10b1a62d { width: 100%; }
.g-8ba11a34 { 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;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 0.1s text-shadow 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-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}
#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-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-eb99396b { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-fc0bfc09 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-238b8694 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-5aedd818 { font-size: 34px; margin-right: var(--size-xxs); }
.g-4e8ffabb { font-size: 24px; font-weight: 600; }
.g-a270d3db { -ms-overflow-style: none; scrollbar-width: none; }
.g-520a059c { display: none; }
.g-e09ef5f4 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-770ea803 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-770ea803:hover { transform: scale(1.05); }
.g-770ea803 svg { fill: var(--color-text-light); }
.g-5058da7d { display: none; }
.g-532da606 { display: none; }
.g-d1f76c47 { display: inline; }
.g-1fec071c { display: none; }
.g-3c0a2732 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-3c0a2732.g-426f3002 { display: flex; width: 100%; }
.g-e3ac1474 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-5aedd818 { font-size: 28px; }
.g-4e8ffabb { font-size: 20px; }
.g-e09ef5f4 { gap: var(--size-xxs); }
.g-29a2f026 { display: none; }
.g-532da606 { display: block; }
.g-3c0a2732.g-426f3002 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-1533b50f { padding: var(--size-xl) 0; }
.g-dd27809b { max-width: 565px; margin: 0 auto; text-align: center; }
.g-5294cd22 { margin-top: var(--size-s); }
.g-63362aa9 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-5294cd22 { margin-top: var(--size-xs); }
.g-63362aa9 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-49480410 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-3e00339f { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-373d71a5 { text-align: center; margin-top: var(--size-xl); }
.g-21489fd2 { text-align: center; margin-top: var(--size-s); }
.g-aba11165 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-373d71a5 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-aba11165 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-12f077f6 { padding: var(--size-m) 0 50px; }
.g-57f01776 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-922e5a1e { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-57f01776 { margin-top: var(--size-xs); }
 }

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

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

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

.g-d6e8ca56 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-d6e8ca56 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-d6e8ca56 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-d6e8ca56 .prev,
.g-d6e8ca56 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-d6e8ca56 .prev:hover,
.g-d6e8ca56 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-30ee7b96 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-30ee7b96 .g-c0065424 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-30ee7b96 .g-6e7d7ac5 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-30ee7b96 .g-6e7d7ac5 img { width: 100%; height: 100%; object-fit: cover; }
.g-30ee7b96 .g-7fdae100 { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-30ee7b96 .g-f6cb4ec8 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-30ee7b96 .g-7b5d6fbd { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-30ee7b96 .g-d4f1d9a9 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-30ee7b96 .g-1c1e9e82 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-30ee7b96 .g-1c1e9e82:hover { text-decoration: underline; }
.g-30ee7b96 .g-03a666ae { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-30ee7b96 .g-adf552c8 { margin-top: var(--size-s); }
.g-30ee7b96 .g-d3b9b661 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-b7e9053a { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-b7e9053a .g-c0065424 { position: relative; height: 100%; text-decoration: none; }
.g-b7e9053a .g-e5eff0c9 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-b7e9053a .g-a64cbe43 { flex-shrink: 0; width: 120px; }
.g-b7e9053a .g-6e7d7ac5 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-b7e9053a .g-6e7d7ac5 img { width: 100%; height: 100%; object-fit: cover; }
.g-b7e9053a .g-f6cb4ec8 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-b7e9053a .g-7b5d6fbd { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-b7e9053a .g-d4f1d9a9 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b7e9053a .g-03a666ae { white-space: nowrap; opacity: 0.8; }
.g-b7e9053a .g-d3b9b661 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-7fdae100 { padding: 0 8px 8px; }
.g-f6cb4ec8 { gap: 0 4px; }
.g-b7e9053a { padding: 16px 0; }
.g-b7e9053a .g-e5eff0c9 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-b7e9053a .g-a64cbe43 { flex-shrink: initial; width: auto; }
.g-b7e9053a .g-6e7d7ac5 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-b7e9053a .g-7fdae100 { margin-top: 8px; }
 }

/* 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-146f6369 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-146f6369 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-146f6369 .g-b5a279bc { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-146f6369 .g-afb3f850 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-146f6369 .g-4ae9ef0a { margin-top: var(--size-m); }
.g-146f6369 .g-63cfc7ea { 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-146f6369 .g-cff2ae71 { display: block; text-decoration: none; }
.g-146f6369 .g-cff2ae71:hover { text-decoration: underline; }
.g-146f6369 .g-4cccb1c6 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-146f6369 { grid-template-columns: 1fr; }
.g-146f6369 .g-d65713c8 { order: 1; }
.g-146f6369 .g-ac046123 { order: 2; }
.g-146f6369 .g-4ae9ef0a { margin-top: var(--size-s); }
.g-146f6369 .g-63cfc7ea { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-15225638 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-f58d14ee { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-55500e12 { display: flex; align-items: center; justify-content: center; }
.g-eae0dbdb { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-7b178992 { 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-7b178992:hover { filter: brightness(0.96); }
.g-0e0fc84c { margin-top: var(--size-m); }
.g-50f9ecb6 { margin-top: var(--size-s); margin-bottom: auto; }
.g-58eaba62 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-15225638 { grid-template-columns: 1fr; }
.g-f58d14ee { max-width: 70%; }
.g-55500e12 { max-width: 70%; display: block; }
.g-7b178992 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-15225638 { gap: var(--size-m); }
.g-f58d14ee { max-width: 100%; }
.g-55500e12 { max-width: 100%; }
.g-50f9ecb6 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-29be9ada { text-align: center; }
.g-153428ee { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-b4369743 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-2f4ff66c { 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-2f4ff66c:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-153428ee { margin-top: var(--size-m); }
.g-b4369743 { border-radius: var(--size-m); }
.g-2f4ff66c { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-c547cefc { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-c547cefc .g-c1f45bf6 { margin-top: var(--size-m); max-width: 600px; }
.g-df826d20 { margin-top: var(--size-xl); }
.g-2f4f6176 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-c547cefc { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-c6441dce { position: relative; display: inline-block; width: 100%; }
.g-c6441dce .g-1aa72e33 { 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-c6441dce .g-1aa72e33:focus + .g-af96bab1 { opacity: 1; }
.g-c6441dce .g-d294edd3 { 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-c6441dce .g-d294edd3:hover { opacity: .7; }
.g-c6441dce .g-9464e478 { fill: var(--color-primary); }
.g-c6441dce .g-af96bab1 { 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-c6441dce .g-af96bab1:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-38c20704 { 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-38c20704 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-38c20704 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-f6263caf { padding: var(--size-xl) 0; }
.g-0a77735e { max-width: 565px; margin: 0 auto; text-align: center; }
.g-ed30e4d4 { margin-top: var(--size-s); }
.g-97415b98 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-ed30e4d4 { margin-top: var(--size-xs); }
.g-97415b98 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-f60e53f0 { display: flex; align-items: center; gap: var(--size-m); }
.g-a42b3782 { flex: 1; }
.g-e6b014ee { flex: 1; }
@media screen and (max-width: 768px) { .g-f60e53f0 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-e6b014ee { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-8b5663f3 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-8b5663f3 .g-9922d309 { 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-8b5663f3 .g-9922d309:hover { filter: brightness(0.96); }
.g-8b5663f3 .g-9922d309:hover .g-c11033df { opacity: 1; }
.g-8b5663f3 .g-eff32ea9 { position: relative; z-index: 1; }
.g-8b5663f3 .g-c11033df { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-9922d309 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-c11033df { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-9922d309 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-c11033df { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-604b7626 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-554ff4d1 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-508001cd { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-5e0cdb05 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-604b7626 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-604b7626 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-554ff4d1 { padding: 8px; }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-31fdfbb3 { position: relative; z-index: 1; }
.g-30395d4d { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-d10207a6 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-8bfe2ab1 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-b5b8ddb5 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-69d75be0 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-d0965d02 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-88696950 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-2fde88a5 { fill: var(--color-text); }
.g-0b7f93dd { stroke: var(--color-text); }
.g-8c35cc90 { stroke: var(--color-text); }
.g-aeb3d506 { display: flex; flex-direction: column; }
.g-e40500e1 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-30395d4d { flex-direction: column; }
.g-8815e118 { margin-top: 0; }
.g-8bfe2ab1 { flex: 1; }
.g-e40500e1 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-aeb3d506 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-d10207a6 { align-items: center; text-align: center; }
.g-8bfe2ab1 { padding: var(--size-s); }
.g-b5b8ddb5 { transform: translateY(var(--size-xl)); }
.g-69d75be0 { flex-direction: column; align-items: center; }
.g-e40500e1 { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-a50cab67 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-61ecae24 { flex: 0 1 560px; }
.g-dbba415a { flex: 1 1 630px; }
.g-3d0443cc { flex: 1; }
.g-137b638a { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-ef9ee751 { flex: 1; }
.g-79e6c767 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-767ee3e3 { 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-a50cab67 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-61ecae24 { flex: auto; }
.g-dbba415a { flex: auto; width: 100%; }
.g-137b638a { margin-top: var(--size-s); }
.g-ef9ee751 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-79e6c767 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-61ecae24 { text-align: center; }
.g-137b638a { flex-direction: column; }
.g-ef9ee751 { flex: auto; text-align: center; }
.g-79e6c767 { align-items: center; }
 }

/* Block: about-page::about--0 (about) */
.g-6651862e { display: flex; align-items: center; gap: var(--size-m); }
.g-1adbef40 { flex: 1; }
.g-e1c1e701 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-6651862e { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-623bc6f9 { text-align: center; }
 }

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

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-12b521ac { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-a1381075 { padding: var(--size-m); box-shadow: var(--shadow); }
.g-c30ab7a5 svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-12b521ac { grid-template-columns: 1fr; }
 }

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

/* Block: expertise::about--0 (about) */
.g-ffe36827 { padding: 0; }
@media screen and (max-width: 1280px) { .g-f67953d4 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-ffe36827 { padding: 0 var(--wrapper-padding); }
.g-5371e7b6 { column-count: 1; }
.g-f67953d4 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-5371e7b6 { text-align: center; }
 }