/* Block: categories-list (categories-list) */
.g-fa76f04e { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-fa76f04e .g-7f509d5f { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-fa76f04e .g-7f509d5f:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-fa76f04e .g-7f509d5f:hover .g-1c3058b1 { opacity: 1; }
.g-fa76f04e .g-1d87fc72 { position: relative; z-index: 1; }
.g-fa76f04e .g-1c3058b1 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-fa76f04e .g-7dad2622 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-fa76f04e .g-7dad2622 .g-1c3058b1 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-7f509d5f { min-height: 144px; padding-bottom: 82px; }
.g-1c3058b1 { font-size: 72px; }
.g-7dad2622 { padding-bottom: 120px; min-height: 159px; }
.g-7dad2622 .g-1c3058b1 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-fa76f04e { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-7f509d5f { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-1c3058b1 { font-size: 56px; right: 16px; bottom: 16px; }
.g-7dad2622 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-7dad2622 .g-1c3058b1 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-26d8e7d9 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-26d8e7d9 .g-dfb363cd { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-26d8e7d9 .g-faeefee3 { font-size: 80px; }
.g-26d8e7d9 .g-3e45514b { margin-top: var(--size-xs); }
.g-26d8e7d9 .g-51acb7a9 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-dfb363cd { padding: var(--size-xs); }
.g-faeefee3 { font-size: 64px; }
.g-51acb7a9 { 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-7f374191 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-73e7e989 { display: block; }
.g-7fc6ad4d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-67d90a34 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-fd89d3a8 { width: 100%; }
@media screen and (max-width: 768px) { .g-7f374191 { padding: var(--size-s); }
.g-7fc6ad4d { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-67d90a34 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-fd89d3a8 { width: auto; }
 }@media screen and (max-width: 576px) { .g-67d90a34 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-21c8d0bd { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-f598e1a1 { 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-f598e1a1.g-89aab7ea { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-1ed0f2ff { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-a2f7841c { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-65f52f96 { max-width: 563px; }
.g-fe20fcfd { max-width: 465px; }
.g-32fadd94 { margin-top: var(--size-xs); }
.g-8ca0cd54 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-07dc7469 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-27c59b69 { 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-27c59b69:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-23fe56f8 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-9197b1a0 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-aaebbafe { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-c6a78bfa { display: flex; justify-content: space-between; align-items: center; }
.g-28d44e1c { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-a088c1fa { 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-65f52f96 { max-width: 550px; }
.g-fe20fcfd { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-c6a78bfa { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-28d44e1c { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-a088c1fa { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-4a405116 { order: 3; }
 }@media screen and (max-width: 576px) { .g-a2f7841c { gap: var(--size-m); }
.g-8ca0cd54 { flex-direction: column; gap: var(--size-xxs); }
.g-07dc7469 { width: 100%; }
.g-27c59b69 { width: 100%; }
.g-28d44e1c { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#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-f8903315 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-3eb20618 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-f55b55e9 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-02f1d7d4 { font-size: 36px; margin-right: var(--size-xs); }
.g-b552f56a { font-size: 24px; font-weight: 600; }
.g-744bceab { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-8e6a1b54 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-8e6a1b54:hover { opacity: 0.7; }
.g-a8095e57 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-1a3e07c3 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-07fbaae3 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-07fbaae3.g-42bfb011 { display: block; }
.g-744bceab { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-a8095e57 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-07fbaae3 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-fc4b6329 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-f3c04012 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-40e4f927 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-40e4f927::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-ad0b093b { 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-c964e2b3 { max-width: 760px; text-align: center; }
.g-4c98cf83 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-fc4b6329 { min-height: 500px; }
.g-ad0b093b { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-c964e2b3 { text-align: left; }
.g-a51baf46 { margin-top: var(--size-xs); }
.g-4c98cf83 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-d549a56e { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-31cc0d03 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-2a3c6d3d { text-align: center; margin-top: var(--size-xl); }
.g-25a00737 { text-align: center; margin-top: var(--size-s); }
.g-0dab869e { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-2a3c6d3d { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-0dab869e { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-adf61e14 { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-95009175 { margin-top: var(--size-xl); text-align: center; }
.g-53927c5c { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-adf61e14 { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-adf61e14 { padding-bottom: 35px; }
.g-95009175 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-55215fda { position: relative; overflow: hidden; height: 100%; }
.g-55215fda .g-912b50a8 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-55215fda .g-66d76902 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-55215fda .g-66d76902 img { width: 100%; height: 100%; object-fit: cover; }
.g-55215fda .g-e26a1f7c { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-55215fda .g-f2e2545b { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-55215fda .g-c7c489bd { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-55215fda .g-ed0c91fc { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-55215fda .g-105c9baa { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-55215fda .g-1882a677 { display: flex; align-items: center; gap: 8px; }
.g-55215fda .g-1882a677:hover { text-decoration: underline; }
.g-55215fda .g-e285bd49 { white-space: nowrap; opacity: 0.8; }
.g-55215fda .g-00b02516 { margin-top: var(--size-s); }
.g-55215fda .g-3801079f { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-d755d1a6 { position: relative; overflow: hidden; height: 100%; }
.g-d755d1a6 .g-912b50a8 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-d755d1a6 .g-66d76902 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-d755d1a6 .g-66d76902 img { width: 100%; height: 100%; object-fit: cover; }
.g-d755d1a6 .g-e26a1f7c { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-d755d1a6 .g-f2e2545b { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-d755d1a6 .g-c7c489bd { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-d755d1a6 .g-ed0c91fc { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-d755d1a6 .g-105c9baa { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-d755d1a6 .g-00b02516 { margin-top: 16px; }
.g-d755d1a6 .g-3801079f { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-f2e2545b { gap: 0 4px; }
.g-156843d7 { flex-direction: column-reverse; }
.g-f733711b { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-6735f091 { 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-e1664547 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-e1664547 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-e1664547 .g-4cf7641c { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-e1664547 .g-e07e6e1f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-e1664547 .g-ac371a59 { margin-top: var(--size-m); }
.g-e1664547 .g-c563fca3 { 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-e1664547 .g-97ecb693 { display: block; text-decoration: none; }
.g-e1664547 .g-97ecb693:hover { text-decoration: underline; }
.g-e1664547 .g-f9d68188 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-e1664547 { grid-template-columns: 1fr; }
.g-e1664547 .g-b91b734a { display: none; }
.g-e1664547 .g-ac371a59 { margin-top: var(--size-s); }
.g-e1664547 .g-c563fca3 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e1664547 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-a7742baa { position: relative; }
.g-dad58fcb { width: 100%; }
.g-ec944238 { position: relative; display: flex; flex-direction: column; }
.g-70d6f09a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-70d6f09a::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-c05f3d8a { width: 100%; height: 100%; }
.g-d9076a0b { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-df9ec7d5 { 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-0e918685 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-d441ea47 { 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-d441ea47:hover { text-decoration: underline; }
.g-6217d40b { margin-top: var(--size-m); }
.g-7ec77f10 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-ec944238 { padding-bottom: 40px; }
.g-0e918685 { gap: var(--size-xxs); }
.g-d441ea47 { height: 31px; padding: 8px 16px; }
.g-6217d40b { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-df9ec7d5 { padding-bottom: 0; }
.g-d441ea47 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-ec944238 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-c05f3d8a { aspect-ratio: auto; height: 100%; }
.g-df9ec7d5 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-23d2a8a0 { text-align: center; }
.g-b2362d75 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-ccd5838c { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-08a24e3f { 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-08a24e3f:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-b2362d75 { margin-top: var(--size-m); }
.g-ccd5838c { border-radius: var(--size-m); }
.g-08a24e3f { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-5712d6f1 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-5712d6f1 .g-d6f8006c { margin-top: var(--size-m); max-width: 600px; }
.g-aa76a094 { margin-top: var(--size-xl); }
.g-bf65d4d6 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-5712d6f1 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-cdbcc2eb { position: relative; display: inline-block; width: 100%; }
.g-cdbcc2eb .g-dbc43e94 { 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) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-cdbcc2eb .g-dbc43e94:focus + .g-4681dbe8 { opacity: 1; }
.g-cdbcc2eb .g-c71bf9c6 { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-cdbcc2eb .g-c71bf9c6:hover { opacity: .7; }
.g-cdbcc2eb .g-f461514e { fill: var(--color-primary); }
.g-cdbcc2eb .g-4681dbe8 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-cdbcc2eb .g-4681dbe8:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-1c529423 { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-cb614fce { fill: var(--color-text-light); }
.g-e880f7e6 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-1c529423 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-6cfbad2f { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-79736962 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-54659960 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-54659960::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-0af9ce96 { 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-eb72e32e { max-width: 760px; text-align: center; }
.g-5cb31d6d { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-6cfbad2f { min-height: 500px; }
.g-0af9ce96 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-eb72e32e { text-align: left; }
.g-8d2e8956 { margin-top: var(--size-xs); }
.g-5cb31d6d { margin-top: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-8e7ae8e7 { text-align: center; }

/* Block: front-page::categories-list (categories-list) */
.g-336b606f { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-336b606f .g-259d1f1f { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-336b606f .g-259d1f1f:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-336b606f .g-259d1f1f:hover .g-5ce8662e { opacity: 1; }
.g-336b606f .g-209e082f { position: relative; z-index: 1; }
.g-336b606f .g-5ce8662e { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-336b606f .g-e93d34e7 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-336b606f .g-e93d34e7 .g-5ce8662e { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-259d1f1f { min-height: 144px; padding-bottom: 82px; }
.g-5ce8662e { font-size: 72px; }
.g-e93d34e7 { padding-bottom: 120px; min-height: 159px; }
.g-e93d34e7 .g-5ce8662e { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-336b606f { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-259d1f1f { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-5ce8662e { font-size: 56px; right: 16px; bottom: 16px; }
.g-e93d34e7 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-e93d34e7 .g-5ce8662e { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-581d220f { position: relative; z-index: 1; }
.g-35540c50 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-ea15536b { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-15e25b6e { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-9f2b823c { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-a2ca7d75 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-03e6ffb9 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-2e50495f { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-2831b87e { fill: var(--color-text); }
.g-5cc2cdcb { stroke: var(--color-text); }
.g-c76d7623 { stroke: var(--color-text); }
.g-70023b5c { display: flex; flex-direction: column; }
.g-05dcc07a { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-35540c50 { flex-direction: column; }
.g-a9159585 { margin-top: 0; }
.g-15e25b6e { flex: 1; }
.g-05dcc07a { height: 430px; }
 }@media screen and (max-width: 768px) { .g-70023b5c { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-ea15536b { align-items: center; text-align: center; }
.g-15e25b6e { padding: var(--size-s); }
.g-9f2b823c { transform: translateY(var(--size-xl)); }
.g-a2ca7d75 { flex-direction: column; align-items: center; }
.g-05dcc07a { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-c664ade0 { display: flex; align-items: center; gap: var(--size-m); }
.g-9b68f2c9 { flex: 1; }
.g-ee9712e9 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-c664ade0 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-838c93e5 { text-align: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-d3495e93 { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); gap: var(--size-s); }
.g-1309b966 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-1309b966::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.g-afbca6c8 { position: relative; grid-row: span 2; min-height: 350px; padding: var(--size-s) var(--size-s) var(--size-m); }
.g-1c226a2f { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-f874bb59 { padding: var(--size-s) var(--size-s) var(--size-m); }
.g-cab4adfc { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-719b40ea { 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-1309b966 { position: static; border-radius: var(--b-radius); overflow: hidden; height: auto; }
.g-1309b966::after { display: none; }
.g-afbca6c8 { border-radius: 0; padding: 0; display: flex; flex-direction: column-reverse; gap: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-d3495e93 { grid-template-columns: 1fr; grid-template-rows: auto; }
.g-afbca6c8 { text-align: center; }
.g-1c226a2f { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 576px) { .g-c80e196f { color: var(--color-text); }
.g-1c226a2f { grid-template-columns: 1fr; }
.g-f874bb59 { padding: var(--size-xs); }
.g-cab4adfc { flex-direction: column-reverse; justify-content: flex-start; align-items: flex-start; gap: var(--size-xs); }
 }

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-c08d09a2 { 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-c08d09a2 li { flex: 1; }
.g-102d0818 { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-9b6e8376 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-c08d09a2 { flex-direction: column; }
.g-102d0818 { text-align: center; min-width: auto; }
 }

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

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