/* Block: categories-list (categories-list) */
.g-21a589c9 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-21a589c9 .g-98dd403b { 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-21a589c9 .g-98dd403b: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-21a589c9 .g-98dd403b:hover .g-0bdc663e { opacity: 1; }
.g-21a589c9 .g-4e1ac8e4 { position: relative; z-index: 1; }
.g-21a589c9 .g-0bdc663e { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-21a589c9 .g-bd4f4cea { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-21a589c9 .g-bd4f4cea .g-0bdc663e { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-98dd403b { min-height: 144px; padding-bottom: 82px; }
.g-0bdc663e { font-size: 72px; }
.g-bd4f4cea { padding-bottom: 120px; min-height: 159px; }
.g-bd4f4cea .g-0bdc663e { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-21a589c9 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-98dd403b { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-0bdc663e { font-size: 56px; right: 16px; bottom: 16px; }
.g-bd4f4cea { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-bd4f4cea .g-0bdc663e { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-5b9c3dcb { padding: var(--size-m) 0 var(--section-padding); }
.g-5b9c3dcb .g-7c757b05 { 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-5b9c3dcb .g-35c6dfec { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-7c757b05 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-35c6dfec { 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-eb167351 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-b31375d5 { display: block; }
.g-242ae613 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-9f306a61 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-d08f0411 { width: 100%; }
@media screen and (max-width: 768px) { .g-eb167351 { padding: var(--size-s); }
.g-242ae613 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-9f306a61 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-d08f0411 { width: auto; }
 }@media screen and (max-width: 576px) { .g-9f306a61 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-422a2e0a { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-f33f2843 { 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-f33f2843.g-ce31ac19 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-9de99a15 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-3d399e3d { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-88652ee3 { max-width: 563px; }
.g-373c3397 { max-width: 465px; }
.g-168d74ee { margin-top: var(--size-xs); }
.g-13c06b54 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-03648bba { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-3807d5ef { 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-3807d5ef:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-fecc618d { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-a04789e7 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-d6054773 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-484e6d81 { display: flex; justify-content: space-between; align-items: center; }
.g-6fd1a2be { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-f5622fda { 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-88652ee3 { max-width: 550px; }
.g-373c3397 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-484e6d81 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-6fd1a2be { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-f5622fda { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-8fc93244 { order: 3; }
 }@media screen and (max-width: 576px) { .g-3d399e3d { gap: var(--size-m); }
.g-13c06b54 { flex-direction: column; gap: var(--size-xxs); }
.g-03648bba { width: 100%; }
.g-3807d5ef { width: 100%; }
.g-6fd1a2be { 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-01b198d6 { position: relative; z-index: 5; }
.g-b52ba6be { width: 100%; }
.g-43f38825 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-d498ef86 { position: sticky; top: -1px; z-index: 5; }
.g-017e0b9f { display: block; }
.g-83f89822 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-83f89822::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-0b9972f6 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-b8c08847 { font-size: 34px; margin-right: var(--size-xxs); }
.g-98e0ed4b { font-size: 24px; font-weight: 600; }
.g-129c049b { display: block; }
.g-543e86fd { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-2a4efaa7 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-2a4efaa7:hover { text-decoration: underline; }
.g-7485ac55 { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-74d0f6f9 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-01b198d6 { position: sticky; top: 0; }
.g-43f38825 { justify-content: space-between; height: 65px; }
.g-33270b4b { top: 65px; height: 0; }
.g-83f89822::after { display: none; }
.g-0b9972f6 { margin: 0; }
.g-129c049b { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-129c049b.g-098b1d24 { display: block; }
.g-543e86fd { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-7485ac55 { display: flex; }
 }@media screen and (max-width: 576px) { .g-b8c08847 { font-size: 28px; }
.g-98e0ed4b { font-size: 20px; }
.g-129c049b { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-8769afc5 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-deeb62dc { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-23d0df04 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-23d0df04::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-2dd030a5 { 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-f4172b33 { max-width: 760px; text-align: center; }
.g-4aa9dc65 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-8769afc5 { min-height: 500px; }
.g-2dd030a5 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-f4172b33 { text-align: left; }
.g-9cdf6e87 { margin-top: var(--size-xs); }
.g-4aa9dc65 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-595b7e77 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-c17a6ccb { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-0912cddd { position: relative; padding: var(--size-xl) 0; }
.g-b1ad5e47 { text-align: center; }
.g-456fac95 { text-align: center; margin-top: var(--size-s); }
.g-02aee1aa { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-02aee1aa { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-7f08b823 .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
}

.g-7f08b823 .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

.g-7f08b823 .prev {
    left: 0;
    transform: translateX(calc(-100% - 44px));
    color: var(--color-secondary);
}

.g-7f08b823 .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-7f08b823 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-7f08b823 .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-7f08b823 .prev,
.g-7f08b823 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

.g-7f08b823 .prev,
.g-7f08b823 .next,
.g-7f08b823 .current {
    box-shadow: 0px 0px 0px 1px var(--color-text);
}

@media screen and (max-width: 768px) {
    .g-7f08b823 .prev,
    .g-7f08b823 .next {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .g-7f08b823 .prev::before,
    .g-7f08b823 .next::after {
        display: none;
    }
}

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

/* Block: post-card (post-card) */
.g-ba248396 { position: relative; overflow: hidden; height: 100%; }
.g-ba248396 .g-3ed2eea4 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-ba248396 .g-9ffc8514 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-ba248396 .g-9ffc8514 img { width: 100%; height: 100%; object-fit: cover; }
.g-ba248396 .g-0c0f132d { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-ba248396 .g-969474d2 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-ba248396 .g-e2ff4f3e { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-ba248396 .g-8bb7f63d { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-ba248396 .g-d5cf97dd { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-ba248396 .g-728d5943 { display: flex; align-items: center; gap: 8px; }
.g-ba248396 .g-728d5943:hover { text-decoration: underline; }
.g-ba248396 .g-ebd76b19 { white-space: nowrap; opacity: 0.8; }
.g-ba248396 .g-ecea772b { margin-top: var(--size-s); }
.g-ba248396 .g-f2e47fa6 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-0be361f7 { position: relative; overflow: hidden; height: 100%; }
.g-0be361f7 .g-3ed2eea4 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-0be361f7 .g-9ffc8514 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-0be361f7 .g-9ffc8514 img { width: 100%; height: 100%; object-fit: cover; }
.g-0be361f7 .g-0c0f132d { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-0be361f7 .g-969474d2 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-0be361f7 .g-e2ff4f3e { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-0be361f7 .g-8bb7f63d { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0be361f7 .g-d5cf97dd { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-0be361f7 .g-ecea772b { margin-top: 16px; }
.g-0be361f7 .g-f2e47fa6 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-969474d2 { gap: 0 4px; }
.g-584ecc77 { flex-direction: column-reverse; }
.g-b10f3a9f { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-4bc93c07 { 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-0397edba { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-0397edba blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-0397edba .g-952739b0 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-0397edba .g-b0f94c23 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0397edba .g-5c8fe3d7 { margin-top: var(--size-m); }
.g-0397edba .g-4334ab84 { 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-0397edba .g-dd5fde25 { display: block; text-decoration: none; }
.g-0397edba .g-dd5fde25:hover { text-decoration: underline; }
.g-0397edba .g-86e779ea { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-0397edba { grid-template-columns: 1fr; }
.g-0397edba .g-670512c5 { order: 1; }
.g-0397edba .g-741410e9 { order: 2; }
.g-0397edba .g-5c8fe3d7 { margin-top: var(--size-s); }
.g-0397edba .g-4334ab84 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-7fcce66a { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-7f29d93f { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-c5303d28 { text-decoration: none; }
.g-c5303d28:hover { text-decoration: underline; }
.g-30c968b4 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-9b0b2023 { margin-top: var(--size-s); }
.g-7e8ad25b { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-7fcce66a { gap: var(--size-xs); }
.g-30c968b4 { margin-top: var(--size-s); }
.g-7e8ad25b { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-8b7cd12c { text-align: center; }
.g-125c17f0 { position: relative; }
.g-68e9aa32 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-68e9aa32:hover { background-color: var(--color-primary); }
.g-a5450b03 { left: -42px; }
.g-c4a12945 { right: -42px; }
@media screen and (max-width: 1024px) { .g-8a1819b2 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-68e9aa32 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-6df66a4c { margin-top: var(--size-m); max-width: 600px; }
.g-dfa8e068 { margin-top: var(--size-m); max-width: 600px; }
.g-5be127bb { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-17c7020e { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-17c7020e .g-6e2f54ff { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-17c7020e .g-df0660e2 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-17c7020e .g-df0660e2:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-0b640f98 { 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-a7c0751b { fill: var(--color-text-light); }
.g-f6892226 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-0b640f98 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-9bbd0cc4 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-af499b3c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-fe599a42 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-fe599a42::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-6604f3c1 { 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-0879bf65 { max-width: 760px; text-align: center; }
.g-7b157833 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-9bbd0cc4 { min-height: 500px; }
.g-6604f3c1 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-0879bf65 { text-align: left; }
.g-04136b75 { margin-top: var(--size-xs); }
.g-7b157833 { margin-top: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-4e5c1dd7 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-4e5c1dd7 .g-f7e092b6 { 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-4e5c1dd7 .g-f7e092b6: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-4e5c1dd7 .g-f7e092b6:hover .g-9625aeae { opacity: 1; }
.g-4e5c1dd7 .g-aaeff5b8 { position: relative; z-index: 1; }
.g-4e5c1dd7 .g-9625aeae { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-4e5c1dd7 .g-ebaeb9c5 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-4e5c1dd7 .g-ebaeb9c5 .g-9625aeae { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-f7e092b6 { min-height: 144px; padding-bottom: 82px; }
.g-9625aeae { font-size: 72px; }
.g-ebaeb9c5 { padding-bottom: 120px; min-height: 159px; }
.g-ebaeb9c5 .g-9625aeae { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-4e5c1dd7 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-f7e092b6 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-9625aeae { font-size: 56px; right: 16px; bottom: 16px; }
.g-ebaeb9c5 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-ebaeb9c5 .g-9625aeae { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-0e465e16 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-bf6e6530 { 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-ead17105 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-651cf9dc { display: flex; justify-content: flex-start; align-items: center; }
.g-78ef84f1 { 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-bc315f9e { display: flex; flex-direction: column; }
.g-71161a1b { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-0ed9d9bb { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-0e465e16 { flex-direction: column-reverse; }
.g-bf6e6530 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-d98fe37f { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-d98fe37f .g-651cf9dc { margin-top: 0; }
.g-651cf9dc { align-items: flex-start; flex-direction: column; flex: 1; }
.g-78ef84f1 { margin-right: 0; }
.g-bc315f9e { margin-top: var(--size-xs); }
.g-71161a1b { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-bf6e6530 { text-align: center; }
.g-d98fe37f { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-651cf9dc { align-items: center; }
.g-dba8953b { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-2a8a4296 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-cb205276 { flex: 1; }
.g-59f9533e { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-20f8ae5a { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-12df4fe4 { 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-2a8a4296 { flex-direction: column; gap: var(--size-m); }
.g-cb205276 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-59f9533e { gap: var(--size-s); }
.g-20f8ae5a { flex-direction: column; gap: var(--size-xxs); }
 }

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

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

/* Block: benefits::text--0 (text) */
.g-4acbd259 { text-align: center; }

/* Block: benefits::about--0 (about) */
.g-2ae74403 { display: flex; align-items: center; gap: var(--size-m); }
.g-3dea42fb { flex: 1; }
.g-65298b13 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-2ae74403 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-72ec0b6a { text-align: center; }
 }

/* Block: benefits::text--1 (text) */
.g-8852a58d { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-497f5507 { text-align: center; }
.g-8852a58d { column-count: 1; }
 }

/* Block: benefits::about--1 (about) */
.g-0a778fce { display: flex; align-items: center; gap: var(--size-m); }
.g-98fdbfee { flex: 1; }
.g-bbbd834f { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-0a778fce { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-fb100267 { text-align: center; }
 }

/* Block: benefits::reviews--0 (reviews) */
.g-1cfdfee3 { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-bae28449 { width: 50%; }
.g-d62a98a4 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-8b7295a1 { padding: var(--size-s) var(--size-m); }
.g-0cb122fd { transform: scale(1.2); }
.g-76ab0efc { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-85e1333e svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-1cfdfee3 { padding: 20px 20px 10px; }
.g-0cb122fd { transform: none; }
 }@media screen and (max-width: 768px) { .g-bae28449 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-1cfdfee3 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-d62a98a4 { text-align: center; }
 }

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