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

/* Block: category-header (category-header) */
.g-95bfd7cf { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-95bfd7cf .g-b78bd088 { 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-95bfd7cf .g-1db9530c { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-95bfd7cf { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-b78bd088 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-4677ddc8 { text-align: center; }
.g-1db9530c { 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-effb2613 { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-ea83978f { display: block; }
.g-2933667a { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-effb2613 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-2933667a { gap: var(--size-xxs); }
.g-30f5c06a { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-a9074306 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-d2277c11 { 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-d2277c11.g-2a54b98b { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-3d13e522 { margin-top: var(--section-padding); }
.g-ff759cac { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-ad7a9e96 { max-width: 510px; }
.g-4b9cb83b { max-width: 430px; }
.g-24bcfed8 { margin-top: var(--size-xs); }
.g-44528451 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-77358e3f { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-9fb207ee { 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-9fb207ee:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-c7a998b6 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-29f3f35b { transform: scale(1.2); margin-right: var(--size-xs); }
.g-7c32c6e9 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-5c75205f { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-ecf8f17f { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-a49079d3 { 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-ff759cac { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-ad7a9e96 { max-width: initial; }
.g-4b9cb83b { max-width: initial; }
.g-7c32c6e9 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-5c75205f { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-ecf8f17f { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-a49079d3 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-d6ecf839 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-ff759cac { gap: var(--size-m); }
.g-44528451 { flex-direction: column; gap: var(--size-xxs); }
.g-77358e3f { width: 100%; }
.g-9fb207ee { width: 100%; }
.g-ecf8f17f { flex-direction: column; align-items: flex-start; }
 }

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

.g-fc633b4e { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-20e7c66e { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-273d340c { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-7ef1e728 { display: none; }
.g-41c52a2f { font-size: 34px; margin-right: var(--size-xxs); }
.g-670af78c { font-size: 24px; font-weight: 600; }
.g-e7210326 { -ms-overflow-style: none; scrollbar-width: none; }
.g-ef3d1add { display: none; }
.g-e2370755 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-634ae161 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-2e06814f { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-2e06814f:hover { transform: scale(1.05); }
.g-b99b92be { display: none; }
.g-21106728 { display: none; }
.g-062d7e76 { display: inline; }
.g-ed87041b { display: none; }
.g-25d9861d { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-25d9861d.g-578fa727 { display: flex; width: 100%; }
.g-b890016f { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-b890016f .g-634ae161 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-41c52a2f { font-size: 28px; }
.g-670af78c { font-size: 20px; }
.g-e2370755 { gap: var(--size-xxs); }
.g-f71e0afd { display: none; }
.g-21106728 { display: block; }
.g-25d9861d.g-578fa727 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-c0c45a74 { padding: var(--section-padding) 0; }
.g-70bb3ca2 { display: flex; }
.g-357dc1d0 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-020251d5 { margin-top: var(--size-s); }
.g-b741b2c0 { margin-top: var(--size-m); }
.g-37d35f31 { flex: 1; }
.g-77beb6b3 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-70bb3ca2 { flex-direction: column; }
.g-357dc1d0 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-77beb6b3 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-357dc1d0 { padding-bottom: var(--size-m); }
.g-77beb6b3 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-1a805f79 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-808ba7f0 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-73cbb4fa { text-align: center; margin-top: var(--size-xl); }
.g-11e75858 { text-align: center; margin-top: var(--size-s); }
.g-d97b9a9a { text-align: center; }
@media screen and (max-width: 768px) { .g-73cbb4fa { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-9de33c2d { padding: var(--size-m) 0 50px; }
.g-1c0648f8 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-476e10dd { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-1c0648f8 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-ee930d74 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-ee930d74 .g-0c0654d2 { position: relative; text-decoration: none; }
.g-ee930d74 .g-5047d45e { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-ee930d74 .g-6f094f6d { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-ee930d74 .g-6f094f6d img { width: 100%; height: 100%; object-fit: cover; }
.g-ee930d74 .g-ba56818f { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-ee930d74 .g-00fff6eb { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-ee930d74 .g-df6c59fa { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-ee930d74 .g-fafa0222 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-e9d85a42 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-e9d85a42 .g-0c0654d2 { position: relative; text-decoration: none; }
.g-e9d85a42 .g-5047d45e { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-e9d85a42 .g-6f094f6d { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-e9d85a42 .g-6f094f6d img { width: 100%; height: 100%; object-fit: cover; }
.g-e9d85a42 .g-ba56818f { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-e9d85a42 .g-00fff6eb { 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-e9d85a42 .g-df6c59fa { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-e9d85a42 .g-fafa0222 { 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-5047d45e { 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-302708f1 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-302708f1 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-302708f1 .g-99273976 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-302708f1 .g-601343f1 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-302708f1 .g-e30bd7e3 { margin-top: var(--size-m); }
.g-302708f1 .g-269ce0a9 { 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-302708f1 .g-94b45e99 { display: block; text-decoration: none; }
.g-302708f1 .g-94b45e99:hover { text-decoration: underline; }
.g-302708f1 .g-44b376c9 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-302708f1 { grid-template-columns: 1fr; }
.g-302708f1 .g-ee08432b { order: 1; }
.g-302708f1 .g-e57ed124 { order: 2; }
.g-302708f1 .g-e30bd7e3 { margin-top: var(--size-s); }
.g-302708f1 .g-269ce0a9 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-0e17ef17 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-68865cc2 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-0b57ffce { text-decoration: none; }
.g-0b57ffce:hover { text-decoration: underline; }
.g-3cd1c1ad { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-9aadefd8 { margin-top: var(--size-s); }
.g-205c767c { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-0e17ef17 { gap: var(--size-xs); }
.g-3cd1c1ad { margin-top: var(--size-s); }
.g-205c767c { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-f6651efb { text-align: center; }
.g-9a651cc7 { position: relative; }
.g-21913338 { 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-21913338:hover { color: var(--color-primary); }
.g-a7d20ade { left: -42px; }
.g-5e87553d { right: -42px; }
@media screen and (max-width: 1024px) { .g-dc958d14 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-21913338 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-64a6ecf8 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-64a6ecf8 .g-e1f98dfe { text-align: center; max-width: 500px; margin: 0 auto; }
.g-64a6ecf8 .g-a77a7fb5 { margin-top: var(--size-m); }
.g-2a24e92f { margin-top: var(--size-xl); }
.g-7517a96d { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-64a6ecf8 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-9b26bd89 { position: relative; display: inline-block; width: 100%; }
.g-9b26bd89 .g-e8f9127b { 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-9b26bd89 .g-e8f9127b:focus + .g-d86ed2c0 { opacity: 1; }
.g-9b26bd89 .g-5c6af19b { 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-9b26bd89 .g-5c6af19b:hover { opacity: .7; }
.g-9b26bd89 .g-aa5def6b { fill: var(--color-primary); }
.g-9b26bd89 .g-d86ed2c0 { 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-9b26bd89 .g-d86ed2c0:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-b4595308 { 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-839f05e3 { fill: var(--color-text-light); }
.g-f230d4fa { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-b4595308 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-3892fcfb { padding: var(--section-padding) 0; }
.g-86309728 { display: flex; }
.g-b94184ad { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-08c06d56 { margin-top: var(--size-s); }
.g-d46ed98e { margin-top: var(--size-m); }
.g-65c2751f { flex: 1; }
.g-761e7d72 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-86309728 { flex-direction: column; }
.g-b94184ad { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-761e7d72 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-b94184ad { padding-bottom: var(--size-m); }
.g-761e7d72 { height: auto; }
 }

/* Block: front-page::about--0 (about) */
.g-03a1f68a { display: flex; align-items: center; gap: var(--size-m); }
.g-2506f11d { flex: 1; }
.g-3ece9227 { position: relative; padding: var(--size-m); }
.g-3ece9227::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-95d15204 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-03a1f68a { flex-direction: column; align-items: stretch; }
.g-2506f11d { flex: auto; }
.g-3ece9227 { padding: var(--size-m) var(--size-s); }
.g-3ece9227::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-3ece9227 { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-7afb2e34 { position: relative; z-index: 1; }
.g-bf5d8cff { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-6498e271 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-6a16d76b { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-bf9fb605 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-30fc1885 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-49defec3 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-f1d22a16 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-af5a3d46 { fill: var(--color-text); }
.g-9ad95e5e { stroke: var(--color-text); }
.g-b29e9937 { stroke: var(--color-text); }
.g-7ebf3cc7 { display: flex; flex-direction: column; }
.g-442379ad { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-bf5d8cff { flex-direction: column; }
.g-8d476955 { margin-top: 0; }
.g-6a16d76b { flex: 1; }
.g-442379ad { height: 430px; }
 }@media screen and (max-width: 768px) { .g-7ebf3cc7 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-6498e271 { align-items: center; text-align: center; }
.g-6a16d76b { padding: var(--size-s); }
.g-bf9fb605 { transform: translateY(var(--size-xl)); }
.g-30fc1885 { flex-direction: column; align-items: center; }
.g-442379ad { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-1c4e91d6 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-96f26807 { padding: 0 var(--wrapper-padding); }
.g-5121c6a6 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-5121c6a6::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-af5c6603 { width: 50%; }
.g-73e37c2e { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-06cdae26 { flex: 1; }
.g-eeba2564 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-70ba23d6 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-0f3dc352 { padding: var(--section-padding); 0 }
.g-1c4e91d6 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-96f26807 { display: flex; flex-direction: column-reverse; }
.g-5121c6a6 { position: relative; margin-top: var(--size-m); }
.g-5121c6a6::after { display: none; }
.g-af5c6603 { width: 100%; color: var(--color-text-dark); }
.g-06cdae26 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-eeba2564 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-af5c6603 { text-align: center; }
.g-73e37c2e { flex-direction: column; }
.g-06cdae26 { flex: auto; text-align: center; }
.g-eeba2564 { align-items: center; }
 }

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