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

/* Block: category-header (category-header) */
.g-3a8c61aa { padding: var(--size-m) 0 var(--section-padding); }
.g-3a8c61aa .g-36a9c9ad { 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-3a8c61aa .g-88aede35 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-36a9c9ad { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-88aede35 { 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-72b3b8f5 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-41c2b96b { display: block; }
.g-6cf51e44 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-a14af2c9 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-6abc9e8a { width: 100%; }
@media screen and (max-width: 768px) { .g-72b3b8f5 { padding: var(--size-s); }
.g-6cf51e44 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-a14af2c9 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-6abc9e8a { width: auto; }
 }@media screen and (max-width: 576px) { .g-a14af2c9 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-0e65ce0a { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-aadfc00f { 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-aadfc00f.g-7e01c835 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-be08aa39 { margin-top: var(--section-padding); }
.g-dc4f388e { border-radius: var(--b-radius); padding: var(--size-m); }
.g-3fc893b7 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-a519601c { max-width: 524px; }
.g-848f73c7 { max-width: 450px; }
.g-d4be4561 { margin-top: var(--size-xs); }
.g-bd3b66e3 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2d582cf1 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-02a68fee { 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-02a68fee:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-1d46c835 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-29020055 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-3880ad8b { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-dca08b29 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-9ae91134 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-a519601c { max-width: initial; }
.g-848f73c7 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-dca08b29 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-9ae91134 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-5266969b { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-3fc893b7 { gap: var(--size-m); }
.g-bd3b66e3 { flex-direction: column; gap: var(--size-xxs); }
.g-2d582cf1 { width: 100%; }
.g-02a68fee { width: 100%; }
.g-dca08b29 { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#navigation-modal .menu-item a,
#navigation-modal .page_item a {
    text-decoration: none;
}
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item a:hover {
    text-decoration: underline;
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-e9a7f1a6 { position: relative; z-index: 5; }
.g-74f608f7 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-048eb1d0 { position: sticky; top: -1px; z-index: 5; }
.g-f2ebf229 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-f2ebf229::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-e7236141 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-51e41b8b { font-size: 34px; margin-right: var(--size-xxs); }
.g-04c10a84 { font-size: 24px; font-weight: 600; }
.g-3aa12111 { display: block; }
.g-a8886edb { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-9d8dc765 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-9d8dc765:hover { text-decoration: underline; }
.g-067eab61 { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-7760b2bc { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-e9a7f1a6 { position: sticky; top: 0; }
.g-74f608f7 { justify-content: space-between; height: 65px; }
.g-6d19447a { top: 65px; height: 0; }
.g-f2ebf229::after { display: none; }
.g-e7236141 { margin: 0; }
.g-3aa12111 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-3aa12111.g-c6a9270f { display: block; }
.g-a8886edb { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-067eab61 { display: flex; }
 }@media screen and (max-width: 576px) { .g-51e41b8b { font-size: 28px; }
.g-04c10a84 { font-size: 20px; }
.g-3aa12111 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-fa36ec3f { padding: var(--section-padding) 0; }
.g-656984d4 { display: flex; }
.g-c2b63dd3 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-9732de40 { margin-top: var(--size-s); }
.g-61a67042 { margin-top: var(--size-m); }
.g-1bd959a4 { flex: 1; }
.g-e4e998d4 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-656984d4 { flex-direction: column; }
.g-c2b63dd3 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-e4e998d4 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-c2b63dd3 { padding-bottom: var(--size-m); }
.g-e4e998d4 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-b5897ab0 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-9ba9f504 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-533adf18 { text-align: center; margin-top: var(--size-xl); }
.g-f4406dac { text-align: center; margin-top: var(--size-s); }
.g-15dd7d2c { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-533adf18 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-15dd7d2c { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-7333ee17 { padding: var(--size-m) 0 50px; }
.g-a88f9221 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-c6f93970 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-a88f9221 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-031db806 { position: relative; overflow: hidden; height: 100%; }
.g-031db806 .g-580e9a2a { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-031db806 .g-58ba4c6d { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-031db806 .g-58ba4c6d img { width: 100%; height: 100%; object-fit: cover; }
.g-031db806 .g-c2b69b0d { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-031db806 .g-18d22a25 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-031db806 .g-9413e373 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-031db806 .g-6156bc71 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-031db806 .g-ba4486b8 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-031db806 .g-3b5e3a6e { display: flex; align-items: center; gap: 8px; }
.g-031db806 .g-3b5e3a6e:hover { text-decoration: underline; }
.g-031db806 .g-e538c806 { white-space: nowrap; opacity: 0.8; }
.g-031db806 .g-31858112 { margin-top: var(--size-s); }
.g-031db806 .g-8cbed746 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-bf3381df { position: relative; overflow: hidden; height: 100%; }
.g-bf3381df .g-580e9a2a { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-bf3381df .g-58ba4c6d { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-bf3381df .g-58ba4c6d img { width: 100%; height: 100%; object-fit: cover; }
.g-bf3381df .g-c2b69b0d { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-bf3381df .g-18d22a25 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-bf3381df .g-9413e373 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-bf3381df .g-6156bc71 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-bf3381df .g-ba4486b8 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-bf3381df .g-31858112 { margin-top: 16px; }
.g-bf3381df .g-8cbed746 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-18d22a25 { gap: 0 4px; }
.g-10d7546a { flex-direction: column-reverse; }
.g-11ec3676 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-93607986 { 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-41d97ec2 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-41d97ec2 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-41d97ec2 .g-5bfa80c7 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-41d97ec2 .g-90c905d9 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-41d97ec2 .g-b3a818f3 { margin-top: var(--size-m); }
.g-41d97ec2 .g-de447dda { 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-41d97ec2 .g-2efe5779 { display: block; text-decoration: none; }
.g-41d97ec2 .g-2efe5779:hover { text-decoration: underline; }
.g-41d97ec2 .g-a5b230a0 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-41d97ec2 { grid-template-columns: 1fr; }
.g-41d97ec2 .g-d997c214 { display: none; }
.g-41d97ec2 .g-b3a818f3 { margin-top: var(--size-s); }
.g-41d97ec2 .g-de447dda { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-41d97ec2 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-9524ea41 { position: relative; }
.g-df02f271 { width: 100%; }
.g-e1514f5b { position: relative; display: flex; flex-direction: column; }
.g-48dac8a5 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-48dac8a5::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-c46c2e2d { width: 100%; height: 100%; }
.g-802940ca { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-49d1458f { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-8feb5c02 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-6b58df28 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-6b58df28:hover { text-decoration: underline; }
.g-5fcab28f { margin-top: var(--size-m); }
.g-30a79686 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-e1514f5b { padding-bottom: 40px; }
.g-8feb5c02 { gap: var(--size-xxs); }
.g-6b58df28 { height: 31px; padding: 8px 16px; }
.g-5fcab28f { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-49d1458f { padding-bottom: 0; }
.g-6b58df28 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-e1514f5b { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-c46c2e2d { aspect-ratio: auto; height: 100%; }
.g-49d1458f { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-600d3856 { text-align: center; }
.g-f1488ab0 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-6a6154b9 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-aec5b8ff { 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-aec5b8ff:hover { background-color: var(--color-primary); }
.g-1d27f6c4 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-f1488ab0 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-4ccae7ec { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-4ccae7ec .g-067e0632 { margin-top: var(--size-m); max-width: 600px; }
.g-3e4287e3 { margin-top: var(--size-xl); }
.g-f1dcd9eb { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-4ccae7ec { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-f4b052d7 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-f4b052d7 .g-a5f12cf7 { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-f4b052d7 .g-f27d8fe0 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-f4b052d7 .g-f27d8fe0:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-30aacbe5 { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-f5d1daef { fill: var(--color-text-light); }
.g-9bd1918b { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-30aacbe5 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-0d6f4e71 { padding: var(--section-padding) 0; }
.g-4e830ec1 { display: flex; }
.g-6c9ef8d1 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-c2ff1562 { margin-top: var(--size-s); }
.g-fa424d47 { margin-top: var(--size-m); }
.g-19836a66 { flex: 1; }
.g-6956684c { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-4e830ec1 { flex-direction: column; }
.g-6c9ef8d1 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-6956684c { height: 400px; }
 }@media screen and (max-width: 576px) { .g-6c9ef8d1 { padding-bottom: var(--size-m); }
.g-6956684c { height: auto; }
 }

/* Block: front-page::faq--0 (faq) */
.g-11c0de83 { position: relative; gap: var(--size-s); }
.g-11c0de83 * { flex: 1; }
.g-8cb4344d { width: 80%; margin-inline: auto; }
.g-42714cb4 { 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-a2c793d8 { user-select: none; }
.g-a2c793d8[open] .g-118b77e8 { transform: scaleY(1); }
.g-266e106f { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-266e106f::-webkit-details-marker { display: none; }
.g-118b77e8 { 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-118b77e8 svg { fill: var(--color-primary); }
.g-e7280517 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-266e106f { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-e7280517 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-11c0de83 { flex-direction: column; }
.g-8cb4344d { width: 100%; margin-top: var(--size-m); }
.g-42714cb4 { margin-right: var(--size-s); }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-a762ef04 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-25a453cd { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-3d56ca35 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-1c54d2ca { display: none; }
.g-1ad07655 { width: 100%; }
.g-2676c694 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-c09424d7 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-ff041947 { 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-a120b22c { fill: var(--color-text); }
.g-9ef3aba2 { stroke: var(--color-text); }
.g-cd52f5db { stroke: var(--color-text); }
.g-5dffd5fe { display: flex; flex-direction: column; }
.g-dfb54dc9 { width: 100%; height: 300px; }
.g-3e46e1d0 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-a762ef04 { flex-direction: column-reverse; }
.g-25a453cd { flex-direction: column-reverse; justify-content: flex-start; }
.g-3d56ca35 { flex: 1; }
.g-5552d08f { display: none; }
.g-1c54d2ca { display: block; text-align: center; }
.g-2676c694 { justify-content: space-evenly; }
.g-dfb54dc9 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-25a453cd { width: 100%; }
 }@media screen and (max-width: 768px) { .g-ff041947 { margin-right: 0; }
.g-5dffd5fe { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-25a453cd { text-align: center; }
.g-3d56ca35 { padding: var(--size-s); }
.g-2676c694 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-c09424d7 { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-ac7a9bda { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-576e3ca2 { flex: 0 1 560px; }
.g-720dc7b3 { flex: 1 1 630px; }
.g-4a80fff6 { flex: 1; }
.g-09274e28 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-294a8ce8 { flex: 1; }
.g-bfab1835 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-10d99195 { 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-ac7a9bda { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-576e3ca2 { flex: auto; }
.g-720dc7b3 { flex: auto; width: 100%; }
.g-09274e28 { margin-top: var(--size-s); }
.g-294a8ce8 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-bfab1835 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-576e3ca2 { text-align: center; }
.g-09274e28 { flex-direction: column; }
.g-294a8ce8 { flex: auto; text-align: center; }
.g-bfab1835 { align-items: center; }
 }

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

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

/* Block: expertise::about--0 (about) */
.g-94869327 { display: flex; align-items: center; gap: var(--size-m); }
.g-d71228a5 { flex: 1; }
.g-688b48c3 { flex: 1; }
@media screen and (max-width: 768px) { .g-94869327 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-688b48c3 { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-cb970178 { display: flex; align-items: stretch; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding-bottom: 10px; }
.g-cb970178 li { flex: 1; }
.g-48991c17 { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-0ccf2f11 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-cb970178 { flex-direction: column; }
.g-48991c17 { text-align: center; min-width: auto; }
 }

/* Block: expertise::process--0 (process) */
.g-7f1c995b { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-7f1c995b::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: 1; }
.g-5d2be740 { 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-5d2be740::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-5adf2077::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-7daa03ca { 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-ab1060c1 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-bf5aa878 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-a6fed42e { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-e65dd97d { padding-bottom: 37px; }
.g-e65dd97d::before { bottom: 0; }
.g-152c538f { padding-top: 35px; }
.g-152c538f::before { top: 0; }
@media screen and (max-width: 768px) { .g-7f1c995b { flex-direction: column; }
.g-7f1c995b::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-afc74f28 { width: 50%; }
.g-7daa03ca { margin: 0; align-self: initial; }
.g-ab1060c1 { order: 2; margin-left: auto; align-self: initial; }
.g-bf5aa878 { order: 3; align-self: initial; }
.g-a6fed42e { margin-left: auto; align-self: initial; }
.g-5d2be740 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-5d2be740::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-e65dd97d { padding-bottom: var(--size-xs); }
.g-152c538f { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-152c538f::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-7f1c995b::before { left: 0; }
.g-afc74f28 { width: 100%; }
.g-7daa03ca { margin: 0; }
.g-ab1060c1 { margin: 0; }
.g-bf5aa878 { margin: 0; }
.g-a6fed42e { margin: 0; }
.g-5d2be740 { padding-left: var(--size-s); }
.g-5d2be740::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-e65dd97d { margin: 0; padding-top: 35px; }
.g-152c538f { padding-top: 35px; }
 }

/* Block: expertise::text--0 (text) */
.g-af6f0800 { text-align: center; }