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

/* Block: category-header (category-header) */
.g-9896b05e { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-9896b05e .g-11a31fec { 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-9896b05e .g-175d8813 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-9896b05e { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-11a31fec { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-1366d4f9 { text-align: center; }
.g-175d8813 { 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-efe68c6b { 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-22c8c5ea { display: block; }
.g-76c88f41 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-efe68c6b { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-76c88f41 { gap: var(--size-xxs); }
.g-afa23815 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-55df3f69 { margin-top: var(--size-m); }
.g-282cd27a { margin-top: var(--size-m); }
.g-64767a7f { margin-top: var(--size-xl); }
.g-7ec97985 { align-items: stretch; }
.g-3896ea95 { height: auto; }
.g-e9dfecf9 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-e9dfecf9 .g-c55eddb5 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-e9dfecf9 .g-efdab8d8 { background: var(--color-primary); transform: scale(1.2); }
.g-31d2cb85 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-194e85b7 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-6d6bb68b { 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-6d6bb68b.g-3dec4c29 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-1941fb1d { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-df3471e3 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-f6c1c6e6 { max-width: 563px; }
.g-f0bb307e { max-width: 465px; }
.g-47aee250 { margin-top: var(--size-xs); }
.g-5f3c9799 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-9d9994be { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-666f752c { 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-666f752c:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-8581f031 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-443399f0 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-f4200def { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-67a21cec { display: flex; justify-content: space-between; align-items: center; }
.g-0ea9b8b6 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-ce5a9e94 { 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-f6c1c6e6 { max-width: 550px; }
.g-f0bb307e { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-67a21cec { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-0ea9b8b6 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-ce5a9e94 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-cf7ab13a { order: 3; }
 }@media screen and (max-width: 576px) { .g-df3471e3 { gap: var(--size-m); }
.g-5f3c9799 { flex-direction: column; gap: var(--size-xxs); }
.g-9d9994be { width: 100%; }
.g-666f752c { width: 100%; }
.g-0ea9b8b6 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-89ffdb25 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-62c2b587 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-64e89c45 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-0cc90a53 { font-size: 34px; margin-right: var(--size-xxs); }
.g-c234bdc6 { font-size: 24px; font-weight: 600; }
.g-dfaa6299 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-9157e08a { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-9157e08a:hover { opacity: 0.7; }
.g-9157e08a svg { fill: var(--color-text); }
.g-92a753cf { display: none; }
.g-245f5783 { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-9981e4c6 { clip-path: inherit; }
.g-9981e4c6 .g-35b3a6c5 { background-color: rgba(0, 0, 0, 0.2); }
.g-9981e4c6 .g-4d6d5cb3 { opacity: 1; transform: translateX(0); }
.g-3741ee84 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-dc798f18 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-dc798f18:hover { opacity: 0.7; }
.g-dc798f18 svg { fill: var(--color-text); }
.g-35b3a6c5 { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-4d6d5cb3 { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-9157e08a { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-0cc90a53 { font-size: 28px; }
.g-c234bdc6 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-62c2b587 { justify-content: flex-start; }
.g-dfaa6299 { gap: var(--size-m); }
.g-a027e662 { display: none; }
.g-92a753cf { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-81732fa2 { padding: var(--size-xl) 0; }
.g-bd7c01a5 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-265eb199 { margin-top: var(--size-s); }
.g-14d17d2d { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-265eb199 { margin-top: var(--size-xs); }
.g-14d17d2d { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-d2008fce { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-08cb9a53 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-8f752eb4 { text-align: center; margin-top: var(--size-xl); }
.g-a90986ff { text-align: center; margin-top: var(--size-s); }
.g-22addf23 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-8f752eb4 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-22addf23 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-62a3864a { padding: var(--size-m) 0 50px; }
.g-63f3b078 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-346b1ced { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-63f3b078 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-860ba514 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-860ba514 .g-778aade7 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-860ba514 .g-778aade7:hover .g-d027e1b0 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-860ba514 .g-f965bc70 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-860ba514 .g-f965bc70::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-860ba514 .g-f965bc70 img { width: 100%; height: 100%; object-fit: cover; }
.g-860ba514 .g-d027e1b0 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-860ba514 .g-0d34c33a { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-860ba514 .g-820abfa9 { 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-860ba514 .g-8d8ce627 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-860ba514 .g-47a13277 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-860ba514 .g-f4cd5350 { display: flex; align-items: center; gap: 8px; }
.g-860ba514 .g-f4cd5350:hover { text-decoration: underline; }
.g-860ba514 .g-f4cd5350 svg { margin-left: 8px; fill: currentColor; }
.g-860ba514 .g-789e2c41 { white-space: nowrap; opacity: 0.8; }
.g-3f62c0c6 { min-height: 600px; }
.g-3f62c0c6 .g-778aade7 { padding: 48px 40px; }
.g-3f62c0c6 .g-d027e1b0 { transform: none; }
@media screen and (max-width: 870px) { .g-3f62c0c6 { min-height: 368px; }
.g-3f62c0c6 .g-778aade7 { padding: 24px; }
.g-3f62c0c6 .g-d027e1b0 { 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-4e62f44d { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-4e62f44d blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-4e62f44d .g-a5b39353 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-4e62f44d .g-9fd1f11a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4e62f44d .g-86054d3c { margin-top: var(--size-m); }
.g-4e62f44d .g-0386c167 { 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-4e62f44d .g-83f1f90d { display: block; text-decoration: none; }
.g-4e62f44d .g-83f1f90d:hover { text-decoration: underline; }
.g-4e62f44d .g-adcee178 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-4e62f44d { grid-template-columns: 1fr; }
.g-4e62f44d .g-5d0d5575 { order: 1; }
.g-4e62f44d .g-7414829a { order: 2; }
.g-4e62f44d .g-86054d3c { margin-top: var(--size-s); }
.g-4e62f44d .g-0386c167 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-339ccdbd { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-ed9b289b { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-5123e2b7 { display: flex; align-items: center; justify-content: center; }
.g-152a54f2 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-e0986116 { 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-e0986116:hover { filter: brightness(0.96); }
.g-03e1e6d1 { margin-top: var(--size-m); }
.g-4831ffa7 { margin-top: var(--size-s); margin-bottom: auto; }
.g-8b566dbe { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-339ccdbd { grid-template-columns: 1fr; }
.g-ed9b289b { max-width: 70%; }
.g-5123e2b7 { max-width: 70%; display: block; }
.g-e0986116 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-339ccdbd { gap: var(--size-m); }
.g-ed9b289b { max-width: 100%; }
.g-5123e2b7 { max-width: 100%; }
.g-4831ffa7 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-004b46c7 { text-align: center; }
.g-5acf8d57 { position: relative; }
.g-2646e88f { 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-2646e88f:hover { color: var(--color-primary); }
.g-9ddf9688 { left: -42px; }
.g-abf2a3e4 { right: -42px; }
@media screen and (max-width: 1024px) { .g-5c101cb8 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-2646e88f { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-7ba9b1b4 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-7ba9b1b4 .g-4388c4d8 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-7ba9b1b4 .g-543c454c { margin-top: var(--size-m); }
.g-1c46d36d { margin-top: var(--size-xl); }
.g-5e3661c3 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-7ba9b1b4 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-c4ac2aec { position: relative; display: inline-block; width: 100%; }
.g-c4ac2aec .g-31c3911f { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-c4ac2aec .g-7b6c39bc { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-c4ac2aec .g-7b6c39bc:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-e13ec645 { padding: var(--size-xl) 0; }
.g-642aec56 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-d749e40b { margin-top: var(--size-s); }
.g-3735fb9a { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-d749e40b { margin-top: var(--size-xs); }
.g-3735fb9a { margin-top: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-86c4ff5e { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-ec0f6a4f { text-align: center; }
.g-86c4ff5e { column-count: 1; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-04820ffd { margin-top: var(--size-m); }
.g-6fb5f675 { margin-top: var(--size-m); }
.g-222f5207 { margin-top: var(--size-xl); }
.g-b071fbea { align-items: stretch; }
.g-f15d8446 { height: auto; }
.g-fb3b18d7 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-fb3b18d7 .g-41e00266 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-fb3b18d7 .g-cd9efe59 { background: var(--color-primary); transform: scale(1.2); }
.g-f05aa58f { 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-ab1da3be { 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-ab1da3be { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-b6492058 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-7a7154d6 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-d5c4d4eb { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-deed8fee { display: none; }
.g-5bd70f2c { width: 100%; }
.g-d5e24be2 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-fcd51be3 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-c88b0a3e { 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-c87928f8 { fill: var(--color-text); }
.g-8d190ad2 { stroke: var(--color-text); }
.g-cba65ad3 { stroke: var(--color-text); }
.g-267e94a2 { display: flex; flex-direction: column; }
.g-34d95cd5 { width: 100%; height: 300px; }
.g-56f999cb { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-b6492058 { flex-direction: column-reverse; }
.g-7a7154d6 { flex-direction: column-reverse; justify-content: flex-start; }
.g-d5c4d4eb { flex: 1; }
.g-bdce42bb { display: none; }
.g-deed8fee { display: block; text-align: center; }
.g-d5e24be2 { justify-content: space-evenly; }
.g-34d95cd5 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-7a7154d6 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-c88b0a3e { margin-right: 0; }
.g-267e94a2 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-7a7154d6 { text-align: center; }
.g-d5c4d4eb { padding: var(--size-s); }
.g-d5e24be2 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-fcd51be3 { flex: inherit; align-items: center; }
 }

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

/* Block: about-page::highlights--0 (highlights) */
.g-c961f291 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-5d9ba398 { flex: 0 1 560px; }
.g-a1865774 { flex: 1 1 630px; }
.g-bb24e737 { flex: 1; }
.g-8fc347be { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-3ddfd60c { flex: 1; }
.g-932d8220 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-4117e459 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 768px) { .g-c961f291 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-5d9ba398 { flex: auto; }
.g-a1865774 { flex: auto; width: 100%; }
.g-8fc347be { margin-top: var(--size-s); }
.g-3ddfd60c { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-932d8220 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-5d9ba398 { text-align: center; }
.g-8fc347be { flex-direction: column; }
.g-3ddfd60c { flex: auto; text-align: center; }
.g-932d8220 { align-items: center; }
 }

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

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

/* Block: approach::process--0 (process) */
.g-62e05a7d { width: 60%; }
.g-c182b8d6 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-f8f70bdb { flex: 1; }
.g-18499cbb { position: relative; }
.g-18499cbb::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-b7de8b0e::before { display: none; }
@media screen and (max-width: 870px) { .g-6516abdb { flex-direction: column; }
.g-62e05a7d { width: 100%; }
.g-c182b8d6 { display: grid; grid-template-columns: 1fr 1fr; }
.g-c182b8d6::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-c182b8d6::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-18499cbb::before { display: none; }
 }@media screen and (max-width: 576px) { .g-62e05a7d { text-align: center; }
.g-c182b8d6 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-c182b8d6::before { display: none; }
.g-c182b8d6::after { display: none; }
.g-18499cbb::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-b7de8b0e::before { display: none; }
 }

/* Block: approach::text--1 (text) */
.g-e2b4185a { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-937ef749 { text-align: center; }
.g-e2b4185a { column-count: 1; }
 }

/* Block: approach::about--0 (about) */
.g-bfb58aa6 { display: flex; align-items: center; gap: var(--size-m); }
.g-20da91b7 { flex: 1; }
.g-782814d3 { position: relative; padding: var(--size-m); }
.g-782814d3::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-8dba5669 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-bfb58aa6 { flex-direction: column; align-items: stretch; }
.g-20da91b7 { flex: auto; }
.g-782814d3 { padding: var(--size-m) var(--size-s); }
.g-782814d3::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-782814d3 { text-align: center; }
 }