/* Block: categories-list (categories-list) */
.g-9f29e5f5 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-9f29e5f5 .g-7ed32638 { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-9f29e5f5 .g-7ed32638:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-5bd9a0fa { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-5bd9a0fa .g-71fdc60b { 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-5bd9a0fa .g-bf06fb9d { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-5bd9a0fa { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-71fdc60b { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-8f4706be { text-align: center; }
.g-bf06fb9d { 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-ae9806e5 { 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-ead24a71 { display: block; }
.g-40572eb2 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-ae9806e5 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-40572eb2 { gap: var(--size-xxs); }
.g-c1ed4fc4 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-d9fa3f9e { margin-top: var(--size-m); }
.g-1e4cbb3c { margin-top: var(--size-m); }
.g-5e7dea19 { margin-top: var(--size-xl); }
.g-6ed56b87 { align-items: stretch; }
.g-9c41fe6a { height: auto; }
.g-97063e56 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-97063e56 .g-25e1a270 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-97063e56 .g-34f6d563 { background: var(--color-primary); transform: scale(1.2); }
.g-39ece2ab { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-3c1fbdfa { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-5ff1fc9e { 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-5ff1fc9e.g-12091899 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-e6290390 { margin-top: var(--section-padding); }
.g-b31950b3 { 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-37fcfd81 { max-width: 510px; }
.g-9a00cb42 { max-width: 430px; }
.g-ce932f26 { margin-top: var(--size-xs); }
.g-22ecadd0 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-6e515b0f { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-8478d641 { 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-8478d641:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-6be4dada { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-752cae95 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-798b815f { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-b773a52a { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-dc310bc1 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-e27dbd66 { 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-b31950b3 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-37fcfd81 { max-width: initial; }
.g-9a00cb42 { max-width: initial; }
.g-798b815f { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-b773a52a { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-dc310bc1 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-e27dbd66 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-7482d0c6 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-b31950b3 { gap: var(--size-m); }
.g-22ecadd0 { flex-direction: column; gap: var(--size-xxs); }
.g-6e515b0f { width: 100%; }
.g-8478d641 { width: 100%; }
.g-dc310bc1 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal .menu-item a,
#navigation-modal .page_item a {
    text-decoration: none;
}
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item a:hover {
    text-decoration: underline;
}
#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-1235517a { position: relative; z-index: 5; }
.g-acc20c66 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-130d7fc1 { position: sticky; top: -1px; z-index: 5; }
.g-47d62788 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-47d62788::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-92aa58db { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-a82669e6 { font-size: 34px; margin-right: var(--size-xxs); }
.g-ccf4eb2c { font-size: 24px; font-weight: 600; }
.g-4a0ed574 { display: block; }
.g-9debba3f { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-4eb538e4 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-4eb538e4:hover { text-decoration: underline; }
.g-d0e46b9d { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-f927cde4 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-1235517a { position: sticky; top: 0; }
.g-acc20c66 { justify-content: space-between; height: 65px; }
.g-19fab950 { top: 65px; height: 0; }
.g-47d62788::after { display: none; }
.g-92aa58db { margin: 0; }
.g-4a0ed574 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-4a0ed574.g-f98beeb8 { display: block; }
.g-9debba3f { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-d0e46b9d { display: flex; }
 }@media screen and (max-width: 576px) { .g-a82669e6 { font-size: 28px; }
.g-ccf4eb2c { font-size: 20px; }
.g-4a0ed574 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-58fd1cfe { padding: var(--section-padding) 0; }
.g-98330af9 { display: flex; }
.g-a9b7574d { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-5436849e { margin-top: var(--size-s); }
.g-6f462d43 { margin-top: var(--size-m); }
.g-31061977 { flex: 1; }
.g-d5fb54ae { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-98330af9 { flex-direction: column; }
.g-a9b7574d { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-d5fb54ae { height: 400px; }
 }@media screen and (max-width: 576px) { .g-a9b7574d { padding-bottom: var(--size-m); }
.g-d5fb54ae { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-0b4341a1 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-ef44871b { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-30b791f3 { position: relative; padding: var(--size-xl) 0; }
.g-19b002fc { text-align: center; }
.g-9d3f45dd { text-align: center; margin-top: var(--size-s); }
.g-055099c5 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-055099c5 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-f2c30999 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-f2c30999 .g-6581ddeb { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-f2c30999 .g-6581ddeb:hover .g-c229b5ce { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-f2c30999 .g-9e41e080 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-f2c30999 .g-9e41e080::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-f2c30999 .g-9e41e080 img { width: 100%; height: 100%; object-fit: cover; }
.g-f2c30999 .g-c229b5ce { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-f2c30999 .g-26b8baf0 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-f2c30999 .g-6f9a854f { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-f2c30999 .g-2365fe1b { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-f2c30999 .g-498405fa { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-f2c30999 .g-ffbe6f4e { display: flex; align-items: center; gap: 8px; }
.g-f2c30999 .g-ffbe6f4e:hover { text-decoration: underline; }
.g-f2c30999 .g-ffbe6f4e svg { margin-left: 8px; fill: currentColor; }
.g-f2c30999 .g-5158960b { white-space: nowrap; opacity: 0.8; }
.g-237833b0 { min-height: 600px; }
.g-237833b0 .g-6581ddeb { padding: 48px 40px; }
.g-237833b0 .g-c229b5ce { transform: none; }
@media screen and (max-width: 870px) { .g-237833b0 { min-height: 368px; }
.g-237833b0 .g-6581ddeb { padding: 24px; }
.g-237833b0 .g-c229b5ce { transform: translateY(46px); }
 }

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

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

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

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

.g-0432f190 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-0432f190 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-0432f190 .g-ced80aa3 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-0432f190 .g-50677f2b { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0432f190 .g-711e886e { margin-top: var(--size-m); }
.g-0432f190 .g-65394677 { 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-0432f190 .g-d1928b33 { display: block; text-decoration: none; }
.g-0432f190 .g-d1928b33:hover { text-decoration: underline; }
.g-0432f190 .g-f74ce7f7 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-0432f190 { grid-template-columns: 1fr; }
.g-0432f190 .g-9c48994a { order: 1; }
.g-0432f190 .g-f5a9d067 { order: 2; }
.g-0432f190 .g-711e886e { margin-top: var(--size-s); }
.g-0432f190 .g-65394677 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-757ca4c6 { position: relative; height: 800px; }
.g-9d96296c { height: 100%; display: flex; flex-direction: column; }
.g-3bed6f82 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-3bed6f82::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-cb5355dc { width: 100%; height: 100%; }
.g-8595ce3d { 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-1c03f97a { 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-28afb0f0 { text-decoration: none; }
.g-28afb0f0:hover { text-decoration: underline; }
.g-4c76ae46 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-0e3f0959 { margin-top: var(--size-m); }
.g-d42c6e85 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-1c03f97a { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-0e3f0959 { margin-top: var(--size-s); }
.g-d42c6e85 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-757ca4c6 { height: 700px; }
.g-8595ce3d { width: 95%; }
.g-1c03f97a { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-cb5355dc { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-c20961a7 { text-align: center; }
.g-47fee201 { position: relative; }
.g-ece5e160 { 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-ece5e160:hover { color: var(--color-primary); }
.g-baf7d358 { left: -42px; }
.g-52925991 { right: -42px; }
@media screen and (max-width: 1024px) { .g-45b5c66d { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-ece5e160 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-dba8a4c5 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-dba8a4c5 .g-c6c2681a { text-align: center; max-width: 500px; margin: 0 auto; }
.g-dba8a4c5 .g-39fdc1aa { margin-top: var(--size-m); }
.g-9e4ccacd { margin-top: var(--size-xl); }
.g-1506cad5 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-dba8a4c5 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-19118594 { position: relative; display: inline-block; width: 100%; }
.g-19118594 .g-717002e2 { width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-19118594 .g-717002e2:focus + .g-aded17ff { opacity: 1; }
.g-19118594 .g-01c21102 { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-19118594 .g-01c21102:hover { opacity: .7; }
.g-19118594 .g-8e386e51 { fill: var(--color-primary); }
.g-19118594 .g-aded17ff { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-19118594 .g-aded17ff:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-3e0acb64 { 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-3e0acb64 svg { fill: var(--color-text-light); }
.g-59815d0a { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-3e0acb64 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-ab46cc45 { padding: var(--section-padding) 0; }
.g-fb33153b { display: flex; }
.g-ae4b0fe6 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-e3534b65 { margin-top: var(--size-s); }
.g-b524d315 { margin-top: var(--size-m); }
.g-d2c6b24c { flex: 1; }
.g-33be2f4b { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-fb33153b { flex-direction: column; }
.g-ae4b0fe6 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-33be2f4b { height: 400px; }
 }@media screen and (max-width: 576px) { .g-ae4b0fe6 { padding-bottom: var(--size-m); }
.g-33be2f4b { height: auto; }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-32fb842f { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-32fb842f .g-6fe5e3b3 { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-32fb842f .g-6fe5e3b3:hover { filter: brightness(0.96); }

/* Block: front-page::featured-posts (featured-posts) */
.g-10d580e2 { margin-top: var(--size-m); }
.g-5d0477ce { margin-top: var(--size-m); }
.g-9bed9d5a { margin-top: var(--size-xl); }
.g-e2c14a1f { align-items: stretch; }
.g-28ef46be { height: auto; }
.g-b9a0ef26 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-b9a0ef26 .g-7efe520d { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-b9a0ef26 .g-dc93ae2d { background: var(--color-primary); transform: scale(1.2); }
.g-6324a875 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-e1a57e80 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-b66c94b7 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-14a55461 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-9d1085e1 { display: flex; justify-content: flex-start; align-items: center; }
.g-908c7fc3 { 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-b769329d { display: flex; flex-direction: column; }
.g-7f70c4d3 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-79531800 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-e1a57e80 { flex-direction: column-reverse; }
.g-b66c94b7 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-ad2c263b { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-ad2c263b .g-9d1085e1 { margin-top: 0; }
.g-9d1085e1 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-908c7fc3 { margin-right: 0; }
.g-b769329d { margin-top: var(--size-xs); }
.g-7f70c4d3 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-b66c94b7 { text-align: center; }
.g-ad2c263b { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-9d1085e1 { align-items: center; }
.g-57c49689 { margin: 0 auto; }
 }

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

/* Block: approach::process--0 (process) */
.g-8de698a1 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-8de698a1::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-fa551f29 { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-fa551f29::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-73029a2e::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-14e437f5 { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-6e124426 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-2a81f473 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-779bbf6f { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-be9c7093 { padding-bottom: 37px; }
.g-be9c7093::before { bottom: 0; }
.g-8b6ed586 { padding-top: 35px; }
.g-8b6ed586::before { top: 0; }
@media screen and (max-width: 768px) { .g-8de698a1 { flex-direction: column; }
.g-8de698a1::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-4ebde4e5 { width: 50%; }
.g-14e437f5 { margin: 0; align-self: initial; }
.g-6e124426 { order: 2; margin-left: auto; align-self: initial; }
.g-2a81f473 { order: 3; align-self: initial; }
.g-779bbf6f { margin-left: auto; align-self: initial; }
.g-fa551f29 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-fa551f29::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-be9c7093 { padding-bottom: var(--size-xs); }
.g-8b6ed586 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-8b6ed586::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-8de698a1::before { left: 0; }
.g-4ebde4e5 { width: 100%; }
.g-14e437f5 { margin: 0; }
.g-6e124426 { margin: 0; }
.g-2a81f473 { margin: 0; }
.g-779bbf6f { margin: 0; }
.g-fa551f29 { padding-left: var(--size-s); }
.g-fa551f29::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-be9c7093 { margin: 0; padding-top: 35px; }
.g-8b6ed586 { padding-top: 35px; }
 }

/* Block: approach::about--1 (about) */
.g-05af0c52 { padding: 0; }
@media screen and (max-width: 1280px) { .g-3d180f05 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-05af0c52 { padding: 0 var(--wrapper-padding); }
.g-a41ac24e { column-count: 1; }
.g-3d180f05 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-a41ac24e { text-align: center; }
 }

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