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

/* Block: category-header (category-header) */
.g-02f68b6a { padding: var(--size-m) 0 var(--section-padding); }
.g-02f68b6a .g-22fcf3b7 { 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-02f68b6a .g-039d6558 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-22fcf3b7 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-039d6558 { 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-daa506a4 { 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-9c7287de { display: block; }
.g-236dd503 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-daa506a4 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-236dd503 { gap: var(--size-xxs); }
.g-be0b88dd { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-8cf42973 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-b027a37b { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-3e51cd7c { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-977102a8 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-8cf42973 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-8cf42973 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-b027a37b { padding: 8px; }
 }

/* Block: footer (footer) */
.g-14f10848 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-997c7ba2 { 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-997c7ba2.g-f6c42ea4 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-fe3cff88 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-88fe6b36 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-42621677 { max-width: 563px; }
.g-e36ed2f5 { max-width: 465px; }
.g-536d3fcb { margin-top: var(--size-xs); }
.g-02812ecd { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ed6841ae { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-19bc5d50 { 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-19bc5d50:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-654ba904 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-499cce9e { transform: scale(1.2); margin-right: var(--size-xs); }
.g-daf04a69 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-a2a77bdf { display: flex; justify-content: space-between; align-items: center; }
.g-611b7439 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-0637a8af { 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-42621677 { max-width: 550px; }
.g-e36ed2f5 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-a2a77bdf { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-611b7439 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-0637a8af { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-9a88cd50 { order: 3; }
 }@media screen and (max-width: 576px) { .g-88fe6b36 { gap: var(--size-m); }
.g-02812ecd { flex-direction: column; gap: var(--size-xxs); }
.g-ed6841ae { width: 100%; }
.g-19bc5d50 { width: 100%; }
.g-611b7439 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal .menu-item a,
#navigation-modal .page_item a {
    text-decoration: none;
}
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item a:hover {
    text-decoration: underline;
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-9834e015 { position: relative; z-index: 5; }
.g-3d3c0af7 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-b599d37c { position: sticky; top: -1px; z-index: 5; }
.g-464c6fe6 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-464c6fe6::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-50744841 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-eb426dcf { font-size: 34px; margin-right: var(--size-xxs); }
.g-542500d4 { font-size: 24px; font-weight: 600; }
.g-d4f9d6ce { display: block; }
.g-46429133 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-36fcf743 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-36fcf743:hover { text-decoration: underline; }
.g-8ed55523 { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-f6869fb2 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-9834e015 { position: sticky; top: 0; }
.g-3d3c0af7 { justify-content: space-between; height: 65px; }
.g-e432b221 { top: 65px; height: 0; }
.g-464c6fe6::after { display: none; }
.g-50744841 { margin: 0; }
.g-d4f9d6ce { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-d4f9d6ce.g-a6dc6602 { display: block; }
.g-46429133 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-8ed55523 { display: flex; }
 }@media screen and (max-width: 576px) { .g-eb426dcf { font-size: 28px; }
.g-542500d4 { font-size: 20px; }
.g-d4f9d6ce { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-8431e56f { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-c03294b7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-c9a4fac6 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-c9a4fac6::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-32ad8743 { 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-5c71df37 { max-width: 760px; text-align: center; }
.g-7f22348a { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-8431e56f { min-height: 500px; }
.g-32ad8743 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-5c71df37 { text-align: left; }
.g-7ab8e6ce { margin-top: var(--size-xs); }
.g-7f22348a { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-7286131e { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-554c2ff9 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-bd0f6a21 { text-align: center; margin-top: var(--size-xl); }
.g-2b2856eb { text-align: center; margin-top: var(--size-s); }
.g-50b3e146 { text-align: center; }
@media screen and (max-width: 768px) { .g-bd0f6a21 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-759d8dc5 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-759d8dc5 .g-c9aa5162 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-759d8dc5 .g-d70402a0 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-759d8dc5 .g-d70402a0 img { width: 100%; height: 100%; object-fit: cover; }
.g-759d8dc5 .g-de7e0af8 { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-759d8dc5 .g-b60ba916 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-759d8dc5 .g-b4775c4e { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-759d8dc5 .g-1544bfae { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-759d8dc5 .g-6846bb1a { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-759d8dc5 .g-6846bb1a:hover { text-decoration: underline; }
.g-759d8dc5 .g-5b5cf040 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-759d8dc5 .g-07cfdcf6 { margin-top: var(--size-s); }
.g-759d8dc5 .g-683c2525 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-7624aaaa { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-7624aaaa .g-c9aa5162 { position: relative; height: 100%; text-decoration: none; }
.g-7624aaaa .g-0820f259 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-7624aaaa .g-eb862f0b { flex-shrink: 0; width: 120px; }
.g-7624aaaa .g-d70402a0 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-7624aaaa .g-d70402a0 img { width: 100%; height: 100%; object-fit: cover; }
.g-7624aaaa .g-b60ba916 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-7624aaaa .g-b4775c4e { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-7624aaaa .g-1544bfae { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-7624aaaa .g-5b5cf040 { white-space: nowrap; opacity: 0.8; }
.g-7624aaaa .g-683c2525 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-de7e0af8 { padding: 0 8px 8px; }
.g-b60ba916 { gap: 0 4px; }
.g-7624aaaa { padding: 16px 0; }
.g-7624aaaa .g-0820f259 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-7624aaaa .g-eb862f0b { flex-shrink: initial; width: auto; }
.g-7624aaaa .g-d70402a0 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-7624aaaa .g-de7e0af8 { margin-top: 8px; }
 }

/* 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-d9373a73 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-d9373a73 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-d9373a73 .g-d2ea548d { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-d9373a73 .g-86363a16 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d9373a73 .g-51f56595 { margin-top: var(--size-m); }
.g-d9373a73 .g-20d4d5e2 { 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-d9373a73 .g-9933de1e { display: block; text-decoration: none; }
.g-d9373a73 .g-9933de1e:hover { text-decoration: underline; }
.g-d9373a73 .g-49419494 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-d9373a73 { grid-template-columns: 1fr; }
.g-d9373a73 .g-bdb3afa2 { order: 1; }
.g-d9373a73 .g-4bc13f96 { order: 2; }
.g-d9373a73 .g-51f56595 { margin-top: var(--size-s); }
.g-d9373a73 .g-20d4d5e2 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-9a953b68 { position: relative; }
.g-677725e2 { width: 100%; }
.g-21bd6201 { position: relative; display: flex; flex-direction: column; }
.g-2c070e7c { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-2c070e7c::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-bb76579e { width: 100%; height: 100%; }
.g-129f9d47 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-1ea94111 { 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-9fccd486 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-71be5d17 { 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-71be5d17:hover { text-decoration: underline; }
.g-98283c0c { margin-top: var(--size-m); }
.g-4f0c9b28 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-21bd6201 { padding-bottom: 40px; }
.g-9fccd486 { gap: var(--size-xxs); }
.g-71be5d17 { height: 31px; padding: 8px 16px; }
.g-98283c0c { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-1ea94111 { padding-bottom: 0; }
.g-71be5d17 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-21bd6201 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-bb76579e { aspect-ratio: auto; height: 100%; }
.g-1ea94111 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-d0ae57d7 { text-align: center; }
.g-a51fcade { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-3e910e40 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-5aaea18d { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-5aaea18d:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-a51fcade { margin-top: var(--size-m); }
.g-3e910e40 { border-radius: var(--size-m); }
.g-5aaea18d { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-45403774 { margin-top: var(--size-m); max-width: 600px; }
.g-f7ac673b { margin-top: var(--size-m); max-width: 600px; }
.g-94a477a7 { margin-top: var(--size-xl); }

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

/* Block: toTop (toTop) */
.g-db9b641e { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-2a18e9f1 { fill: var(--color-text-light); }
.g-d2ab6b4c { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-db9b641e { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-e2011f57 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-db5acc14 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-c1d6087e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-c1d6087e::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-2053586e { 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-a8c1b63b { max-width: 760px; text-align: center; }
.g-fcde2a48 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-e2011f57 { min-height: 500px; }
.g-2053586e { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-a8c1b63b { text-align: left; }
.g-23843303 { margin-top: var(--size-xs); }
.g-fcde2a48 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-abd02877 { position: relative; }
.g-139e5326::before { content: ""; position: absolute; top: 0; left: 0; width: clamp(30.3125rem, 47.0703125vw + 7.71875rem, 45.375rem); height: 100%; background-color: var(--color-secondary); z-index: -1; }
.g-15b3ddb7 { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-f470bcd4 { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-9b09c388 { flex: 1; padding: 0 0 0 clamp(1rem, 7.8125vw + -2.75rem, 3.5rem); margin-left: clamp(-7.0625rem, -3.3203125vw + -5.46875rem, -8.125rem); position: relative; z-index: 1; }
.g-9b09c388 li:last-child .g-5c2c412b { border-bottom: none; }
.g-5c2c412b { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-5c2c412b[open] .g-8940ed00 { transform: rotate(45deg); }
.g-5c2c412b .g-1a701312 { padding-bottom: var(--size-s); }
.g-a6c7348b { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding-top: var(--size-s); padding-bottom: var(--size-s); }
.g-a6c7348b::-webkit-details-marker { display: none; }
.g-8940ed00 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-surface); border-radius: 50%; margin-left: var(--size-xs); }
.g-8940ed00 svg { fill: var(--color-text); }
.g-1a701312 { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-139e5326::before { width: 100%; }
.g-15b3ddb7 { flex-direction: column; }
.g-f470bcd4 { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-9b09c388 { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-a6c7348b { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-8940ed00 { width: 24px; height: 24px; }
.g-8940ed00 svg { width: 16px; height: 16px; }
.g-1a701312 { padding-bottom: var(--size-xs); }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-f2cd8a06 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-71329225 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-ff635f8e { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-30b84533 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-f2cd8a06 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-f2cd8a06 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-71329225 { padding: 8px; }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-20df1c24 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-caaafc0e { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-9bd5442f { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-3506020d { display: flex; justify-content: flex-start; align-items: center; }
.g-9035113d { 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-a936a96e { display: flex; flex-direction: column; }
.g-add487fb { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-0e2ffdc1 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-20df1c24 { flex-direction: column-reverse; }
.g-caaafc0e { width: 100%; }
 }@media screen and (max-width: 768px) { .g-2fde7402 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-2fde7402 .g-3506020d { margin-top: 0; }
.g-3506020d { align-items: flex-start; flex-direction: column; flex: 1; }
.g-9035113d { margin-right: 0; }
.g-a936a96e { margin-top: var(--size-xs); }
.g-add487fb { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-caaafc0e { text-align: center; }
.g-2fde7402 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-3506020d { align-items: center; }
.g-0fdfaf33 { margin: 0 auto; }
 }

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

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-5f9ae883 { width: 60%; }
.g-c1eac4ef { padding: var(--size-s) var(--wrapper-padding); }
.g-2fdcd532 { display: flex; justify-content: flex-start; }
.g-2fdcd532 svg { fill: var(--color-secondary); }
.g-e3b22e94 { justify-content: flex-end; }
.g-b843cea1 { padding: 0 var(--wrapper-padding); }
.g-70d715de { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-5f9ae883 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-7f8e4c9a { flex-direction: column; }
.g-2fdcd532 svg { transform: scale(0.6); }
.g-b843cea1 { padding: 0 50px 0 50px; }
.g-70d715de { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-b843cea1 { padding: 0; }
.g-70d715de { padding: 0; }
 }

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

/* Block: expertise::about--0 (about) */
.g-3e07850c { padding: 0; }
@media screen and (max-width: 1280px) { .g-13699cac { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-3e07850c { padding: 0 var(--wrapper-padding); }
.g-0bfdcd88 { column-count: 1; }
.g-13699cac { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-0bfdcd88 { text-align: center; }
 }

/* Block: expertise::text--2 (text) */
.g-bcd85456 { text-align: center; }