/* Block: categories-list (categories-list) */
.g-3e615cba { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-3e615cba .g-cb3ca6d4 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-3e615cba .g-cb3ca6d4:hover { filter: brightness(0.96); }
.g-3e615cba .g-cb3ca6d4:hover .g-d12e867a { opacity: 1; }
.g-3e615cba .g-efbcdc24 { position: relative; z-index: 1; }
.g-3e615cba .g-d12e867a { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-cb3ca6d4 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-d12e867a { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-cb3ca6d4 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-d12e867a { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-eb7455a7 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-eb7455a7 .g-ffaac978 { 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-eb7455a7 .g-f3f5bbaf { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-eb7455a7 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-ffaac978 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-68a4b373 { text-align: center; }
.g-f3f5bbaf { 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-d3967dac { 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-35398558 { display: block; }
.g-0833b034 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-d3967dac { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-0833b034 { gap: var(--size-xxs); }
.g-311b4216 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-7729b620 { margin-top: var(--size-m); }
.g-95551b2a { margin-top: var(--size-m); }
.g-4adfaa63 { margin-top: var(--size-xl); }
.g-5dbf1515 { align-items: stretch; }
.g-42c1415f { height: auto; }
.g-3da95857 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-3da95857 .g-3f6a5809 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-3da95857 .g-e5a93160 { background: var(--color-primary); transform: scale(1.2); }
.g-2cab63f5 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-d2f09333 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-49fcafdd { 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-49fcafdd.g-4f4043bf { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-9e9eebe6 { margin-top: var(--section-padding); }
.g-017a272e { 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-93cde240 { max-width: 510px; }
.g-a1fb9409 { max-width: 430px; }
.g-86bab60d { margin-top: var(--size-xs); }
.g-b03b1b58 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8a7ae3e8 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-df3ef996 { 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-df3ef996:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-d8dcac93 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-23a62d5c { transform: scale(1.2); margin-right: var(--size-xs); }
.g-e003d12c { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-088f6b36 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-f2063883 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-c835c0df { 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-017a272e { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-93cde240 { max-width: initial; }
.g-a1fb9409 { max-width: initial; }
.g-e003d12c { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-088f6b36 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-f2063883 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-c835c0df { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-09d4cf22 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-017a272e { gap: var(--size-m); }
.g-b03b1b58 { flex-direction: column; gap: var(--size-xxs); }
.g-8a7ae3e8 { width: 100%; }
.g-df3ef996 { width: 100%; }
.g-f2063883 { 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 {
    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 background-color ease-in-out, 0.1s color ease-in-out, 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 {
    background-color: var(--color-bg);
    color: var(--color-text);
    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 {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-f36bb334 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-d0b0e624 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-7aa589a0 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-8cd88278 { font-size: 34px; margin-right: var(--size-xxs); }
.g-b9a88c3b { font-size: 24px; font-weight: 600; }
.g-52267338 { -ms-overflow-style: none; scrollbar-width: none; }
.g-738464c7 { display: none; }
.g-fb7bc3b7 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-e83d2d6e { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-e83d2d6e:hover { transform: scale(1.05); }
.g-e83d2d6e svg { fill: var(--color-text-light); }
.g-ee4d1974 { display: none; }
.g-a471f784 { display: none; }
.g-18d5c925 { display: inline; }
.g-705e28ea { display: none; }
.g-b3a57255 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-b3a57255.g-9eb2077f { display: flex; width: 100%; }
.g-8e9b00ea { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-8cd88278 { font-size: 28px; }
.g-b9a88c3b { font-size: 20px; }
.g-fb7bc3b7 { gap: var(--size-xxs); }
.g-7de1ceac { display: none; }
.g-a471f784 { display: block; }
.g-b3a57255.g-9eb2077f { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-6a267461 { padding: var(--section-padding) 0; }
.g-492132c6 { display: flex; }
.g-99096258 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-8f94bbb6 { margin-top: var(--size-s); }
.g-b17e7139 { margin-top: var(--size-m); }
.g-a76e5134 { flex: 1; }
.g-d2748387 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-492132c6 { flex-direction: column; }
.g-99096258 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-d2748387 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-99096258 { padding-bottom: var(--size-m); }
.g-d2748387 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-c40aa166 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-c8aa170f { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-330f9f29 { position: relative; padding: var(--size-xl) 0; }
.g-ce0a8a13 { text-align: center; }
.g-14e7db09 { text-align: center; margin-top: var(--size-s); }
.g-9721ff55 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-9721ff55 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-5ec03d5f { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-a42f8c57 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-a42f8c57::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-f8c46202 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-f93e2daa { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-5ec03d5f { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-5ec03d5f { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-e0ba3253 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-e0ba3253 .g-e620fd46 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-e0ba3253 .g-e620fd46:hover .g-c8be1746 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-e0ba3253 .g-34dd7355 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-e0ba3253 .g-34dd7355::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-e0ba3253 .g-34dd7355 img { width: 100%; height: 100%; object-fit: cover; }
.g-e0ba3253 .g-c8be1746 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-e0ba3253 .g-83cc7c1b { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-e0ba3253 .g-645094cd { 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-e0ba3253 .g-e9186c3d { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-e0ba3253 .g-c7da7486 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-e0ba3253 .g-bc394bf6 { display: flex; align-items: center; gap: 8px; }
.g-e0ba3253 .g-bc394bf6:hover { text-decoration: underline; }
.g-e0ba3253 .g-bc394bf6 svg { margin-left: 8px; fill: currentColor; }
.g-e0ba3253 .g-b413d30a { white-space: nowrap; opacity: 0.8; }
.g-dc5c5d9b { min-height: 600px; }
.g-dc5c5d9b .g-e620fd46 { padding: 48px 40px; }
.g-dc5c5d9b .g-c8be1746 { transform: none; }
@media screen and (max-width: 870px) { .g-dc5c5d9b { min-height: 368px; }
.g-dc5c5d9b .g-e620fd46 { padding: 24px; }
.g-dc5c5d9b .g-c8be1746 { 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-5012b23f { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-5012b23f 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-5012b23f 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-5012b23f .g-b27d047c { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-5012b23f .g-a863d169 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-5012b23f .g-812210b9 { margin-top: var(--size-m); }
.g-5012b23f .g-ac3a4808 { 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-5012b23f .g-d92895f6 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-5012b23f .g-d92895f6::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-5012b23f .g-d92895f6:hover { color: var(--color-text); }
.g-5012b23f .g-9f5d4f5c { font-weight: bold; }
.g-5012b23f .g-9f5d4f5c::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-5012b23f { grid-template-columns: 1fr; }
.g-5012b23f .g-ee1cde16 { display: none; }
.g-5012b23f .g-812210b9 { margin-top: var(--size-s); }
.g-5012b23f .g-ac3a4808 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-5012b23f blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-5012b23f blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-56420692 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-1504f358 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-83607504 { text-decoration: none; }
.g-83607504:hover { text-decoration: underline; }
.g-76ea837b { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-6f47aaa6 { margin-top: var(--size-s); }
.g-85c06e80 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-56420692 { gap: var(--size-xs); }
.g-76ea837b { margin-top: var(--size-s); }
.g-85c06e80 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-e42a7c9c { text-align: center; }
.g-53782189 { position: relative; }
.g-082f45d0 { 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-082f45d0:hover { color: var(--color-primary); }
.g-f13fceff { left: -42px; }
.g-7401a00c { right: -42px; }
@media screen and (max-width: 1024px) { .g-af0dfd0f { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-082f45d0 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-744627a3 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-080d0747 { margin-top: var(--size-xl); }
.g-36518eea { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-d272221c { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-d272221c .g-283449cc { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-d272221c .g-3b122538 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-d272221c .g-3b122538:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-291aac02 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-291aac02 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-291aac02 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-55766c52 { padding: var(--section-padding) 0; }
.g-68917e78 { display: flex; }
.g-235eca6b { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-ed4945cd { margin-top: var(--size-s); }
.g-bb908815 { margin-top: var(--size-m); }
.g-191e0689 { flex: 1; }
.g-8d02e37b { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-68917e78 { flex-direction: column; }
.g-235eca6b { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-8d02e37b { height: 400px; }
 }@media screen and (max-width: 576px) { .g-235eca6b { padding-bottom: var(--size-m); }
.g-8d02e37b { height: auto; }
 }

/* Block: front-page::faq--0 (faq) */
.g-9db496ad { display: flex; position: relative; gap: var(--size-s); }
.g-9db496ad * { flex: 1; }
.g-45c75f15 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-7166721f { flex-shrink: 0; }
.g-4f418459 { grid-column: span 2; }
.g-dece3723 { user-select: none; }
.g-dece3723[open] .g-4015cf3e { transform: rotate(45deg); }
.g-bc67745b { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-bc67745b::-webkit-details-marker { display: none; }
.g-4015cf3e { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-4015cf3e svg { fill: var(--color-primary); }
.g-0e2e4708 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-bc67745b { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-4015cf3e { width: 24px; height: 24px; }
.g-4015cf3e svg { width: 16px; height: 16px; }
.g-0e2e4708 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-9db496ad { flex-direction: column; }
.g-45c75f15 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-4f418459 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-9db496ad { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-04ad9a62 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-04ad9a62 .g-d16f719c { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-04ad9a62 .g-d16f719c:hover { filter: brightness(0.96); }
.g-04ad9a62 .g-d16f719c:hover .g-4d4f69f6 { opacity: 1; }
.g-04ad9a62 .g-43c0784f { position: relative; z-index: 1; }
.g-04ad9a62 .g-4d4f69f6 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-d16f719c { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-4d4f69f6 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-d16f719c { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-4d4f69f6 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-2f82e5ee { margin-top: var(--size-m); }
.g-ee8cf206 { margin-top: var(--size-m); }
.g-1c2c5656 { margin-top: var(--size-xl); }
.g-75c9e2a1 { align-items: stretch; }
.g-3346abf7 { height: auto; }
.g-274b95c8 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-274b95c8 .g-aafb33aa { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-274b95c8 .g-8b2f7dfb { background: var(--color-primary); transform: scale(1.2); }
.g-9e9ad011 { 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-50831ad2 { margin: var(--section-padding) 0; }

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

/* Block: contacts-page::form--0 (form) */
.g-61c948d3 { position: relative; z-index: 1; }
.g-86b4e81b { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-b559d205 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-9ac103f9 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-76b02401 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-3ae6446a { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-c74d2d1f { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-30124b8c { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-d8459707 { fill: var(--color-text); }
.g-97f92726 { stroke: var(--color-text); }
.g-7c9ff500 { stroke: var(--color-text); }
.g-96e5ca36 { display: flex; flex-direction: column; }
.g-aba81931 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-86b4e81b { flex-direction: column; }
.g-df33adfb { margin-top: 0; }
.g-9ac103f9 { flex: 1; }
.g-aba81931 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-96e5ca36 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-b559d205 { align-items: center; text-align: center; }
.g-9ac103f9 { padding: var(--size-s); }
.g-76b02401 { transform: translateY(var(--size-xl)); }
.g-3ae6446a { flex-direction: column; align-items: center; }
.g-aba81931 { height: 370px; }
 }

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

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