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

/* Block: category-header (category-header) */
.g-7cfc584e { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-7cfc584e .g-57e9b680 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-7cfc584e .g-a2b4b0c7 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-57e9b680 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-a2b4b0c7 { 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-fd36ae64 { 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-bf3a9ccf { display: block; }
.g-e09d09ca { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-fd36ae64 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-e09d09ca { gap: var(--size-xxs); }
.g-14bf6068 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-b11db8ce { margin-top: var(--size-m); }
.g-4e07c91a { margin-top: var(--size-m); }
.g-ae6ad0a0 { margin-top: var(--size-xl); }
.g-9a5ea552 { align-items: stretch; }
.g-c3392705 { height: auto; }
.g-20890c6b { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-20890c6b .g-91b8e8f7 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-20890c6b .g-150a526e { background: var(--color-primary); transform: scale(1.2); }
.g-3c74614a { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-a63d54db { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-f999d255 { 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-f999d255.g-be8148f9 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-f3f18348 { margin-top: var(--section-padding); }
.g-eb8abd8a { border-radius: var(--b-radius); padding: var(--size-m); }
.g-2b2ffc1c { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-aca28e7e { max-width: 524px; }
.g-3a419145 { max-width: 450px; }
.g-993ece14 { margin-top: var(--size-xs); }
.g-daca384d { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-629b6542 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-0ebe472f { 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-0ebe472f:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-6b42a9f2 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-0c0d0414 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-03749e72 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-00c25c34 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-e0fec9fc { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-aca28e7e { max-width: initial; }
.g-3a419145 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-00c25c34 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-e0fec9fc { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-e2dbc12d { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-2b2ffc1c { gap: var(--size-m); }
.g-daca384d { flex-direction: column; gap: var(--size-xxs); }
.g-629b6542 { width: 100%; }
.g-0ebe472f { width: 100%; }
.g-00c25c34 { flex-direction: column; align-items: center; }
 }

/* 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-e4259071 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-abc2164e { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-b67e0b9b { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-777c45f5 { font-size: 36px; margin-right: var(--size-xs); }
.g-40f63e06 { font-size: 24px; font-weight: 600; }
.g-e2e3d37c { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-93a0aef1 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-93a0aef1:hover { opacity: 0.7; }
.g-6312efb5 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-05734609 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-2ca608ea { 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-2ca608ea.g-d7f90eb0 { display: block; }
.g-e2e3d37c { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-6312efb5 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-2ca608ea { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-1c851cc2 { padding: var(--section-padding) 0; }
.g-6117a09f { display: flex; }
.g-5255b7d1 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-661b3b5f { width: 100%; height: 100%; }
.g-07c7f27a { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-0ffa4fd6 { margin-top: var(--size-s); }
.g-c20951bd { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-6117a09f { flex-direction: column-reverse; }
.g-5255b7d1 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-661b3b5f { height: 350px; }
.g-07c7f27a { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-661b3b5f { height: auto; }
.g-07c7f27a { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-f5382ebe { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-a8d183ae { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-81866750 { text-align: center; margin-top: var(--size-xl); }
.g-62018d76 { text-align: center; margin-top: var(--size-s); }
.g-c9c3af31 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-81866750 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-c9c3af31 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-f4174575 { padding: var(--size-m) 0 50px; }
.g-658b9076 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-bd89a1de { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-658b9076 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-b23e05d6 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-b23e05d6 .g-d93d357e { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-b23e05d6 .g-d93d357e:hover .g-412318cf { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-b23e05d6 .g-3a2cd67d { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-b23e05d6 .g-3a2cd67d::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-b23e05d6 .g-3a2cd67d img { width: 100%; height: 100%; object-fit: cover; }
.g-b23e05d6 .g-412318cf { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-b23e05d6 .g-dfc58efd { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-b23e05d6 .g-855acc9b { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-b23e05d6 .g-d6a0c236 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b23e05d6 .g-5fbb1624 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-b23e05d6 .g-705e65c8 { display: flex; align-items: center; gap: 8px; }
.g-b23e05d6 .g-705e65c8:hover { text-decoration: underline; }
.g-b23e05d6 .g-705e65c8 svg { margin-left: 8px; fill: currentColor; }
.g-b23e05d6 .g-1c6492d6 { white-space: nowrap; opacity: 0.8; }
.g-a3467bc7 { min-height: 600px; }
.g-a3467bc7 .g-d93d357e { padding: 48px 40px; }
.g-a3467bc7 .g-412318cf { transform: none; }
@media screen and (max-width: 870px) { .g-a3467bc7 { min-height: 368px; }
.g-a3467bc7 .g-d93d357e { padding: 24px; }
.g-a3467bc7 .g-412318cf { transform: translateY(46px); }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-b1f3a8e3 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-b1f3a8e3 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-b1f3a8e3 blockquote::before { content: ''; position: absolute; top: 8px; left: 8px; display: inline-flex; width: 22px; height: 19px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); box-shadow: 0 0 0 9999px var(--color-surface); }
.g-b1f3a8e3 blockquote::after { content: ''; position: absolute; bottom: 8px; right: 8px; display: inline-flex; width: 22px; height: 19px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); }
.g-b1f3a8e3 .g-e5ff721b { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-b1f3a8e3 .g-e257d258 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b1f3a8e3 .g-6ed8ff4d { margin-top: var(--size-s); }
.g-b1f3a8e3 .g-8b124f9a { margin-top: var(--size-s); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-b1f3a8e3 .g-38648e6f { display: block; text-decoration: none; }
.g-b1f3a8e3 .g-38648e6f:hover { text-decoration: underline; }
.g-b1f3a8e3 .g-614f506c { position: relative; color: var(--color-text); font-weight: bold; }
.g-b1f3a8e3 .g-614f506c::before { content: ''; position: absolute; top: 0; left: calc((var(--size-s) + 8px) * -1); background-color: var(--color-primary); display: block; width: 16px; height: 16px; border-radius: 50%; }
@media screen and (max-width: 1024px) { .g-b1f3a8e3 { grid-template-columns: 1fr; }
.g-b1f3a8e3 .g-26dcd3b6 { order: 1; }
.g-b1f3a8e3 .g-995e9852 { order: 2; }
.g-b1f3a8e3 .g-6ed8ff4d { margin-top: var(--size-xs); }
.g-b1f3a8e3 .g-8b124f9a { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-b1f3a8e3 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-ffb7fc05 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-45f3028c { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-e4f181f6 { text-decoration: none; }
.g-e4f181f6:hover { text-decoration: underline; }
.g-09741264 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-bada3067 { margin-top: var(--size-s); }
.g-54647d1f { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-ffb7fc05 { gap: var(--size-xs); }
.g-09741264 { margin-top: var(--size-s); }
.g-54647d1f { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-a58a6ee0 { text-align: center; }
.g-273e53ac { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-f8760fde { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-cb643b1c { 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-cb643b1c:hover { background-color: var(--color-primary); }
.g-829b45ad { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-273e53ac { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-4842e8b8 { margin-top: var(--size-m); max-width: 600px; }
.g-64751ff0 { margin-top: var(--size-m); max-width: 600px; }
.g-c7d12d37 { margin-top: var(--size-xl); }

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

/* Block: toTop (toTop) */
.g-a5773248 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-a5773248 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-a5773248 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-edae6230 { padding: var(--section-padding) 0; }
.g-22ec2e1b { display: flex; }
.g-4d46bac0 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-6eecafe2 { width: 100%; height: 100%; }
.g-38ef6292 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-2d562dac { margin-top: var(--size-s); }
.g-7d799816 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-22ec2e1b { flex-direction: column-reverse; }
.g-4d46bac0 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-6eecafe2 { height: 350px; }
.g-38ef6292 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-6eecafe2 { height: auto; }
.g-38ef6292 { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-236a60f0 { display: flex; position: relative; gap: var(--size-s); }
.g-236a60f0 * { flex: 1; }
.g-bc958d69 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-37211eee { flex-shrink: 0; }
.g-2610a234 { grid-column: span 2; }
.g-619c80a3 { user-select: none; }
.g-619c80a3[open] .g-e2a24de7 { transform: rotate(45deg); }
.g-307f0385 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-307f0385::-webkit-details-marker { display: none; }
.g-e2a24de7 { 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-e2a24de7 svg { fill: var(--color-primary); }
.g-31b8d6dc { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-307f0385 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-e2a24de7 { width: 24px; height: 24px; }
.g-e2a24de7 svg { width: 16px; height: 16px; }
.g-31b8d6dc { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-236a60f0 { flex-direction: column; }
.g-bc958d69 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-2610a234 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-236a60f0 { text-align: center; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-d18cc100 { margin-top: var(--size-m); }
.g-5271df00 { margin-top: var(--size-m); }
.g-b7353bcf { margin-top: var(--size-xl); }
.g-91191b6c { align-items: stretch; }
.g-c59378db { height: auto; }
.g-dc40e81a { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-dc40e81a .g-bbe442b8 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-dc40e81a .g-50832d32 { background: var(--color-primary); transform: scale(1.2); }
.g-1b8c1134 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-27d81171 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-b1d4c845 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-bf20253c { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-cc47f994 { display: none; }
.g-322d8149 { width: 100%; }
.g-bc0cf0ed { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-5307364b { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-b56ac16e { 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-c0cf84ea { fill: var(--color-text); }
.g-7596c088 { stroke: var(--color-text); }
.g-d31bd550 { stroke: var(--color-text); }
.g-614a40d0 { display: flex; flex-direction: column; }
.g-cffa0fd7 { width: 100%; height: 300px; }
.g-e6e83d5e { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-27d81171 { flex-direction: column-reverse; }
.g-b1d4c845 { flex-direction: column-reverse; justify-content: flex-start; }
.g-bf20253c { flex: 1; }
.g-28430a88 { display: none; }
.g-cc47f994 { display: block; text-align: center; }
.g-bc0cf0ed { justify-content: space-evenly; }
.g-cffa0fd7 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-b1d4c845 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-b56ac16e { margin-right: 0; }
.g-614a40d0 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-b1d4c845 { text-align: center; }
.g-bf20253c { padding: var(--size-s); }
.g-bc0cf0ed { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-5307364b { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-49de6159 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-fccd8138 { padding: 0 var(--wrapper-padding); }
.g-ba526d17 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-ba526d17::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-e9b3a1fb { width: 50%; }
.g-2b0f1ae7 { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-1ca3aa94 { flex: 1; }
.g-94506140 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-1c4dfbe0 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-e31b0962 { padding: var(--section-padding); 0 }
.g-49de6159 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-fccd8138 { display: flex; flex-direction: column-reverse; }
.g-ba526d17 { position: relative; margin-top: var(--size-m); }
.g-ba526d17::after { display: none; }
.g-e9b3a1fb { width: 100%; color: var(--color-text-dark); }
.g-1ca3aa94 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-94506140 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-e9b3a1fb { text-align: center; }
.g-2b0f1ae7 { flex-direction: column; }
.g-1ca3aa94 { flex: auto; text-align: center; }
.g-94506140 { align-items: center; }
 }

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

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