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

/* Block: category-header (category-header) */
.g-fd2e15c3 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-fd2e15c3 .g-bea20fe3 { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-fd2e15c3 .g-62292126 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-fd2e15c3 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-bea20fe3 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-acf208ec { text-align: center; }
.g-62292126 { 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-7fe31feb { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-d229542d { display: block; }
.g-b0c99d48 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-abb969d3 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-246131e2 { width: 100%; }
@media screen and (max-width: 768px) { .g-7fe31feb { padding: var(--size-s); }
.g-b0c99d48 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-abb969d3 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-246131e2 { width: auto; }
 }@media screen and (max-width: 576px) { .g-abb969d3 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-b68e7a12 { margin-top: var(--size-m); }
.g-f1fe9a29 { margin-top: var(--size-m); }
.g-b0075635 { margin-top: var(--size-xl); }
.g-6df40ed9 { align-items: stretch; }
.g-21cdb557 { height: auto; }
.g-4613dcfe { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-4613dcfe .g-3cbaf119 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-4613dcfe .g-6e8e2910 { background: var(--color-primary); transform: scale(1.2); }
.g-5ceeb76b { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-4f97aa2d { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-78b707d3 { 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-78b707d3.g-65f089a8 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-31053905 { margin-top: var(--section-padding); }
.g-4bf152ff { 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-39aa9a48 { max-width: 510px; }
.g-32a67cec { max-width: 430px; }
.g-29c8cacf { margin-top: var(--size-xs); }
.g-97ba6672 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-755e46f1 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-a86f3853 { 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-a86f3853:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-ac5fcc07 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-07a6935d { transform: scale(1.2); margin-right: var(--size-xs); }
.g-3379a7ad { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-2a07a3e9 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-15f4a487 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-dbd0cd5e { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-25ae8bf1 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-4bf152ff { padding: var(--size-m); }
.g-39aa9a48 { max-width: initial; }
.g-32a67cec { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-25ae8bf1 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-5d466265 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-4bf152ff { gap: var(--size-m); }
.g-97ba6672 { flex-direction: column; gap: var(--size-xxs); }
.g-755e46f1 { width: 100%; }
.g-a86f3853 { width: 100%; }
.g-2a07a3e9 { justify-content: flex-start; align-items: flex-start; }
.g-15f4a487 { flex-direction: column; justify-content: flex-start; 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-4f1245f2 { position: relative; z-index: 5; }
.g-4d5cf11c { width: 100%; }
.g-d984e232 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-008983e9 { position: sticky; top: -1px; z-index: 5; }
.g-7e39aad9 { display: block; }
.g-b75a6379 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-b75a6379::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-15b09f88 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-1be0ee90 { font-size: 34px; margin-right: var(--size-xxs); }
.g-46175f68 { font-size: 24px; font-weight: 600; }
.g-7a9a9290 { display: block; }
.g-e14c35d1 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-f1ac0b25 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-f1ac0b25:hover { text-decoration: underline; }
.g-8b93b48d { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-4e5e14a9 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-4f1245f2 { position: sticky; top: 0; }
.g-d984e232 { justify-content: space-between; height: 65px; }
.g-5420aac2 { top: 65px; height: 0; }
.g-b75a6379::after { display: none; }
.g-15b09f88 { margin: 0; }
.g-7a9a9290 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-7a9a9290.g-34b2fe85 { display: block; }
.g-e14c35d1 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-8b93b48d { display: flex; }
 }@media screen and (max-width: 576px) { .g-1be0ee90 { font-size: 28px; }
.g-46175f68 { font-size: 20px; }
.g-7a9a9290 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-fba941fd { padding: var(--size-xl) 0; }
.g-47161649 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-3c1b7ef4 { margin-top: var(--size-s); }
.g-558bbcd2 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-3c1b7ef4 { margin-top: var(--size-xs); }
.g-558bbcd2 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-e7fda455 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-6097e1d4 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-0f221ec7 { text-align: center; margin-top: var(--size-xl); }
.g-9c2f8c64 { text-align: center; margin-top: var(--size-s); }
.g-3a4cd114 { text-align: center; }
@media screen and (max-width: 768px) { .g-0f221ec7 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-dbb89b45 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-06f4cb46 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-06f4cb46::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-4f960e60 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-b92560a4 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-dbb89b45 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-dbb89b45 { padding-bottom: 40px; }
 }

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

.g-a93ae5c3 .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-a93ae5c3 .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

.g-a93ae5c3 .prev {
    left: 0;
    transform: translateX(calc(-100% - 44px));
    color: var(--color-secondary);
}

.g-a93ae5c3 .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-a93ae5c3 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-a93ae5c3 .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-a93ae5c3 .prev,
.g-a93ae5c3 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

.g-a93ae5c3 .prev,
.g-a93ae5c3 .next,
.g-a93ae5c3 .current {
    box-shadow: 0px 0px 0px 1px var(--color-text);
}

@media screen and (max-width: 768px) {
    .g-a93ae5c3 .prev,
    .g-a93ae5c3 .next {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .g-a93ae5c3 .prev::before,
    .g-a93ae5c3 .next::after {
        display: none;
    }
}

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

/* Block: post-card (post-card) */
.g-aa742125 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-aa742125 .g-8b6af3f3 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-aa742125 .g-8b6af3f3:hover .g-26fb0410 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-aa742125 .g-19340f72 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-aa742125 .g-19340f72::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-aa742125 .g-19340f72 img { width: 100%; height: 100%; object-fit: cover; }
.g-aa742125 .g-26fb0410 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-aa742125 .g-adeef7e2 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-aa742125 .g-c53767af { 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-aa742125 .g-25238b78 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-aa742125 .g-0583df2a { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-aa742125 .g-4abf7698 { display: flex; align-items: center; gap: 8px; }
.g-aa742125 .g-4abf7698:hover { text-decoration: underline; }
.g-aa742125 .g-4abf7698 svg { margin-left: 8px; fill: currentColor; }
.g-aa742125 .g-98c13068 { white-space: nowrap; opacity: 0.8; }
.g-9dabe785 { min-height: 600px; }
.g-9dabe785 .g-8b6af3f3 { padding: 48px 40px; }
.g-9dabe785 .g-26fb0410 { transform: none; }
@media screen and (max-width: 870px) { .g-9dabe785 { min-height: 368px; }
.g-9dabe785 .g-8b6af3f3 { padding: 24px; }
.g-9dabe785 .g-26fb0410 { 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-ffddc9a9 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-ffddc9a9 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-ffddc9a9 .g-deaa0b54 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-ffddc9a9 .g-b613a0ee { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ffddc9a9 .g-5c9d02d3 { margin-top: var(--size-m); }
.g-ffddc9a9 .g-b5b56e00 { 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-ffddc9a9 .g-fe9ea481 { display: block; text-decoration: none; }
.g-ffddc9a9 .g-fe9ea481:hover { text-decoration: underline; }
.g-ffddc9a9 .g-b0ad8c5f { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-ffddc9a9 { grid-template-columns: 1fr; }
.g-ffddc9a9 .g-caa2c23f { order: 1; }
.g-ffddc9a9 .g-0b4e9ec9 { order: 2; }
.g-ffddc9a9 .g-5c9d02d3 { margin-top: var(--size-s); }
.g-ffddc9a9 .g-b5b56e00 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-acf70151 { position: relative; height: 800px; }
.g-c2df2ba7 { height: 100%; display: flex; flex-direction: column; }
.g-0e187b4d { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-0e187b4d::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-ba66e9ef { width: 100%; height: 100%; }
.g-30e849a5 { 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-01e14f27 { 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-5ced8eb3 { text-decoration: none; }
.g-5ced8eb3:hover { text-decoration: underline; }
.g-14dd0636 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-634e7c71 { margin-top: var(--size-m); }
.g-0c3f651f { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-01e14f27 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-634e7c71 { margin-top: var(--size-s); }
.g-0c3f651f { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-acf70151 { height: 700px; }
.g-30e849a5 { width: 95%; }
.g-01e14f27 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-ba66e9ef { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-ca8bdcdf { text-align: center; }
.g-cf4a289b { position: relative; }
.g-e5ab0c60 { 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-e5ab0c60:hover { background-color: var(--color-primary); }
.g-fb2bc151 { left: -42px; }
.g-2fc2d99a { right: -42px; }
@media screen and (max-width: 1024px) { .g-f28db2fe { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-e5ab0c60 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-081761d4 { margin-top: var(--size-m); max-width: 600px; }
.g-3cea6369 { margin-top: var(--size-m); max-width: 600px; }
.g-8d4f9283 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-90c1b7a3 { position: relative; display: inline-block; width: 100%; }
.g-90c1b7a3 .g-8011b50c { 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-90c1b7a3 .g-8011b50c:focus + .g-bd1932ef { opacity: 1; }
.g-90c1b7a3 .g-a0891f39 { 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-90c1b7a3 .g-a0891f39:hover { opacity: .7; }
.g-90c1b7a3 .g-264a5008 { fill: var(--color-primary); }
.g-90c1b7a3 .g-bd1932ef { 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-90c1b7a3 .g-bd1932ef:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-5f122134 { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-5f122134 svg { fill: var(--color-text-light); }
.g-70bd7ad0 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-5f122134 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-a2c843ec { padding: var(--size-xl) 0; }
.g-2b3c9f64 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-8aecc7bd { margin-top: var(--size-s); }
.g-d0a91ee6 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-8aecc7bd { margin-top: var(--size-xs); }
.g-d0a91ee6 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-61a55e9c { position: relative; }
.g-68591fc5::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-7c6e9126 { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-87404dbf { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-a7665b9b { 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-a7665b9b li:last-child .g-67083d26 { border-bottom: none; }
.g-67083d26 { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-67083d26[open] .g-faf552f0 { transform: rotate(45deg); }
.g-67083d26 .g-65c79264 { padding-bottom: var(--size-s); }
.g-fdc527a9 { 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-fdc527a9::-webkit-details-marker { display: none; }
.g-faf552f0 { 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-faf552f0 svg { fill: var(--color-text); }
.g-65c79264 { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-68591fc5::before { width: 100%; }
.g-7c6e9126 { flex-direction: column; }
.g-87404dbf { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-a7665b9b { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-fdc527a9 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-faf552f0 { width: 24px; height: 24px; }
.g-faf552f0 svg { width: 16px; height: 16px; }
.g-65c79264 { padding-bottom: var(--size-xs); }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-d9d3c644 { margin-top: var(--size-m); }
.g-ae13467b { margin-top: var(--size-m); }
.g-b9bf4b26 { margin-top: var(--size-xl); }
.g-e0b47ec6 { align-items: stretch; }
.g-f4e1012f { height: auto; }
.g-0cb9d719 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-0cb9d719 .g-d1edc2ce { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-0cb9d719 .g-5099f342 { background: var(--color-primary); transform: scale(1.2); }
.g-592279c8 { 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-7198ae1f { margin: var(--section-padding) 0; }

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

/* Block: contacts-page::form--0 (form) */
.g-7f1c6cd6 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-02e81b81 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-ea687a73 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-ccf703d1 { display: flex; justify-content: flex-start; align-items: center; }
.g-7e1821d2 { 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-674d0bf0 { display: flex; flex-direction: column; }
.g-487d745d { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-e28be7b3 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-7f1c6cd6 { flex-direction: column-reverse; }
.g-02e81b81 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-ec8aa9fd { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-ec8aa9fd .g-ccf703d1 { margin-top: 0; }
.g-ccf703d1 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-7e1821d2 { margin-right: 0; }
.g-674d0bf0 { margin-top: var(--size-xs); }
.g-487d745d { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-02e81b81 { text-align: center; }
.g-ec8aa9fd { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-ccf703d1 { align-items: center; }
.g-a79bc98b { margin: 0 auto; }
 }

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

/* Block: approach::process--0 (process) */
.g-17ee0a6f { width: 60%; }
.g-1cde02dd { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-1cde02dd::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-e2c310f0 { flex: 1; }
.g-74705c09 { position: relative; height: 100%; }
.g-74705c09::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-5ce73d46 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-ac1a80a5 { flex-direction: column; }
.g-17ee0a6f { width: 100%; }
.g-1cde02dd { flex-direction: column; }
.g-1cde02dd::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-74705c09 { display: flex; justify-content: flex-start; align-items: center; }
.g-74705c09::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-5ce73d46 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-17ee0a6f { text-align: center; }
.g-1cde02dd::before { left: 57px; }
.g-74705c09::before { left: 50px; }
.g-5ce73d46 { font-size: 32px; flex: 0 0 75px; }
 }

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

/* Block: approach::about--1 (about) */
.g-eba96180 { padding: 0; }
@media screen and (max-width: 1280px) { .g-98a50f3b { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-eba96180 { padding: 0 var(--wrapper-padding); }
.g-35a90abb { column-count: 1; }
.g-98a50f3b { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-35a90abb { text-align: center; }
 }

/* Block: approach::faq--0 (faq) */
.g-e839ecbf { position: relative; gap: var(--size-s); }
.g-e839ecbf * { flex: 1; }
.g-1dad8496 { width: 80%; margin-inline: auto; }
.g-09d6659c { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-73a704b8 { user-select: none; }
.g-73a704b8[open] .g-e6698b10 { transform: scaleY(1); }
.g-24c07e84 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-24c07e84::-webkit-details-marker { display: none; }
.g-e6698b10 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-e6698b10 svg { fill: var(--color-primary); }
.g-da8496f5 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-24c07e84 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-da8496f5 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e839ecbf { flex-direction: column; }
.g-1dad8496 { width: 100%; margin-top: var(--size-m); }
.g-09d6659c { margin-right: var(--size-s); }
 }

/* Block: about-page::about--0 (about) */
.g-fab4e241 { display: flex; align-items: center; gap: var(--size-m); }
.g-eb7c7337 { flex: 1; }
.g-ff9c0478 { flex: 1; }
@media screen and (max-width: 768px) { .g-fab4e241 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-ff9c0478 { text-align: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-3243b741 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-00630a1f { flex: 0 1 560px; }
.g-0d2b985c { flex: 1 1 630px; }
.g-62de860e { flex: 1; }
.g-00127ce8 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-3baa0bbf { flex: 1; }
.g-f0bc89f3 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-73fc453c { 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: 768px) { .g-3243b741 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-00630a1f { flex: auto; }
.g-0d2b985c { flex: auto; width: 100%; }
.g-00127ce8 { margin-top: var(--size-s); }
.g-3baa0bbf { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-f0bc89f3 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-00630a1f { text-align: center; }
.g-00127ce8 { flex-direction: column; }
.g-3baa0bbf { flex: auto; text-align: center; }
.g-f0bc89f3 { align-items: center; }
 }

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