/* Block: categories-list (categories-list) */
.g-8330bbd9 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-8330bbd9 .g-f388e831 { 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-8330bbd9 .g-f388e831: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-8330bbd9 .g-f388e831:hover .g-40bcd43f { opacity: 1; }
.g-8330bbd9 .g-f8dc2eb6 { position: relative; z-index: 1; }
.g-8330bbd9 .g-40bcd43f { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-8330bbd9 .g-14668915 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-8330bbd9 .g-14668915 .g-40bcd43f { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-f388e831 { min-height: 144px; padding-bottom: 82px; }
.g-40bcd43f { font-size: 72px; }
.g-14668915 { padding-bottom: 120px; min-height: 159px; }
.g-14668915 .g-40bcd43f { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-8330bbd9 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-f388e831 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-40bcd43f { font-size: 56px; right: 16px; bottom: 16px; }
.g-14668915 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-14668915 .g-40bcd43f { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-16f84479 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-16f84479 .g-479a2ffc { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-16f84479 .g-cb0b0622 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-479a2ffc { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-cb0b0622 { 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-98e80832 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-b6f81c0b { display: block; }
.g-edd40a35 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-c2527c8b { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-b96b0c86 { width: 100%; }
@media screen and (max-width: 768px) { .g-98e80832 { padding: var(--size-s); }
.g-edd40a35 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-c2527c8b { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-b96b0c86 { width: auto; }
 }@media screen and (max-width: 576px) { .g-c2527c8b { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-27377b0b { margin-top: var(--size-m); }
.g-dae84f9c { margin-top: var(--size-m); }
.g-72c9fe19 { margin-top: var(--size-xl); }
.g-03b84a37 { align-items: stretch; }
.g-3d00de09 { height: auto; }
.g-af97867f { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-af97867f .g-f23442a0 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-af97867f .g-40a55f90 { background: var(--color-primary); transform: scale(1.2); }
.g-1e548bfb { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-0cf19617 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-315d7f7e { 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-315d7f7e.g-7448f0da { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-f493e614 { margin-top: var(--section-padding); }
.g-097ab455 { position: relative; 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: -80px; }
.g-91706b76 { max-width: 510px; }
.g-eb465fd3 { max-width: 430px; }
.g-2b08313c { margin-top: var(--size-xs); }
.g-39176979 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-db81f4dd { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-b534f832 { 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-b534f832:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-8ee4d0c3 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-35dc014c { transform: scale(1.2); margin-right: var(--size-xs); }
.g-2ce5139d { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-a3bea6ee { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-0a75d501 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-576648ac { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-8b43af72 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-097ab455 { padding: var(--size-m); }
.g-91706b76 { max-width: initial; }
.g-eb465fd3 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-8b43af72 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-c732b092 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-097ab455 { gap: var(--size-m); }
.g-39176979 { flex-direction: column; gap: var(--size-xxs); }
.g-db81f4dd { width: 100%; }
.g-b534f832 { width: 100%; }
.g-a3bea6ee { justify-content: flex-start; align-items: flex-start; }
.g-0a75d501 { flex-direction: column; justify-content: flex-start; 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-d39e42e0 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-8fc994e4 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-f7b89999 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-ab8f84ca { font-size: 34px; margin-right: var(--size-xxs); }
.g-cc21b0ac { font-size: 24px; font-weight: 600; }
.g-8eb34377 { -ms-overflow-style: none; scrollbar-width: none; }
.g-451af556 { display: none; }
.g-f397e86b { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-11f97d3e { 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-11f97d3e:hover { opacity: 0.7; }
.g-11f97d3e svg { vertical-align: middle; fill: var(--color-text-light); }
.g-1ce1cf79 { display: none; }
.g-67786d41 { display: none; }
.g-b90c9f59 { display: inline; }
.g-a2d1477e { display: none; }
.g-8260dfe6 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-8260dfe6.g-09b8e3ed { display: flex; width: 100%; }
.g-4751e012 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-ab8f84ca { font-size: 28px; }
.g-cc21b0ac { font-size: 20px; }
.g-f397e86b { gap: var(--size-xxs); }
.g-78adafc1 { display: none; }
.g-67786d41 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-bdbda1e4 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-ddf0d222 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-bcc6b2e3 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-bcc6b2e3::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-0e524f3e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-5edd1fe2 { max-width: 760px; text-align: center; }
.g-7ebd4f3b { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-bdbda1e4 { min-height: 500px; }
.g-0e524f3e { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-5edd1fe2 { text-align: left; }
.g-933fed2f { margin-top: var(--size-xs); }
.g-7ebd4f3b { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-c1f47cb6 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-dd45d2b2 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-6694ac7e { text-align: center; margin-top: var(--size-xl); }
.g-5996c2fe { text-align: center; margin-top: var(--size-s); }
.g-cbb044a7 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-6694ac7e { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-cbb044a7 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-09d2bdff { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-09d2bdff .g-23688ba0 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-09d2bdff .g-23688ba0:hover .g-cd248e50 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-09d2bdff .g-c0779a18 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-09d2bdff .g-c0779a18::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-09d2bdff .g-c0779a18 img { width: 100%; height: 100%; object-fit: cover; }
.g-09d2bdff .g-cd248e50 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-09d2bdff .g-ab6eef62 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-09d2bdff .g-619321a0 { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-09d2bdff .g-230c2d3b { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-09d2bdff .g-2630bfee { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-09d2bdff .g-36c3a8aa { display: flex; align-items: center; gap: 8px; }
.g-09d2bdff .g-36c3a8aa:hover { text-decoration: underline; }
.g-09d2bdff .g-36c3a8aa svg { margin-left: 8px; fill: currentColor; }
.g-09d2bdff .g-bf611f4e { white-space: nowrap; opacity: 0.8; }
.g-653f6262 { min-height: 600px; }
.g-653f6262 .g-23688ba0 { padding: 48px 40px; }
.g-653f6262 .g-cd248e50 { transform: none; }
@media screen and (max-width: 870px) { .g-653f6262 { min-height: 368px; }
.g-653f6262 .g-23688ba0 { padding: 24px; }
.g-653f6262 .g-cd248e50 { transform: translateY(46px); }
 }

/* 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-2c8f9b5f { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-2c8f9b5f blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-2c8f9b5f .g-bccaad09 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-2c8f9b5f .g-8281e8b4 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2c8f9b5f .g-f81bdee7 { margin-top: var(--size-m); }
.g-2c8f9b5f .g-aa9af709 { 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-2c8f9b5f .g-99b36265 { display: block; text-decoration: none; }
.g-2c8f9b5f .g-99b36265:hover { text-decoration: underline; }
.g-2c8f9b5f .g-e20f0b3c { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-2c8f9b5f { grid-template-columns: 1fr; }
.g-2c8f9b5f .g-6b9a3bc5 { display: none; }
.g-2c8f9b5f .g-f81bdee7 { margin-top: var(--size-s); }
.g-2c8f9b5f .g-aa9af709 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-2c8f9b5f blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-37ee4690 { position: relative; }
.g-2823274a { width: 100%; }
.g-1bacfeb9 { position: relative; display: flex; flex-direction: column; }
.g-30472cc7 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-30472cc7::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-a807623c { width: 100%; height: 100%; }
.g-6c41a626 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-1a21e48d { 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-5e227152 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-31fb6043 { 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-31fb6043:hover { text-decoration: underline; }
.g-b05d2f73 { margin-top: var(--size-m); }
.g-f0aa4e03 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-1bacfeb9 { padding-bottom: 40px; }
.g-5e227152 { gap: var(--size-xxs); }
.g-31fb6043 { height: 31px; padding: 8px 16px; }
.g-b05d2f73 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-1a21e48d { padding-bottom: 0; }
.g-31fb6043 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-1bacfeb9 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-a807623c { aspect-ratio: auto; height: 100%; }
.g-1a21e48d { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-8c9901bf { text-align: center; }
.g-9acdc72f { position: relative; }
.g-cbcfcbe4 { 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-cbcfcbe4:hover { background-color: var(--color-primary); }
.g-8c8a809c { left: -42px; }
.g-74a1b1bc { right: -42px; }
@media screen and (max-width: 1024px) { .g-aa833616 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-cbcfcbe4 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-963ec0b4 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-963ec0b4 .g-050a3484 { margin-top: var(--size-m); max-width: 600px; }
.g-6cb603f5 { margin-top: var(--size-xl); }
.g-4506cc3d { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-963ec0b4 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-798c8040 { position: relative; display: inline-block; width: 100%; }
.g-798c8040 .g-bf33e343 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-798c8040 .g-530e948e { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-798c8040 .g-ea63603f { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-798c8040 .g-ea63603f:hover { opacity: .7; }
.g-798c8040 .g-9770af7e { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-798c8040 .g-9770af7e:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-651e6ba5 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-69237a6b { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-32959fa1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-32959fa1::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-82dbe8b1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-ffaad351 { max-width: 760px; text-align: center; }
.g-b14e1dbc { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-651e6ba5 { min-height: 500px; }
.g-82dbe8b1 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-ffaad351 { text-align: left; }
.g-29785fb8 { margin-top: var(--size-xs); }
.g-b14e1dbc { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-edc64552 { padding: 0; }
@media screen and (max-width: 1280px) { .g-531bd1e3 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-edc64552 { padding: 0 var(--wrapper-padding); }
.g-44184f95 { column-count: 1; }
.g-531bd1e3 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-44184f95 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-154cc84e { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-154cc84e .g-c0604cb1 { 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-154cc84e .g-c0604cb1: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-154cc84e .g-c0604cb1:hover .g-31545bce { opacity: 1; }
.g-154cc84e .g-a6ee9e3f { position: relative; z-index: 1; }
.g-154cc84e .g-31545bce { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-154cc84e .g-c31a8f84 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-154cc84e .g-c31a8f84 .g-31545bce { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-c0604cb1 { min-height: 144px; padding-bottom: 82px; }
.g-31545bce { font-size: 72px; }
.g-c31a8f84 { padding-bottom: 120px; min-height: 159px; }
.g-c31a8f84 .g-31545bce { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-154cc84e { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-c0604cb1 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-31545bce { font-size: 56px; right: 16px; bottom: 16px; }
.g-c31a8f84 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-c31a8f84 .g-31545bce { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-523e5235 { margin-top: var(--size-m); }
.g-c3fc8fc4 { margin-top: var(--size-m); }
.g-0a2caa9a { margin-top: var(--size-xl); }
.g-5ea61a4e { align-items: stretch; }
.g-5304bcdc { height: auto; }
.g-3aae147d { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-3aae147d .g-13571eb8 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-3aae147d .g-63b2caa1 { background: var(--color-primary); transform: scale(1.2); }
.g-0164cbfd { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-9292b40b { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-480eccf9 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-f9586b2c { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-d78195ce { display: none; }
.g-04963fd4 { width: 100%; }
.g-d090d997 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-d8c99b3a { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-3140aeb8 { 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-5797a17e { fill: var(--color-text); }
.g-6f935996 { stroke: var(--color-text); }
.g-3f5fe25c { stroke: var(--color-text); }
.g-58e4a001 { display: flex; flex-direction: column; }
.g-4042e989 { width: 100%; height: 300px; }
.g-f7e4ef6e { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-9292b40b { flex-direction: column-reverse; }
.g-480eccf9 { flex-direction: column-reverse; justify-content: flex-start; }
.g-f9586b2c { flex: 1; }
.g-8d6cf818 { display: none; }
.g-d78195ce { display: block; text-align: center; }
.g-d090d997 { justify-content: space-evenly; }
.g-4042e989 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-480eccf9 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-3140aeb8 { margin-right: 0; }
.g-58e4a001 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-480eccf9 { text-align: center; }
.g-f9586b2c { padding: var(--size-s); }
.g-d090d997 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-d8c99b3a { flex: inherit; align-items: center; }
 }

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

/* Block: about-page::highlights--0 (highlights) */
.g-347bc27d { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-f062c203 { flex: 1; }
.g-1a6a696e { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-490b90db { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-6c772b31 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-347bc27d { flex-direction: column; gap: var(--size-m); }
.g-f062c203 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-1a6a696e { gap: var(--size-s); }
.g-490b90db { flex-direction: column; gap: var(--size-xxs); }
 }

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

/* Block: expertise::about--0 (about) */
.g-2988a72e { padding: 0; }
@media screen and (max-width: 1280px) { .g-f3dc7997 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-2988a72e { padding: 0 var(--wrapper-padding); }
.g-48b07465 { column-count: 1; }
.g-f3dc7997 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-48b07465 { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-864ad231 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-98adc2f6 { padding: var(--size-m); box-shadow: var(--shadow); }
.g-ddf36d27 svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-864ad231 { grid-template-columns: 1fr; }
 }

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

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

/* Block: expertise::text--1 (text) */
.g-27e26691 { text-align: center; }