/* Block: categories-list (categories-list) */
.g-e4ea0d03 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-e4ea0d03 .g-ec930138 { 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-e4ea0d03 .g-ec930138:hover { filter: brightness(0.96); }
.g-e4ea0d03 .g-ec930138:hover .g-6cb81466 { opacity: 1; }
.g-e4ea0d03 .g-5ec0f238 { position: relative; z-index: 1; }
.g-e4ea0d03 .g-6cb81466 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-ec930138 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-6cb81466 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-ec930138 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-6cb81466 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-c1a91ad7 { 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-c1a91ad7 .g-e8a4c7b3 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c1a91ad7 .g-44054a5e { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-e8a4c7b3 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-44054a5e { 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-90014795 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-8e3ed7fd { display: block; }
.g-b37d28dd { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-bed30d1b { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-32a06a1f { width: 100%; }
@media screen and (max-width: 768px) { .g-90014795 { padding: var(--size-s); }
.g-b37d28dd { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-bed30d1b { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-32a06a1f { width: auto; }
 }@media screen and (max-width: 576px) { .g-bed30d1b { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-15f44e61 { margin-top: var(--size-m); }
.g-3b6612aa { margin-top: var(--size-m); }
.g-208df1ad { margin-top: var(--size-xl); }
.g-10eea04e { align-items: stretch; }
.g-2604f99b { height: auto; }
.g-39c703a8 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-39c703a8 .g-e836bf30 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-39c703a8 .g-3f3679b1 { background: var(--color-primary); transform: scale(1.2); }
.g-2ee1a05a { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-ffa2d612 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-1d9403fb { 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-1d9403fb.g-1117ff19 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-7fe628e6 { margin-top: var(--section-padding); }
.g-5ba0c05f { border-radius: var(--b-radius); padding: var(--size-m); }
.g-31324101 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-90e48885 { max-width: 524px; }
.g-2f3fa50d { max-width: 450px; }
.g-51d34897 { margin-top: var(--size-xs); }
.g-148bbc19 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ea348866 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-895ecd3e { 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-895ecd3e:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-51d91e6a { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-b7bf38dc { transform: scale(1.2); margin-right: var(--size-xs); }
.g-f15e7925 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-15826ea1 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-911d8eb1 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-90e48885 { max-width: initial; }
.g-2f3fa50d { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-15826ea1 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-911d8eb1 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-e2457e0e { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-31324101 { gap: var(--size-m); }
.g-148bbc19 { flex-direction: column; gap: var(--size-xxs); }
.g-ea348866 { width: 100%; }
.g-895ecd3e { width: 100%; }
.g-15826ea1 { flex-direction: column; align-items: center; }
 }

/* 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;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color 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-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#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-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-e9fb328f { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-c7d505b3 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-6d3aa709 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-80228f6e { font-size: 34px; margin-right: var(--size-xxs); }
.g-32fcfd47 { font-size: 24px; font-weight: 600; }
.g-9c820b86 { -ms-overflow-style: none; scrollbar-width: none; }
.g-6ed1f301 { display: none; }
.g-3d6430d6 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-5246acd6 { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-5246acd6:hover { opacity: 0.7; }
.g-5246acd6 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-6844ae6c { display: none; }
.g-c809eea2 { display: none; }
.g-c765ab38 { display: inline; }
.g-c5419729 { display: none; }
.g-59e84bb5 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-59e84bb5.g-293309d2 { display: flex; width: 100%; }
.g-0800a3cd { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-80228f6e { font-size: 28px; }
.g-32fcfd47 { font-size: 20px; }
.g-3d6430d6 { gap: var(--size-xxs); }
.g-1507bb88 { display: none; }
.g-c809eea2 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-3b07120b { padding: var(--section-padding) 0; }
.g-6d18e035 { display: flex; }
.g-61392aa5 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-89497fb4 { margin-top: var(--size-s); }
.g-42f1b716 { margin-top: var(--size-m); }
.g-3e60dc4a { flex: 1; }
.g-01c09575 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-6d18e035 { flex-direction: column; }
.g-61392aa5 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-01c09575 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-61392aa5 { padding-bottom: var(--size-m); }
.g-01c09575 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-bd61fa1c { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-dda46eec { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-4f3351ad { position: relative; padding: var(--size-xl) 0; }
.g-938bb174 { text-align: center; }
.g-f88c831d { text-align: center; margin-top: var(--size-s); }
.g-6eed3e92 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-6eed3e92 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

.g-a0962b7e .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-a0962b7e .prev,
.g-a0962b7e .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-87f92b0c { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-87f92b0c .g-09431dc9 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-87f92b0c .g-09431dc9:hover .g-32061b95 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-87f92b0c .g-493bb446 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-87f92b0c .g-493bb446::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-87f92b0c .g-493bb446 img { width: 100%; height: 100%; object-fit: cover; }
.g-87f92b0c .g-32061b95 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-87f92b0c .g-6110df33 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-87f92b0c .g-31c21561 { 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-87f92b0c .g-c719e412 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-87f92b0c .g-68777544 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-87f92b0c .g-a5eef1d8 { display: flex; align-items: center; gap: 8px; }
.g-87f92b0c .g-a5eef1d8:hover { text-decoration: underline; }
.g-87f92b0c .g-a5eef1d8 svg { margin-left: 8px; fill: currentColor; }
.g-87f92b0c .g-efcada9f { white-space: nowrap; opacity: 0.8; }
.g-1f258dee { min-height: 600px; }
.g-1f258dee .g-09431dc9 { padding: 48px 40px; }
.g-1f258dee .g-32061b95 { transform: none; }
@media screen and (max-width: 870px) { .g-1f258dee { min-height: 368px; }
.g-1f258dee .g-09431dc9 { padding: 24px; }
.g-1f258dee .g-32061b95 { 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-a3295100 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-a3295100 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-a3295100 .g-7800f52c { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-a3295100 .g-caa9b24f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a3295100 .g-9714cad6 { margin-top: var(--size-m); }
.g-a3295100 .g-ddbe905a { 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-a3295100 .g-9ee956eb { display: block; text-decoration: none; }
.g-a3295100 .g-9ee956eb:hover { text-decoration: underline; }
.g-a3295100 .g-1c7723dc { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-a3295100 { grid-template-columns: 1fr; }
.g-a3295100 .g-b02e677e { display: none; }
.g-a3295100 .g-9714cad6 { margin-top: var(--size-s); }
.g-a3295100 .g-ddbe905a { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-a3295100 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-79549f20 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-de802121 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-fd616cd5 { display: flex; align-items: center; justify-content: center; }
.g-a9afbb0f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-dd6941ef { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-dd6941ef:hover { filter: brightness(0.96); }
.g-1a667cdd { margin-top: var(--size-m); }
.g-8325b5cb { margin-top: var(--size-s); margin-bottom: auto; }
.g-7981b568 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-79549f20 { grid-template-columns: 1fr; }
.g-de802121 { max-width: 70%; }
.g-fd616cd5 { max-width: 70%; display: block; }
.g-dd6941ef { height: 30px; }
 }@media screen and (max-width: 768px) { .g-79549f20 { gap: var(--size-m); }
.g-de802121 { max-width: 100%; }
.g-fd616cd5 { max-width: 100%; }
.g-8325b5cb { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-cceffc94 { text-align: center; }
.g-2619bc09 { position: relative; }
.g-e5831a61 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-e5831a61:hover { color: var(--color-primary); }
.g-27e6544f { left: -42px; }
.g-92d3b45e { right: -42px; }
@media screen and (max-width: 1024px) { .g-c6b98475 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-e5831a61 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-6b2766cd { text-align: center; max-width: 430px; margin: 0 auto; }
.g-878da010 { margin-top: var(--size-xl); }
.g-0005386b { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-450a7728 { position: relative; display: inline-block; width: 100%; }
.g-450a7728 .g-a80d1ee3 { 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-450a7728 .g-cbe5754d { 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-450a7728 .g-cbe5754d:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-8eaf6aa7 { padding: var(--section-padding) 0; }
.g-945bae7e { display: flex; }
.g-84397878 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-643ce536 { margin-top: var(--size-s); }
.g-17a1341a { margin-top: var(--size-m); }
.g-0ab1b415 { flex: 1; }
.g-c85c7f09 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-945bae7e { flex-direction: column; }
.g-84397878 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-c85c7f09 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-84397878 { padding-bottom: var(--size-m); }
.g-c85c7f09 { height: auto; }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-320142bf { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-320142bf .g-dddfe16c { 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-320142bf .g-dddfe16c:hover { filter: brightness(0.96); }
.g-320142bf .g-dddfe16c:hover .g-ceb2fedd { opacity: 1; }
.g-320142bf .g-944447c8 { position: relative; z-index: 1; }
.g-320142bf .g-ceb2fedd { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-dddfe16c { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-ceb2fedd { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-dddfe16c { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-ceb2fedd { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-0171df38 { margin-top: var(--size-m); }
.g-e5df575e { margin-top: var(--size-m); }
.g-c2fafb1b { margin-top: var(--size-xl); }
.g-27d988a3 { align-items: stretch; }
.g-0d2e49f2 { height: auto; }
.g-63d7f4c1 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-63d7f4c1 .g-16e8124c { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-63d7f4c1 .g-b840145d { background: var(--color-primary); transform: scale(1.2); }
.g-1f9a8569 { 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-435edb0f { margin: var(--section-padding) 0; }

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

/* Block: contacts-page::form--0 (form) */
.g-4e3ab8af { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-57f6db6c { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-67d304d7 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-743b9d0d { display: none; }
.g-d7a79f4a { width: 100%; }
.g-f89c475b { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-034e2e3b { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-51a0fdb7 { 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-291a3953 { fill: var(--color-text); }
.g-4996c8db { stroke: var(--color-text); }
.g-939fe1e4 { stroke: var(--color-text); }
.g-ebd20e7e { display: flex; flex-direction: column; }
.g-86baf760 { width: 100%; height: 300px; }
.g-945cbfd5 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-4e3ab8af { flex-direction: column-reverse; }
.g-57f6db6c { flex-direction: column-reverse; justify-content: flex-start; }
.g-67d304d7 { flex: 1; }
.g-0d427c41 { display: none; }
.g-743b9d0d { display: block; text-align: center; }
.g-f89c475b { justify-content: space-evenly; }
.g-86baf760 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-57f6db6c { width: 100%; }
 }@media screen and (max-width: 768px) { .g-51a0fdb7 { margin-right: 0; }
.g-ebd20e7e { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-57f6db6c { text-align: center; }
.g-67d304d7 { padding: var(--size-s); }
.g-f89c475b { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-034e2e3b { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-445db543 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-74704c70 { flex: 1; }
.g-89cc8cee { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-6de442af { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-9acf6ce5 { 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: 870px) { .g-445db543 { flex-direction: column; gap: var(--size-m); }
.g-74704c70 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-89cc8cee { gap: var(--size-s); }
.g-6de442af { flex-direction: column; gap: var(--size-xxs); }
 }

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

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

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-d7130288 { display: flex; align-items: stretch; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding-bottom: 10px; }
.g-d7130288 li { flex: 1; }
.g-da997b18 { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-b49bb8c6 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-d7130288 { flex-direction: column; }
.g-da997b18 { text-align: center; min-width: auto; }
 }