/* Block: categories-list (categories-list) */
.g-28867533 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-28867533 .g-489b393a { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-28867533 .g-489b393a:hover { filter: brightness(0.96); }
.g-28867533 .g-489b393a:hover .g-4f778405 { opacity: 1; }
.g-28867533 .g-4f2d859f { position: relative; z-index: 1; }
.g-28867533 .g-4f778405 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-489b393a { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-4f778405 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-489b393a { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-4f778405 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-fd3c4e6a { padding: var(--size-m) 0 var(--section-padding); }
.g-fd3c4e6a .g-bd43d307 { 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-fd3c4e6a .g-cd7e1267 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-bd43d307 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-cd7e1267 { 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-4bbf9ea8 { 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-2eab9335 { display: block; }
.g-cfcefda6 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-4bbf9ea8 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-cfcefda6 { gap: var(--size-xxs); }
.g-7eec8b14 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-49c69706 { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-92cb6fc7 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-3da1f7be { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-6e8236d9 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-49c69706 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-49c69706 { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-92cb6fc7 { gap: var(--size-xs); }
 }

/* Block: footer (footer) */
.g-6a26dc2f { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-f4b097bd { 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-f4b097bd.g-bc3cafaa { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-33e820e0 { margin-top: var(--section-padding); }
.g-18a3f6a9 { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-ce3a8361 { max-width: 510px; }
.g-2f06f23b { max-width: 430px; }
.g-8556f817 { margin-top: var(--size-xs); }
.g-e3d34bf6 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-dcb48937 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-3ad7ade8 { 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-3ad7ade8:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-0ac40d73 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-954b61b5 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-00aec283 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-b907d851 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-5f1de9e1 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-8aae20bc { 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-18a3f6a9 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-ce3a8361 { max-width: initial; }
.g-2f06f23b { max-width: initial; }
.g-00aec283 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-b907d851 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-5f1de9e1 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-8aae20bc { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-7640cd28 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-18a3f6a9 { gap: var(--size-m); }
.g-e3d34bf6 { flex-direction: column; gap: var(--size-xxs); }
.g-dcb48937 { width: 100%; }
.g-3ad7ade8 { width: 100%; }
.g-5f1de9e1 { 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-b107294c { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-d3aa19b7 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-617bc246 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-6cd9a964 { font-size: 36px; margin-right: var(--size-xs); }
.g-afeec6fe { font-size: 24px; font-weight: 600; }
.g-7195ddd0 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-a9ce22d0 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-a9ce22d0:hover { opacity: 0.7; }
.g-4a8c6e28 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-6f6b1409 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-80b3530c { 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-80b3530c.g-69fee594 { display: block; }
.g-7195ddd0 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-4a8c6e28 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-80b3530c { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-03546fd7 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-0c38460f { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-db8520ca { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-db8520ca::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-bdecd402 { 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-eeb193f3 { max-width: 760px; text-align: center; }
.g-62b63267 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-03546fd7 { min-height: 500px; }
.g-bdecd402 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-eeb193f3 { text-align: left; }
.g-e3caed7f { margin-top: var(--size-xs); }
.g-62b63267 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-4ed9f333 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-4ea43573 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-0358d3fd { text-align: center; margin-top: var(--size-xl); }
.g-94904e9f { text-align: center; margin-top: var(--size-s); }
.g-fb7813b4 { text-align: center; }
@media screen and (max-width: 768px) { .g-0358d3fd { margin-top: var(--size-m); }
 }

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

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

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

.g-ec85f869 .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-ec85f869 .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

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

.g-ec85f869 .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-ec85f869 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-ec85f869 .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-ec85f869 .prev,
.g-ec85f869 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

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

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

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

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

/* Block: post-card (post-card) */
.g-4201fd22 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-4201fd22 .g-acc12298 { position: relative; text-decoration: none; }
.g-4201fd22 .g-0215d5bd { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-4201fd22 .g-371e5b2f { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-4201fd22 .g-371e5b2f img { width: 100%; height: 100%; object-fit: cover; }
.g-4201fd22 .g-1dabe3ac { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-4201fd22 .g-396c8693 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-4201fd22 .g-d66ac33f { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-4201fd22 .g-288d7cfb { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-edea9d27 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-edea9d27 .g-acc12298 { position: relative; text-decoration: none; }
.g-edea9d27 .g-0215d5bd { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-edea9d27 .g-371e5b2f { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-edea9d27 .g-371e5b2f img { width: 100%; height: 100%; object-fit: cover; }
.g-edea9d27 .g-1dabe3ac { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-edea9d27 .g-396c8693 { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-edea9d27 .g-d66ac33f { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-edea9d27 .g-288d7cfb { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-0215d5bd { gap: 0 4px; }
 }

/* 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-730756cb { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-730756cb blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-730756cb .g-ffeb0c46 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-730756cb .g-c6ab75a9 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-730756cb .g-4e47eeee { margin-top: var(--size-m); }
.g-730756cb .g-5a93c0ea { 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-730756cb .g-0ecc35a2 { display: block; text-decoration: none; }
.g-730756cb .g-0ecc35a2:hover { text-decoration: underline; }
.g-730756cb .g-f7e92c35 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-730756cb { grid-template-columns: 1fr; }
.g-730756cb .g-7fdd8fdf { display: none; }
.g-730756cb .g-4e47eeee { margin-top: var(--size-s); }
.g-730756cb .g-5a93c0ea { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-730756cb blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-f5584a0e { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-0bd1ce07 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-219a1c3c { text-decoration: none; }
.g-219a1c3c:hover { text-decoration: underline; }
.g-7c6f8e55 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-4f3f61ee { margin-top: var(--size-s); }
.g-3d4ab1ec { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-f5584a0e { gap: var(--size-xs); }
.g-7c6f8e55 { margin-top: var(--size-s); }
.g-3d4ab1ec { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-8fb6a5b8 { text-align: center; }
.g-23c96612 { position: relative; }
.g-77a79758 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-77a79758:hover { color: var(--color-primary); }
.g-90347391 { left: -42px; }
.g-2a8c87d6 { right: -42px; }
@media screen and (max-width: 1024px) { .g-1b4ce5d3 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-77a79758 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-890d49c5 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-e277070a { margin-top: var(--size-xl); }
.g-1403ca90 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-304bb04b { position: relative; display: inline-block; width: 100%; }
.g-304bb04b .g-a85792d2 { 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-304bb04b .g-a85792d2:focus + .g-06a806dd { opacity: 1; }
.g-304bb04b .g-6fd79893 { 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-304bb04b .g-6fd79893:hover { opacity: .7; }
.g-304bb04b .g-98e832f4 { fill: var(--color-primary); }
.g-304bb04b .g-06a806dd { 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-304bb04b .g-06a806dd:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-cfadd527 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-da51e340 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-caea57b6 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-caea57b6::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-b5a5315b { 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-24f3b18f { max-width: 760px; text-align: center; }
.g-9d203a82 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-cfadd527 { min-height: 500px; }
.g-b5a5315b { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-24f3b18f { text-align: left; }
.g-12075fc1 { margin-top: var(--size-xs); }
.g-9d203a82 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-9a7cbda5 { display: flex; position: relative; gap: var(--size-s); }
.g-9a7cbda5 * { flex: 1; }
.g-cfe389b2 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-c91fe60c { flex-shrink: 0; }
.g-c3524fce { grid-column: span 2; }
.g-7c80cbe3 { user-select: none; }
.g-7c80cbe3[open] .g-47c88e7e { transform: rotate(45deg); }
.g-4f661ac9 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-4f661ac9::-webkit-details-marker { display: none; }
.g-47c88e7e { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-47c88e7e svg { fill: var(--color-primary); }
.g-9758cf0a { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-4f661ac9 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-47c88e7e { width: 24px; height: 24px; }
.g-47c88e7e svg { width: 16px; height: 16px; }
.g-9758cf0a { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-9a7cbda5 { flex-direction: column; }
.g-cfe389b2 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-c3524fce { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-9a7cbda5 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-8de1a9d5 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-8de1a9d5 .g-759eff3c { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-8de1a9d5 .g-759eff3c:hover { filter: brightness(0.96); }
.g-8de1a9d5 .g-759eff3c:hover .g-1d677d43 { opacity: 1; }
.g-8de1a9d5 .g-97ef1a0f { position: relative; z-index: 1; }
.g-8de1a9d5 .g-1d677d43 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-759eff3c { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-1d677d43 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-759eff3c { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-1d677d43 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-538a52a5 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-8c4ccb5b { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-3cafa3c9 { display: flex; justify-content: flex-start; }
.g-6a0d37bc { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-cae8c855 { display: flex; justify-content: flex-start; align-items: center; }
.g-e761b2ec { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-e9f988fa { fill: var(--color-text); }
.g-89456a57 { stroke: var(--color-text); }
.g-a40b5bb8 { stroke: var(--color-text); }
.g-ded0cbc3 { display: flex; flex-direction: column; }
.g-4036e3cd { flex: 0 0 50%; height: 383px; }
.g-6c86aa79 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-538a52a5 { flex-direction: column; }
.g-8c4ccb5b { width: 100%; flex: 0 0 auto; }
.g-3cafa3c9 { flex-direction: column; }
.g-6a0d37bc { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-f8bbc99f { width: 100%; display: flex; justify-content: space-between; }
.g-cae8c855 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-e761b2ec { margin-right: 0; }
.g-ded0cbc3 { margin-top: var(--size-xs); }
.g-4036e3cd { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-8c4ccb5b { padding: var(--size-xs); }
.g-f8bbc99f { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-cae8c855 { align-items: center; }
.g-ded0cbc3 { text-align: center; }
.g-4036e3cd { height: 370px; }
 }

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

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

/* Block: reassurance::text--0 (text) */
.g-fc85e13d { text-align: center; }

/* Block: reassurance::faq--0 (faq) */
.g-6b062dce { position: relative; gap: var(--size-s); }
.g-6b062dce * { flex: 1; }
.g-03eb7ff9 { width: 80%; margin-inline: auto; }
.g-088c591c { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-47c6e932 { user-select: none; }
.g-47c6e932[open] .g-d7b4fea0 { transform: scaleY(1); }
.g-3eb1e53e { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-3eb1e53e::-webkit-details-marker { display: none; }
.g-d7b4fea0 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-d7b4fea0 svg { fill: var(--color-primary); }
.g-00402ca7 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-3eb1e53e { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-00402ca7 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-6b062dce { flex-direction: column; }
.g-03eb7ff9 { width: 100%; margin-top: var(--size-m); }
.g-088c591c { margin-right: var(--size-s); }
 }

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

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