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

/* Block: category-header (category-header) */
.g-4893d532 { padding: var(--size-m) 0 var(--section-padding); }
.g-4893d532 .g-bb30675c { 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-4893d532 .g-a2ad0c74 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-bb30675c { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-a2ad0c74 { 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-8314e296 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-1d30944a { display: block; }
.g-850450c2 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-6aa51629 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-323efd4d { width: 100%; }
@media screen and (max-width: 768px) { .g-8314e296 { padding: var(--size-s); }
.g-850450c2 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-6aa51629 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-323efd4d { width: auto; }
 }@media screen and (max-width: 576px) { .g-6aa51629 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-2f39b59f { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-21e65d26 { 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-21e65d26.g-400b86d0 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-0370974a { margin-top: var(--section-padding); }
.g-695b43b9 { 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-abdbd109 { max-width: 510px; }
.g-19630196 { max-width: 430px; }
.g-e768343f { margin-top: var(--size-xs); }
.g-f0d3c08b { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f3fb326f { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-e3557eb4 { 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-e3557eb4:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-e9048832 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-9b074e08 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-16f5db37 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-1fcba123 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-bbb67a3e { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-46738a33 { 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-695b43b9 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-abdbd109 { max-width: initial; }
.g-19630196 { max-width: initial; }
.g-16f5db37 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-1fcba123 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-bbb67a3e { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-46738a33 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-77a5e89d { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-695b43b9 { gap: var(--size-m); }
.g-f0d3c08b { flex-direction: column; gap: var(--size-xxs); }
.g-f3fb326f { width: 100%; }
.g-e3557eb4 { width: 100%; }
.g-bbb67a3e { 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-3aac0378 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-f68769e0 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-5b8ac148 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-9b79f00a { font-size: 36px; margin-right: var(--size-xs); }
.g-c7c1d449 { font-size: 24px; font-weight: 600; }
.g-24ecca1d { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-2cd8d7c5 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-2cd8d7c5:hover { opacity: 0.7; }
.g-76890515 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-0159fa0e { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-5c55398c { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-5c55398c.g-22f71260 { display: block; }
.g-24ecca1d { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-76890515 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-5c55398c { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-4446a962 { padding: var(--size-xl) 0; }
.g-6f17b73d { max-width: 565px; margin: 0 auto; text-align: center; }
.g-4616805e { margin-top: var(--size-s); }
.g-ff87a03c { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-4616805e { margin-top: var(--size-xs); }
.g-ff87a03c { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-8291754d { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-2f2a42d4 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-a941b625 { position: relative; padding: var(--size-xl) 0; }
.g-0c0fb862 { text-align: center; }
.g-241e9b3b { text-align: center; margin-top: var(--size-s); }
.g-d9d3d606 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-d9d3d606 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-2f0789ed { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-83cd1bde { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-0a8136cb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-0a8136cb::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-b1a0c553 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-2f0789ed { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-2f0789ed { padding-bottom: 40px; }
 }

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

.g-aa68c52a .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;
    border: 1px solid var(--color-secondary);
}

.g-aa68c52a .page-numbers:hover {
    text-decoration: underline;
}

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

.g-aa68c52a .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

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

.g-aa68c52a .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-aa68c52a .prev,
.g-aa68c52a .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-e6ddac73 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-e6ddac73 .g-bb76db9e { position: relative; text-decoration: none; }
.g-e6ddac73 .g-f48389f1 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-e6ddac73 .g-959caa4e { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-e6ddac73 .g-959caa4e img { width: 100%; height: 100%; object-fit: cover; }
.g-e6ddac73 .g-9c9aa374 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-e6ddac73 .g-569bba7c { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-e6ddac73 .g-2a3ccb4e { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-e6ddac73 .g-10864e59 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-e900dcdc { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-e900dcdc .g-bb76db9e { position: relative; text-decoration: none; }
.g-e900dcdc .g-f48389f1 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-e900dcdc .g-959caa4e { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-e900dcdc .g-959caa4e img { width: 100%; height: 100%; object-fit: cover; }
.g-e900dcdc .g-9c9aa374 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-e900dcdc .g-569bba7c { 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-e900dcdc .g-2a3ccb4e { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-e900dcdc .g-10864e59 { 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-f48389f1 { 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-f925c7d6 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-f925c7d6 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-f925c7d6 .g-1a7d2427 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-f925c7d6 .g-63b71054 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f925c7d6 .g-5bde44e5 { margin-top: var(--size-m); }
.g-f925c7d6 .g-fdbd4081 { 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-f925c7d6 .g-d479a78a { display: block; text-decoration: none; }
.g-f925c7d6 .g-d479a78a:hover { text-decoration: underline; }
.g-f925c7d6 .g-99a283e4 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-f925c7d6 { grid-template-columns: 1fr; }
.g-f925c7d6 .g-c8bd1f2e { order: 1; }
.g-f925c7d6 .g-c1ad9296 { order: 2; }
.g-f925c7d6 .g-5bde44e5 { margin-top: var(--size-s); }
.g-f925c7d6 .g-fdbd4081 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-57e8b49e { position: relative; }
.g-af92c20e { width: 100%; }
.g-ded67ee8 { position: relative; display: flex; flex-direction: column; }
.g-4490fe95 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-4490fe95::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-a3854c5c { width: 100%; height: 100%; }
.g-24899c31 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-cddaf3db { 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-abee0a39 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-91a2b8e3 { 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-91a2b8e3:hover { text-decoration: underline; }
.g-d92633e5 { margin-top: var(--size-m); }
.g-b9ba2376 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-ded67ee8 { padding-bottom: 40px; }
.g-abee0a39 { gap: var(--size-xxs); }
.g-91a2b8e3 { height: 31px; padding: 8px 16px; }
.g-d92633e5 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-cddaf3db { padding-bottom: 0; }
.g-91a2b8e3 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-ded67ee8 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-a3854c5c { aspect-ratio: auto; height: 100%; }
.g-cddaf3db { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-61f0c885 { text-align: center; }
.g-86931463 { position: relative; }
.g-07e82724 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; 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-07e82724:hover { background-color: var(--color-primary); }
.g-273100f0 { left: -42px; }
.g-06dec578 { right: -42px; }
@media screen and (max-width: 1024px) { .g-f6405bb3 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-07e82724 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-0229bb25 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-0229bb25 .g-e67b3613 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-0229bb25 .g-b2962551 { margin-top: var(--size-m); }
.g-34f5a252 { margin-top: var(--size-xl); }
.g-bf08e2dd { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-0229bb25 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-ec5f368d { position: relative; display: inline-block; width: 100%; }
.g-ec5f368d .g-7cfc9a16 { 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-ec5f368d .g-7cfc9a16:focus + .g-d3e6ba63 { opacity: 1; }
.g-ec5f368d .g-b95357f7 { 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-ec5f368d .g-b95357f7:hover { opacity: .7; }
.g-ec5f368d .g-835cefc3 { fill: var(--color-primary); }
.g-ec5f368d .g-d3e6ba63 { 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-ec5f368d .g-d3e6ba63:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-53125dca { padding: var(--size-xl) 0; }
.g-ef5caf47 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-181a1d17 { margin-top: var(--size-s); }
.g-a6d44170 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-181a1d17 { margin-top: var(--size-xs); }
.g-a6d44170 { margin-top: var(--size-s); }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-bfd9b3cf { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-55f0b99f { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-767da588 { display: flex; justify-content: flex-start; }
.g-f518cd93 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-3604c69a { display: flex; justify-content: flex-start; align-items: center; }
.g-eccde05c { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-ff731537 { fill: var(--color-text); }
.g-84334582 { stroke: var(--color-text); }
.g-2699c816 { stroke: var(--color-text); }
.g-d755a653 { display: flex; flex-direction: column; }
.g-872f3070 { flex: 0 0 50%; height: 383px; }
.g-f9232606 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-bfd9b3cf { flex-direction: column; }
.g-55f0b99f { width: 100%; flex: 0 0 auto; }
.g-767da588 { flex-direction: column; }
.g-f518cd93 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-5b625a64 { width: 100%; display: flex; justify-content: space-between; }
.g-3604c69a { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-eccde05c { margin-right: 0; }
.g-d755a653 { margin-top: var(--size-xs); }
.g-872f3070 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-55f0b99f { padding: var(--size-xs); }
.g-5b625a64 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-3604c69a { align-items: center; }
.g-d755a653 { text-align: center; }
.g-872f3070 { height: 370px; }
 }

/* Block: expertise::about--0 (about) */
.g-ac1a1858 { display: flex; align-items: center; gap: var(--size-m); }
.g-fe2457c5 { flex: 1; }
.g-79a26bf2 { position: relative; padding: var(--size-m); }
.g-79a26bf2::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-5f255888 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-ac1a1858 { flex-direction: column; align-items: stretch; }
.g-fe2457c5 { flex: auto; }
.g-79a26bf2 { padding: var(--size-m) var(--size-s); }
.g-79a26bf2::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-79a26bf2 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-2afddee0 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-277ac9fd { flex: 1; }
.g-9f576a8b { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-97257b7a { 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-578a4660 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-2afddee0 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-277ac9fd { text-align: center; }
.g-578a4660 { font-size: 32px; flex: 0 0 35px; }
 }

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

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

/* Block: reassurance::about--0 (about) */
.g-1a549509 { display: flex; align-items: center; gap: var(--size-m); }
.g-796a6cfb { flex: 1; }
.g-30e1a849 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-1a549509 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-bc96fcc6 { text-align: center; }
 }

/* Block: reassurance::faq--0 (faq) */
.g-56cd2580 { position: relative; }
.g-ebdbf77d::before { content: ""; position: absolute; top: 0; left: 0; width: clamp(30.3125rem, 47.0703125vw + 7.71875rem, 45.375rem); height: 100%; background-color: var(--color-secondary); z-index: -1; }
.g-a1945934 { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-4e0b3b1c { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-9dc79730 { flex: 1; padding: 0 0 0 clamp(1rem, 7.8125vw + -2.75rem, 3.5rem); margin-left: clamp(-7.0625rem, -3.3203125vw + -5.46875rem, -8.125rem); position: relative; z-index: 1; }
.g-9dc79730 li:last-child .g-97b2e303 { border-bottom: none; }
.g-97b2e303 { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-97b2e303[open] .g-a647dff5 { transform: rotate(45deg); }
.g-97b2e303 .g-414ec049 { padding-bottom: var(--size-s); }
.g-f7f1ebc7 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding-top: var(--size-s); padding-bottom: var(--size-s); }
.g-f7f1ebc7::-webkit-details-marker { display: none; }
.g-a647dff5 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-surface); border-radius: 50%; margin-left: var(--size-xs); }
.g-a647dff5 svg { fill: var(--color-text); }
.g-414ec049 { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-ebdbf77d::before { width: 100%; }
.g-a1945934 { flex-direction: column; }
.g-4e0b3b1c { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-9dc79730 { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-f7f1ebc7 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-a647dff5 { width: 24px; height: 24px; }
.g-a647dff5 svg { width: 16px; height: 16px; }
.g-414ec049 { padding-bottom: var(--size-xs); }
 }

/* Block: reassurance::about--1 (about) */
.g-559abd3c { display: flex; align-items: center; gap: var(--size-m); }
.g-2068268c { flex: 1; }
.g-41d9eb4d { flex: 1; }
@media screen and (max-width: 768px) { .g-559abd3c { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-41d9eb4d { text-align: center; }
 }

/* Block: reassurance::text--0 (text) */
.g-adcd64b2 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-345fe817 { text-align: center; }
.g-adcd64b2 { column-count: 1; }
 }