/* Block: categories-list (categories-list) */
.g-021dc523 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-021dc523 .g-c226faa9 { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-021dc523 .g-c226faa9:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-9c98f05d { padding: var(--size-m) 0 var(--section-padding); }
.g-9c98f05d .g-cd4d9053 { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-9c98f05d .g-e57c58e7 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-cd4d9053 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-e57c58e7 { 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-eb789279 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-50bb6cc3 { display: block; }
.g-bb79dd98 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-bdbe6f04 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-cb26843a { width: 100%; }
@media screen and (max-width: 768px) { .g-eb789279 { padding: var(--size-s); }
.g-bb79dd98 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-bdbe6f04 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-cb26843a { width: auto; }
 }@media screen and (max-width: 576px) { .g-bdbe6f04 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-cd1db22a { margin-top: var(--size-m); }
.g-5bca13ba { margin-top: var(--size-m); }
.g-e3e3d15b { margin-top: var(--size-xl); }
.g-e0044206 { align-items: stretch; }
.g-207f31da { height: auto; }
.g-25d69d3e { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-25d69d3e .g-d6bef8aa { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-25d69d3e .g-d9fde23f { background: var(--color-primary); transform: scale(1.2); }
.g-a415a91f { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-bc53da7e { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-03b381ba { 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-03b381ba.g-bdafb736 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-654049e0 { margin-top: var(--section-padding); }
.g-289aeece { position: relative; background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: -80px; }
.g-53f25ba3 { max-width: 510px; }
.g-0d899f89 { max-width: 430px; }
.g-585fcdbe { margin-top: var(--size-xs); }
.g-59c61719 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-24c073de { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-7570ce46 { 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-7570ce46:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-2a037f68 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-998b5472 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-1aca31be { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-cf2875c4 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-eeee5f54 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-b834082e { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-35d53abe { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-289aeece { padding: var(--size-m); }
.g-53f25ba3 { max-width: initial; }
.g-0d899f89 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-35d53abe { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-79a1c0b8 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-289aeece { gap: var(--size-m); }
.g-59c61719 { flex-direction: column; gap: var(--size-xxs); }
.g-24c073de { width: 100%; }
.g-7570ce46 { width: 100%; }
.g-cf2875c4 { justify-content: flex-start; align-items: flex-start; }
.g-eeee5f54 { flex-direction: column; justify-content: flex-start; 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-e15704f5 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-13696664 { 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-4fd830e2 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-41beb3b7 { font-size: 34px; margin-right: var(--size-xxs); }
.g-749cb763 { font-size: 24px; font-weight: 600; }
.g-b1bbd8ad { -ms-overflow-style: none; scrollbar-width: none; }
.g-66ffc107 { display: none; }
.g-6f007243 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-1ba73c6e { 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-1ba73c6e:hover { transform: scale(1.05); }
.g-1ba73c6e svg { fill: var(--color-text-light); }
.g-9db2f4e0 { display: none; }
.g-3827aa0f { display: none; }
.g-0f399520 { display: inline; }
.g-42c6ba21 { display: none; }
.g-ff8cd17b { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-ff8cd17b.g-58467a0c { display: flex; width: 100%; }
.g-34fc749f { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-41beb3b7 { font-size: 28px; }
.g-749cb763 { font-size: 20px; }
.g-6f007243 { gap: var(--size-xxs); }
.g-95fad5ff { display: none; }
.g-3827aa0f { display: block; }
.g-ff8cd17b.g-58467a0c { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-90ebad21 { padding: var(--size-xl) 0; }
.g-f73b22e6 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-1d8f6d6a { margin-top: var(--size-s); }
.g-34cd79be { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-1d8f6d6a { margin-top: var(--size-xs); }
.g-34cd79be { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-56d06451 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-93741af5 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-c11a8379 { position: relative; padding: var(--size-xl) 0; }
.g-68874635 { text-align: center; }
.g-83b52882 { text-align: center; margin-top: var(--size-s); }
.g-d0579721 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-d0579721 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-e41e73d7 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-ebb56b83 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-ebb56b83::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-246f6c90 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-f0bbeb9c { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-e41e73d7 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-e41e73d7 { padding-bottom: 40px; }
 }

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

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

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

.g-692055ee .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-692055ee .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-692055ee .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-692055ee .prev,
.g-692055ee .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-692055ee .prev:hover,
.g-692055ee .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-c9349dfe { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-c9349dfe .g-a60d7083 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-c9349dfe .g-a60d7083:hover .g-4ace54e1 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-c9349dfe .g-85d7d61e { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-c9349dfe .g-85d7d61e::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-c9349dfe .g-85d7d61e img { width: 100%; height: 100%; object-fit: cover; }
.g-c9349dfe .g-4ace54e1 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-c9349dfe .g-60c7789e { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-c9349dfe .g-a3794dc5 { 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-c9349dfe .g-ec6b3158 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-c9349dfe .g-5e4da4a6 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-c9349dfe .g-41201f35 { display: flex; align-items: center; gap: 8px; }
.g-c9349dfe .g-41201f35:hover { text-decoration: underline; }
.g-c9349dfe .g-41201f35 svg { margin-left: 8px; fill: currentColor; }
.g-c9349dfe .g-230efc42 { white-space: nowrap; opacity: 0.8; }
.g-688e911c { min-height: 600px; }
.g-688e911c .g-a60d7083 { padding: 48px 40px; }
.g-688e911c .g-4ace54e1 { transform: none; }
@media screen and (max-width: 870px) { .g-688e911c { min-height: 368px; }
.g-688e911c .g-a60d7083 { padding: 24px; }
.g-688e911c .g-4ace54e1 { 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-24c580b9 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-24c580b9 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-24c580b9 .g-8f731d1d { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-24c580b9 .g-b44b15fa { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-24c580b9 .g-a6a471e6 { margin-top: var(--size-m); }
.g-24c580b9 .g-9fad53bb { 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-24c580b9 .g-3bf6ddd6 { display: block; text-decoration: none; }
.g-24c580b9 .g-3bf6ddd6:hover { text-decoration: underline; }
.g-24c580b9 .g-d0a16fc4 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-24c580b9 { grid-template-columns: 1fr; }
.g-24c580b9 .g-acd3d16c { display: none; }
.g-24c580b9 .g-a6a471e6 { margin-top: var(--size-s); }
.g-24c580b9 .g-9fad53bb { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-24c580b9 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-93574c3c { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-a66adba2 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-51caa074 { text-decoration: none; }
.g-51caa074:hover { text-decoration: underline; }
.g-c6665488 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-0c324e3b { margin-top: var(--size-s); }
.g-a04bcc3d { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-93574c3c { gap: var(--size-xs); }
.g-c6665488 { margin-top: var(--size-s); }
.g-a04bcc3d { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-49701449 { text-align: center; }
.g-98563147 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-ac20f943 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-22f07794 { 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-22f07794:hover { background-color: var(--color-primary); }
.g-78d707aa { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-98563147 { margin-top: var(--size-m); }
 }

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

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

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

/* Block: front-page::hero-search (hero-search) */
.g-fb51d3b5 { padding: var(--size-xl) 0; }
.g-156b1b5a { max-width: 565px; margin: 0 auto; text-align: center; }
.g-7c65f149 { margin-top: var(--size-s); }
.g-08696793 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-7c65f149 { margin-top: var(--size-xs); }
.g-08696793 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-e1f8c068 { position: relative; gap: var(--size-s); }
.g-e1f8c068 * { flex: 1; }
.g-d940b778 { width: 80%; margin-inline: auto; }
.g-ad2e8220 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-560be7df { user-select: none; }
.g-560be7df[open] .g-6ad73fd7 { transform: scaleY(1); }
.g-6b3628fe { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-6b3628fe::-webkit-details-marker { display: none; }
.g-6ad73fd7 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-6ad73fd7 svg { fill: var(--color-primary); }
.g-ac0bdfea { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-6b3628fe { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-ac0bdfea { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e1f8c068 { flex-direction: column; }
.g-d940b778 { width: 100%; margin-top: var(--size-m); }
.g-ad2e8220 { margin-right: var(--size-s); }
 }

/* Block: front-page::categories-list (categories-list) */
.g-be4412e3 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-be4412e3 .g-0b7f74ac { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-be4412e3 .g-0b7f74ac:hover { filter: brightness(0.96); }

/* Block: front-page::featured-posts (featured-posts) */
.g-9278fe2d { margin-top: var(--size-m); }
.g-49022e23 { margin-top: var(--size-m); }
.g-342e8cf4 { margin-top: var(--size-xl); }
.g-62a64ef6 { align-items: stretch; }
.g-3df57a6e { height: auto; }
.g-c68b6ee1 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-c68b6ee1 .g-dfcf4b88 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-c68b6ee1 .g-efedddfa { background: var(--color-primary); transform: scale(1.2); }
.g-cc8f8f83 { 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-14f45621 { 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-14f45621 { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-5b0f1dd7 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-5f9ec414 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-f7f2cc59 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-2943ded7 { display: none; }
.g-75393a60 { width: 100%; }
.g-71a6ecba { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-45ad36ff { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-c20daccf { 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-b06d04fc { fill: var(--color-text); }
.g-63e7c1c4 { stroke: var(--color-text); }
.g-c778c167 { stroke: var(--color-text); }
.g-86ff5d00 { display: flex; flex-direction: column; }
.g-4fcdbd45 { width: 100%; height: 300px; }
.g-dc4fe17d { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-5b0f1dd7 { flex-direction: column-reverse; }
.g-5f9ec414 { flex-direction: column-reverse; justify-content: flex-start; }
.g-f7f2cc59 { flex: 1; }
.g-fb2c9a9b { display: none; }
.g-2943ded7 { display: block; text-align: center; }
.g-71a6ecba { justify-content: space-evenly; }
.g-4fcdbd45 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-5f9ec414 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-c20daccf { margin-right: 0; }
.g-86ff5d00 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-5f9ec414 { text-align: center; }
.g-f7f2cc59 { padding: var(--size-s); }
.g-71a6ecba { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-45ad36ff { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-25db94e8 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-4fe28665 { flex: 0 1 560px; }
.g-05ee3b8d { flex: 1 1 630px; }
.g-deb4ee55 { flex: 1; }
.g-ed3d2c4d { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-f97317f1 { flex: 1; }
.g-61798d6d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-e42da2bc { 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-25db94e8 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-4fe28665 { flex: auto; }
.g-05ee3b8d { flex: auto; width: 100%; }
.g-ed3d2c4d { margin-top: var(--size-s); }
.g-f97317f1 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-61798d6d { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-4fe28665 { text-align: center; }
.g-ed3d2c4d { flex-direction: column; }
.g-f97317f1 { flex: auto; text-align: center; }
.g-61798d6d { align-items: center; }
 }

/* Block: about-page::about--0 (about) */
.g-28dd6551 { display: flex; align-items: center; gap: var(--size-m); }
.g-4fa1f661 { flex: 1; }
.g-6e36c5d6 { flex: 1; }
@media screen and (max-width: 768px) { .g-28dd6551 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-6e36c5d6 { text-align: center; }
 }

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

/* Block: expertise::about--0 (about) */
.g-247e3b0b { display: flex; align-items: center; gap: var(--size-m); }
.g-fecd6447 { flex: 1; }
.g-f9c2c760 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-247e3b0b { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-c5bcb138 { text-align: center; }
 }

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

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

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

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