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

/* Block: category-header (category-header) */
.g-d4273982 { 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-d4273982 .g-02227dc8 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d4273982 .g-473ea93d { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-02227dc8 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-473ea93d { 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-8d8613e2 { 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-06bcb37a { display: block; }
.g-4ec201b2 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-8d8613e2 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-4ec201b2 { gap: var(--size-xxs); }
.g-f829e3a7 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-c43534d3 { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-a658da34 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-6e7c89fe { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-2dbb5410 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-c43534d3 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-c43534d3 { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-a658da34 { gap: var(--size-xs); }
 }

/* Block: footer (footer) */
.g-df2756c4 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-4f748cf4 { 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-4f748cf4.g-a445cbf9 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-9de91bb1 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-a6754e62 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-b9cf82c5 { max-width: 563px; }
.g-8b269f97 { max-width: 465px; }
.g-c45700f6 { margin-top: var(--size-xs); }
.g-119fb229 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-1c349de6 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-46c8c5a9 { 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-46c8c5a9:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-5379c016 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-3f5d740a { transform: scale(1.2); margin-right: var(--size-xs); }
.g-dea1be76 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-c335e1ff { display: flex; justify-content: space-between; align-items: center; }
.g-658e67bd { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-ae2dddf4 { 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-b9cf82c5 { max-width: 550px; }
.g-8b269f97 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-c335e1ff { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-658e67bd { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-ae2dddf4 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-49a4d8f6 { order: 3; }
 }@media screen and (max-width: 576px) { .g-a6754e62 { gap: var(--size-m); }
.g-119fb229 { flex-direction: column; gap: var(--size-xxs); }
.g-1c349de6 { width: 100%; }
.g-46c8c5a9 { width: 100%; }
.g-658e67bd { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-8ab19833 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-96291c9f { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-dc958152 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-3e3761eb { font-size: 36px; margin-right: var(--size-xs); }
.g-789a2184 { font-size: 24px; font-weight: 600; }
.g-5eb49a9b { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-65b19f73 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-7e60916e { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-d5434a77 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-95b9cbed { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-95b9cbed.g-5f89c17f { display: block; }
.g-5eb49a9b { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-7e60916e { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-95b9cbed { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-19f26050 { padding: var(--section-padding) 0; }
.g-4d9b6ad1 { display: flex; }
.g-94230c45 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-3641b693 { margin-top: var(--size-s); }
.g-20b73773 { margin-top: var(--size-m); }
.g-47eefa57 { flex: 1; }
.g-51b8d37a { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-4d9b6ad1 { flex-direction: column; }
.g-94230c45 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-51b8d37a { height: 400px; }
 }@media screen and (max-width: 576px) { .g-94230c45 { padding-bottom: var(--size-m); }
.g-51b8d37a { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-12621080 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-30808320 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-e8f80372 { position: relative; padding: var(--size-xl) 0; }
.g-9a75ec79 { text-align: center; }
.g-df03d139 { text-align: center; margin-top: var(--size-s); }
.g-f6af1188 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-f6af1188 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-505e2c06 { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-96fb173b { margin-top: var(--size-xl); text-align: center; }
.g-93450bf9 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-505e2c06 { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-505e2c06 { padding-bottom: 35px; }
.g-96fb173b { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-9be5760b { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-9be5760b .g-352da400 { position: relative; text-decoration: none; }
.g-9be5760b .g-013f80b6 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-9be5760b .g-b170a4d8 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-9be5760b .g-b170a4d8 img { width: 100%; height: 100%; object-fit: cover; }
.g-9be5760b .g-52ae4d78 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-9be5760b .g-5f77867a { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-9be5760b .g-0e5ddb41 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-9be5760b .g-5312644d { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-00981912 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-00981912 .g-352da400 { position: relative; text-decoration: none; }
.g-00981912 .g-013f80b6 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-00981912 .g-b170a4d8 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-00981912 .g-b170a4d8 img { width: 100%; height: 100%; object-fit: cover; }
.g-00981912 .g-52ae4d78 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-00981912 .g-5f77867a { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-00981912 .g-0e5ddb41 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-00981912 .g-5312644d { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-013f80b6 { gap: 0 4px; }
 }

/* 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-ef1da70e { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-ef1da70e blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-ef1da70e .g-4cd0fe44 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-ef1da70e .g-28b216a8 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ef1da70e .g-6ae2e314 { margin-top: var(--size-m); }
.g-ef1da70e .g-3e04b5a2 { 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-ef1da70e .g-f9186177 { display: block; text-decoration: none; }
.g-ef1da70e .g-f9186177:hover { text-decoration: underline; }
.g-ef1da70e .g-2353e896 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-ef1da70e { grid-template-columns: 1fr; }
.g-ef1da70e .g-20c9a3b5 { order: 1; }
.g-ef1da70e .g-0c4701b3 { order: 2; }
.g-ef1da70e .g-6ae2e314 { margin-top: var(--size-s); }
.g-ef1da70e .g-3e04b5a2 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-f918a3fb { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-2298c882 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-9535f8ce { text-decoration: none; }
.g-9535f8ce:hover { text-decoration: underline; }
.g-a61228e9 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-b39d2fa3 { margin-top: var(--size-s); }
.g-f7666315 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-f918a3fb { gap: var(--size-xs); }
.g-a61228e9 { margin-top: var(--size-s); }
.g-f7666315 { margin-top: var(--size-m); }
 }

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

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

/* Block: search (search) */
.g-00096081 { margin-top: var(--size-m); max-width: 600px; }
.g-8242db16 { margin-top: var(--size-m); max-width: 600px; }
.g-d367fdc4 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-1f9c782b { position: relative; display: inline-block; width: 100%; }
.g-1f9c782b .g-40dd94f1 { color: var(--color-text); 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) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-1f9c782b .g-a9194ef0 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-1f9c782b .g-a39a821c { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-1f9c782b .g-a39a821c:hover { opacity: .7; }
.g-1f9c782b .g-f32e06d8 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-1f9c782b .g-f32e06d8:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-557a03a4 { padding: var(--section-padding) 0; }
.g-6a9c4f3a { display: flex; }
.g-dabf569e { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-87c7d2cc { margin-top: var(--size-s); }
.g-f4b69451 { margin-top: var(--size-m); }
.g-43622d52 { flex: 1; }
.g-9b58557d { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-6a9c4f3a { flex-direction: column; }
.g-dabf569e { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-9b58557d { height: 400px; }
 }@media screen and (max-width: 576px) { .g-dabf569e { padding-bottom: var(--size-m); }
.g-9b58557d { height: auto; }
 }

/* Block: front-page::text--0 (text) */
.g-5d42a580 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-22dd801e { text-align: center; }
.g-5d42a580 { column-count: 1; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-14ba26f7 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-14421fc6 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-b8083702 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-7a2c74ab { display: flex; justify-content: flex-start; align-items: center; }
.g-297d49c9 { 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-73c6b095 { display: flex; flex-direction: column; }
.g-a415b2b4 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-d0e33611 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-14ba26f7 { flex-direction: column-reverse; }
.g-14421fc6 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-073c4f4d { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-073c4f4d .g-7a2c74ab { margin-top: 0; }
.g-7a2c74ab { align-items: flex-start; flex-direction: column; flex: 1; }
.g-297d49c9 { margin-right: 0; }
.g-73c6b095 { margin-top: var(--size-xs); }
.g-a415b2b4 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-14421fc6 { text-align: center; }
.g-073c4f4d { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-7a2c74ab { align-items: center; }
.g-6a75fe7b { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-7d112433 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-b19dc769 { flex: 1; }
.g-cbb42a51 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-69488ca7 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-b561a2ab { 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: 870px) { .g-7d112433 { flex-direction: column; gap: var(--size-m); }
.g-b19dc769 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-cbb42a51 { gap: var(--size-s); }
.g-69488ca7 { flex-direction: column; gap: var(--size-xxs); }
 }

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

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

/* Block: approach::about--0 (about) */
.g-ebbcbb54 { display: flex; align-items: center; gap: var(--size-m); }
.g-2983b6ee { flex: 1; }
.g-34471fb7 { flex: 1; }
@media screen and (max-width: 768px) { .g-ebbcbb54 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-34471fb7 { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-6bfdd71c { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-4faee725 { flex: 1; }
.g-55d1823a { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-f6fc9acd { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-0a64e8fd { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-6bfdd71c { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-4faee725 { text-align: center; }
.g-0a64e8fd { font-size: 32px; flex: 0 0 35px; }
 }

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

/* Block: approach::faq--0 (faq) */
.g-4b8006a3 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-d5f6b521 { flex: 0 0 45%; position: relative; }
.g-c0cce967 { flex: 1; position: relative; z-index: 1; }
.g-e56a7d2e { user-select: none; }
.g-e56a7d2e[open] .g-833f5534 { transform: rotate(45deg); }
.g-b73b26ff { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-b73b26ff::-webkit-details-marker { display: none; }
.g-833f5534 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-833f5534 svg { fill: var(--color-primary); }
.g-09b7380e { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-b73b26ff { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-833f5534 { width: 24px; height: 24px; }
.g-833f5534 svg { width: 16px; height: 16px; }
.g-09b7380e { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-4b8006a3 { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-d5f6b521 { flex: 0; }
.g-c0cce967 { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-d5f6b521 { text-align: center; }
.g-c0cce967 { max-width: inherit; width: 100%; }
 }