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

/* Block: category-header (category-header) */
.g-b5bfcfaf { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-b5bfcfaf .g-f6f58c53 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b5bfcfaf .g-dd2f244e { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-f6f58c53 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-dd2f244e { margin-top: var(--size-xs); }
 }

/* Block: comments (comments) */
.comments-block .comments {
    list-style: none;
    padding: 0;
}

.comments-block .comments ul {
    padding: 0;
}

.comments-block .comment {
    list-style: none;
}

.comments-block .comments-title,
.comments-block .comment-reply-title {
    font-size: clamp(1.5rem, 0.8839779006vw + 1.2928176796rem, 2rem);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: var(--size-m);
}

.comments-block .comment-body,
.comments-block .comment-respond {
    margin-top: var(--size-m);
    background-color: var(--color-surface);
    padding: var(--size-s);
    border-radius: var(--b-radius);
}

.comments-block .comment-content {
    margin-top: var(--size-s);
}

.comments-block .comment-metadata {
    margin-top: var(--size-xxs);
}

.comments-block .avatar {
    border-radius: 50%;
    margin-right: var(--size-xs);
}

.comments-block .comment-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xs);
}

.comments-block .comment-form p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xxs);
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"],
.comments-block .comment-form textarea {
    width: 100%;
    border: 0;
    border-radius: var(--b-radius);
    font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
    font-weight: 400;
    line-height: 120%;
    color: var(--color-text);
    background-color: var(--color-bg);
    outline: none;
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"] {
    height: var(--size-l);
}

.comments-block .comment-form textarea {
    min-height: 130px;
    resize: vertical;
}

.comments-block .comment-form .submit {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    padding: 9px 75px;
    min-height: var(--size-l);
    text-decoration: none;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: var(--b-radius);
}

.comments-block p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: center;
}

/* Block: cookie (cookie) */
.g-135b362d { 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-b7d37e52 { display: block; }
.g-c329d4ef { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-135b362d { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-c329d4ef { gap: var(--size-xxs); }
.g-684651e1 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-4df6232f { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-cb755638 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-a57b92b8 { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-309f0486 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-4df6232f { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-4df6232f { grid-template-columns: 1fr; gap: var(--size-l); }
.g-cb755638 { padding: 8px; }
 }

/* Block: footer (footer) */
.g-58f740df { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-834ec12f { 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-834ec12f.g-5d8bd8cd { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-c2d51167 { margin-top: var(--section-padding); }
.g-a9a6d30d { 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-4a99856f { max-width: 510px; }
.g-12b008f8 { max-width: 430px; }
.g-b873c242 { margin-top: var(--size-xs); }
.g-23a2248f { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-1e77bc9a { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-919123fb { 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-919123fb:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-ac7e943d { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-0846307e { transform: scale(1.2); margin-right: var(--size-xs); }
.g-60b42df4 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-4967f4c1 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-0b9f78a7 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-5164b140 { 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-a9a6d30d { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-4a99856f { max-width: initial; }
.g-12b008f8 { max-width: initial; }
.g-60b42df4 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-4967f4c1 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-0b9f78a7 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-5164b140 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-8cffeea2 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-a9a6d30d { gap: var(--size-m); }
.g-23a2248f { flex-direction: column; gap: var(--size-xxs); }
.g-1e77bc9a { width: 100%; }
.g-919123fb { width: 100%; }
.g-0b9f78a7 { 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-e6535a40 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-8edb87f1 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-bd98e90e { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-c37688db { font-size: 34px; margin-right: var(--size-xxs); }
.g-afcf4020 { font-size: 24px; font-weight: 600; }
.g-b6c4fd13 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-3a7c8486 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-3a7c8486:hover { opacity: 0.7; }
.g-3a7c8486 svg { fill: var(--color-text); }
.g-7c90c04c { display: none; }
.g-32db3472 { 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-468c97cb { clip-path: inherit; }
.g-468c97cb .g-9d1ae8ac { background-color: rgba(0, 0, 0, 0.2); }
.g-468c97cb .g-c56ffb29 { opacity: 1; transform: translateX(0); }
.g-c0ccc0c8 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-b3bedc0d { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-b3bedc0d:hover { opacity: 0.7; }
.g-b3bedc0d svg { fill: var(--color-text); }
.g-9d1ae8ac { 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-c56ffb29 { 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-3a7c8486 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-c37688db { font-size: 28px; }
.g-afcf4020 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-8edb87f1 { justify-content: flex-start; }
.g-b6c4fd13 { gap: var(--size-m); }
.g-3b85241f { display: none; }
.g-7c90c04c { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-9b1c4545 { padding: var(--section-padding) 0; }
.g-021aef9f { display: flex; }
.g-60b8da37 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-f5c4cc22 { margin-top: var(--size-s); }
.g-d5e58627 { margin-top: var(--size-m); }
.g-e1aeff6c { flex: 1; }
.g-05342aef { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-021aef9f { flex-direction: column; }
.g-60b8da37 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-05342aef { height: 400px; }
 }@media screen and (max-width: 576px) { .g-60b8da37 { padding-bottom: var(--size-m); }
.g-05342aef { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-224d1366 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-dee1186f { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-bdd1b9a5 { position: relative; padding: var(--size-xl) 0; }
.g-785af688 { text-align: center; }
.g-daa9d4b4 { text-align: center; margin-top: var(--size-s); }
.g-809f89b7 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-809f89b7 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-1e54ae62 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-1e54ae62 .g-809ea17e { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-1e54ae62 .g-906cdefb { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-1e54ae62 .g-906cdefb img { width: 100%; height: 100%; object-fit: cover; }
.g-1e54ae62 .g-e40a58ca { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-1e54ae62 .g-b54e43e6 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-1e54ae62 .g-fcbd304a { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-1e54ae62 .g-80c387a3 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-1e54ae62 .g-62df206e { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-1e54ae62 .g-62df206e:hover { text-decoration: underline; }
.g-1e54ae62 .g-8bef68a7 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-1e54ae62 .g-d7f1d540 { margin-top: var(--size-s); }
.g-1e54ae62 .g-9b687c21 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-adfbd337 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-adfbd337 .g-809ea17e { position: relative; height: 100%; text-decoration: none; }
.g-adfbd337 .g-ef44bc06 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-adfbd337 .g-005e2f63 { flex-shrink: 0; width: 120px; }
.g-adfbd337 .g-906cdefb { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-adfbd337 .g-906cdefb img { width: 100%; height: 100%; object-fit: cover; }
.g-adfbd337 .g-b54e43e6 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-adfbd337 .g-fcbd304a { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-adfbd337 .g-80c387a3 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-adfbd337 .g-8bef68a7 { white-space: nowrap; opacity: 0.8; }
.g-adfbd337 .g-9b687c21 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-e40a58ca { padding: 0 8px 8px; }
.g-b54e43e6 { gap: 0 4px; }
.g-adfbd337 { padding: 16px 0; }
.g-adfbd337 .g-ef44bc06 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-adfbd337 .g-005e2f63 { flex-shrink: initial; width: auto; }
.g-adfbd337 .g-906cdefb { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-adfbd337 .g-e40a58ca { margin-top: 8px; }
 }

/* 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-5a495766 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-5a495766 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-5a495766 .g-678cbb30 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-5a495766 .g-24a9bc77 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-5a495766 .g-4cf09ab6 { margin-top: var(--size-m); }
.g-5a495766 .g-c0985581 { 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-5a495766 .g-bb3ff279 { display: block; text-decoration: none; }
.g-5a495766 .g-bb3ff279:hover { text-decoration: underline; }
.g-5a495766 .g-30185539 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-5a495766 { grid-template-columns: 1fr; }
.g-5a495766 .g-0bd9cd6a { order: 1; }
.g-5a495766 .g-e0e90676 { order: 2; }
.g-5a495766 .g-4cf09ab6 { margin-top: var(--size-s); }
.g-5a495766 .g-c0985581 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-5d19de0b { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-fabcbadb { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-3c31c0af { text-decoration: none; }
.g-3c31c0af:hover { text-decoration: underline; }
.g-292c7ee5 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-575f1890 { margin-top: var(--size-s); }
.g-70806a1d { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-5d19de0b { gap: var(--size-xs); }
.g-292c7ee5 { margin-top: var(--size-s); }
.g-70806a1d { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-9e0d33af { text-align: center; }
.g-d41c7b6c { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-c1360e77 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-fa6d8d21 { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-fa6d8d21:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-d41c7b6c { margin-top: var(--size-m); }
.g-c1360e77 { border-radius: var(--size-m); }
.g-fa6d8d21 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-e0d05ff9 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-e0d05ff9 .g-a65f20c3 { margin-top: var(--size-m); max-width: 600px; }
.g-6183e43e { margin-top: var(--size-xl); }
.g-65e491ed { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-e0d05ff9 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-fd5e5c6d { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-fd5e5c6d .g-027ad97c { 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-fd5e5c6d .g-e4dfbd62 { 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-fd5e5c6d .g-e4dfbd62:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-67365c96 { padding: var(--section-padding) 0; }
.g-088c668b { display: flex; }
.g-52a9337a { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-3815af1a { margin-top: var(--size-s); }
.g-cbe16b59 { margin-top: var(--size-m); }
.g-54f3d517 { flex: 1; }
.g-d89dc069 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-088c668b { flex-direction: column; }
.g-52a9337a { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-d89dc069 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-52a9337a { padding-bottom: var(--size-m); }
.g-d89dc069 { height: auto; }
 }

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

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

/* Block: front-page::featured-posts (featured-posts) */
.g-7a72e152 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-8ac41d3c { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-20e0ff19 { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-a161fd7c { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-7a72e152 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-7a72e152 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-8ac41d3c { padding: 8px; }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-5ca505e8 { position: relative; z-index: 1; }
.g-1a87acc0 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-d5f865a4 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-5c1ab970 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-8220688e { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-c4dff46c { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-eb5508f4 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-2689d419 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-261a17f7 { fill: var(--color-text); }
.g-95aabab6 { stroke: var(--color-text); }
.g-0ee2512e { stroke: var(--color-text); }
.g-eef3f5b9 { display: flex; flex-direction: column; }
.g-e1674eb8 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-1a87acc0 { flex-direction: column; }
.g-85c869da { margin-top: 0; }
.g-5c1ab970 { flex: 1; }
.g-e1674eb8 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-eef3f5b9 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-d5f865a4 { align-items: center; text-align: center; }
.g-5c1ab970 { padding: var(--size-s); }
.g-8220688e { transform: translateY(var(--size-xl)); }
.g-c4dff46c { flex-direction: column; align-items: center; }
.g-e1674eb8 { height: 370px; }
 }

/* Block: about-page::text--0 (text) */
.g-684f8e4d { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-9bd89c58 { text-align: center; }
.g-684f8e4d { column-count: 1; }
 }

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

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

/* Block: approach::process--0 (process) */
.g-262ad4d0 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-262ad4d0::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-681daeb3 { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-681daeb3::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-43ed736a::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-ed3edfc8 { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-10cae438 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-3edc4b01 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-daeb79b9 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-92e22e09 { padding-bottom: 37px; }
.g-92e22e09::before { bottom: 0; }
.g-60b569d4 { padding-top: 35px; }
.g-60b569d4::before { top: 0; }
@media screen and (max-width: 768px) { .g-262ad4d0 { flex-direction: column; }
.g-262ad4d0::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-99edbcf8 { width: 50%; }
.g-ed3edfc8 { margin: 0; align-self: initial; }
.g-10cae438 { order: 2; margin-left: auto; align-self: initial; }
.g-3edc4b01 { order: 3; align-self: initial; }
.g-daeb79b9 { margin-left: auto; align-self: initial; }
.g-681daeb3 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-681daeb3::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-92e22e09 { padding-bottom: var(--size-xs); }
.g-60b569d4 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-60b569d4::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-262ad4d0::before { left: 0; }
.g-99edbcf8 { width: 100%; }
.g-ed3edfc8 { margin: 0; }
.g-10cae438 { margin: 0; }
.g-3edc4b01 { margin: 0; }
.g-daeb79b9 { margin: 0; }
.g-681daeb3 { padding-left: var(--size-s); }
.g-681daeb3::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-92e22e09 { margin: 0; padding-top: 35px; }
.g-60b569d4 { padding-top: 35px; }
 }

/* Block: approach::text--1 (text) */
.g-13fc80b0 { padding: var(--size-xl); }
@media screen and (max-width: 768px) { .g-13fc80b0 { text-align: center; padding: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-13fc80b0 { padding: var(--size-s); }
 }

/* Block: approach::about--0 (about) */
.g-d03d7203 { padding: 0; }
@media screen and (max-width: 1280px) { .g-567d7ce6 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-d03d7203 { padding: 0 var(--wrapper-padding); }
.g-4f945daa { column-count: 1; }
.g-567d7ce6 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-4f945daa { text-align: center; }
 }

/* Block: approach::faq--0 (faq) */
.g-8c863fdc { position: relative; gap: var(--size-s); }
.g-8c863fdc * { flex: 1; }
.g-3c68c5af { width: 80%; margin-inline: auto; }
.g-6b21cb0d { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-732966e2 { user-select: none; }
.g-732966e2[open] .g-0c93a3e7 { transform: scaleY(1); }
.g-524951de { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-524951de::-webkit-details-marker { display: none; }
.g-0c93a3e7 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-0c93a3e7 svg { fill: var(--color-primary); }
.g-8565392a { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-524951de { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-8565392a { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-8c863fdc { flex-direction: column; }
.g-3c68c5af { width: 100%; margin-top: var(--size-m); }
.g-6b21cb0d { margin-right: var(--size-s); }
 }