/* Block: categories-list (categories-list) */
.g-1c35e0e2 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-1c35e0e2 .g-ef2ff266 { 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-1c35e0e2 .g-ef2ff266:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-ecaa4c35 { padding: var(--size-m) 0 var(--section-padding); }
.g-ecaa4c35 .g-16ce7696 { 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-ecaa4c35 .g-98b83699 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-16ce7696 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-98b83699 { 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-efadd9b8 { 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-dd84e4ad { display: block; }
.g-af194416 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-efadd9b8 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-af194416 { gap: var(--size-xxs); }
.g-63e61cb2 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-1d4ce7d7 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-3e52c408 { 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-3e52c408.g-cfbd0417 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-c5824eca { margin-top: var(--section-padding); }
.g-70f280d1 { 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: var(--size-xl); }
.g-e3aaa433 { max-width: 510px; }
.g-257b5637 { max-width: 430px; }
.g-c8a5de8d { margin-top: var(--size-xs); }
.g-35066365 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-842ac9f4 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-76b59a4b { 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-76b59a4b:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-3a4ff960 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-96bb92e7 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-6338f315 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-78c8f41a { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-8c5eea7b { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-0137e6fd { 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-70f280d1 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-e3aaa433 { max-width: initial; }
.g-257b5637 { max-width: initial; }
.g-6338f315 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-78c8f41a { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-8c5eea7b { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-0137e6fd { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-4a49551b { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-70f280d1 { gap: var(--size-m); }
.g-35066365 { flex-direction: column; gap: var(--size-xxs); }
.g-842ac9f4 { width: 100%; }
.g-76b59a4b { width: 100%; }
.g-8c5eea7b { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#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-b4fbcfe7 { position: relative; z-index: 5; }
.g-3e72c473 { width: 100%; }
.g-5a0d0463 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-064f937d { position: sticky; top: -1px; z-index: 5; }
.g-031157d5 { display: block; }
.g-c65253f4 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-c65253f4::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-571fcd3b { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-8f036dc5 { font-size: 34px; margin-right: var(--size-xxs); }
.g-603ccba6 { font-size: 24px; font-weight: 600; }
.g-68080206 { display: block; }
.g-6f0d4652 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-76f29f78 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-76f29f78:hover { text-decoration: underline; }
.g-46c197b9 { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-8b4573e0 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-b4fbcfe7 { position: sticky; top: 0; }
.g-5a0d0463 { justify-content: space-between; height: 65px; }
.g-21d1a925 { top: 65px; height: 0; }
.g-c65253f4::after { display: none; }
.g-571fcd3b { margin: 0; }
.g-68080206 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-68080206.g-e5cff2cc { display: block; }
.g-6f0d4652 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-46c197b9 { display: flex; }
 }@media screen and (max-width: 576px) { .g-8f036dc5 { font-size: 28px; }
.g-603ccba6 { font-size: 20px; }
.g-68080206 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-48f4d87f { padding: var(--section-padding) 0; }
.g-924f0b72 { display: flex; }
.g-3842a4c2 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-dd26f344 { margin-top: var(--size-s); }
.g-6bffc3b1 { margin-top: var(--size-m); }
.g-6903c96c { flex: 1; }
.g-0dcacf96 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-924f0b72 { flex-direction: column; }
.g-3842a4c2 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-0dcacf96 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-3842a4c2 { padding-bottom: var(--size-m); }
.g-0dcacf96 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-2d94ec41 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-356c6a11 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-efc97b90 { text-align: center; margin-top: var(--size-xl); }
.g-07bc110c { text-align: center; margin-top: var(--size-s); }
.g-2dcebd9a { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-efc97b90 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-2dcebd9a { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-bcefe411 { padding: var(--size-m) 0 50px; }
.g-7845d134 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-9b1acec3 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-7845d134 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-58240374 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-58240374 .g-587271f9 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-58240374 .g-f881e3f2 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-58240374 .g-f881e3f2 img { width: 100%; height: 100%; object-fit: cover; }
.g-58240374 .g-af339d32 { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-58240374 .g-bb86a85e { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-58240374 .g-2d84a916 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-58240374 .g-91648d26 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-58240374 .g-86ce45f5 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-58240374 .g-86ce45f5:hover { text-decoration: underline; }
.g-58240374 .g-96a21dd9 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-58240374 .g-b834780b { margin-top: var(--size-s); }
.g-58240374 .g-ff31b60d { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-2e55a83b { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-2e55a83b .g-587271f9 { position: relative; height: 100%; text-decoration: none; }
.g-2e55a83b .g-82243038 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-2e55a83b .g-32017bdc { flex-shrink: 0; width: 120px; }
.g-2e55a83b .g-f881e3f2 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-2e55a83b .g-f881e3f2 img { width: 100%; height: 100%; object-fit: cover; }
.g-2e55a83b .g-bb86a85e { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-2e55a83b .g-2d84a916 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-2e55a83b .g-91648d26 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-2e55a83b .g-96a21dd9 { white-space: nowrap; opacity: 0.8; }
.g-2e55a83b .g-ff31b60d { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-af339d32 { padding: 0 8px 8px; }
.g-bb86a85e { gap: 0 4px; }
.g-2e55a83b { padding: 16px 0; }
.g-2e55a83b .g-82243038 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-2e55a83b .g-32017bdc { flex-shrink: initial; width: auto; }
.g-2e55a83b .g-f881e3f2 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-2e55a83b .g-af339d32 { margin-top: 8px; }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-8b7e962a { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-8b7e962a blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-8b7e962a .g-933879f7 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-8b7e962a .g-115dd8df { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8b7e962a .g-fb645e94 { margin-top: var(--size-m); }
.g-8b7e962a .g-22cab704 { 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-8b7e962a .g-70bdece0 { display: block; text-decoration: none; }
.g-8b7e962a .g-70bdece0:hover { text-decoration: underline; }
.g-8b7e962a .g-6f34f1cc { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-8b7e962a { grid-template-columns: 1fr; }
.g-8b7e962a .g-13ea378e { order: 1; }
.g-8b7e962a .g-0015ff67 { order: 2; }
.g-8b7e962a .g-fb645e94 { margin-top: var(--size-s); }
.g-8b7e962a .g-22cab704 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-7808280a { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-0e988b7a { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-ca32b1d1 { display: flex; align-items: center; justify-content: center; }
.g-bfb3213f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-5a2fc40c { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-5a2fc40c:hover { filter: brightness(0.96); }
.g-f865458c { margin-top: var(--size-m); }
.g-5481047e { margin-top: var(--size-s); margin-bottom: auto; }
.g-6ecf6a14 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-7808280a { grid-template-columns: 1fr; }
.g-0e988b7a { max-width: 70%; }
.g-ca32b1d1 { max-width: 70%; display: block; }
.g-5a2fc40c { height: 30px; }
 }@media screen and (max-width: 768px) { .g-7808280a { gap: var(--size-m); }
.g-0e988b7a { max-width: 100%; }
.g-ca32b1d1 { max-width: 100%; }
.g-5481047e { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-6ccd0324 { text-align: center; }
.g-b340ee09 { position: relative; }
.g-f49f1000 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-f49f1000:hover { color: var(--color-primary); }
.g-5b6ce54a { left: -42px; }
.g-cd9b625b { right: -42px; }
@media screen and (max-width: 1024px) { .g-11482185 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-f49f1000 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-a3f74c80 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-0908b3cc { margin-top: var(--size-xl); }
.g-35104680 { max-width: 430px; margin-inline: auto; text-align: center; }

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

/* Block: toTop (toTop) */
.g-b1c66091 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-b1c66091 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-b1c66091 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-928692c2 { padding: var(--section-padding) 0; }
.g-3b1ddd40 { display: flex; }
.g-c79bbeda { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-6a6aa2be { margin-top: var(--size-s); }
.g-481a1924 { margin-top: var(--size-m); }
.g-99fe2bc3 { flex: 1; }
.g-5852351a { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-3b1ddd40 { flex-direction: column; }
.g-c79bbeda { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-5852351a { height: 400px; }
 }@media screen and (max-width: 576px) { .g-c79bbeda { padding-bottom: var(--size-m); }
.g-5852351a { height: auto; }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-3522b151 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-3522b151 .g-7edfe079 { 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-3522b151 .g-7edfe079:hover { filter: brightness(0.96); }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-c60da9fe { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-35256c36 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-7bfe0cf4 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-be2308ad { display: none; }
.g-4fb02825 { width: 100%; }
.g-c010698f { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-0bd8ee2f { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-c342369b { 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-a71363f7 { fill: var(--color-text); }
.g-5306c212 { stroke: var(--color-text); }
.g-64f5b868 { stroke: var(--color-text); }
.g-cf533ec3 { display: flex; flex-direction: column; }
.g-36e580e5 { width: 100%; height: 300px; }
.g-32e089fa { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-c60da9fe { flex-direction: column-reverse; }
.g-35256c36 { flex-direction: column-reverse; justify-content: flex-start; }
.g-7bfe0cf4 { flex: 1; }
.g-d8d657f0 { display: none; }
.g-be2308ad { display: block; text-align: center; }
.g-c010698f { justify-content: space-evenly; }
.g-36e580e5 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-35256c36 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-c342369b { margin-right: 0; }
.g-cf533ec3 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-35256c36 { text-align: center; }
.g-7bfe0cf4 { padding: var(--size-s); }
.g-c010698f { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-0bd8ee2f { flex: inherit; align-items: center; }
 }

/* Block: expertise::about--0 (about) */
.g-6b812043 { display: flex; align-items: center; gap: var(--size-m); }
.g-90cb6708 { flex: 1; }
.g-19a8bb42 { flex: 1; }
@media screen and (max-width: 768px) { .g-6b812043 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-19a8bb42 { text-align: center; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-7fd18ae6 { width: 60%; }
.g-c03a9aab { padding: var(--size-s) var(--wrapper-padding); }
.g-69a097d6 { display: flex; justify-content: flex-start; }
.g-69a097d6 svg { fill: var(--color-secondary); }
.g-ed4d2d35 { justify-content: flex-end; }
.g-905805bb { padding: 0 var(--wrapper-padding); }
.g-79cf5f72 { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-7fd18ae6 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-b281e151 { flex-direction: column; }
.g-69a097d6 svg { transform: scale(0.6); }
.g-905805bb { padding: 0 50px 0 50px; }
.g-79cf5f72 { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-905805bb { padding: 0; }
.g-79cf5f72 { padding: 0; }
 }

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

/* Block: reassurance::about--0 (about) */
.g-0a2481fc { padding: 0; }
@media screen and (max-width: 1280px) { .g-919a4d38 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-0a2481fc { padding: 0 var(--wrapper-padding); }
.g-b3f22ed5 { column-count: 1; }
.g-919a4d38 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-b3f22ed5 { text-align: center; }
 }

/* Block: reassurance::faq--0 (faq) */
.g-f18c652e { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-d6495363 { flex: 0 0 45%; position: relative; }
.g-2f1fe69a { flex: 1; position: relative; z-index: 1; }
.g-bbe82042 { user-select: none; }
.g-bbe82042[open] .g-e1383b6d { transform: rotate(45deg); }
.g-ce214455 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-ce214455::-webkit-details-marker { display: none; }
.g-e1383b6d { 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-e1383b6d svg { fill: var(--color-primary); }
.g-4187d27a { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-ce214455 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-e1383b6d { width: 24px; height: 24px; }
.g-e1383b6d svg { width: 16px; height: 16px; }
.g-4187d27a { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-f18c652e { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-d6495363 { flex: 0; }
.g-2f1fe69a { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-d6495363 { text-align: center; }
.g-2f1fe69a { max-width: inherit; width: 100%; }
 }

/* Block: reassurance::about--1 (about) */
.g-702ca5a7 { padding: 0; }
@media screen and (max-width: 1280px) { .g-0baa6e4d { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-702ca5a7 { padding: 0 var(--wrapper-padding); }
.g-554496d1 { column-count: 1; }
.g-0baa6e4d { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-554496d1 { text-align: center; }
 }