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

/* Block: category-header (category-header) */
.g-7b984e44 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-7b984e44 .g-a17cf968 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-7b984e44 .g-0356fa67 { font-size: 80px; }
.g-7b984e44 .g-699f2413 { margin-top: var(--size-xs); }
.g-7b984e44 .g-8ec5a4e2 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-a17cf968 { padding: var(--size-xs); }
.g-0356fa67 { font-size: 64px; }
.g-8ec5a4e2 { 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-576a4718 { 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-5d97b8c2 { display: block; }
.g-0d7efa66 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-576a4718 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-0d7efa66 { gap: var(--size-xxs); }
.g-52190d10 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-90986c53 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-be15c8b0 { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-6e6b4772 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-90986c53 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-90986c53 { grid-template-columns: 1fr; gap: var(--size-l); }
 }

/* Block: footer (footer) */
.g-3bcfe934 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-5f3f47ab { 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-5f3f47ab.g-e10bf648 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-5aa90d0c { margin-top: var(--section-padding); }
.g-73e6f98a { border-radius: var(--b-radius); padding: var(--size-m); }
.g-dcf6e798 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-05c57f95 { max-width: 524px; }
.g-e80f75b0 { max-width: 450px; }
.g-7ffef63d { margin-top: var(--size-xs); }
.g-03aeabfa { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-efa8a709 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-67890ff5 { 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-67890ff5:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-81b112fe { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-bd3a50d8 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-9bd08c14 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-a2a6a0e8 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-a0691b02 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-05c57f95 { max-width: initial; }
.g-e80f75b0 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-a2a6a0e8 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-a0691b02 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-0b461bfd { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-dcf6e798 { gap: var(--size-m); }
.g-03aeabfa { flex-direction: column; gap: var(--size-xxs); }
.g-efa8a709 { width: 100%; }
.g-67890ff5 { width: 100%; }
.g-a2a6a0e8 { flex-direction: column; align-items: center; }
 }

/* 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-c707cb68 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-90bb397f { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-bf117d3c { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-00c1f589 { font-size: 34px; margin-right: var(--size-xxs); }
.g-670d5eed { font-size: 24px; font-weight: 600; }
.g-67c1840e { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-478d73fb { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-478d73fb:hover { opacity: 0.7; }
.g-478d73fb svg { fill: var(--color-text); }
.g-c6c3f836 { display: none; }
.g-2b11b67d { 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-4dcb013e { clip-path: inherit; }
.g-4dcb013e .g-b42beab6 { background-color: rgba(0, 0, 0, 0.2); }
.g-4dcb013e .g-a0ab7bb7 { opacity: 1; transform: translateX(0); }
.g-7124bc82 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-f225990c { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-f225990c:hover { opacity: 0.7; }
.g-f225990c svg { fill: var(--color-text); }
.g-b42beab6 { 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-a0ab7bb7 { 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-478d73fb { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-00c1f589 { font-size: 28px; }
.g-670d5eed { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-90bb397f { justify-content: flex-start; }
.g-67c1840e { gap: var(--size-m); }
.g-520d9eda { display: none; }
.g-c6c3f836 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-10a524b4 { padding: var(--size-xl) 0; }
.g-072b3b2e { max-width: 565px; margin: 0 auto; text-align: center; }
.g-7c9b93fb { margin-top: var(--size-s); }
.g-e23443db { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-7c9b93fb { margin-top: var(--size-xs); }
.g-e23443db { margin-top: var(--size-s); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-80f4e770 { position: relative; overflow: hidden; height: 100%; }
.g-80f4e770 .g-bf9afb4d { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-80f4e770 .g-1a079b6c { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-80f4e770 .g-1a079b6c img { width: 100%; height: 100%; object-fit: cover; }
.g-80f4e770 .g-8255b962 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-80f4e770 .g-c7cd0168 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-80f4e770 .g-c6716cb3 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-80f4e770 .g-aa69a897 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-80f4e770 .g-85f7455b { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-80f4e770 .g-4eec23fd { display: flex; align-items: center; gap: 8px; }
.g-80f4e770 .g-4eec23fd:hover { text-decoration: underline; }
.g-80f4e770 .g-c205fd88 { white-space: nowrap; opacity: 0.8; }
.g-80f4e770 .g-c5662630 { margin-top: var(--size-s); }
.g-80f4e770 .g-2e4ae7db { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-745be9e6 { position: relative; overflow: hidden; height: 100%; }
.g-745be9e6 .g-bf9afb4d { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-745be9e6 .g-1a079b6c { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-745be9e6 .g-1a079b6c img { width: 100%; height: 100%; object-fit: cover; }
.g-745be9e6 .g-8255b962 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-745be9e6 .g-c7cd0168 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-745be9e6 .g-c6716cb3 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-745be9e6 .g-aa69a897 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-745be9e6 .g-85f7455b { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-745be9e6 .g-c5662630 { margin-top: 16px; }
.g-745be9e6 .g-2e4ae7db { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-c7cd0168 { gap: 0 4px; }
.g-79765aa1 { flex-direction: column-reverse; }
.g-15e8e020 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-42173339 { width: 100%; }
 }

/* 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-dff248dc { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-dff248dc blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-dff248dc .g-4664327b { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-dff248dc .g-95dcda71 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-dff248dc .g-fe2b44d2 { margin-top: var(--size-m); }
.g-dff248dc .g-2bf3a02f { 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-dff248dc .g-b4409aeb { display: block; text-decoration: none; }
.g-dff248dc .g-b4409aeb:hover { text-decoration: underline; }
.g-dff248dc .g-7a3e0bc8 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-dff248dc { grid-template-columns: 1fr; }
.g-dff248dc .g-3e77ee88 { order: 1; }
.g-dff248dc .g-4a2bdbbf { order: 2; }
.g-dff248dc .g-fe2b44d2 { margin-top: var(--size-s); }
.g-dff248dc .g-2bf3a02f { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-ce1845d7 { position: relative; height: 800px; }
.g-4251512e { height: 100%; display: flex; flex-direction: column; }
.g-e3cabde0 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-e3cabde0::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-d7c1185f { width: 100%; height: 100%; }
.g-1715e766 { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-6c45a636 { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-d3634d7b { text-decoration: none; }
.g-d3634d7b:hover { text-decoration: underline; }
.g-e6de958d { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-eb5d9e4b { margin-top: var(--size-m); }
.g-dad97631 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-6c45a636 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-eb5d9e4b { margin-top: var(--size-s); }
.g-dad97631 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-ce1845d7 { height: 700px; }
.g-1715e766 { width: 95%; }
.g-6c45a636 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-d7c1185f { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-88c3faa7 { text-align: center; }
.g-1a60ac70 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-8e086357 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-3d164676 { width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-3d164676:hover { background-color: var(--color-primary); }
.g-92a0851c { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-1a60ac70 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-d2ab587f { margin-top: var(--size-m); max-width: 600px; }
.g-40e8a335 { margin-top: var(--size-m); max-width: 600px; }
.g-c17d4e22 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-20f55d84 { position: relative; display: inline-block; width: 100%; }
.g-20f55d84 .g-69df795b { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-20f55d84 .g-799f45d3 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-20f55d84 .g-b6d979f2 { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-20f55d84 .g-b6d979f2:hover { opacity: .7; }
.g-20f55d84 .g-900c3fc9 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-20f55d84 .g-900c3fc9:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-434f6701 { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-434f6701 svg { fill: var(--color-text-light); }
.g-2a0a5677 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-434f6701 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-33261467 { padding: var(--size-xl) 0; }
.g-10b87475 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-0d860320 { margin-top: var(--size-s); }
.g-67879a94 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-0d860320 { margin-top: var(--size-xs); }
.g-67879a94 { margin-top: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-e237b983 { text-align: center; }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-5236235f { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-d756aec4 { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-4d07697a { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-5236235f { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-5236235f { grid-template-columns: 1fr; gap: var(--size-l); }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-91530eb6 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-9d24f104 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-7fa57d5e { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-d43ec2ff { display: flex; justify-content: flex-start; align-items: center; }
.g-580b0936 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; margin-right: var(--size-m); }
.g-293e55ba { display: flex; flex-direction: column; }
.g-6ba922a9 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-46b061bf { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-91530eb6 { flex-direction: column-reverse; }
.g-9d24f104 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-db151cf7 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-db151cf7 .g-d43ec2ff { margin-top: 0; }
.g-d43ec2ff { align-items: flex-start; flex-direction: column; flex: 1; }
.g-580b0936 { margin-right: 0; }
.g-293e55ba { margin-top: var(--size-xs); }
.g-6ba922a9 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-9d24f104 { text-align: center; }
.g-db151cf7 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-d43ec2ff { align-items: center; }
.g-f098d3a1 { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-38c1019e { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-8e6622ee { flex: 0 1 560px; }
.g-0fc6318a { flex: 1 1 630px; }
.g-ab82d19c { flex: 1; }
.g-54c6547e { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-b7b79565 { flex: 1; }
.g-565ee87a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-8a94b869 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 768px) { .g-38c1019e { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-8e6622ee { flex: auto; }
.g-0fc6318a { flex: auto; width: 100%; }
.g-54c6547e { margin-top: var(--size-s); }
.g-b7b79565 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-565ee87a { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-8e6622ee { text-align: center; }
.g-54c6547e { flex-direction: column; }
.g-b7b79565 { flex: auto; text-align: center; }
.g-565ee87a { align-items: center; }
 }

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

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

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

/* Block: expertise::text--1 (text) */
.g-019f1821 { text-align: center; }

/* Block: expertise::about--0 (about) */
.g-516aaf26 { display: flex; align-items: center; gap: var(--size-m); }
.g-3516c605 { flex: 1; }
.g-3ee69372 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-516aaf26 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-89bdfaee { text-align: center; }
 }

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