/* Block: categories-list (categories-list) */
.g-d7934a0b { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-d7934a0b .g-82e0f0b6 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-d7934a0b .g-82e0f0b6:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-d7934a0b .g-82e0f0b6:hover .g-563ca953 { opacity: 1; }
.g-d7934a0b .g-a883e750 { position: relative; z-index: 1; }
.g-d7934a0b .g-563ca953 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-d7934a0b .g-b7d9b52f { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-d7934a0b .g-b7d9b52f .g-563ca953 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-82e0f0b6 { min-height: 144px; padding-bottom: 82px; }
.g-563ca953 { font-size: 72px; }
.g-b7d9b52f { padding-bottom: 120px; min-height: 159px; }
.g-b7d9b52f .g-563ca953 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-d7934a0b { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-82e0f0b6 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-563ca953 { font-size: 56px; right: 16px; bottom: 16px; }
.g-b7d9b52f { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-b7d9b52f .g-563ca953 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-8f99eab2 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-8f99eab2 .g-09400845 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-8f99eab2 .g-638b127a { font-size: 80px; }
.g-8f99eab2 .g-19cb458b { margin-top: var(--size-xs); }
.g-8f99eab2 .g-ca7415b4 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-09400845 { padding: var(--size-xs); }
.g-638b127a { font-size: 64px; }
.g-ca7415b4 { 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-0bcc6214 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-b2f1b097 { display: block; }
.g-d66772a3 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-fcb14218 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-d5795ed7 { width: 100%; }
@media screen and (max-width: 768px) { .g-0bcc6214 { padding: var(--size-s); }
.g-d66772a3 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-fcb14218 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-d5795ed7 { width: auto; }
 }@media screen and (max-width: 576px) { .g-fcb14218 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-efee21f4 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-f66cb314 { 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-f66cb314.g-9c4c9608 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-342c88ec { margin-top: var(--section-padding); }
.g-dfaa9cba { 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-334b23bb { max-width: 510px; }
.g-4693a539 { max-width: 430px; }
.g-7bbf8499 { margin-top: var(--size-xs); }
.g-6791fab5 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-14f27959 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-d7cac66a { 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-d7cac66a:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-ba246d8e { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-7ec0a8b2 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-a974555f { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-df3eafd1 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-a8546027 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-043c934c { 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-dfaa9cba { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-334b23bb { max-width: initial; }
.g-4693a539 { max-width: initial; }
.g-a974555f { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-df3eafd1 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-a8546027 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-043c934c { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-97337b4e { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-dfaa9cba { gap: var(--size-m); }
.g-6791fab5 { flex-direction: column; gap: var(--size-xxs); }
.g-14f27959 { width: 100%; }
.g-d7cac66a { width: 100%; }
.g-a8546027 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-efabe311 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-5a3fe53a { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-1632d468 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-4acd2252 { font-size: 34px; margin-right: var(--size-xxs); }
.g-cff4d3de { font-size: 24px; font-weight: 600; }
.g-1e1fa2d7 { -ms-overflow-style: none; scrollbar-width: none; }
.g-40c2e725 { display: none; }
.g-ae608d28 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-df75c25b { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-df75c25b:hover { opacity: 0.7; }
.g-df75c25b svg { vertical-align: middle; fill: var(--color-text-light); }
.g-89d4f381 { display: none; }
.g-3f443aa8 { display: none; }
.g-345044fe { display: inline; }
.g-a3555e56 { display: none; }
.g-51a43e70 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-51a43e70.g-0c3489a5 { display: flex; width: 100%; }
.g-5febe0f6 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-4acd2252 { font-size: 28px; }
.g-cff4d3de { font-size: 20px; }
.g-ae608d28 { gap: var(--size-xxs); }
.g-067a45f4 { display: none; }
.g-3f443aa8 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-0f7a0169 { padding: var(--size-xl) 0; }
.g-41667a04 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-008b6351 { margin-top: var(--size-s); }
.g-78304c69 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-008b6351 { margin-top: var(--size-xs); }
.g-78304c69 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-818c114c { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-edf15855 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-8ea80223 { text-align: center; margin-top: var(--size-xl); }
.g-c1753dbd { text-align: center; margin-top: var(--size-s); }
.g-9896f7fa { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-8ea80223 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-9896f7fa { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-54339c68 { padding: var(--size-m) 0 50px; }
.g-65fd8ddb { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-e91ae359 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-65fd8ddb { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-27e2b4cd { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-27e2b4cd .g-472f1021 { position: relative; text-decoration: none; }
.g-27e2b4cd .g-fa22c951 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-27e2b4cd .g-b2f2932a { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-27e2b4cd .g-b2f2932a img { width: 100%; height: 100%; object-fit: cover; }
.g-27e2b4cd .g-c0f2087c { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-27e2b4cd .g-4918341a { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-27e2b4cd .g-7e3f9373 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-27e2b4cd .g-8994e3ab { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-4c9dc055 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-4c9dc055 .g-472f1021 { position: relative; text-decoration: none; }
.g-4c9dc055 .g-fa22c951 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-4c9dc055 .g-b2f2932a { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-4c9dc055 .g-b2f2932a img { width: 100%; height: 100%; object-fit: cover; }
.g-4c9dc055 .g-c0f2087c { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-4c9dc055 .g-4918341a { 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-4c9dc055 .g-7e3f9373 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-4c9dc055 .g-8994e3ab { 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-fa22c951 { 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-1800af8e { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-1800af8e blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-1800af8e .g-b1dc0580 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-1800af8e .g-374e4186 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-1800af8e .g-794e09a5 { margin-top: var(--size-m); }
.g-1800af8e .g-be978f6f { 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-1800af8e .g-a24b21f8 { display: block; text-decoration: none; }
.g-1800af8e .g-a24b21f8:hover { text-decoration: underline; }
.g-1800af8e .g-26a1209a { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-1800af8e { grid-template-columns: 1fr; }
.g-1800af8e .g-3ff91eab { order: 1; }
.g-1800af8e .g-b394e5f4 { order: 2; }
.g-1800af8e .g-794e09a5 { margin-top: var(--size-s); }
.g-1800af8e .g-be978f6f { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-48ccc26d { position: relative; height: 800px; }
.g-45abe219 { height: 100%; display: flex; flex-direction: column; }
.g-1525dfe0 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-1525dfe0::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-0882e63a { width: 100%; height: 100%; }
.g-f855f1ae { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-c05ad8d3 { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-5ec17a6f { text-decoration: none; }
.g-5ec17a6f:hover { text-decoration: underline; }
.g-61cabd0c { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-8097b52e { margin-top: var(--size-m); }
.g-d1d8094a { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-c05ad8d3 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-8097b52e { margin-top: var(--size-s); }
.g-d1d8094a { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-48ccc26d { height: 700px; }
.g-f855f1ae { width: 95%; }
.g-c05ad8d3 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-0882e63a { aspect-ratio: auto; height: 100%; }
 }

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

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

/* Block: search (search) */
.g-7fc714a7 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-7fc714a7 .g-1425a6a6 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-7fc714a7 .g-fad5aa8f { margin-top: var(--size-m); }
.g-6d43a37d { margin-top: var(--size-xl); }
.g-6f34dca0 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-7fc714a7 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-4655e3a1 { position: relative; display: inline-block; width: 100%; }
.g-4655e3a1 .g-5f076213 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-4655e3a1 .g-ca20b804 { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-4655e3a1 .g-ca20b804:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-82eb1d5f { 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-82eb1d5f svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-82eb1d5f { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-4ca85d76 { padding: var(--size-xl) 0; }
.g-07c74b72 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-9e97f7e8 { margin-top: var(--size-s); }
.g-e93408c9 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-9e97f7e8 { margin-top: var(--size-xs); }
.g-e93408c9 { margin-top: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-d27118ec { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-d27118ec .g-0c38a1b8 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-d27118ec .g-0c38a1b8:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-d27118ec .g-0c38a1b8:hover .g-915ee5f7 { opacity: 1; }
.g-d27118ec .g-eeba34fa { position: relative; z-index: 1; }
.g-d27118ec .g-915ee5f7 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-d27118ec .g-0a489884 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-d27118ec .g-0a489884 .g-915ee5f7 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-0c38a1b8 { min-height: 144px; padding-bottom: 82px; }
.g-915ee5f7 { font-size: 72px; }
.g-0a489884 { padding-bottom: 120px; min-height: 159px; }
.g-0a489884 .g-915ee5f7 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-d27118ec { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-0c38a1b8 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-915ee5f7 { font-size: 56px; right: 16px; bottom: 16px; }
.g-0a489884 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-0a489884 .g-915ee5f7 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-dde0f1a5 { position: relative; z-index: 1; }
.g-181333f6 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-c21bb3bf { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-af9fc86a { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-93d40ff0 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-c4dfa471 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-f3808749 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-69fdd77b { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-b09c5d92 { fill: var(--color-text); }
.g-edb993fb { stroke: var(--color-text); }
.g-f9112a29 { stroke: var(--color-text); }
.g-cc273663 { display: flex; flex-direction: column; }
.g-0c754690 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-181333f6 { flex-direction: column; }
.g-9231533b { margin-top: 0; }
.g-af9fc86a { flex: 1; }
.g-0c754690 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-cc273663 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-c21bb3bf { align-items: center; text-align: center; }
.g-af9fc86a { padding: var(--size-s); }
.g-93d40ff0 { transform: translateY(var(--size-xl)); }
.g-c4dfa471 { flex-direction: column; align-items: center; }
.g-0c754690 { height: 370px; }
 }

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

/* Block: approach::process--0 (process) */
.g-43bda406 { width: 60%; }
.g-d997be36 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-e805b201 { flex: 1; }
.g-8bd5f42e { position: relative; }
.g-8bd5f42e::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-1f6ea679::before { display: none; }
@media screen and (max-width: 870px) { .g-61a7ae5f { flex-direction: column; }
.g-43bda406 { width: 100%; }
.g-d997be36 { display: grid; grid-template-columns: 1fr 1fr; }
.g-d997be36::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-d997be36::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-8bd5f42e::before { display: none; }
 }@media screen and (max-width: 576px) { .g-43bda406 { text-align: center; }
.g-d997be36 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-d997be36::before { display: none; }
.g-d997be36::after { display: none; }
.g-8bd5f42e::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-1f6ea679::before { display: none; }
 }

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

/* Block: approach::about--0 (about) */
.g-095577fe { display: flex; align-items: center; gap: var(--size-m); }
.g-0bf3b763 { flex: 1; }
.g-2d2cdc8c { flex: 1; }
@media screen and (max-width: 768px) { .g-095577fe { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-2d2cdc8c { text-align: center; }
 }

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

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

/* Block: expertise::process--0 (process) */
.g-26098a87 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-26098a87::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: 1; }
.g-672bbb9a { 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-672bbb9a::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-3e131e59::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-9ab79471 { 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-fa56ed86 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-22281151 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-6f4a4aa6 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-23260ba4 { padding-bottom: 37px; }
.g-23260ba4::before { bottom: 0; }
.g-13055e12 { padding-top: 35px; }
.g-13055e12::before { top: 0; }
@media screen and (max-width: 768px) { .g-26098a87 { flex-direction: column; }
.g-26098a87::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-bb4842b0 { width: 50%; }
.g-9ab79471 { margin: 0; align-self: initial; }
.g-fa56ed86 { order: 2; margin-left: auto; align-self: initial; }
.g-22281151 { order: 3; align-self: initial; }
.g-6f4a4aa6 { margin-left: auto; align-self: initial; }
.g-672bbb9a { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-672bbb9a::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-23260ba4 { padding-bottom: var(--size-xs); }
.g-13055e12 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-13055e12::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-26098a87::before { left: 0; }
.g-bb4842b0 { width: 100%; }
.g-9ab79471 { margin: 0; }
.g-fa56ed86 { margin: 0; }
.g-22281151 { margin: 0; }
.g-6f4a4aa6 { margin: 0; }
.g-672bbb9a { padding-left: var(--size-s); }
.g-672bbb9a::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-23260ba4 { margin: 0; padding-top: 35px; }
.g-13055e12 { padding-top: 35px; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-42985e5b { width: 60%; }
.g-4d9377aa { padding: var(--size-s) var(--wrapper-padding); }
.g-6abd4f2b { display: flex; justify-content: flex-start; }
.g-6abd4f2b svg { fill: var(--color-secondary); }
.g-ee593eba { justify-content: flex-end; }
.g-00cdc38e { padding: 0 var(--wrapper-padding); }
.g-80c81edd { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-42985e5b { width: 100%; }
 }@media screen and (max-width: 576px) { .g-97d0cbf6 { flex-direction: column; }
.g-6abd4f2b svg { transform: scale(0.6); }
.g-00cdc38e { padding: 0 50px 0 50px; }
.g-80c81edd { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-00cdc38e { padding: 0; }
.g-80c81edd { padding: 0; }
 }

/* Block: expertise::about--1 (about) */
.g-450009fc { display: flex; align-items: center; gap: var(--size-m); }
.g-3f7ea793 { flex: 1; }
.g-23b20e40 { position: relative; padding: var(--size-m); }
.g-23b20e40::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-92eba9d8 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-450009fc { flex-direction: column; align-items: stretch; }
.g-3f7ea793 { flex: auto; }
.g-23b20e40 { padding: var(--size-m) var(--size-s); }
.g-23b20e40::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-23b20e40 { text-align: center; }
 }