/* Block: categories-list (categories-list) */
.g-b9aabd66 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-b9aabd66 .g-b592c542 { 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-b9aabd66 .g-b592c542:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-a2d393fc { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-a2d393fc .g-1432842e { 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-a2d393fc .g-beac88ca { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-a2d393fc { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-1432842e { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-a86ed81d { text-align: center; }
.g-beac88ca { 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-203a362e { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-e819db93 { display: block; }
.g-6f4c185e { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-4c9d1575 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-03b94660 { width: 100%; }
@media screen and (max-width: 768px) { .g-203a362e { padding: var(--size-s); }
.g-6f4c185e { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-4c9d1575 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-03b94660 { width: auto; }
 }@media screen and (max-width: 576px) { .g-4c9d1575 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-f0c677aa { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-d0eaa1db { 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-d0eaa1db.g-3f0c5f88 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-aab1df15 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-3272e5a4 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-1528f170 { max-width: 563px; }
.g-a86313a8 { max-width: 465px; }
.g-24a50f9b { margin-top: var(--size-xs); }
.g-9b3e831d { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-353c3bb4 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-71ca02e1 { 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-71ca02e1:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-76beabb9 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-1e0aa5c7 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-8c4a65e9 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-eeb7037a { display: flex; justify-content: space-between; align-items: center; }
.g-ebdd8f71 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-5924e074 { 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-1528f170 { max-width: 550px; }
.g-a86313a8 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-eeb7037a { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-ebdd8f71 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-5924e074 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-96050e5b { order: 3; }
 }@media screen and (max-width: 576px) { .g-3272e5a4 { gap: var(--size-m); }
.g-9b3e831d { flex-direction: column; gap: var(--size-xxs); }
.g-353c3bb4 { width: 100%; }
.g-71ca02e1 { width: 100%; }
.g-ebdd8f71 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-024a8576 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-a22b6493 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-4db3f4f8 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-915cff9e { font-size: 34px; margin-right: var(--size-xxs); }
.g-b14bc2f2 { font-size: 24px; font-weight: 600; }
.g-12c026f4 { -ms-overflow-style: none; scrollbar-width: none; }
.g-f31a834c { display: none; }
.g-23259da0 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-084d04b5 { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-084d04b5:hover { opacity: 0.7; }
.g-084d04b5 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-345a4577 { display: none; }
.g-79f49df5 { display: none; }
.g-6aa3f844 { display: inline; }
.g-22463d1e { display: none; }
.g-b12d2579 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-b12d2579.g-5bd6d426 { display: flex; width: 100%; }
.g-f5ef48c4 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-915cff9e { font-size: 28px; }
.g-b14bc2f2 { font-size: 20px; }
.g-23259da0 { gap: var(--size-xxs); }
.g-e39064c7 { display: none; }
.g-79f49df5 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-fa83d18e { padding: var(--section-padding) 0; }
.g-51367fd7 { display: flex; }
.g-78edc63b { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-0413cf55 { margin-top: var(--size-s); }
.g-54255e00 { margin-top: var(--size-m); }
.g-66bd0d8f { flex: 1; }
.g-4c2a2237 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-51367fd7 { flex-direction: column; }
.g-78edc63b { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-4c2a2237 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-78edc63b { padding-bottom: var(--size-m); }
.g-4c2a2237 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-e4b2052a { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-c1f379ee { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-b0524946 { position: relative; padding: var(--size-xl) 0; }
.g-b681e422 { text-align: center; }
.g-328e1bcc { text-align: center; margin-top: var(--size-s); }
.g-d6221724 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-d6221724 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-ae92f93b .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
}

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

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

.g-ae92f93b .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-ceeabee6 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-ceeabee6 .g-b5a3866b { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-ceeabee6 .g-5c972958 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-ceeabee6 .g-5c972958 img { width: 100%; height: 100%; object-fit: cover; }
.g-ceeabee6 .g-d0d17dc7 { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-ceeabee6 .g-5950eeab { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-ceeabee6 .g-61619dea { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-ceeabee6 .g-3df891a3 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-ceeabee6 .g-58164e72 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-ceeabee6 .g-58164e72:hover { text-decoration: underline; }
.g-ceeabee6 .g-8d9cd3ea { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-ceeabee6 .g-826f9819 { margin-top: var(--size-s); }
.g-ceeabee6 .g-b1faf364 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-14167521 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-14167521 .g-b5a3866b { position: relative; height: 100%; text-decoration: none; }
.g-14167521 .g-4c23fbda { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-14167521 .g-101ae126 { flex-shrink: 0; width: 120px; }
.g-14167521 .g-5c972958 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-14167521 .g-5c972958 img { width: 100%; height: 100%; object-fit: cover; }
.g-14167521 .g-5950eeab { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-14167521 .g-61619dea { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-14167521 .g-3df891a3 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-14167521 .g-8d9cd3ea { white-space: nowrap; opacity: 0.8; }
.g-14167521 .g-b1faf364 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-d0d17dc7 { padding: 0 8px 8px; }
.g-5950eeab { gap: 0 4px; }
.g-14167521 { padding: 16px 0; }
.g-14167521 .g-4c23fbda { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-14167521 .g-101ae126 { flex-shrink: initial; width: auto; }
.g-14167521 .g-5c972958 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-14167521 .g-d0d17dc7 { margin-top: 8px; }
 }

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

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

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

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

.g-4120dc5c { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-4120dc5c blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-4120dc5c .g-c6779fff { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-4120dc5c .g-e109596d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4120dc5c .g-3e3f920e { margin-top: var(--size-m); }
.g-4120dc5c .g-e268eb77 { 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-4120dc5c .g-7aadad17 { display: block; text-decoration: none; }
.g-4120dc5c .g-7aadad17:hover { text-decoration: underline; }
.g-4120dc5c .g-ab321892 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-4120dc5c { grid-template-columns: 1fr; }
.g-4120dc5c .g-6acd1735 { display: none; }
.g-4120dc5c .g-3e3f920e { margin-top: var(--size-s); }
.g-4120dc5c .g-e268eb77 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-4120dc5c blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-9454dfc1 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-891dc2db { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-20ef34e1 { text-decoration: none; }
.g-20ef34e1:hover { text-decoration: underline; }
.g-a4c9f322 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-000f531c { margin-top: var(--size-s); }
.g-c29d7c6c { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-9454dfc1 { gap: var(--size-xs); }
.g-a4c9f322 { margin-top: var(--size-s); }
.g-c29d7c6c { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-8af4cbf2 { text-align: center; }
.g-30144b7b { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-32862418 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-f8f70055 { width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-f8f70055:hover { background-color: var(--color-primary); }
.g-eb83d5e9 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-30144b7b { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-f33e31ab { text-align: center; max-width: 430px; margin: 0 auto; }
.g-963dff70 { margin-top: var(--size-xl); }
.g-4367a9dc { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-6e6371d1 { position: relative; display: inline-block; width: 100%; }
.g-6e6371d1 .g-890afcfa { 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-6e6371d1 .g-890afcfa:focus + .g-f570a1c8 { opacity: 1; }
.g-6e6371d1 .g-187c4afb { 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-6e6371d1 .g-187c4afb:hover { opacity: .7; }
.g-6e6371d1 .g-43320623 { fill: var(--color-primary); }
.g-6e6371d1 .g-f570a1c8 { 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-6e6371d1 .g-f570a1c8:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-127f17d8 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-127f17d8 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-127f17d8 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-dbe218fe { padding: var(--section-padding) 0; }
.g-963f6c47 { display: flex; }
.g-650866c9 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-1dc7252d { margin-top: var(--size-s); }
.g-bb9a84f8 { margin-top: var(--size-m); }
.g-0329fdaf { flex: 1; }
.g-57f7c8f9 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-963f6c47 { flex-direction: column; }
.g-650866c9 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-57f7c8f9 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-650866c9 { padding-bottom: var(--size-m); }
.g-57f7c8f9 { height: auto; }
 }

/* Block: front-page::about--0 (about) */
.g-fd977d60 { padding: 0; }
@media screen and (max-width: 1280px) { .g-defd9984 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-fd977d60 { padding: 0 var(--wrapper-padding); }
.g-3d0167ef { column-count: 1; }
.g-defd9984 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-3d0167ef { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-3df5107c { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-3df5107c .g-0ffb1ee2 { 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-3df5107c .g-0ffb1ee2:hover { filter: brightness(0.96); }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-5de27aa0 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-4b9ef729 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-1ef0a963 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-6e71e353 { display: none; }
.g-6dc39cee { width: 100%; }
.g-6f019127 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-4d36eb6c { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-1d7052a8 { 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-a03721a8 { fill: var(--color-text); }
.g-49a3e8f8 { stroke: var(--color-text); }
.g-8470b267 { stroke: var(--color-text); }
.g-65cc9d92 { display: flex; flex-direction: column; }
.g-347db47b { width: 100%; height: 300px; }
.g-78a5f002 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-5de27aa0 { flex-direction: column-reverse; }
.g-4b9ef729 { flex-direction: column-reverse; justify-content: flex-start; }
.g-1ef0a963 { flex: 1; }
.g-03f27208 { display: none; }
.g-6e71e353 { display: block; text-align: center; }
.g-6f019127 { justify-content: space-evenly; }
.g-347db47b { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-4b9ef729 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-1d7052a8 { margin-right: 0; }
.g-65cc9d92 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-4b9ef729 { text-align: center; }
.g-1ef0a963 { padding: var(--size-s); }
.g-6f019127 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-4d36eb6c { flex: inherit; align-items: center; }
 }

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

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

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

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

/* Block: approach::process--0 (process) */
.g-f3046806 { width: 60%; }
.g-afb849c6 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-74b68c62 { flex: 1; }
.g-1b7ceefb { position: relative; }
.g-1b7ceefb::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-d02e1751::before { display: none; }
@media screen and (max-width: 870px) { .g-958a4b30 { flex-direction: column; }
.g-f3046806 { width: 100%; }
.g-afb849c6 { display: grid; grid-template-columns: 1fr 1fr; }
.g-afb849c6::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-afb849c6::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-1b7ceefb::before { display: none; }
 }@media screen and (max-width: 576px) { .g-f3046806 { text-align: center; }
.g-afb849c6 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-afb849c6::before { display: none; }
.g-afb849c6::after { display: none; }
.g-1b7ceefb::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-d02e1751::before { display: none; }
 }

/* Block: approach::about--0 (about) */
.g-66c3ec84 { display: flex; align-items: center; gap: var(--size-m); }
.g-0ffad526 { flex: 1; }
.g-0ad548ad { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-66c3ec84 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-becc571e { text-align: center; }
 }

/* Block: approach::faq--0 (faq) */
.g-2d7232a6 { display: flex; position: relative; gap: var(--size-s); }
.g-2d7232a6 * { flex: 1; }
.g-2a625e9f { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-2181c68d { flex-shrink: 0; }
.g-665e7ac8 { grid-column: span 2; }
.g-29536b24 { user-select: none; }
.g-29536b24[open] .g-d994aefe { transform: rotate(45deg); }
.g-895ca2c8 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-895ca2c8::-webkit-details-marker { display: none; }
.g-d994aefe { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-d994aefe svg { fill: var(--color-primary); }
.g-343cb4ee { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-895ca2c8 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-d994aefe { width: 24px; height: 24px; }
.g-d994aefe svg { width: 16px; height: 16px; }
.g-343cb4ee { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-2d7232a6 { flex-direction: column; }
.g-2a625e9f { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-665e7ac8 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-2d7232a6 { text-align: center; }
 }