/* Block: categories-list (categories-list) */
.g-a2a10348 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-a2a10348 .g-ba0a0009 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-a2a10348 .g-ba0a0009:hover { filter: brightness(0.96); }
.g-a2a10348 .g-ba0a0009:hover .g-17941d43 { opacity: 1; }
.g-a2a10348 .g-5a8a02b7 { position: relative; z-index: 1; }
.g-a2a10348 .g-17941d43 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-ba0a0009 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-17941d43 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-ba0a0009 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-17941d43 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-a005c5e5 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-a005c5e5 .g-9cf82cd4 { 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-a005c5e5 .g-15208356 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-a005c5e5 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-9cf82cd4 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-c05ea53c { text-align: center; }
.g-15208356 { 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-0b80e3a3 { 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-f9e0925e { display: block; }
.g-b19622a1 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-0b80e3a3 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-b19622a1 { gap: var(--size-xxs); }
.g-c8bde830 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-c17a00d3 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-809ea526 { 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-809ea526.g-d510a0d9 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-9c23a1f3 { margin-top: var(--section-padding); }
.g-410a1991 { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-23c0794f { max-width: 510px; }
.g-81a683cc { max-width: 430px; }
.g-aec6b7dd { margin-top: var(--size-xs); }
.g-9c1b0dcc { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-dec80d34 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-be44e033 { 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-be44e033:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-c01b58ee { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-e0710e1e { transform: scale(1.2); margin-right: var(--size-xs); }
.g-a9c651b2 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-acd1af99 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-eb4f9e1b { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-abfc85d1 { 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-410a1991 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-23c0794f { max-width: initial; }
.g-81a683cc { max-width: initial; }
.g-a9c651b2 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-acd1af99 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-eb4f9e1b { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-abfc85d1 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-3858b941 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-410a1991 { gap: var(--size-m); }
.g-9c1b0dcc { flex-direction: column; gap: var(--size-xxs); }
.g-dec80d34 { width: 100%; }
.g-be44e033 { width: 100%; }
.g-eb4f9e1b { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-81ce5577 { position: relative; z-index: 5; }
.g-b0fe6d2d { width: 100%; }
.g-016eeb11 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-e15e7426 { position: sticky; top: -1px; z-index: 5; }
.g-62e85ff0 { display: block; }
.g-b56640b5 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-b56640b5::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-c1d8c47a { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-4b83f01f { font-size: 34px; margin-right: var(--size-xxs); }
.g-1980ea25 { font-size: 24px; font-weight: 600; }
.g-f53623fe { display: block; }
.g-38377db9 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-08e1c34f { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-08e1c34f:hover { text-decoration: underline; }
.g-8d3a1a2b { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-40aaee27 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-81ce5577 { position: sticky; top: 0; }
.g-016eeb11 { justify-content: space-between; height: 65px; }
.g-4216ac06 { top: 65px; height: 0; }
.g-b56640b5::after { display: none; }
.g-c1d8c47a { margin: 0; }
.g-f53623fe { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-f53623fe.g-27bfecb5 { display: block; }
.g-38377db9 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-8d3a1a2b { display: flex; }
 }@media screen and (max-width: 576px) { .g-4b83f01f { font-size: 28px; }
.g-1980ea25 { font-size: 20px; }
.g-f53623fe { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-65db68aa { padding: var(--section-padding) 0; }
.g-657f74c0 { display: flex; }
.g-d6a9506d { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-34c189fd { width: 100%; height: 100%; }
.g-f59008b8 { 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-2d2f9cba { margin-top: var(--size-s); }
.g-ddd0fdf8 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-657f74c0 { flex-direction: column-reverse; }
.g-d6a9506d { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-34c189fd { height: 350px; }
.g-f59008b8 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-34c189fd { height: auto; }
.g-f59008b8 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-0bb8bc1e { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-25cc5015 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-ea74c297 { text-align: center; margin-top: var(--size-xl); }
.g-f30da652 { text-align: center; margin-top: var(--size-s); }
.g-dd195bb6 { text-align: center; }
@media screen and (max-width: 768px) { .g-ea74c297 { margin-top: var(--size-m); }
 }

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

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

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

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

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

.g-dbc5dd60 .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-dbc5dd60 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-dbc5dd60 .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-dbc5dd60 .prev,
.g-dbc5dd60 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-f02cda24 { position: relative; overflow: hidden; height: 100%; }
.g-f02cda24 .g-d9416b35 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-f02cda24 .g-69d68b91 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-f02cda24 .g-69d68b91 img { width: 100%; height: 100%; object-fit: cover; }
.g-f02cda24 .g-565f8cc2 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-f02cda24 .g-5b66780e { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-f02cda24 .g-c1527930 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-f02cda24 .g-565fcd20 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-f02cda24 .g-535a6d6d { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-f02cda24 .g-c4997b36 { display: flex; align-items: center; gap: 8px; }
.g-f02cda24 .g-c4997b36:hover { text-decoration: underline; }
.g-f02cda24 .g-ef1c9d83 { white-space: nowrap; opacity: 0.8; }
.g-f02cda24 .g-b1750164 { margin-top: var(--size-s); }
.g-f02cda24 .g-8d47eeed { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-2cd07974 { position: relative; overflow: hidden; height: 100%; }
.g-2cd07974 .g-d9416b35 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-2cd07974 .g-69d68b91 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-2cd07974 .g-69d68b91 img { width: 100%; height: 100%; object-fit: cover; }
.g-2cd07974 .g-565f8cc2 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-2cd07974 .g-5b66780e { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-2cd07974 .g-c1527930 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-2cd07974 .g-565fcd20 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-2cd07974 .g-535a6d6d { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-2cd07974 .g-b1750164 { margin-top: 16px; }
.g-2cd07974 .g-8d47eeed { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-5b66780e { gap: 0 4px; }
.g-05a5d9e0 { flex-direction: column-reverse; }
.g-39a262ba { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-4f1ed631 { width: 100%; }
 }

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

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

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

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

.g-b44cb81e { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-b44cb81e 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-b44cb81e 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-b44cb81e .g-bedeebf2 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-b44cb81e .g-b3c7d5b4 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b44cb81e .g-6862831c { margin-top: var(--size-m); }
.g-b44cb81e .g-69bbe1f2 { 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-b44cb81e .g-581a540c { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-b44cb81e .g-581a540c::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-b44cb81e .g-581a540c:hover { color: var(--color-text); }
.g-b44cb81e .g-82ae09c3 { font-weight: bold; }
.g-b44cb81e .g-82ae09c3::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-b44cb81e { grid-template-columns: 1fr; }
.g-b44cb81e .g-08081cf3 { display: none; }
.g-b44cb81e .g-6862831c { margin-top: var(--size-s); }
.g-b44cb81e .g-69bbe1f2 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-b44cb81e blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-b44cb81e blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-85bc82b0 { position: relative; }
.g-578e955d { width: 100%; }
.g-b8cc9beb { position: relative; display: flex; flex-direction: column; }
.g-5efba4ae { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-5efba4ae::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-e037e709 { width: 100%; height: 100%; }
.g-8057778a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-22914cd3 { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-ad3ff929 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-f5a1750a { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-f5a1750a:hover { text-decoration: underline; }
.g-7258d544 { margin-top: var(--size-m); }
.g-1fdf5e2c { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-b8cc9beb { padding-bottom: 40px; }
.g-ad3ff929 { gap: var(--size-xxs); }
.g-f5a1750a { height: 31px; padding: 8px 16px; }
.g-7258d544 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-22914cd3 { padding-bottom: 0; }
.g-f5a1750a { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-b8cc9beb { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-e037e709 { aspect-ratio: auto; height: 100%; }
.g-22914cd3 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-eb6ff3ca { text-align: center; }
.g-ffb2bfc4 { position: relative; }
.g-d2001990 { 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-d2001990:hover { color: var(--color-primary); }
.g-78a0dfe0 { left: -42px; }
.g-6179b4f2 { right: -42px; }
@media screen and (max-width: 1024px) { .g-10f1952f { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-d2001990 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-ca7377e2 { margin-top: var(--size-m); max-width: 600px; }
.g-9a12ad96 { margin-top: var(--size-m); max-width: 600px; }
.g-b4084dde { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-ee1bfd90 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-ee1bfd90 .g-8a967889 { 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-ee1bfd90 .g-dc4f26ac { 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-ee1bfd90 .g-dc4f26ac:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-49d2b13c { padding: var(--section-padding) 0; }
.g-f5782a37 { display: flex; }
.g-29c81318 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-19f39a36 { width: 100%; height: 100%; }
.g-45b90fa6 { 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-b7623bbc { margin-top: var(--size-s); }
.g-54c19a4d { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-f5782a37 { flex-direction: column-reverse; }
.g-29c81318 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-19f39a36 { height: 350px; }
.g-45b90fa6 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-19f39a36 { height: auto; }
.g-45b90fa6 { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-bd9751c0 { display: flex; align-items: center; gap: var(--size-m); }
.g-8b15473d { flex: 1; }
.g-35be1aab { flex: 1; }
@media screen and (max-width: 768px) { .g-bd9751c0 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-35be1aab { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-a25e0bf2 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-a25e0bf2 .g-eb13dd3a { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-a25e0bf2 .g-eb13dd3a:hover { filter: brightness(0.96); }
.g-a25e0bf2 .g-eb13dd3a:hover .g-5b5f0d04 { opacity: 1; }
.g-a25e0bf2 .g-245a02b0 { position: relative; z-index: 1; }
.g-a25e0bf2 .g-5b5f0d04 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-eb13dd3a { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-5b5f0d04 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-eb13dd3a { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-5b5f0d04 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-0f205009 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-57543d75 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-b2bb10ff { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-1d4473e4 { display: none; }
.g-a037e2c9 { width: 100%; }
.g-e91e877f { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-10085218 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-0ffcf91f { 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-ab5faebd { fill: var(--color-text); }
.g-07b5cc10 { stroke: var(--color-text); }
.g-35a60f27 { stroke: var(--color-text); }
.g-99802b18 { display: flex; flex-direction: column; }
.g-f4f0f2b0 { width: 100%; height: 300px; }
.g-394cc341 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-0f205009 { flex-direction: column-reverse; }
.g-57543d75 { flex-direction: column-reverse; justify-content: flex-start; }
.g-b2bb10ff { flex: 1; }
.g-d86ffa35 { display: none; }
.g-1d4473e4 { display: block; text-align: center; }
.g-e91e877f { justify-content: space-evenly; }
.g-f4f0f2b0 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-57543d75 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-0ffcf91f { margin-right: 0; }
.g-99802b18 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-57543d75 { text-align: center; }
.g-b2bb10ff { padding: var(--size-s); }
.g-e91e877f { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-10085218 { flex: inherit; align-items: center; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-be7ddf8a { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-4a9daf9a { padding: var(--size-m); box-shadow: var(--shadow); }
.g-84a8e867 svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-be7ddf8a { grid-template-columns: 1fr; }
 }

/* Block: expertise::process--0 (process) */
.g-b556b7d4 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-c791b0cd { flex: 1; }
.g-f14d1a17 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-2ff0329f { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-89ac5417 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-b556b7d4 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-c791b0cd { text-align: center; }
.g-89ac5417 { font-size: 32px; flex: 0 0 35px; }
 }

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

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

/* Block: approach::process--0 (process) */
.g-b69dc244 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-2395c49a { flex: 1; }
.g-fe3d2185 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-4ba9d1d3 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-secondary); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-3eca8a27 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-b69dc244 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-2395c49a { text-align: center; }
.g-3eca8a27 { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: approach::about--0 (about) */
.g-bb470ebd { display: flex; align-items: center; gap: var(--size-m); }
.g-239801a2 { flex: 1; }
.g-0c3fb359 { flex: 1; }
@media screen and (max-width: 768px) { .g-bb470ebd { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-0c3fb359 { text-align: center; }
 }

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

/* Block: approach::about--1 (about) */
.g-594b575f { padding: 0; }
@media screen and (max-width: 1280px) { .g-2b349b18 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-594b575f { padding: 0 var(--wrapper-padding); }
.g-c8b01ff9 { column-count: 1; }
.g-2b349b18 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-c8b01ff9 { text-align: center; }
 }