/* Block: categories-list (categories-list) */
.g-cb8c741b { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-cb8c741b .g-1cf8ec21 { 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-cb8c741b .g-1cf8ec21:hover { filter: brightness(0.96); }
.g-cb8c741b .g-e8ddca31 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-cb8c741b .g-51af5ce2 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-cb8c741b { gap: var(--size-s); }
.g-1cf8ec21 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-cb8c741b { gap: var(--size-xs); }
.g-1cf8ec21 { min-height: 40px; padding: 8px 16px; }
.g-e8ddca31 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-f0abf2c1 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-f0abf2c1 .g-c184e7eb { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-f0abf2c1 .g-cc617716 { font-size: 80px; }
.g-f0abf2c1 .g-584d6628 { margin-top: var(--size-xs); }
.g-f0abf2c1 .g-deceb0a0 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-c184e7eb { padding: var(--size-xs); }
.g-cc617716 { font-size: 64px; }
.g-deceb0a0 { 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-307bc248 { 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-1c5d9629 { display: block; }
.g-3190f7f2 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-307bc248 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-3190f7f2 { gap: var(--size-xxs); }
.g-f01158cb { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-a3019c0f { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-ba1174a2 { 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-ba1174a2.g-b9311fba { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-1e7a0eef { margin-top: var(--section-padding); }
.g-7c45197f { 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-7001fe3e { max-width: 510px; }
.g-e7c311c4 { max-width: 430px; }
.g-96b0af91 { margin-top: var(--size-xs); }
.g-1cf2e155 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4fc10293 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-e90c66ce { 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-e90c66ce:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-8dc63219 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-0cc095d5 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-d19cbaad { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-21976b3e { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-3e369910 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-70682232 { 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-7c45197f { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-7001fe3e { max-width: initial; }
.g-e7c311c4 { max-width: initial; }
.g-d19cbaad { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-21976b3e { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-3e369910 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-70682232 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-4558a892 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-7c45197f { gap: var(--size-m); }
.g-1cf2e155 { flex-direction: column; gap: var(--size-xxs); }
.g-4fc10293 { width: 100%; }
.g-e90c66ce { width: 100%; }
.g-3e369910 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-6751eec8 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-f28afe53 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-2242a7d0 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-f29d490f { font-size: 34px; margin-right: var(--size-xxs); }
.g-96280889 { font-size: 24px; font-weight: 600; }
.g-5e8d70f2 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-5fa6598e { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-5fa6598e:hover { opacity: 0.7; }
.g-5fa6598e svg { fill: var(--color-text); }
.g-229edd79 { display: none; }
.g-fbe3c907 { 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-37a30999 { clip-path: inherit; }
.g-37a30999 .g-24d8518f { background-color: rgba(0, 0, 0, 0.2); }
.g-37a30999 .g-8ea8e720 { opacity: 1; transform: translateX(0); }
.g-3f8425d6 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-5e731b62 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-5e731b62:hover { opacity: 0.7; }
.g-5e731b62 svg { fill: var(--color-text); }
.g-24d8518f { 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-8ea8e720 { 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-5fa6598e { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-f29d490f { font-size: 28px; }
.g-96280889 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-f28afe53 { justify-content: flex-start; }
.g-5e8d70f2 { gap: var(--size-m); }
.g-6dde7eeb { display: none; }
.g-229edd79 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-598ca954 { padding: var(--section-padding) 0; }
.g-3dc8085b { display: flex; }
.g-929d31ad { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-a033ec88 { margin-top: var(--size-s); }
.g-2eea68a1 { margin-top: var(--size-m); }
.g-0feeec65 { flex: 1; }
.g-1065ae1d { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-3dc8085b { flex-direction: column; }
.g-929d31ad { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-1065ae1d { height: 400px; }
 }@media screen and (max-width: 576px) { .g-929d31ad { padding-bottom: var(--size-m); }
.g-1065ae1d { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-91874a7a { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-8c609472 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-bf898cd2 { text-align: center; margin-top: var(--size-xl); }
.g-a63792ec { text-align: center; margin-top: var(--size-s); }
.g-a8ca2417 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-bf898cd2 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-a8ca2417 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-3cd807fe .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;
    border: 1px solid var(--color-secondary);
}

.g-3cd807fe .page-numbers:hover {
    text-decoration: underline;
}

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

.g-3cd807fe .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-3cd807fe .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-3cd807fe .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-3cd807fe .prev,
.g-3cd807fe .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-74ab2b6a { position: relative; overflow: hidden; height: 100%; }
.g-74ab2b6a .g-7b1054e8 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-74ab2b6a .g-57025a7a { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-74ab2b6a .g-57025a7a img { width: 100%; height: 100%; object-fit: cover; }
.g-74ab2b6a .g-b562fb8a { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-74ab2b6a .g-a1829387 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-74ab2b6a .g-6ed04819 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-74ab2b6a .g-8fea51cf { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-74ab2b6a .g-0e48a189 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-74ab2b6a .g-8e2dbc9b { display: flex; align-items: center; gap: 8px; }
.g-74ab2b6a .g-8e2dbc9b:hover { text-decoration: underline; }
.g-74ab2b6a .g-45f43e81 { white-space: nowrap; opacity: 0.8; }
.g-74ab2b6a .g-4d24708c { margin-top: var(--size-s); }
.g-74ab2b6a .g-70d088a7 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-bd7047fa { position: relative; overflow: hidden; height: 100%; }
.g-bd7047fa .g-7b1054e8 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-bd7047fa .g-57025a7a { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-bd7047fa .g-57025a7a img { width: 100%; height: 100%; object-fit: cover; }
.g-bd7047fa .g-b562fb8a { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-bd7047fa .g-a1829387 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-bd7047fa .g-6ed04819 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-bd7047fa .g-8fea51cf { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-bd7047fa .g-0e48a189 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-bd7047fa .g-4d24708c { margin-top: 16px; }
.g-bd7047fa .g-70d088a7 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-a1829387 { gap: 0 4px; }
.g-a4160ff1 { flex-direction: column-reverse; }
.g-16e64d76 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-573649eb { 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-9957d1f0 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-9957d1f0 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-9957d1f0 .g-64c2c283 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-9957d1f0 .g-c4856498 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-9957d1f0 .g-40112494 { margin-top: var(--size-m); }
.g-9957d1f0 .g-c041d960 { 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-9957d1f0 .g-afbb83d0 { display: block; text-decoration: none; }
.g-9957d1f0 .g-afbb83d0:hover { text-decoration: underline; }
.g-9957d1f0 .g-948c81c9 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-9957d1f0 { grid-template-columns: 1fr; }
.g-9957d1f0 .g-d924fcd5 { display: none; }
.g-9957d1f0 .g-40112494 { margin-top: var(--size-s); }
.g-9957d1f0 .g-c041d960 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-9957d1f0 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-dea3a2fc { position: relative; }
.g-24ce967f { width: 100%; }
.g-ea276a46 { position: relative; display: flex; flex-direction: column; }
.g-747249b5 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-747249b5::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-83d3d9e3 { width: 100%; height: 100%; }
.g-eeaa3e27 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-ec172b0e { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-cd26d672 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-9276826f { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-9276826f:hover { text-decoration: underline; }
.g-86f197f5 { margin-top: var(--size-m); }
.g-14978aa2 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-ea276a46 { padding-bottom: 40px; }
.g-cd26d672 { gap: var(--size-xxs); }
.g-9276826f { height: 31px; padding: 8px 16px; }
.g-86f197f5 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-ec172b0e { padding-bottom: 0; }
.g-9276826f { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-ea276a46 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-83d3d9e3 { aspect-ratio: auto; height: 100%; }
.g-ec172b0e { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-88239ce2 { text-align: center; }
.g-0b0539e0 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-dc037539 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-ff3e88a5 { 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-ff3e88a5:hover { background-color: var(--color-primary); }
.g-ecbdc5a0 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-0b0539e0 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-44f7cc8e { text-align: center; max-width: 430px; margin: 0 auto; }
.g-1ec6ba10 { margin-top: var(--size-xl); }
.g-6c971d10 { max-width: 430px; margin-inline: auto; text-align: center; }

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

/* Block: toTop (toTop) */
.g-82cc9b9d { 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-82cc9b9d svg { fill: var(--color-text-light); }
.g-f0a4d363 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-82cc9b9d { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-212c7163 { padding: var(--section-padding) 0; }
.g-d351fb78 { display: flex; }
.g-552b09a9 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-0704af81 { margin-top: var(--size-s); }
.g-f2dd53b5 { margin-top: var(--size-m); }
.g-fe744fe2 { flex: 1; }
.g-2472fd1a { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-d351fb78 { flex-direction: column; }
.g-552b09a9 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-2472fd1a { height: 400px; }
 }@media screen and (max-width: 576px) { .g-552b09a9 { padding-bottom: var(--size-m); }
.g-2472fd1a { height: auto; }
 }

/* Block: front-page::about--0 (about) */
.g-64294d2a { display: flex; align-items: center; gap: var(--size-m); }
.g-4e0b93d7 { flex: 1; }
.g-0b0c6bb9 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-64294d2a { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-96d73d6b { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-4af108eb { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-4af108eb .g-9bfaf689 { 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-4af108eb .g-9bfaf689:hover { filter: brightness(0.96); }
.g-4af108eb .g-efff97ba { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-4af108eb .g-80f2e9eb { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-4af108eb { gap: var(--size-s); }
.g-9bfaf689 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-4af108eb { gap: var(--size-xs); }
.g-9bfaf689 { min-height: 40px; padding: 8px 16px; }
.g-efff97ba { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-309c282b { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-1e22e380 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-0943aa92 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-ed25f3fe { display: none; }
.g-4f87a748 { width: 100%; }
.g-c37babae { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-30ab2147 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-b3a621ad { 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-bc077fc6 { fill: var(--color-text); }
.g-579f0e19 { stroke: var(--color-text); }
.g-da0887dd { stroke: var(--color-text); }
.g-31e42e86 { display: flex; flex-direction: column; }
.g-f9eed59c { width: 100%; height: 300px; }
.g-0bef3025 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-309c282b { flex-direction: column-reverse; }
.g-1e22e380 { flex-direction: column-reverse; justify-content: flex-start; }
.g-0943aa92 { flex: 1; }
.g-5f576b23 { display: none; }
.g-ed25f3fe { display: block; text-align: center; }
.g-c37babae { justify-content: space-evenly; }
.g-f9eed59c { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-1e22e380 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-b3a621ad { margin-right: 0; }
.g-31e42e86 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-1e22e380 { text-align: center; }
.g-0943aa92 { padding: var(--size-s); }
.g-c37babae { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-30ab2147 { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-49280ce3 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-095c7602 { flex: 0 1 560px; }
.g-9eb1e595 { flex: 1 1 630px; }
.g-9d6d83ef { flex: 1; }
.g-a2f99b4f { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-72f37095 { flex: 1; }
.g-c310368c { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-dd72cea2 { 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-49280ce3 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-095c7602 { flex: auto; }
.g-9eb1e595 { flex: auto; width: 100%; }
.g-a2f99b4f { margin-top: var(--size-s); }
.g-72f37095 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-c310368c { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-095c7602 { text-align: center; }
.g-a2f99b4f { flex-direction: column; }
.g-72f37095 { flex: auto; text-align: center; }
.g-c310368c { align-items: center; }
 }

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-267ce5ec { width: 60%; }
.g-7c0f5de1 { padding: var(--size-s) var(--wrapper-padding); }
.g-e3cf4309 { display: flex; justify-content: flex-start; }
.g-e3cf4309 svg { fill: var(--color-secondary); }
.g-2dd836f1 { justify-content: flex-end; }
.g-110514be { padding: 0 var(--wrapper-padding); }
.g-494bc978 { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-267ce5ec { width: 100%; }
 }@media screen and (max-width: 576px) { .g-de8f3ccd { flex-direction: column; }
.g-e3cf4309 svg { transform: scale(0.6); }
.g-110514be { padding: 0 50px 0 50px; }
.g-494bc978 { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-110514be { padding: 0; }
.g-494bc978 { padding: 0; }
 }

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

/* Block: expertise::about--0 (about) */
.g-4bc27a56 { display: flex; align-items: center; gap: var(--size-m); }
.g-f2d7e02f { flex: 1; }
.g-bf0f80f6 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-4bc27a56 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-e111ee2a { text-align: center; }
 }

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