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

/* Block: category-header (category-header) */
.g-fed9e7d7 { 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-fed9e7d7 .g-f567d9a3 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-fed9e7d7 .g-ca57a90c { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-f567d9a3 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-ca57a90c { 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-99b6ea88 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-4093f920 { display: block; }
.g-ef0b7619 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-e8d90266 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-5a93dcaf { width: 100%; }
@media screen and (max-width: 768px) { .g-99b6ea88 { padding: var(--size-s); }
.g-ef0b7619 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-e8d90266 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-5a93dcaf { width: auto; }
 }@media screen and (max-width: 576px) { .g-e8d90266 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-911fb80b { margin-top: var(--size-m); }
.g-934e7946 { margin-top: var(--size-m); }
.g-5e0c38d8 { margin-top: var(--size-xl); }
.g-5accb0df { align-items: stretch; }
.g-d7f57834 { height: auto; }
.g-156c86fa { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-156c86fa .g-691c331c { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-156c86fa .g-d7ddf9b1 { background: var(--color-primary); transform: scale(1.2); }
.g-b2a694c9 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-4fbeba83 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-3ff2eafa { 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-3ff2eafa.g-d5c801d5 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-7b25683a { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-8d7067d0 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-c674e245 { max-width: 563px; }
.g-0ce6113b { max-width: 465px; }
.g-8b36af96 { margin-top: var(--size-xs); }
.g-a354d10f { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c2b738b5 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-a40c85fe { 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-a40c85fe:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-ea555d2a { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-b52bd251 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-2518846b { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-71a2a5f5 { display: flex; justify-content: space-between; align-items: center; }
.g-1186ecf6 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-5e6e393c { 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-c674e245 { max-width: 550px; }
.g-0ce6113b { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-71a2a5f5 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-1186ecf6 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-5e6e393c { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-ba9cb81a { order: 3; }
 }@media screen and (max-width: 576px) { .g-8d7067d0 { gap: var(--size-m); }
.g-a354d10f { flex-direction: column; gap: var(--size-xxs); }
.g-c2b738b5 { width: 100%; }
.g-a40c85fe { width: 100%; }
.g-1186ecf6 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-b67ac204 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-910a0f34 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-c4d6d8eb { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-41f34ef4 { font-size: 36px; margin-right: var(--size-xs); }
.g-3991ed52 { font-size: 24px; font-weight: 600; }
.g-e992d785 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-c88eb212 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-c88eb212:hover { opacity: 0.7; }
.g-72e6d504 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-657d7248 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-ae2f3cbf { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-ae2f3cbf.g-1565d4d4 { display: block; }
.g-e992d785 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-72e6d504 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-ae2f3cbf { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-363f338f { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-9efdf0c3 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-ce8f9b30 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-ce8f9b30::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-a47125e2 { 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-d40c7e33 { max-width: 760px; text-align: center; }
.g-366744f9 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-363f338f { min-height: 500px; }
.g-a47125e2 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-d40c7e33 { text-align: left; }
.g-ddd29433 { margin-top: var(--size-xs); }
.g-366744f9 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-271e9d39 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-bec7586d { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-a7c6bd7d { text-align: center; margin-top: var(--size-xl); }
.g-87b37c36 { text-align: center; margin-top: var(--size-s); }
.g-65588faa { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-a7c6bd7d { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-65588faa { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-886e97e3 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-886e97e3 .g-3e9f8d9f { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-886e97e3 .g-3e9f8d9f:hover .g-4fbb7ddd { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-886e97e3 .g-6d8bb9ef { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-886e97e3 .g-6d8bb9ef::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-886e97e3 .g-6d8bb9ef img { width: 100%; height: 100%; object-fit: cover; }
.g-886e97e3 .g-4fbb7ddd { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-886e97e3 .g-66282e39 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-886e97e3 .g-7e36351d { 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-886e97e3 .g-fcfeab0d { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-886e97e3 .g-2a50dd9f { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-886e97e3 .g-f9878d83 { display: flex; align-items: center; gap: 8px; }
.g-886e97e3 .g-f9878d83:hover { text-decoration: underline; }
.g-886e97e3 .g-f9878d83 svg { margin-left: 8px; fill: currentColor; }
.g-886e97e3 .g-10e001b7 { white-space: nowrap; opacity: 0.8; }
.g-761d6f2f { min-height: 600px; }
.g-761d6f2f .g-3e9f8d9f { padding: 48px 40px; }
.g-761d6f2f .g-4fbb7ddd { transform: none; }
@media screen and (max-width: 870px) { .g-761d6f2f { min-height: 368px; }
.g-761d6f2f .g-3e9f8d9f { padding: 24px; }
.g-761d6f2f .g-4fbb7ddd { 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-80979ab4 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-80979ab4 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-80979ab4 blockquote::before { content: ''; position: absolute; top: 8px; left: 8px; display: inline-flex; width: 22px; height: 19px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); box-shadow: 0 0 0 9999px var(--color-surface); }
.g-80979ab4 blockquote::after { content: ''; position: absolute; bottom: 8px; right: 8px; display: inline-flex; width: 22px; height: 19px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); }
.g-80979ab4 .g-d0085644 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-80979ab4 .g-18da2465 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-80979ab4 .g-18edb23d { margin-top: var(--size-s); }
.g-80979ab4 .g-f9ecb10c { margin-top: var(--size-s); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-80979ab4 .g-b4eef465 { display: block; text-decoration: none; }
.g-80979ab4 .g-b4eef465:hover { text-decoration: underline; }
.g-80979ab4 .g-c6a6359f { position: relative; color: var(--color-text); font-weight: bold; }
.g-80979ab4 .g-c6a6359f::before { content: ''; position: absolute; top: 0; left: calc((var(--size-s) + 8px) * -1); background-color: var(--color-primary); display: block; width: 16px; height: 16px; border-radius: 50%; }
@media screen and (max-width: 1024px) { .g-80979ab4 { grid-template-columns: 1fr; }
.g-80979ab4 .g-f6fa6fab { order: 1; }
.g-80979ab4 .g-46e820b7 { order: 2; }
.g-80979ab4 .g-18edb23d { margin-top: var(--size-xs); }
.g-80979ab4 .g-f9ecb10c { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-80979ab4 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-c768fe1a { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-27d3228e { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-edf45193 { text-decoration: none; }
.g-edf45193:hover { text-decoration: underline; }
.g-2883b1da { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-36850c9c { margin-top: var(--size-s); }
.g-17c7e6e0 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-c768fe1a { gap: var(--size-xs); }
.g-2883b1da { margin-top: var(--size-s); }
.g-17c7e6e0 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-97c7f93e { text-align: center; }
.g-457d1afc { position: relative; }
.g-5ab8c145 { 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-5ab8c145:hover { background-color: var(--color-primary); }
.g-456341cb { left: -42px; }
.g-f32d04bf { right: -42px; }
@media screen and (max-width: 1024px) { .g-47330744 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-5ab8c145 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-92a49761 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-dfafaead { margin-top: var(--size-xl); }
.g-88e82cb1 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-66cd9b8d { position: relative; display: inline-block; width: 100%; }
.g-66cd9b8d .g-077e3379 { 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-66cd9b8d .g-28dc1fd7 { 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-66cd9b8d .g-28dc1fd7:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-0c99a8e8 { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-096afb38 { fill: var(--color-text-light); }
.g-879b4a01 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-0c99a8e8 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-940a6b3e { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-77a314b2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-06abd9cc { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-06abd9cc::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-6cb2c32f { 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-286d5c15 { max-width: 760px; text-align: center; }
.g-d42f36c2 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-940a6b3e { min-height: 500px; }
.g-6cb2c32f { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-286d5c15 { text-align: left; }
.g-59108035 { margin-top: var(--size-xs); }
.g-d42f36c2 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-6a996d52 { display: flex; align-items: center; gap: var(--size-m); }
.g-90536f36 { flex: 1; }
.g-18d5d453 { flex: 1; }
@media screen and (max-width: 768px) { .g-6a996d52 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-18d5d453 { text-align: center; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-97b9023d { margin-top: var(--size-m); }
.g-b6ee61eb { margin-top: var(--size-m); }
.g-484dcc94 { margin-top: var(--size-xl); }
.g-6ccd171c { align-items: stretch; }
.g-ace4d3c8 { height: auto; }
.g-30c38472 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-30c38472 .g-61f14eed { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-30c38472 .g-c7789f91 { background: var(--color-primary); transform: scale(1.2); }
.g-7faa541f { 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-6c5ee98d { 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-6c5ee98d { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-8e23f771 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-5894f4a3 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-91a48aec { display: flex; justify-content: flex-start; }
.g-2df3a778 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-3bf20f14 { display: flex; justify-content: flex-start; align-items: center; }
.g-543fdaa2 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-13d5783b { fill: var(--color-text); }
.g-76e8d598 { stroke: var(--color-text); }
.g-b99672e6 { stroke: var(--color-text); }
.g-47ee0bfc { display: flex; flex-direction: column; }
.g-3919912e { flex: 0 0 50%; height: 383px; }
.g-301a90ec { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-8e23f771 { flex-direction: column; }
.g-5894f4a3 { width: 100%; flex: 0 0 auto; }
.g-91a48aec { flex-direction: column; }
.g-2df3a778 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-dc24970e { width: 100%; display: flex; justify-content: space-between; }
.g-3bf20f14 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-543fdaa2 { margin-right: 0; }
.g-47ee0bfc { margin-top: var(--size-xs); }
.g-3919912e { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-5894f4a3 { padding: var(--size-xs); }
.g-dc24970e { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-3bf20f14 { align-items: center; }
.g-47ee0bfc { text-align: center; }
.g-3919912e { height: 370px; }
 }

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

/* Block: approach::process--0 (process) */
.g-436ae72a { width: 60%; }
.g-316d34b7 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-a5fd6b9b { flex: 1; }
.g-b0dd4a0a { position: relative; }
.g-b0dd4a0a::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-8c14b030::before { display: none; }
@media screen and (max-width: 870px) { .g-236aedd1 { flex-direction: column; }
.g-436ae72a { width: 100%; }
.g-316d34b7 { display: grid; grid-template-columns: 1fr 1fr; }
.g-316d34b7::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-316d34b7::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-b0dd4a0a::before { display: none; }
 }@media screen and (max-width: 576px) { .g-436ae72a { text-align: center; }
.g-316d34b7 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-316d34b7::before { display: none; }
.g-316d34b7::after { display: none; }
.g-b0dd4a0a::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-8c14b030::before { display: none; }
 }

/* Block: approach::text--1 (text) */
.g-04ae56fb { text-align: center; }

/* Block: approach::about--0 (about) */
.g-0c880c33 { display: flex; align-items: center; gap: var(--size-m); }
.g-03627c89 { flex: 1; }
.g-1ae05653 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-0c880c33 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-088cd1f9 { text-align: center; }
 }

/* Block: approach::faq--0 (faq) */
.g-e3232eb7 { position: relative; gap: var(--size-s); }
.g-e3232eb7 * { flex: 1; }
.g-3b001d55 { width: 80%; margin-inline: auto; }
.g-fc9197c1 { 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-5eef6e0e { user-select: none; }
.g-5eef6e0e[open] .g-2ce63f11 { transform: scaleY(1); }
.g-6edba417 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-6edba417::-webkit-details-marker { display: none; }
.g-2ce63f11 { 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-2ce63f11 svg { fill: var(--color-primary); }
.g-6f36393d { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-6edba417 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-6f36393d { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e3232eb7 { flex-direction: column; }
.g-3b001d55 { width: 100%; margin-top: var(--size-m); }
.g-fc9197c1 { margin-right: var(--size-s); }
 }