/* Block: categories-list (categories-list) */
.g-4aa80801 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-4aa80801 .g-7ae4744b { 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-4aa80801 .g-7ae4744b:hover { filter: brightness(0.96); }
.g-4aa80801 .g-7ae4744b:hover .g-1cee0cbd { opacity: 1; }
.g-4aa80801 .g-8171c800 { position: relative; z-index: 1; }
.g-4aa80801 .g-1cee0cbd { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-7ae4744b { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-1cee0cbd { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-7ae4744b { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-1cee0cbd { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-1edaedc6 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-1edaedc6 .g-7af81fac { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-1edaedc6 .g-b8b6e9bd { font-size: 80px; }
.g-1edaedc6 .g-3204b39e { margin-top: var(--size-xs); }
.g-1edaedc6 .g-ccaa66db { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-7af81fac { padding: var(--size-xs); }
.g-b8b6e9bd { font-size: 64px; }
.g-ccaa66db { 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-fc95a9ef { 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-25bb054b { display: block; }
.g-b8849588 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-fc95a9ef { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-b8849588 { gap: var(--size-xxs); }
.g-a724612a { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-f387d6d1 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-37e3764e { 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-37e3764e.g-0d1dbe21 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-60760f43 { margin-top: var(--section-padding); }
.g-b5f770a6 { position: relative; background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: -80px; }
.g-12f7e929 { max-width: 510px; }
.g-94b3ba8f { max-width: 430px; }
.g-8c130348 { margin-top: var(--size-xs); }
.g-31300eee { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-3cdf6263 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-0113268b { 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-0113268b:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-b30b31d1 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-630db721 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-d73fc7d9 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-df791826 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-a4cb11e9 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-798fd7b9 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-1582a6a4 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-b5f770a6 { padding: var(--size-m); }
.g-12f7e929 { max-width: initial; }
.g-94b3ba8f { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-1582a6a4 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-49c80014 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-b5f770a6 { gap: var(--size-m); }
.g-31300eee { flex-direction: column; gap: var(--size-xxs); }
.g-3cdf6263 { width: 100%; }
.g-0113268b { width: 100%; }
.g-df791826 { justify-content: flex-start; align-items: flex-start; }
.g-a4cb11e9 { flex-direction: column; justify-content: flex-start; 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-ab0e7c67 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-3be8a59a { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-1c348479 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-63607af8 { font-size: 36px; margin-right: var(--size-xs); }
.g-0077c9ed { font-size: 24px; font-weight: 600; }
.g-ddfc156b { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-bc4f9df3 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-bc4f9df3:hover { opacity: 0.7; }
.g-9d2cfb39 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-c33dfd25 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-ae946871 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-ae946871.g-6f7e890e { display: block; }
.g-ddfc156b { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-9d2cfb39 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-ae946871 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-6aac538d { padding: var(--section-padding) 0; }
.g-79e97fd8 { display: flex; }
.g-f535af91 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-2a76f31d { margin-top: var(--size-s); }
.g-262973a3 { margin-top: var(--size-m); }
.g-8b16a00a { flex: 1; }
.g-0707d27e { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-79e97fd8 { flex-direction: column; }
.g-f535af91 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-0707d27e { height: 400px; }
 }@media screen and (max-width: 576px) { .g-f535af91 { padding-bottom: var(--size-m); }
.g-0707d27e { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-daf5f4d1 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-f3f0b2e7 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-36926df2 { position: relative; padding: var(--size-xl) 0; }
.g-a2418574 { text-align: center; }
.g-238216fb { text-align: center; margin-top: var(--size-s); }
.g-3e7a165b { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-3e7a165b { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-d361dc16 { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-5178d253 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-3387ebe1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-3387ebe1::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-1b500884 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-d361dc16 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-d361dc16 { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-769319a1 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-769319a1 .g-045154f0 { position: relative; text-decoration: none; }
.g-769319a1 .g-99a0b818 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-769319a1 .g-e6b38073 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-769319a1 .g-e6b38073 img { width: 100%; height: 100%; object-fit: cover; }
.g-769319a1 .g-c97baf36 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-769319a1 .g-beb312ae { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-769319a1 .g-11314d1b { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-769319a1 .g-c2f4ac36 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-c94a2d1f { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-c94a2d1f .g-045154f0 { position: relative; text-decoration: none; }
.g-c94a2d1f .g-99a0b818 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-c94a2d1f .g-e6b38073 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-c94a2d1f .g-e6b38073 img { width: 100%; height: 100%; object-fit: cover; }
.g-c94a2d1f .g-c97baf36 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-c94a2d1f .g-beb312ae { 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-c94a2d1f .g-11314d1b { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-c94a2d1f .g-c2f4ac36 { 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-99a0b818 { 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-bc1fcb86 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-bc1fcb86 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-bc1fcb86 .g-be954103 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-bc1fcb86 .g-f22f275d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-bc1fcb86 .g-79ed85e0 { margin-top: var(--size-m); }
.g-bc1fcb86 .g-fd472cfe { 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-bc1fcb86 .g-1f0eb71e { display: block; text-decoration: none; }
.g-bc1fcb86 .g-1f0eb71e:hover { text-decoration: underline; }
.g-bc1fcb86 .g-daeab61b { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-bc1fcb86 { grid-template-columns: 1fr; }
.g-bc1fcb86 .g-bf0a7c2b { order: 1; }
.g-bc1fcb86 .g-18247b33 { order: 2; }
.g-bc1fcb86 .g-79ed85e0 { margin-top: var(--size-s); }
.g-bc1fcb86 .g-fd472cfe { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-2a16c35a { position: relative; height: 800px; }
.g-140470c9 { height: 100%; display: flex; flex-direction: column; }
.g-1fb24a7c { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-1fb24a7c::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-006d0d87 { width: 100%; height: 100%; }
.g-8582ba94 { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-c2b9303c { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-e58a1d78 { text-decoration: none; }
.g-e58a1d78:hover { text-decoration: underline; }
.g-67771f7b { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-15fe1152 { margin-top: var(--size-m); }
.g-4982d663 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-c2b9303c { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-15fe1152 { margin-top: var(--size-s); }
.g-4982d663 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-2a16c35a { height: 700px; }
.g-8582ba94 { width: 95%; }
.g-c2b9303c { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-006d0d87 { aspect-ratio: auto; height: 100%; }
 }

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

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

/* Block: search (search) */
.g-b9983b0c { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-b9983b0c .g-2f657680 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-b9983b0c .g-833316e8 { margin-top: var(--size-m); }
.g-a41899ee { margin-top: var(--size-xl); }
.g-464f4338 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-b9983b0c { padding: var(--size-s); }
 }

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

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

/* Block: front-page::hero-search (hero-search) */
.g-ba247f42 { padding: var(--section-padding) 0; }
.g-aae9e5f0 { display: flex; }
.g-7d493b25 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-df601ea8 { margin-top: var(--size-s); }
.g-34f4e8a1 { margin-top: var(--size-m); }
.g-571a9bd3 { flex: 1; }
.g-cd2a20bc { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-aae9e5f0 { flex-direction: column; }
.g-7d493b25 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-cd2a20bc { height: 400px; }
 }@media screen and (max-width: 576px) { .g-7d493b25 { padding-bottom: var(--size-m); }
.g-cd2a20bc { height: auto; }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-f3d1a394 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-f3d1a394 .g-96b3f7b2 { 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-f3d1a394 .g-96b3f7b2:hover { filter: brightness(0.96); }
.g-f3d1a394 .g-96b3f7b2:hover .g-54dcb7f5 { opacity: 1; }
.g-f3d1a394 .g-001dfa16 { position: relative; z-index: 1; }
.g-f3d1a394 .g-54dcb7f5 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-96b3f7b2 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-54dcb7f5 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-96b3f7b2 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-54dcb7f5 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-a66030ac { position: relative; z-index: 1; }
.g-48900bb7 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-c7ebf66a { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-b2ffe330 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-e9ebcda9 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-48bded50 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-5dd429d8 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-8c596d20 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-fee40ea0 { fill: var(--color-text); }
.g-ad6d07ed { stroke: var(--color-text); }
.g-4ba0d646 { stroke: var(--color-text); }
.g-e8ab78f9 { display: flex; flex-direction: column; }
.g-043dcdd0 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-48900bb7 { flex-direction: column; }
.g-76aae79d { margin-top: 0; }
.g-b2ffe330 { flex: 1; }
.g-043dcdd0 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-e8ab78f9 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-c7ebf66a { align-items: center; text-align: center; }
.g-b2ffe330 { padding: var(--size-s); }
.g-e9ebcda9 { transform: translateY(var(--size-xl)); }
.g-48bded50 { flex-direction: column; align-items: center; }
.g-043dcdd0 { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-18c29faa { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-b8bfa05a { padding: 0 var(--wrapper-padding); }
.g-d7c2f6e6 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-d7c2f6e6::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-1dfb7935 { width: 50%; }
.g-eb81dc3e { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-35884d11 { flex: 1; }
.g-3db3cdc2 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-7c0e60a6 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-f6d70abc { padding: var(--section-padding); 0 }
.g-18c29faa { padding: 0; min-height: auto; gap: var(--size-m); }
.g-b8bfa05a { display: flex; flex-direction: column-reverse; }
.g-d7c2f6e6 { position: relative; margin-top: var(--size-m); }
.g-d7c2f6e6::after { display: none; }
.g-1dfb7935 { width: 100%; color: var(--color-text-dark); }
.g-35884d11 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-3db3cdc2 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-1dfb7935 { text-align: center; }
.g-eb81dc3e { flex-direction: column; }
.g-35884d11 { flex: auto; text-align: center; }
.g-3db3cdc2 { align-items: center; }
 }

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

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

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

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

/* Block: approach::about--0 (about) */
.g-a49fbb04 { position: relative; display: flex; align-items: center; gap: var(--size-m); min-height: 550px; padding: var(--size-xl); }
.g-e110b2eb { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.g-6a350974 { position: relative; z-index: 2; width: 60%; margin-left: auto; padding: var(--size-m); }
@media screen and (max-width: 870px) { .g-6a350974 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-a49fbb04 { padding: 0; flex-direction: column-reverse; }
.g-e110b2eb { position: static; border-radius: 0; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.g-6a350974 { text-align: center; }
 }

/* Block: approach::faq--0 (faq) */
.g-11edb10b { position: relative; gap: var(--size-s); }
.g-11edb10b * { flex: 1; }
.g-00c81aec { width: 80%; margin-inline: auto; }
.g-51cadccb { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-4b1d277b { user-select: none; }
.g-4b1d277b[open] .g-6fda4d34 { transform: scaleY(1); }
.g-98260d93 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-98260d93::-webkit-details-marker { display: none; }
.g-6fda4d34 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-6fda4d34 svg { fill: var(--color-primary); }
.g-65a69a9c { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-98260d93 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-65a69a9c { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-11edb10b { flex-direction: column; }
.g-00c81aec { width: 100%; margin-top: var(--size-m); }
.g-51cadccb { margin-right: var(--size-s); }
 }