/* Block: categories-list (categories-list) */
.g-60f404ee { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-60f404ee .g-5345f5dd { 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-60f404ee .g-5345f5dd:hover { filter: brightness(0.96); }
.g-60f404ee .g-7784ac5f { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-60f404ee .g-871866ea { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-60f404ee { gap: var(--size-s); }
.g-5345f5dd { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-60f404ee { gap: var(--size-xs); }
.g-5345f5dd { min-height: 40px; padding: 8px 16px; }
.g-7784ac5f { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-787117dd { padding: var(--size-m) 0 var(--section-padding); }
.g-787117dd .g-f7c09c01 { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-787117dd .g-ed3d01e8 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-f7c09c01 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-ed3d01e8 { 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-ebe02ba0 { 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-f9f2b939 { display: block; }
.g-02ad8b9a { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-ebe02ba0 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-02ad8b9a { gap: var(--size-xxs); }
.g-f25a8a7f { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-404ca71d { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-3e0a4756 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-5ceecc1f { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-9a06d9e1 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-404ca71d { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-404ca71d { grid-template-columns: 1fr; gap: var(--size-l); }
.g-3e0a4756 { padding: 8px; }
 }

/* Block: footer (footer) */
.g-30666979 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-cd1acb6e { 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-cd1acb6e.g-e7996fe9 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-0d83f642 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-d7320dc8 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-f2236a71 { max-width: 563px; }
.g-ab044a54 { max-width: 465px; }
.g-63ca35cc { margin-top: var(--size-xs); }
.g-73b22f03 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a8794117 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-d114c643 { 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-d114c643:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-274f0766 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-c987bf8c { transform: scale(1.2); margin-right: var(--size-xs); }
.g-ac0b6964 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-2cafa3c8 { display: flex; justify-content: space-between; align-items: center; }
.g-15d86f63 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-023f14c5 { 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-f2236a71 { max-width: 550px; }
.g-ab044a54 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-2cafa3c8 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-15d86f63 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-023f14c5 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-a39b6cb5 { order: 3; }
 }@media screen and (max-width: 576px) { .g-d7320dc8 { gap: var(--size-m); }
.g-73b22f03 { flex-direction: column; gap: var(--size-xxs); }
.g-a8794117 { width: 100%; }
.g-d114c643 { width: 100%; }
.g-15d86f63 { flex-direction: column; 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 {
    position: relative;
    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 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 {
    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 {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a .g-6c5cfe38,
#header-nav-desktop .current_page_item a .g-6c5cfe38,
#header-nav-dropdown .current-menu-item a .g-6c5cfe38,
#header-nav-dropdown .current_page_item a .g-6c5cfe38 {
    background-color: var(--color-text);
}

.g-090239bf { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-d78bcdc2 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-92d61e81 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-0b555e1f { display: none; }
.g-ddcf9e05 { font-size: 34px; margin-right: var(--size-xxs); }
.g-482e346b { font-size: 24px; font-weight: 600; }
.g-e02f00b4 { -ms-overflow-style: none; scrollbar-width: none; }
.g-c89a463e { display: none; }
.g-dbabafba { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-6c5cfe38 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-c8573690 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-c8573690:hover { transform: scale(1.05); }
.g-d960f607 { display: none; }
.g-7875f2b9 { display: none; }
.g-f02e5b00 { display: inline; }
.g-c0c98723 { display: none; }
.g-bb01fcad { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-bb01fcad.g-a0ebf919 { display: flex; width: 100%; }
.g-85c12687 { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-85c12687 .g-6c5cfe38 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-ddcf9e05 { font-size: 28px; }
.g-482e346b { font-size: 20px; }
.g-dbabafba { gap: var(--size-xxs); }
.g-8825aa95 { display: none; }
.g-7875f2b9 { display: block; }
.g-bb01fcad.g-a0ebf919 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-4e33ed4d { padding: var(--section-padding) 0; }
.g-9b11682c { display: flex; }
.g-99d930f9 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-3afe7304 { width: 100%; height: 100%; }
.g-44562c26 { 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-644370a0 { margin-top: var(--size-s); }
.g-7c720bce { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-9b11682c { flex-direction: column-reverse; }
.g-99d930f9 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-3afe7304 { height: 350px; }
.g-44562c26 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-3afe7304 { height: auto; }
.g-44562c26 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-2282a182 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-c4d1c480 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-4346c0d6 { text-align: center; margin-top: var(--size-xl); }
.g-9c0dfa4f { text-align: center; margin-top: var(--size-s); }
.g-e60333f0 { text-align: center; }
@media screen and (max-width: 768px) { .g-4346c0d6 { margin-top: var(--size-m); }
 }

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

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

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

.g-061a2bd3 .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;
    border: 1px solid var(--color-secondary);
}

.g-061a2bd3 .page-numbers:hover {
    text-decoration: underline;
}

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

.g-061a2bd3 .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

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

.g-061a2bd3 .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-061a2bd3 .prev,
.g-061a2bd3 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-3617dc2a { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-3617dc2a .g-cfe3fc1d { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-3617dc2a .g-c6356796 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-3617dc2a .g-c6356796 img { width: 100%; height: 100%; object-fit: cover; }
.g-3617dc2a .g-97007e62 { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-3617dc2a .g-9a4d33ab { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-3617dc2a .g-37d2f136 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-3617dc2a .g-d4f24aab { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-3617dc2a .g-7efffffe { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-3617dc2a .g-7efffffe:hover { text-decoration: underline; }
.g-3617dc2a .g-c14fd660 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-3617dc2a .g-aa003104 { margin-top: var(--size-s); }
.g-3617dc2a .g-1fff7eab { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-519f7356 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-519f7356 .g-cfe3fc1d { position: relative; height: 100%; text-decoration: none; }
.g-519f7356 .g-59d6219e { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-519f7356 .g-a52e70a2 { flex-shrink: 0; width: 120px; }
.g-519f7356 .g-c6356796 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-519f7356 .g-c6356796 img { width: 100%; height: 100%; object-fit: cover; }
.g-519f7356 .g-9a4d33ab { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-519f7356 .g-37d2f136 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-519f7356 .g-d4f24aab { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-519f7356 .g-c14fd660 { white-space: nowrap; opacity: 0.8; }
.g-519f7356 .g-1fff7eab { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-97007e62 { padding: 0 8px 8px; }
.g-9a4d33ab { gap: 0 4px; }
.g-519f7356 { padding: 16px 0; }
.g-519f7356 .g-59d6219e { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-519f7356 .g-a52e70a2 { flex-shrink: initial; width: auto; }
.g-519f7356 .g-c6356796 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-519f7356 .g-97007e62 { margin-top: 8px; }
 }

/* 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-4d776e88 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-4d776e88 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-4d776e88 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-4d776e88 .g-fc340100 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-4d776e88 .g-859f9433 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4d776e88 .g-8c02b0ce { margin-top: var(--size-m); }
.g-4d776e88 .g-c4c0f79c { 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-4d776e88 .g-194e6441 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-4d776e88 .g-194e6441::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-4d776e88 .g-194e6441:hover { color: var(--color-text); }
.g-4d776e88 .g-151dde8d { font-weight: bold; }
.g-4d776e88 .g-151dde8d::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-4d776e88 { grid-template-columns: 1fr; }
.g-4d776e88 .g-b83d31b3 { display: none; }
.g-4d776e88 .g-8c02b0ce { margin-top: var(--size-s); }
.g-4d776e88 .g-c4c0f79c { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-4d776e88 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-4d776e88 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-b8b3f5d5 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-44c7737d { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-cc464401 { text-decoration: none; }
.g-cc464401:hover { text-decoration: underline; }
.g-af723f3b { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-efcd356c { margin-top: var(--size-s); }
.g-bebc458b { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-b8b3f5d5 { gap: var(--size-xs); }
.g-af723f3b { margin-top: var(--size-s); }
.g-bebc458b { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-f86e9679 { text-align: center; }
.g-9f34db1e { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-3f93577e { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-a6993f0c { width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-a6993f0c:hover { background-color: var(--color-primary); }
.g-4c62d1ea { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-9f34db1e { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-64d68821 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-64d68821 .g-5c61d2c3 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-64d68821 .g-14095425 { margin-top: var(--size-m); }
.g-d47536c2 { margin-top: var(--size-xl); }
.g-a2ae54f4 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-64d68821 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-5a7ab79d { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-5a7ab79d .g-5be9d43d { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-5a7ab79d .g-3ea81ee8 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-5a7ab79d .g-3ea81ee8:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-cd74497b { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-c55403a1 { fill: var(--color-text-light); }
.g-0f09000a { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-cd74497b { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-bfcacd1b { padding: var(--section-padding) 0; }
.g-5e50c799 { display: flex; }
.g-afb4e002 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-2fb63495 { width: 100%; height: 100%; }
.g-5a3d3ac7 { 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-a02f370d { margin-top: var(--size-s); }
.g-2574a250 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-5e50c799 { flex-direction: column-reverse; }
.g-afb4e002 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-2fb63495 { height: 350px; }
.g-5a3d3ac7 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-2fb63495 { height: auto; }
.g-5a3d3ac7 { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-7c359df0 { padding: 0; }
@media screen and (max-width: 1280px) { .g-41024f05 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-7c359df0 { padding: 0 var(--wrapper-padding); }
.g-22b9bac1 { column-count: 1; }
.g-41024f05 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-22b9bac1 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-9945c444 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-9945c444 .g-d2cf4d69 { 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-9945c444 .g-d2cf4d69:hover { filter: brightness(0.96); }
.g-9945c444 .g-bfba73f0 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-9945c444 .g-4cc9fdd5 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-9945c444 { gap: var(--size-s); }
.g-d2cf4d69 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-9945c444 { gap: var(--size-xs); }
.g-d2cf4d69 { min-height: 40px; padding: 8px 16px; }
.g-bfba73f0 { gap: 8px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-107154b3 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-584cbd16 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-ee6b358b { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-7fc0513d { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-107154b3 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-107154b3 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-584cbd16 { padding: 8px; }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-201cce39 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-8d91c611 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-39b9345b { display: flex; justify-content: flex-start; }
.g-ccf5388e { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-f8b89efa { display: flex; justify-content: flex-start; align-items: center; }
.g-d51128c1 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-d2013142 { fill: var(--color-text); }
.g-0de00a8b { stroke: var(--color-text); }
.g-7ca22e63 { stroke: var(--color-text); }
.g-3b7c3b80 { display: flex; flex-direction: column; }
.g-91b6a69a { flex: 0 0 50%; height: 383px; }
.g-eb69c2ca { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-201cce39 { flex-direction: column; }
.g-8d91c611 { width: 100%; flex: 0 0 auto; }
.g-39b9345b { flex-direction: column; }
.g-ccf5388e { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-a01ef3a5 { width: 100%; display: flex; justify-content: space-between; }
.g-f8b89efa { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-d51128c1 { margin-right: 0; }
.g-3b7c3b80 { margin-top: var(--size-xs); }
.g-91b6a69a { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-8d91c611 { padding: var(--size-xs); }
.g-a01ef3a5 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-f8b89efa { align-items: center; }
.g-3b7c3b80 { text-align: center; }
.g-91b6a69a { height: 370px; }
 }

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

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

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

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

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

/* Block: expertise::about--1 (about) */
.g-70034632 { display: flex; align-items: center; gap: var(--size-m); }
.g-86aca401 { flex: 1; }
.g-676ea3c9 { flex: 1; }
@media screen and (max-width: 768px) { .g-70034632 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-676ea3c9 { text-align: center; }
 }

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