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

/* Block: category-header (category-header) */
.g-674f4e21 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-674f4e21 .g-f6d68adb { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-674f4e21 .g-ba6865c6 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-674f4e21 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-f6d68adb { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-d3d9bdb1 { text-align: center; }
.g-ba6865c6 { 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-b92bf96c { 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-38a69f5f { display: block; }
.g-ebc8bfb0 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-b92bf96c { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-ebc8bfb0 { gap: var(--size-xxs); }
.g-f2c80a6f { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-22f030f2 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-3fef2286 { 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-3fef2286.g-3b2602c5 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-5a305605 { margin-top: var(--section-padding); }
.g-3be19d58 { position: relative; 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: -80px; }
.g-55253f20 { max-width: 510px; }
.g-d6f0ef18 { max-width: 430px; }
.g-ec97c378 { margin-top: var(--size-xs); }
.g-ba24efcd { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-3f03b3a7 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-687e2e2b { 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-687e2e2b:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-dad98f59 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-aabe816a { transform: scale(1.2); margin-right: var(--size-xs); }
.g-79117163 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-d0532a6d { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-ddb4b156 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-b3f7d744 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-b28e0330 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-3be19d58 { padding: var(--size-m); }
.g-55253f20 { max-width: initial; }
.g-d6f0ef18 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-b28e0330 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-819bfab5 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-3be19d58 { gap: var(--size-m); }
.g-ba24efcd { flex-direction: column; gap: var(--size-xxs); }
.g-3f03b3a7 { width: 100%; }
.g-687e2e2b { width: 100%; }
.g-d0532a6d { justify-content: flex-start; align-items: flex-start; }
.g-ddb4b156 { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-c1a36c37 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-7c07ecee { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-6c5aba56 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-8c3e2665 { font-size: 34px; margin-right: var(--size-xxs); }
.g-f8d09dc2 { font-size: 24px; font-weight: 600; }
.g-aaa706d6 { -ms-overflow-style: none; scrollbar-width: none; }
.g-4d34284e { display: none; }
.g-9ebbbc6b { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-02e12f56 { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-02e12f56:hover { opacity: 0.7; }
.g-02e12f56 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-7f35b554 { display: none; }
.g-b5c279f3 { display: none; }
.g-57fea21e { display: inline; }
.g-72a96d48 { display: none; }
.g-0501d864 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-0501d864.g-3a3b8889 { display: flex; width: 100%; }
.g-49bf177b { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-8c3e2665 { font-size: 28px; }
.g-f8d09dc2 { font-size: 20px; }
.g-9ebbbc6b { gap: var(--size-xxs); }
.g-7ee8d193 { display: none; }
.g-b5c279f3 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-ca6dea5e { padding: var(--section-padding) 0; }
.g-1e706a79 { display: flex; }
.g-be314cec { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-855af951 { width: 100%; height: 100%; }
.g-25301541 { 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-b3e0d967 { margin-top: var(--size-s); }
.g-c6551b13 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-1e706a79 { flex-direction: column-reverse; }
.g-be314cec { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-855af951 { height: 350px; }
.g-25301541 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-855af951 { height: auto; }
.g-25301541 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-c0f1a418 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-d3699398 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-1588d404 { text-align: center; margin-top: var(--size-xl); }
.g-eed6d0f8 { text-align: center; margin-top: var(--size-s); }
.g-68662c85 { text-align: center; }
@media screen and (max-width: 768px) { .g-1588d404 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-2e981d3c { position: relative; overflow: hidden; height: 100%; }
.g-2e981d3c .g-a970669f { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-2e981d3c .g-5fbeaea6 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-2e981d3c .g-5fbeaea6 img { width: 100%; height: 100%; object-fit: cover; }
.g-2e981d3c .g-145b8b79 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-2e981d3c .g-9ce5ecd2 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-2e981d3c .g-6eddd0ab { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-2e981d3c .g-20c8a883 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-2e981d3c .g-637e3276 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-2e981d3c .g-c78f6de8 { display: flex; align-items: center; gap: 8px; }
.g-2e981d3c .g-c78f6de8:hover { text-decoration: underline; }
.g-2e981d3c .g-67aee2b7 { white-space: nowrap; opacity: 0.8; }
.g-2e981d3c .g-dc9b4380 { margin-top: var(--size-s); }
.g-2e981d3c .g-29721ef9 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-affaaa65 { position: relative; overflow: hidden; height: 100%; }
.g-affaaa65 .g-a970669f { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-affaaa65 .g-5fbeaea6 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-affaaa65 .g-5fbeaea6 img { width: 100%; height: 100%; object-fit: cover; }
.g-affaaa65 .g-145b8b79 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-affaaa65 .g-9ce5ecd2 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-affaaa65 .g-6eddd0ab { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-affaaa65 .g-20c8a883 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-affaaa65 .g-637e3276 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-affaaa65 .g-dc9b4380 { margin-top: 16px; }
.g-affaaa65 .g-29721ef9 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-9ce5ecd2 { gap: 0 4px; }
.g-42a740a4 { flex-direction: column-reverse; }
.g-de4a46ca { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-2986da77 { 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-ae26f2a4 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-ae26f2a4 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-ae26f2a4 .g-7b0e9eb1 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-ae26f2a4 .g-0c21a9fd { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ae26f2a4 .g-ae4e6ae2 { margin-top: var(--size-m); }
.g-ae26f2a4 .g-7ff987ae { 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-ae26f2a4 .g-69e3b539 { display: block; text-decoration: none; }
.g-ae26f2a4 .g-69e3b539:hover { text-decoration: underline; }
.g-ae26f2a4 .g-23dcf8f5 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-ae26f2a4 { grid-template-columns: 1fr; }
.g-ae26f2a4 .g-e77b85d4 { display: none; }
.g-ae26f2a4 .g-ae4e6ae2 { margin-top: var(--size-s); }
.g-ae26f2a4 .g-7ff987ae { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-ae26f2a4 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-6dedacd0 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-9fc343aa { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-fae8a4b2 { display: flex; align-items: center; justify-content: center; }
.g-21a886b8 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-51f6bc94 { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-51f6bc94:hover { filter: brightness(0.96); }
.g-fea617a7 { margin-top: var(--size-m); }
.g-db9c3dd0 { margin-top: var(--size-s); margin-bottom: auto; }
.g-f8d141a8 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-6dedacd0 { grid-template-columns: 1fr; }
.g-9fc343aa { max-width: 70%; }
.g-fae8a4b2 { max-width: 70%; display: block; }
.g-51f6bc94 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-6dedacd0 { gap: var(--size-m); }
.g-9fc343aa { max-width: 100%; }
.g-fae8a4b2 { max-width: 100%; }
.g-db9c3dd0 { margin-top: var(--size-xs); }
 }

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

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

/* Block: search (search) */
.g-fd2c6e03 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-6b39abcf { margin-top: var(--size-xl); }
.g-481118d1 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-36111083 { position: relative; display: inline-block; width: 100%; }
.g-36111083 .g-d86ec912 { 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-36111083 .g-d86ec912:focus + .g-e38b2d68 { opacity: 1; }
.g-36111083 .g-820dadbe { 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-36111083 .g-820dadbe:hover { opacity: .7; }
.g-36111083 .g-38fe2a10 { fill: var(--color-primary); }
.g-36111083 .g-e38b2d68 { 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-36111083 .g-e38b2d68:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-567d4893 { padding: var(--section-padding) 0; }
.g-8507a156 { display: flex; }
.g-1fdb9db4 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-34c6879d { width: 100%; height: 100%; }
.g-585c074a { 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-518e8b6c { margin-top: var(--size-s); }
.g-0265a968 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-8507a156 { flex-direction: column-reverse; }
.g-1fdb9db4 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-34c6879d { height: 350px; }
.g-585c074a { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-34c6879d { height: auto; }
.g-585c074a { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-6d6a61ec { padding: 0; }
@media screen and (max-width: 1280px) { .g-2d687693 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-6d6a61ec { padding: 0 var(--wrapper-padding); }
.g-537d3c3e { column-count: 1; }
.g-2d687693 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-537d3c3e { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-027b14d9 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-1f6a1f30 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-10e40837 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-0f2486c5 { display: none; }
.g-e280d9b9 { width: 100%; }
.g-9c5cd9d5 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-1faeea8d { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-1bb0fb10 { 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-fdaf3080 { fill: var(--color-text); }
.g-a9e07b10 { stroke: var(--color-text); }
.g-df403c23 { stroke: var(--color-text); }
.g-79f6232a { display: flex; flex-direction: column; }
.g-ec4512ea { width: 100%; height: 300px; }
.g-58a280bd { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-027b14d9 { flex-direction: column-reverse; }
.g-1f6a1f30 { flex-direction: column-reverse; justify-content: flex-start; }
.g-10e40837 { flex: 1; }
.g-db7257cd { display: none; }
.g-0f2486c5 { display: block; text-align: center; }
.g-9c5cd9d5 { justify-content: space-evenly; }
.g-ec4512ea { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-1f6a1f30 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-1bb0fb10 { margin-right: 0; }
.g-79f6232a { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-1f6a1f30 { text-align: center; }
.g-10e40837 { padding: var(--size-s); }
.g-9c5cd9d5 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-1faeea8d { flex: inherit; align-items: center; }
 }

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

/* Block: about-page::about--0 (about) */
.g-fe93971a { padding: 0; }
@media screen and (max-width: 1280px) { .g-b09c5894 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-fe93971a { padding: 0 var(--wrapper-padding); }
.g-1c5b5f8a { column-count: 1; }
.g-b09c5894 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-1c5b5f8a { text-align: center; }
 }

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

/* Block: approach::about--0 (about) */
.g-e7a63457 { display: flex; align-items: center; gap: var(--size-m); }
.g-ec08bd82 { flex: 1; }
.g-d69cb442 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-e7a63457 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-9fbce253 { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-0e03b62b { width: 60%; }
.g-0eabb9a3 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-80bd1351 { flex: 1; }
.g-2f2d0439 { position: relative; }
.g-2f2d0439::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-12331f55::before { display: none; }
@media screen and (max-width: 870px) { .g-fe09af84 { flex-direction: column; }
.g-0e03b62b { width: 100%; }
.g-0eabb9a3 { display: grid; grid-template-columns: 1fr 1fr; }
.g-0eabb9a3::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-0eabb9a3::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-2f2d0439::before { display: none; }
 }@media screen and (max-width: 576px) { .g-0e03b62b { text-align: center; }
.g-0eabb9a3 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-0eabb9a3::before { display: none; }
.g-0eabb9a3::after { display: none; }
.g-2f2d0439::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-12331f55::before { display: none; }
 }

/* Block: approach::about--1 (about) */
.g-051e9b81 { display: flex; align-items: center; gap: var(--size-m); }
.g-61a354aa { flex: 1; }
.g-3ea72899 { flex: 1; }
@media screen and (max-width: 768px) { .g-051e9b81 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-3ea72899 { text-align: center; }
 }

/* Block: approach::faq--0 (faq) */
.g-9d886bdf { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-534e4d61 { flex: 0 0 45%; position: relative; }
.g-2881250a { flex: 1; position: relative; z-index: 1; }
.g-75cf45c4 { user-select: none; }
.g-75cf45c4[open] .g-d101d150 { transform: rotate(45deg); }
.g-22435402 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-22435402::-webkit-details-marker { display: none; }
.g-d101d150 { 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-d101d150 svg { fill: var(--color-primary); }
.g-f4c83a12 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-22435402 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-d101d150 { width: 24px; height: 24px; }
.g-d101d150 svg { width: 16px; height: 16px; }
.g-f4c83a12 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-9d886bdf { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-534e4d61 { flex: 0; }
.g-2881250a { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-534e4d61 { text-align: center; }
.g-2881250a { max-width: inherit; width: 100%; }
 }