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

/* Block: category-header (category-header) */
.g-00256a3d { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-00256a3d .g-8c8392c3 { 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-00256a3d .g-ed32dc85 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-00256a3d { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-8c8392c3 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-f007db2e { text-align: center; }
.g-ed32dc85 { 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-ab35eb39 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-942b861d { display: block; }
.g-40daba3c { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-3b9a82d1 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-a92f2f2a { width: 100%; }
@media screen and (max-width: 768px) { .g-ab35eb39 { padding: var(--size-s); }
.g-40daba3c { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-3b9a82d1 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-a92f2f2a { width: auto; }
 }@media screen and (max-width: 576px) { .g-3b9a82d1 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-60041365 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-3117f714 { 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-3117f714.g-ee806df2 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-406f2166 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-912627b3 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-3236e5ff { max-width: 563px; }
.g-a80c761c { max-width: 465px; }
.g-ccbd10dd { margin-top: var(--size-xs); }
.g-5f02bf0a { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c16c6938 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-95204eb4 { 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-95204eb4:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-95bb310b { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-296afa9e { transform: scale(1.2); margin-right: var(--size-xs); }
.g-ce69bfe1 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-33979d61 { display: flex; justify-content: space-between; align-items: center; }
.g-a4e01909 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-ff709b44 { 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-3236e5ff { max-width: 550px; }
.g-a80c761c { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-33979d61 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-a4e01909 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-ff709b44 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-c05e2b30 { order: 3; }
 }@media screen and (max-width: 576px) { .g-912627b3 { gap: var(--size-m); }
.g-5f02bf0a { flex-direction: column; gap: var(--size-xxs); }
.g-c16c6938 { width: 100%; }
.g-95204eb4 { width: 100%; }
.g-a4e01909 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-db2cc077 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-9fe54607 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-e913b923 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-87a24c5d { font-size: 34px; margin-right: var(--size-xxs); }
.g-e50c032b { font-size: 24px; font-weight: 600; }
.g-69153eef { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-12722fe5 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-12722fe5:hover { opacity: 0.7; }
.g-12722fe5 svg { fill: var(--color-text); }
.g-54a8d21a { display: none; }
.g-2f20986b { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-a40dcdc8 { clip-path: inherit; }
.g-a40dcdc8 .g-cec4ebe8 { background-color: rgba(0, 0, 0, 0.2); }
.g-a40dcdc8 .g-80d3e4c3 { opacity: 1; transform: translateX(0); }
.g-916b9117 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-1fbe42f3 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-1fbe42f3:hover { opacity: 0.7; }
.g-1fbe42f3 svg { fill: var(--color-text); }
.g-cec4ebe8 { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-80d3e4c3 { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-12722fe5 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-87a24c5d { font-size: 28px; }
.g-e50c032b { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-9fe54607 { justify-content: flex-start; }
.g-69153eef { gap: var(--size-m); }
.g-292f05de { display: none; }
.g-54a8d21a { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-bdc14855 { padding: var(--section-padding) 0; }
.g-558b16b4 { display: flex; }
.g-cf0a3eb5 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-3295af27 { margin-top: var(--size-s); }
.g-adb1be0e { margin-top: var(--size-m); }
.g-2ff5b7fe { flex: 1; }
.g-89cd5085 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-558b16b4 { flex-direction: column; }
.g-cf0a3eb5 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-89cd5085 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-cf0a3eb5 { padding-bottom: var(--size-m); }
.g-89cd5085 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-a194f469 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-2f87e8b7 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-9efa6a5c { position: relative; padding: var(--size-xl) 0; }
.g-b928f948 { text-align: center; }
.g-7d72cd5d { text-align: center; margin-top: var(--size-s); }
.g-64e0777b { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-64e0777b { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-34183d5d { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-3031143e { margin-top: var(--size-xl); text-align: center; }
.g-24373be9 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-34183d5d { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-34183d5d { padding-bottom: 35px; }
.g-3031143e { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-191e699f { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-191e699f .g-420e3af5 { position: relative; text-decoration: none; }
.g-191e699f .g-2b7b968c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-191e699f .g-1adf072c { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-191e699f .g-1adf072c img { width: 100%; height: 100%; object-fit: cover; }
.g-191e699f .g-b3a47258 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-191e699f .g-9f179ddc { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-191e699f .g-048c606f { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-191e699f .g-23209650 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-b8d5fdc1 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-b8d5fdc1 .g-420e3af5 { position: relative; text-decoration: none; }
.g-b8d5fdc1 .g-2b7b968c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-b8d5fdc1 .g-1adf072c { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-b8d5fdc1 .g-1adf072c img { width: 100%; height: 100%; object-fit: cover; }
.g-b8d5fdc1 .g-b3a47258 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-b8d5fdc1 .g-9f179ddc { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b8d5fdc1 .g-048c606f { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-b8d5fdc1 .g-23209650 { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-2b7b968c { gap: 0 4px; }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-f76bbe2d { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-f76bbe2d blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-f76bbe2d blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; 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 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' 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 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-f76bbe2d .g-e5ccfbb6 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-f76bbe2d .g-b2fea2bb { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f76bbe2d .g-dc6e8091 { margin-top: var(--size-m); }
.g-f76bbe2d .g-07d62815 { 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-f76bbe2d .g-439b091b { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-f76bbe2d .g-439b091b::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-f76bbe2d .g-439b091b:hover { color: var(--color-text); }
.g-f76bbe2d .g-2f47000e { font-weight: bold; }
.g-f76bbe2d .g-2f47000e::before { color: var(--color-primary); background-color: currentColor; 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 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' 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 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-f76bbe2d { grid-template-columns: 1fr; }
.g-f76bbe2d .g-8fd8025e { display: none; }
.g-f76bbe2d .g-dc6e8091 { margin-top: var(--size-s); }
.g-f76bbe2d .g-07d62815 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-f76bbe2d blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-f76bbe2d blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-32f6652a { position: relative; height: 800px; }
.g-69c41349 { height: 100%; display: flex; flex-direction: column; }
.g-b85ef47c { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-b85ef47c::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-120f053a { width: 100%; height: 100%; }
.g-950e26c2 { 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-f0cd32e4 { 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-342f6c6c { text-decoration: none; }
.g-342f6c6c:hover { text-decoration: underline; }
.g-4d8ad055 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-15f179a6 { margin-top: var(--size-m); }
.g-34ad08ce { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-f0cd32e4 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-15f179a6 { margin-top: var(--size-s); }
.g-34ad08ce { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-32f6652a { height: 700px; }
.g-950e26c2 { width: 95%; }
.g-f0cd32e4 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-120f053a { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-0602effb { text-align: center; }
.g-320224e4 { position: relative; }
.g-924cf242 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-924cf242:hover { color: var(--color-primary); }
.g-b50d32fc { left: -42px; }
.g-cdae96f8 { right: -42px; }
@media screen and (max-width: 1024px) { .g-fa642532 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-924cf242 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-adcf3c23 { margin-top: var(--size-m); max-width: 600px; }
.g-a9738f3e { margin-top: var(--size-m); max-width: 600px; }
.g-c36f4919 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-a192e785 { position: relative; display: inline-block; width: 100%; }
.g-a192e785 .g-1249e2d8 { 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-a192e785 .g-6a1f7576 { 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-a192e785 .g-f36b5c47 { 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-a192e785 .g-f36b5c47:hover { opacity: .7; }
.g-a192e785 .g-521ffb6d { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-a192e785 .g-521ffb6d:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-e9a719bb { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-c6d5c6f0 { fill: var(--color-text-light); }
.g-edf1f21c { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-e9a719bb { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-7750e811 { padding: var(--section-padding) 0; }
.g-83656e02 { display: flex; }
.g-de11a410 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-8ca99907 { margin-top: var(--size-s); }
.g-813b22fc { margin-top: var(--size-m); }
.g-59a672af { flex: 1; }
.g-a2fda755 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-83656e02 { flex-direction: column; }
.g-de11a410 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-a2fda755 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-de11a410 { padding-bottom: var(--size-m); }
.g-a2fda755 { height: auto; }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-13855bae { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-d9df4442 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-bf0ca7b7 { display: flex; justify-content: flex-start; }
.g-40f177fb { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-8e9aa32d { display: flex; justify-content: flex-start; align-items: center; }
.g-5446b2f6 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-47da6a3d { fill: var(--color-text); }
.g-1f7dd22a { stroke: var(--color-text); }
.g-cb1962f5 { stroke: var(--color-text); }
.g-521bd970 { display: flex; flex-direction: column; }
.g-69ec14ea { flex: 0 0 50%; height: 383px; }
.g-01ec7bc9 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-13855bae { flex-direction: column; }
.g-d9df4442 { width: 100%; flex: 0 0 auto; }
.g-bf0ca7b7 { flex-direction: column; }
.g-40f177fb { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-ee3a97bd { width: 100%; display: flex; justify-content: space-between; }
.g-8e9aa32d { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-5446b2f6 { margin-right: 0; }
.g-521bd970 { margin-top: var(--size-xs); }
.g-69ec14ea { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-d9df4442 { padding: var(--size-xs); }
.g-ee3a97bd { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-8e9aa32d { align-items: center; }
.g-521bd970 { text-align: center; }
.g-69ec14ea { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-7da5673e { display: flex; align-items: center; gap: var(--size-m); }
.g-d935e9f4 { flex: 1; }
.g-df726f77 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-7da5673e { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-30cbc5b3 { text-align: center; }
 }

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

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

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-c9d1d792 { width: 60%; }
.g-29bfd18e { padding: var(--size-s) var(--wrapper-padding); }
.g-1fa4a498 { display: flex; justify-content: flex-start; }
.g-1fa4a498 svg { fill: var(--color-secondary); }
.g-0543fb09 { justify-content: flex-end; }
.g-86986f30 { padding: 0 var(--wrapper-padding); }
.g-ae8d363b { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-c9d1d792 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-fd91bda0 { flex-direction: column; }
.g-1fa4a498 svg { transform: scale(0.6); }
.g-86986f30 { padding: 0 50px 0 50px; }
.g-ae8d363b { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-86986f30 { padding: 0; }
.g-ae8d363b { padding: 0; }
 }

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

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