/* Block: categories-list (categories-list) */
.g-20ee267d { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-20ee267d .g-ec48c5e1 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-20ee267d .g-ec48c5e1:hover { filter: brightness(0.96); }
.g-20ee267d .g-0b7b0c17 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-20ee267d .g-b92b6270 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-20ee267d { gap: var(--size-s); }
.g-ec48c5e1 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-20ee267d { gap: var(--size-xs); }
.g-ec48c5e1 { min-height: 40px; padding: 8px 16px; }
.g-0b7b0c17 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-65ee0210 { 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-65ee0210 .g-e4e2e967 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-65ee0210 .g-f7586b50 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-e4e2e967 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-f7586b50 { 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-a6a5a260 { 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-23be3afb { display: block; }
.g-aaba1305 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-a6a5a260 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-aaba1305 { gap: var(--size-xxs); }
.g-8efd624c { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-60263cfc { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-9121982d { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-82f94561 { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-f087ebca { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-60263cfc { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-60263cfc { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-9121982d { gap: var(--size-xs); }
 }

/* Block: footer (footer) */
.g-c9357276 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-03691bd9 { 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-03691bd9.g-4ea7b823 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-b92e0f6f { margin-top: var(--section-padding); }
.g-1ef70cb8 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-b13575ca { 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-426c93fc { max-width: 524px; }
.g-40ca8657 { max-width: 450px; }
.g-a6421909 { margin-top: var(--size-xs); }
.g-48319134 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-9ab90a32 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-1de8decd { 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-1de8decd:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-4b44272c { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-92bdf9c7 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-f0db1fbb { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-f4e2b5b8 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-bd35e5f8 { 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-426c93fc { max-width: initial; }
.g-40ca8657 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-f4e2b5b8 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-bd35e5f8 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-39732009 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-b13575ca { gap: var(--size-m); }
.g-48319134 { flex-direction: column; gap: var(--size-xxs); }
.g-9ab90a32 { width: 100%; }
.g-1de8decd { width: 100%; }
.g-f4e2b5b8 { flex-direction: column; align-items: center; }
 }

/* 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;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 0.1s text-shadow 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-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}
#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-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-fe3a96b9 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-4ce6b5d6 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-cf022264 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-0cc93c20 { font-size: 34px; margin-right: var(--size-xxs); }
.g-f1eeb1f6 { font-size: 24px; font-weight: 600; }
.g-2182f6d4 { -ms-overflow-style: none; scrollbar-width: none; }
.g-c0dc118e { display: none; }
.g-a612d713 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-7b4ddf82 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-7b4ddf82:hover { transform: scale(1.05); }
.g-7b4ddf82 svg { fill: var(--color-text-light); }
.g-5d2f9bdb { display: none; }
.g-bbb97c4d { display: none; }
.g-8124553e { display: inline; }
.g-04a1df75 { display: none; }
.g-7da6d1de { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-7da6d1de.g-19c59199 { display: flex; width: 100%; }
.g-3767b867 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-0cc93c20 { font-size: 28px; }
.g-f1eeb1f6 { font-size: 20px; }
.g-a612d713 { gap: var(--size-xxs); }
.g-d5366be5 { display: none; }
.g-bbb97c4d { display: block; }
.g-7da6d1de.g-19c59199 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-9ed567de { padding: var(--size-xl) 0; }
.g-12a76745 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-34b38abc { margin-top: var(--size-s); }
.g-178e0054 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-34b38abc { margin-top: var(--size-xs); }
.g-178e0054 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-8ccb7dee { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-e2154fc2 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-f92091f6 { position: relative; padding: var(--size-xl) 0; }
.g-d8af46fc { text-align: center; }
.g-8653cdcc { text-align: center; margin-top: var(--size-s); }
.g-84d5fc5a { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-84d5fc5a { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-da1fecb1 { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-2f8a65f3 { margin-top: var(--size-xl); text-align: center; }
.g-219ce514 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-da1fecb1 { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-da1fecb1 { padding-bottom: 35px; }
.g-2f8a65f3 { margin-top: var(--size-xs); }
 }

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

.g-ececaaae .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-ececaaae .page-numbers:hover {
    text-decoration: underline;
}

.g-ececaaae .prev {
    left: calc(var(--size-xs) * -1);
    transform: translateX(-100%);
}

.g-ececaaae .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%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.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.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='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%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.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.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='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-ececaaae .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-ececaaae .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-ececaaae .prev,
.g-ececaaae .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-ececaaae .prev:hover,
.g-ececaaae .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

.g-ececaaae .current {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

@media screen and (max-width: 768px) {
    .g-ececaaae .prev {
        left: 0;
        transform: none;
    }

    .g-ececaaae .next {
        right: 0;
        transform: none;
    }

    .g-ececaaae .prev,
    .g-ececaaae .next {
        position: static;
        margin-top: 0;
    }
}

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

/* Block: post-card (post-card) */
.g-2dff20f3 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-2dff20f3 .g-4c4ab1e0 { position: relative; text-decoration: none; }
.g-2dff20f3 .g-c55d01c0 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-2dff20f3 .g-14d429b2 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-2dff20f3 .g-14d429b2 img { width: 100%; height: 100%; object-fit: cover; }
.g-2dff20f3 .g-89f042cb { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-2dff20f3 .g-018009e2 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-2dff20f3 .g-5a0e7f42 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-2dff20f3 .g-40cc37db { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-f6ab5332 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-f6ab5332 .g-4c4ab1e0 { position: relative; text-decoration: none; }
.g-f6ab5332 .g-c55d01c0 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-f6ab5332 .g-14d429b2 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-f6ab5332 .g-14d429b2 img { width: 100%; height: 100%; object-fit: cover; }
.g-f6ab5332 .g-89f042cb { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-f6ab5332 .g-018009e2 { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-f6ab5332 .g-5a0e7f42 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-f6ab5332 .g-40cc37db { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-c55d01c0 { gap: 0 4px; }
 }

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

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

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

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

.g-531432c7 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-531432c7 blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-531432c7 blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; 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 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' 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 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-531432c7 .g-06020ccb { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-531432c7 .g-5dd18407 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-531432c7 .g-6828803d { margin-top: var(--size-m); }
.g-531432c7 .g-c5f2242c { 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-531432c7 .g-d1986f64 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-531432c7 .g-d1986f64::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-531432c7 .g-d1986f64:hover { color: var(--color-text); }
.g-531432c7 .g-e9c276da { font-weight: bold; }
.g-531432c7 .g-e9c276da::before { color: var(--color-primary); background-color: currentColor; 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 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' 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 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-531432c7 { grid-template-columns: 1fr; }
.g-531432c7 .g-a8885638 { display: none; }
.g-531432c7 .g-6828803d { margin-top: var(--size-s); }
.g-531432c7 .g-c5f2242c { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-531432c7 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-531432c7 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-7ec5baed { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-aa9e3e00 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-be5c4d01 { text-decoration: none; }
.g-be5c4d01:hover { text-decoration: underline; }
.g-4012b1bb { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-6d176015 { margin-top: var(--size-s); }
.g-8ee31f9f { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-7ec5baed { gap: var(--size-xs); }
.g-4012b1bb { margin-top: var(--size-s); }
.g-8ee31f9f { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-dc2650cd { text-align: center; }
.g-7d57490d { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-ae724930 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-7aa7dbd7 { 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-7aa7dbd7:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-7d57490d { margin-top: var(--size-m); }
.g-ae724930 { border-radius: var(--size-m); }
.g-7aa7dbd7 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-12b06833 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-12b06833 .g-a183c01e { margin-top: var(--size-m); max-width: 600px; }
.g-111bd14f { margin-top: var(--size-xl); }
.g-ef84b541 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-12b06833 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-8f9ef6fe { position: relative; display: inline-block; width: 100%; }
.g-8f9ef6fe .g-63fdb661 { 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-8f9ef6fe .g-5da03819 { 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-8f9ef6fe .g-5d18c4fb { 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-8f9ef6fe .g-5d18c4fb:hover { opacity: .7; }
.g-8f9ef6fe .g-83308f2b { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-8f9ef6fe .g-83308f2b:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-352e58c8 { padding: var(--size-xl) 0; }
.g-6e0ce2e4 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-d6634f8a { margin-top: var(--size-s); }
.g-4b73e930 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-d6634f8a { margin-top: var(--size-xs); }
.g-4b73e930 { margin-top: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-7ceb2d4e { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-7ceb2d4e .g-cd45f036 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-7ceb2d4e .g-cd45f036:hover { filter: brightness(0.96); }
.g-7ceb2d4e .g-0d807c7f { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-7ceb2d4e .g-77b7eec4 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-7ceb2d4e { gap: var(--size-s); }
.g-cd45f036 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-7ceb2d4e { gap: var(--size-xs); }
.g-cd45f036 { min-height: 40px; padding: 8px 16px; }
.g-0d807c7f { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-b13fbe62 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-27c72ee4 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-40df47bd { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-e8e5623a { display: none; }
.g-3daa4ee4 { width: 100%; }
.g-15838c6f { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-7543ff13 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-52723aef { 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-da25f7b2 { fill: var(--color-text); }
.g-4fcd0fd2 { stroke: var(--color-text); }
.g-585f46da { stroke: var(--color-text); }
.g-f6428b73 { display: flex; flex-direction: column; }
.g-6fc0c890 { width: 100%; height: 300px; }
.g-6dafd607 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-b13fbe62 { flex-direction: column-reverse; }
.g-27c72ee4 { flex-direction: column-reverse; justify-content: flex-start; }
.g-40df47bd { flex: 1; }
.g-53cd39d1 { display: none; }
.g-e8e5623a { display: block; text-align: center; }
.g-15838c6f { justify-content: space-evenly; }
.g-6fc0c890 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-27c72ee4 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-52723aef { margin-right: 0; }
.g-f6428b73 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-27c72ee4 { text-align: center; }
.g-40df47bd { padding: var(--size-s); }
.g-15838c6f { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-7543ff13 { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-e8ff84f7 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-701dccb1 { flex: 1; }
.g-f56899ab { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-1213e259 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-3b4d19fa { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-e8ff84f7 { flex-direction: column; gap: var(--size-m); }
.g-701dccb1 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-f56899ab { gap: var(--size-s); }
.g-1213e259 { flex-direction: column; gap: var(--size-xxs); }
 }

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

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

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

/* Block: approach::process--0 (process) */
.g-31c5fc67 { width: 60%; }
.g-be22d7f0 { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-be22d7f0::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-83d27edd { flex: 1; }
.g-e3c668ec { position: relative; height: 100%; }
.g-e3c668ec::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-6be618b3 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-bfdcc238 { flex-direction: column; }
.g-31c5fc67 { width: 100%; }
.g-be22d7f0 { flex-direction: column; }
.g-be22d7f0::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-e3c668ec { display: flex; justify-content: flex-start; align-items: center; }
.g-e3c668ec::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-6be618b3 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-31c5fc67 { text-align: center; }
.g-be22d7f0::before { left: 57px; }
.g-e3c668ec::before { left: 50px; }
.g-6be618b3 { font-size: 32px; flex: 0 0 75px; }
 }

/* Block: approach::about--0 (about) */
.g-f843aaed { display: flex; align-items: center; gap: var(--size-m); }
.g-a0d4fa39 { flex: 1; }
.g-dab24aff { position: relative; padding: var(--size-m); }
.g-dab24aff::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-42ca626f { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-f843aaed { flex-direction: column; align-items: stretch; }
.g-a0d4fa39 { flex: auto; }
.g-dab24aff { padding: var(--size-m) var(--size-s); }
.g-dab24aff::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-dab24aff { text-align: center; }
 }

/* Block: approach::text--1 (text) */
.g-71b8c127 { text-align: center; }