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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: cookie (cookie) */
.g-9cc3c2f9 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-f891a4f1 { display: block; }
.g-222a1c01 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-7dfcbdb2 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-b7b9e123 { width: 100%; }
@media screen and (max-width: 768px) { .g-9cc3c2f9 { padding: var(--size-s); }
.g-222a1c01 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-7dfcbdb2 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-b7b9e123 { width: auto; }
 }@media screen and (max-width: 576px) { .g-7dfcbdb2 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-f8fcd334 { margin-top: var(--size-m); }
.g-ddb89aa6 { margin-top: var(--size-m); }
.g-d500a90b { margin-top: var(--size-xl); }
.g-a7a69956 { align-items: stretch; }
.g-d64e986e { height: auto; }
.g-a07fc2b8 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-a07fc2b8 .g-a2473abb { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-a07fc2b8 .g-d11eddf3 { background: var(--color-primary); transform: scale(1.2); }
.g-2db81c9d { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-fc2c3be6 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-a598ba4d { 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-a598ba4d.g-c8c62c78 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-8b6d9d7c { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-7bb6318e { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-4b53fc49 { max-width: 563px; }
.g-c9352db9 { max-width: 465px; }
.g-108614e7 { margin-top: var(--size-xs); }
.g-09d8f9c7 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a6ec1794 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-13e7990d { 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-13e7990d:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-372875a0 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-f3e653f6 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-10602baf { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-83157969 { display: flex; justify-content: space-between; align-items: center; }
.g-3edbce86 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-53eddc8e { 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-4b53fc49 { max-width: 550px; }
.g-c9352db9 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-83157969 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-3edbce86 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-53eddc8e { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-04d9ea62 { order: 3; }
 }@media screen and (max-width: 576px) { .g-7bb6318e { gap: var(--size-m); }
.g-09d8f9c7 { flex-direction: column; gap: var(--size-xxs); }
.g-a6ec1794 { width: 100%; }
.g-13e7990d { width: 100%; }
.g-3edbce86 { flex-direction: column; align-items: flex-start; }
 }

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

.g-1d5eb1f4 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-110c4f29 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-483f3db7 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-64cee4ba { font-size: 34px; margin-right: var(--size-xxs); }
.g-473dd4e8 { font-size: 24px; font-weight: 600; }
.g-136a3461 { -ms-overflow-style: none; scrollbar-width: none; }
.g-c253999b { display: none; }
.g-3bea76a1 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-c62338f3 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-c62338f3:hover { transform: scale(1.05); }
.g-c62338f3 svg { fill: var(--color-text-light); }
.g-4cc4dde7 { display: none; }
.g-d07b39f8 { display: none; }
.g-6763e3de { display: inline; }
.g-43976cb6 { display: none; }
.g-06220c47 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-06220c47.g-137fa412 { display: flex; width: 100%; }
.g-183ea9bf { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-64cee4ba { font-size: 28px; }
.g-473dd4e8 { font-size: 20px; }
.g-3bea76a1 { gap: var(--size-xxs); }
.g-644f09e4 { display: none; }
.g-d07b39f8 { display: block; }
.g-06220c47.g-137fa412 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-85e4af06 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-2cb25b71 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-197a9fcb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-197a9fcb::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-fc9e7a9b { 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-0eb051fe { max-width: 760px; text-align: center; }
.g-63ed2a0f { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-85e4af06 { min-height: 500px; }
.g-fc9e7a9b { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-0eb051fe { text-align: left; }
.g-fd848041 { margin-top: var(--size-xs); }
.g-63ed2a0f { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-ad84feee { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-3ee85b15 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-eebd1b93 { text-align: center; margin-top: var(--size-xl); }
.g-70002779 { text-align: center; margin-top: var(--size-s); }
.g-2c35b6e3 { text-align: center; }
@media screen and (max-width: 768px) { .g-eebd1b93 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-7f16bbaa { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-7f16bbaa .g-616b70b8 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-7f16bbaa .g-616b70b8:hover .g-59b00498 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-7f16bbaa .g-6dd03afa { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-7f16bbaa .g-6dd03afa::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-7f16bbaa .g-6dd03afa img { width: 100%; height: 100%; object-fit: cover; }
.g-7f16bbaa .g-59b00498 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-7f16bbaa .g-fc4e67a8 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-7f16bbaa .g-1a6fceef { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-7f16bbaa .g-be496c08 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-7f16bbaa .g-8e8d01c6 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-7f16bbaa .g-df73f56c { display: flex; align-items: center; gap: 8px; }
.g-7f16bbaa .g-df73f56c:hover { text-decoration: underline; }
.g-7f16bbaa .g-df73f56c svg { margin-left: 8px; fill: currentColor; }
.g-7f16bbaa .g-8af3910c { white-space: nowrap; opacity: 0.8; }
.g-01a8fa0f { min-height: 600px; }
.g-01a8fa0f .g-616b70b8 { padding: 48px 40px; }
.g-01a8fa0f .g-59b00498 { transform: none; }
@media screen and (max-width: 870px) { .g-01a8fa0f { min-height: 368px; }
.g-01a8fa0f .g-616b70b8 { padding: 24px; }
.g-01a8fa0f .g-59b00498 { transform: translateY(46px); }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-0887b028 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-0887b028 blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-0887b028 blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-0887b028 .g-c4b56832 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-0887b028 .g-24eee7c2 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0887b028 .g-43b01fbe { margin-top: var(--size-m); }
.g-0887b028 .g-2d5d4545 { 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-0887b028 .g-7bea9d40 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-0887b028 .g-7bea9d40::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-0887b028 .g-7bea9d40:hover { color: var(--color-text); }
.g-0887b028 .g-b158f8fa { font-weight: bold; }
.g-0887b028 .g-b158f8fa::before { color: var(--color-primary); background-color: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-0887b028 { grid-template-columns: 1fr; }
.g-0887b028 .g-4fe49455 { display: none; }
.g-0887b028 .g-43b01fbe { margin-top: var(--size-s); }
.g-0887b028 .g-2d5d4545 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-0887b028 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-0887b028 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-436c3e6a { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-45bdde8d { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-aeddc6b3 { text-decoration: none; }
.g-aeddc6b3:hover { text-decoration: underline; }
.g-51b4fc23 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-224c363a { margin-top: var(--size-s); }
.g-2a629117 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-436c3e6a { gap: var(--size-xs); }
.g-51b4fc23 { margin-top: var(--size-s); }
.g-2a629117 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-d77e99df { text-align: center; }
.g-0f8f9298 { position: relative; }
.g-da5ae37b { 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-da5ae37b:hover { background-color: var(--color-primary); }
.g-813536d8 { left: -42px; }
.g-259ab793 { right: -42px; }
@media screen and (max-width: 1024px) { .g-3d11f14c { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-da5ae37b { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-01f7d1bb { text-align: center; max-width: 430px; margin: 0 auto; }
.g-8bc77135 { margin-top: var(--size-xl); }
.g-bd9ddc89 { max-width: 430px; margin-inline: auto; text-align: center; }

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

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

/* Block: front-page::hero-search (hero-search) */
.g-caeb5bf9 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-31a5d1b5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-dc994ed7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-dc994ed7::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-6007157d { 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-0f0705c3 { max-width: 760px; text-align: center; }
.g-3f46afeb { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-caeb5bf9 { min-height: 500px; }
.g-6007157d { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-0f0705c3 { text-align: left; }
.g-a9e21832 { margin-top: var(--size-xs); }
.g-3f46afeb { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-c1780747 { display: flex; align-items: center; gap: var(--size-m); }
.g-5ec300b7 { flex: 1; }
.g-e32c0c28 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-c1780747 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-1ad9917e { text-align: center; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-dd41e71e { margin-top: var(--size-m); }
.g-28ab15c3 { margin-top: var(--size-m); }
.g-0e19c62a { margin-top: var(--size-xl); }
.g-c86520e4 { align-items: stretch; }
.g-9a1e3469 { height: auto; }
.g-6f4e81f1 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-6f4e81f1 .g-f595eaad { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-6f4e81f1 .g-114c4030 { background: var(--color-primary); transform: scale(1.2); }
.g-2c0ce9a8 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-54f8a903 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-6c355bb9 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-0ff66e29 { display: flex; justify-content: flex-start; }
.g-0b4edd3f { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-38c3a7ce { display: flex; justify-content: flex-start; align-items: center; }
.g-25a77bd1 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-2d0cafae { fill: var(--color-text); }
.g-56c44f13 { stroke: var(--color-text); }
.g-f9593acd { stroke: var(--color-text); }
.g-27db7d82 { display: flex; flex-direction: column; }
.g-eda2154a { flex: 0 0 50%; height: 383px; }
.g-df4c95ef { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-54f8a903 { flex-direction: column; }
.g-6c355bb9 { width: 100%; flex: 0 0 auto; }
.g-0ff66e29 { flex-direction: column; }
.g-0b4edd3f { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-180732e0 { width: 100%; display: flex; justify-content: space-between; }
.g-38c3a7ce { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-25a77bd1 { margin-right: 0; }
.g-27db7d82 { margin-top: var(--size-xs); }
.g-eda2154a { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-6c355bb9 { padding: var(--size-xs); }
.g-180732e0 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-38c3a7ce { align-items: center; }
.g-27db7d82 { text-align: center; }
.g-eda2154a { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-6e10cd72 { display: flex; align-items: center; gap: var(--size-m); }
.g-95291678 { flex: 1; }
.g-4fc6323f { position: relative; padding: var(--size-m); }
.g-4fc6323f::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-66febf57 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-6e10cd72 { flex-direction: column; align-items: stretch; }
.g-95291678 { flex: auto; }
.g-4fc6323f { padding: var(--size-m) var(--size-s); }
.g-4fc6323f::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-4fc6323f { text-align: center; }
 }

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

/* Block: expertise::text--0 (text) */
.g-49e5c90b { text-align: center; }

/* Block: expertise::process--0 (process) */
.g-f6c7c47f { width: 60%; }
.g-a1ee5279 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-dd6e2f50 { flex: 1; }
.g-cb1290ce { position: relative; }
.g-cb1290ce::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-07ecf28f::before { display: none; }
@media screen and (max-width: 870px) { .g-4ec9a68c { flex-direction: column; }
.g-f6c7c47f { width: 100%; }
.g-a1ee5279 { display: grid; grid-template-columns: 1fr 1fr; }
.g-a1ee5279::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-a1ee5279::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-cb1290ce::before { display: none; }
 }@media screen and (max-width: 576px) { .g-f6c7c47f { text-align: center; }
.g-a1ee5279 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-a1ee5279::before { display: none; }
.g-a1ee5279::after { display: none; }
.g-cb1290ce::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-07ecf28f::before { display: none; }
 }

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

/* Block: expertise::about--0 (about) */
.g-bcbade72 { display: flex; align-items: center; gap: var(--size-m); }
.g-040dde6c { flex: 1; }
.g-e0f80cf7 { position: relative; padding: var(--size-m); }
.g-e0f80cf7::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-b69ca71c { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-bcbade72 { flex-direction: column; align-items: stretch; }
.g-040dde6c { flex: auto; }
.g-e0f80cf7 { padding: var(--size-m) var(--size-s); }
.g-e0f80cf7::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-e0f80cf7 { text-align: center; }
 }