/* Block: categories-list (categories-list) */
.g-c6b5caaa { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-c6b5caaa .g-ed129590 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-c6b5caaa .g-ed129590:hover { filter: brightness(0.96); }
.g-c6b5caaa .g-50a2d8b8 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-c6b5caaa .g-69f4bc99 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-c6b5caaa { gap: var(--size-s); }
.g-ed129590 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-c6b5caaa { gap: var(--size-xs); }
.g-ed129590 { min-height: 40px; padding: 8px 16px; }
.g-50a2d8b8 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-3d468925 { 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-3d468925 .g-7357c887 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-3d468925 .g-51921cd7 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-7357c887 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-51921cd7 { 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-7c08a212 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-7de76ba3 { display: block; }
.g-32e75226 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-817128b3 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-fe70fd54 { width: 100%; }
@media screen and (max-width: 768px) { .g-7c08a212 { padding: var(--size-s); }
.g-32e75226 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-817128b3 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-fe70fd54 { width: auto; }
 }@media screen and (max-width: 576px) { .g-817128b3 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-0508cd34 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-0ede98c5 { 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-0ede98c5.g-766dde10 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-0e4cd701 { margin-top: var(--section-padding); }
.g-c501318c { 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-e2041791 { max-width: 510px; }
.g-e97dd266 { max-width: 430px; }
.g-fb56c180 { margin-top: var(--size-xs); }
.g-f8d2b57f { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-109eaa5f { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-7195c088 { 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-7195c088:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-98acfc84 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-1df45684 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-35a45cb9 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-ed336a63 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-a1ba4cf6 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-7de9d8df { 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-c501318c { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-e2041791 { max-width: initial; }
.g-e97dd266 { max-width: initial; }
.g-35a45cb9 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-ed336a63 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-a1ba4cf6 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-7de9d8df { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-d21fffeb { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-c501318c { gap: var(--size-m); }
.g-f8d2b57f { flex-direction: column; gap: var(--size-xxs); }
.g-109eaa5f { width: 100%; }
.g-7195c088 { width: 100%; }
.g-a1ba4cf6 { flex-direction: column; align-items: flex-start; }
 }

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

.g-219cd395 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-fccd9eec { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-f4f136b2 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-fa51f5e5 { display: none; }
.g-7cf1543c { font-size: 34px; margin-right: var(--size-xxs); }
.g-f48370fc { font-size: 24px; font-weight: 600; }
.g-b0e6aded { -ms-overflow-style: none; scrollbar-width: none; }
.g-ed02489d { display: none; }
.g-b228b103 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-b9a8f1c3 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-5a330a04 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-5a330a04:hover { transform: scale(1.05); }
.g-c33a4cd9 { display: none; }
.g-04166d2e { display: none; }
.g-684aa66a { display: inline; }
.g-2e5f0359 { display: none; }
.g-fdb495f5 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-fdb495f5.g-1d3168b2 { display: flex; width: 100%; }
.g-d8dac8db { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-d8dac8db .g-b9a8f1c3 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-7cf1543c { font-size: 28px; }
.g-f48370fc { font-size: 20px; }
.g-b228b103 { gap: var(--size-xxs); }
.g-2780ab17 { display: none; }
.g-04166d2e { display: block; }
.g-fdb495f5.g-1d3168b2 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-5889d7a1 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-d51f92f7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-5ab5efb5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-5ab5efb5::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-bb3e80bc { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-612c8200 { max-width: 760px; text-align: center; }
.g-630da7c2 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-5889d7a1 { min-height: 500px; }
.g-bb3e80bc { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-612c8200 { text-align: left; }
.g-405301ed { margin-top: var(--size-xs); }
.g-630da7c2 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-19e75796 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-8312901d { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-d88bbfe0 { text-align: center; margin-top: var(--size-xl); }
.g-bb37ad36 { text-align: center; margin-top: var(--size-s); }
.g-7ffb86ec { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-d88bbfe0 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-7ffb86ec { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-fc1ca9ea { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-ed3cb362 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-a155903f { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-a155903f::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-df9bc103 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-fc1ca9ea { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-fc1ca9ea { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-74ee6d20 { position: relative; overflow: hidden; height: 100%; }
.g-74ee6d20 .g-130ea55f { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-74ee6d20 .g-208e9109 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-74ee6d20 .g-208e9109 img { width: 100%; height: 100%; object-fit: cover; }
.g-74ee6d20 .g-9f6971f7 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-74ee6d20 .g-c7d3974f { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-74ee6d20 .g-5559de3e { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-74ee6d20 .g-fd6ef2fb { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-74ee6d20 .g-f0cf980a { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-74ee6d20 .g-27b043de { display: flex; align-items: center; gap: 8px; }
.g-74ee6d20 .g-27b043de:hover { text-decoration: underline; }
.g-74ee6d20 .g-493570e0 { white-space: nowrap; opacity: 0.8; }
.g-74ee6d20 .g-64e9721e { margin-top: var(--size-s); }
.g-74ee6d20 .g-c91e59f8 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-478a9886 { position: relative; overflow: hidden; height: 100%; }
.g-478a9886 .g-130ea55f { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-478a9886 .g-208e9109 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-478a9886 .g-208e9109 img { width: 100%; height: 100%; object-fit: cover; }
.g-478a9886 .g-9f6971f7 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-478a9886 .g-c7d3974f { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-478a9886 .g-5559de3e { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-478a9886 .g-fd6ef2fb { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-478a9886 .g-f0cf980a { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-478a9886 .g-64e9721e { margin-top: 16px; }
.g-478a9886 .g-c91e59f8 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-c7d3974f { gap: 0 4px; }
.g-52f2edfa { flex-direction: column-reverse; }
.g-dc8a9fa9 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-e7ae9923 { 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-001633fa { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-001633fa blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-001633fa .g-8b038519 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-001633fa .g-5a7e258a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-001633fa .g-aa451c8a { margin-top: var(--size-m); }
.g-001633fa .g-8f1a48c4 { 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-001633fa .g-a4bf5ab8 { display: block; text-decoration: none; }
.g-001633fa .g-a4bf5ab8:hover { text-decoration: underline; }
.g-001633fa .g-f3677ffc { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-001633fa { grid-template-columns: 1fr; }
.g-001633fa .g-987e1e9e { order: 1; }
.g-001633fa .g-94c41497 { order: 2; }
.g-001633fa .g-aa451c8a { margin-top: var(--size-s); }
.g-001633fa .g-8f1a48c4 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-6326f87d { position: relative; height: 800px; }
.g-6d0d9b92 { height: 100%; display: flex; flex-direction: column; }
.g-1b2aaf13 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-1b2aaf13::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-f9084a80 { width: 100%; height: 100%; }
.g-038d8822 { 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-770610d6 { 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-ff0c0674 { text-decoration: none; }
.g-ff0c0674:hover { text-decoration: underline; }
.g-d56e92f2 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-cc8f222c { margin-top: var(--size-m); }
.g-e522366d { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-770610d6 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-cc8f222c { margin-top: var(--size-s); }
.g-e522366d { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-6326f87d { height: 700px; }
.g-038d8822 { width: 95%; }
.g-770610d6 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-f9084a80 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-b4225a3a { text-align: center; }
.g-b5aa8ded { position: relative; }
.g-d439f13b { position: absolute; top: 50%; z-index: 10; margin-top: -16px; 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-d439f13b:hover { background-color: var(--color-primary); }
.g-274ae270 { left: -42px; }
.g-7b3a9792 { right: -42px; }
@media screen and (max-width: 1024px) { .g-b9e0e395 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-d439f13b { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-2ca3a687 { margin-top: var(--size-m); max-width: 600px; }
.g-51e82708 { margin-top: var(--size-m); max-width: 600px; }
.g-3775198e { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-42d6159c { position: relative; display: inline-block; width: 100%; }
.g-42d6159c .g-bbd84aae { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-42d6159c .g-aafb91fa { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-42d6159c .g-aafb91fa:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-7cdfeae3 { 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-7cdfeae3 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-7cdfeae3 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-478ce5e5 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-416c887e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-f741e948 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-f741e948::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-f99db4e9 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-0311f11e { max-width: 760px; text-align: center; }
.g-c8ac9bdd { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-478ce5e5 { min-height: 500px; }
.g-f99db4e9 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-0311f11e { text-align: left; }
.g-7e271df0 { margin-top: var(--size-xs); }
.g-c8ac9bdd { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-dfa3be76 { position: relative; display: flex; align-items: center; gap: var(--size-m); min-height: 550px; padding: var(--size-xl); }
.g-0d0b0eca { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.g-b887de8f { position: relative; z-index: 2; width: 60%; margin-left: auto; padding: var(--size-m); }
@media screen and (max-width: 870px) { .g-b887de8f { width: 100%; }
 }@media screen and (max-width: 576px) { .g-dfa3be76 { padding: 0; flex-direction: column-reverse; }
.g-0d0b0eca { position: static; border-radius: 0; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.g-b887de8f { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-10e1d1f9 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-10e1d1f9 .g-b4fe8fe4 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-10e1d1f9 .g-b4fe8fe4:hover { filter: brightness(0.96); }
.g-10e1d1f9 .g-35affb62 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-10e1d1f9 .g-478ab34c { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-10e1d1f9 { gap: var(--size-s); }
.g-b4fe8fe4 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-10e1d1f9 { gap: var(--size-xs); }
.g-b4fe8fe4 { min-height: 40px; padding: 8px 16px; }
.g-35affb62 { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-d8810a69 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-7a804aba { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-e106726e { display: flex; justify-content: flex-start; }
.g-c68de5e4 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-5dacca30 { display: flex; justify-content: flex-start; align-items: center; }
.g-a1484957 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-da115729 { fill: var(--color-text); }
.g-925514bd { stroke: var(--color-text); }
.g-e35a826f { stroke: var(--color-text); }
.g-d8ba16b1 { display: flex; flex-direction: column; }
.g-317a75dc { flex: 0 0 50%; height: 383px; }
.g-88b65bcb { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-d8810a69 { flex-direction: column; }
.g-7a804aba { width: 100%; flex: 0 0 auto; }
.g-e106726e { flex-direction: column; }
.g-c68de5e4 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-6ee3b6dd { width: 100%; display: flex; justify-content: space-between; }
.g-5dacca30 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-a1484957 { margin-right: 0; }
.g-d8ba16b1 { margin-top: var(--size-xs); }
.g-317a75dc { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-7a804aba { padding: var(--size-xs); }
.g-6ee3b6dd { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-5dacca30 { align-items: center; }
.g-d8ba16b1 { text-align: center; }
.g-317a75dc { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-0968dc65 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-34d7a3e8 { flex: 0 1 560px; }
.g-352b37c7 { flex: 1 1 630px; }
.g-6d23ad38 { flex: 1; }
.g-36fcca7a { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-64508dfa { flex: 1; }
.g-571ac000 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-dde80ede { 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-0968dc65 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-34d7a3e8 { flex: auto; }
.g-352b37c7 { flex: auto; width: 100%; }
.g-36fcca7a { margin-top: var(--size-s); }
.g-64508dfa { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-571ac000 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-34d7a3e8 { text-align: center; }
.g-36fcca7a { flex-direction: column; }
.g-64508dfa { flex: auto; text-align: center; }
.g-571ac000 { align-items: center; }
 }

/* Block: about-page::about--0 (about) */
.g-8e9f9e0a { display: flex; align-items: center; gap: var(--size-m); }
.g-70580dc1 { flex: 1; }
.g-b3c6bb24 { flex: 1; }
@media screen and (max-width: 768px) { .g-8e9f9e0a { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-b3c6bb24 { text-align: center; }
 }

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

/* Block: expertise::about--0 (about) */
.g-b9eaac8b { display: flex; align-items: center; gap: var(--size-m); }
.g-45a703fc { flex: 1; }
.g-c2df547a { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-b9eaac8b { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-9a160351 { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-98fd0f1e { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-9ee86806 { width: 50%; }
.g-820d66bf { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-b0bc6e13 { padding: var(--size-s) var(--size-m); }
.g-1cbaad8d { transform: scale(1.2); }
.g-d833156a { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-53c5b392 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-98fd0f1e { padding: 20px 20px 10px; }
.g-1cbaad8d { transform: none; }
 }@media screen and (max-width: 768px) { .g-9ee86806 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-98fd0f1e { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-820d66bf { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-0eb52014 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-7d7de57b { flex: 1; }
.g-1721232e { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-2b4736dd { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-9f608938 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-0eb52014 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-7d7de57b { text-align: center; }
.g-9f608938 { font-size: 32px; flex: 0 0 35px; }
 }

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