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

/* Block: category-header (category-header) */
.g-fde521ad { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-fde521ad .g-eb8dd4ae { 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-fde521ad .g-37210d1a { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-fde521ad { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-eb8dd4ae { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-58a95890 { text-align: center; }
.g-37210d1a { 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-35b7ddd7 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-b96e6832 { display: block; }
.g-65112698 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-0fd4f9d2 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-8f2651b8 { width: 100%; }
@media screen and (max-width: 768px) { .g-35b7ddd7 { padding: var(--size-s); }
.g-65112698 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-0fd4f9d2 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-8f2651b8 { width: auto; }
 }@media screen and (max-width: 576px) { .g-0fd4f9d2 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-379330c6 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-2a43548c { 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-2a43548c.g-3217607d { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-fe684873 { margin-top: var(--section-padding); }
.g-6582e149 { 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-a974f709 { max-width: 510px; }
.g-a4b5e062 { max-width: 430px; }
.g-f2de5226 { margin-top: var(--size-xs); }
.g-2bf6eb65 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f60b762a { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-68f644e5 { 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-68f644e5:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-1aef0c0f { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-57bcf27a { transform: scale(1.2); margin-right: var(--size-xs); }
.g-e9afd4b3 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-50445f8e { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-92a7118b { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-f38ec95f { 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-6582e149 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-a974f709 { max-width: initial; }
.g-a4b5e062 { max-width: initial; }
.g-e9afd4b3 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-50445f8e { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-92a7118b { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-f38ec95f { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-f0b2ff9f { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-6582e149 { gap: var(--size-m); }
.g-2bf6eb65 { flex-direction: column; gap: var(--size-xxs); }
.g-f60b762a { width: 100%; }
.g-68f644e5 { width: 100%; }
.g-92a7118b { flex-direction: column; align-items: flex-start; }
 }

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

.g-0c315ec8 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-6ba1e8df { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-4f8f23d6 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-14f385d7 { font-size: 36px; margin-right: var(--size-xs); }
.g-3d122f1a { font-size: 24px; font-weight: 600; }
.g-4bb6a985 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-0923f6b7 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-0923f6b7:hover { opacity: 0.7; }
.g-a72725a6 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-9639474a { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-0bf343f3 { 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-0bf343f3.g-d49fa427 { display: block; }
.g-4bb6a985 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-a72725a6 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-0bf343f3 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-1321bbe5 { padding: var(--size-xl) 0; }
.g-5c676f26 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-39097335 { margin-top: var(--size-s); }
.g-19cce6f6 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-39097335 { margin-top: var(--size-xs); }
.g-19cce6f6 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-9ff7c8e3 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-c6d71938 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-5214886f { text-align: center; margin-top: var(--size-xl); }
.g-a1cc3068 { text-align: center; margin-top: var(--size-s); }
.g-b4242ca3 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-5214886f { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-b4242ca3 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

.g-70f0590b .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-70f0590b .prev,
.g-70f0590b .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-70f0590b .prev:hover,
.g-70f0590b .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-d24e9cf1 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-d24e9cf1 .g-602e20fb { position: relative; text-decoration: none; }
.g-d24e9cf1 .g-abd44e3b { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-d24e9cf1 .g-ee73bfea { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-d24e9cf1 .g-ee73bfea img { width: 100%; height: 100%; object-fit: cover; }
.g-d24e9cf1 .g-a9076fd8 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-d24e9cf1 .g-d7471293 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-d24e9cf1 .g-d97446a0 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-d24e9cf1 .g-4e31b940 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-b2be6dc2 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-b2be6dc2 .g-602e20fb { position: relative; text-decoration: none; }
.g-b2be6dc2 .g-abd44e3b { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-b2be6dc2 .g-ee73bfea { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-b2be6dc2 .g-ee73bfea img { width: 100%; height: 100%; object-fit: cover; }
.g-b2be6dc2 .g-a9076fd8 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-b2be6dc2 .g-d7471293 { 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-b2be6dc2 .g-d97446a0 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-b2be6dc2 .g-4e31b940 { 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-abd44e3b { 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-fad64082 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-fad64082 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-fad64082 .g-c1550fb4 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-fad64082 .g-340dfbc4 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-fad64082 .g-29488519 { margin-top: var(--size-m); }
.g-fad64082 .g-e461ddb3 { 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-fad64082 .g-584a86e0 { display: block; text-decoration: none; }
.g-fad64082 .g-584a86e0:hover { text-decoration: underline; }
.g-fad64082 .g-9ecc678b { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-fad64082 { grid-template-columns: 1fr; }
.g-fad64082 .g-42b28118 { display: none; }
.g-fad64082 .g-29488519 { margin-top: var(--size-s); }
.g-fad64082 .g-e461ddb3 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-fad64082 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-4f73c7f9 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-5106e752 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-f411eff8 { display: flex; align-items: center; justify-content: center; }
.g-a04fff9f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-a88d87cb { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-a88d87cb:hover { filter: brightness(0.96); }
.g-5b1f7db5 { margin-top: var(--size-m); }
.g-87703cdc { margin-top: var(--size-s); margin-bottom: auto; }
.g-1910c9f1 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-4f73c7f9 { grid-template-columns: 1fr; }
.g-5106e752 { max-width: 70%; }
.g-f411eff8 { max-width: 70%; display: block; }
.g-a88d87cb { height: 30px; }
 }@media screen and (max-width: 768px) { .g-4f73c7f9 { gap: var(--size-m); }
.g-5106e752 { max-width: 100%; }
.g-f411eff8 { max-width: 100%; }
.g-87703cdc { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-f3773cf8 { text-align: center; }
.g-f600d63f { position: relative; }
.g-1d1c064d { 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-1d1c064d:hover { color: var(--color-primary); }
.g-a8b66bcf { left: -42px; }
.g-c8de4b25 { right: -42px; }
@media screen and (max-width: 1024px) { .g-4b88759c { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-1d1c064d { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-c614fbfd { margin-top: var(--size-m); max-width: 600px; }
.g-9202fbc3 { margin-top: var(--size-m); max-width: 600px; }
.g-a65c6937 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-7c18f49b { position: relative; display: inline-block; width: 100%; }
.g-7c18f49b .g-d7c4355f { 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-7c18f49b .g-d7c4355f:focus + .g-7e9f12fb { opacity: 1; }
.g-7c18f49b .g-991da3c6 { 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-7c18f49b .g-991da3c6:hover { opacity: .7; }
.g-7c18f49b .g-20f36eee { fill: var(--color-primary); }
.g-7c18f49b .g-7e9f12fb { 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-7c18f49b .g-7e9f12fb:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-75ea759e { padding: var(--size-xl) 0; }
.g-09a49711 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-28c8addd { margin-top: var(--size-s); }
.g-0485904e { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-28c8addd { margin-top: var(--size-xs); }
.g-0485904e { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-892d96e0 { display: flex; position: relative; gap: var(--size-s); }
.g-892d96e0 * { flex: 1; }
.g-397e4f1b { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-47861df7 { flex-shrink: 0; }
.g-296c8be6 { grid-column: span 2; }
.g-d9b9c97c { user-select: none; }
.g-d9b9c97c[open] .g-9f74610e { transform: rotate(45deg); }
.g-5867a56e { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-5867a56e::-webkit-details-marker { display: none; }
.g-9f74610e { 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-9f74610e svg { fill: var(--color-primary); }
.g-36a444f2 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-5867a56e { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-9f74610e { width: 24px; height: 24px; }
.g-9f74610e svg { width: 16px; height: 16px; }
.g-36a444f2 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-892d96e0 { flex-direction: column; }
.g-397e4f1b { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-296c8be6 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-892d96e0 { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-089b9c3f { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-4ce36317 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-b5d39d5f { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-71f357bf { display: none; }
.g-c48cae1e { width: 100%; }
.g-13b68991 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-9381486b { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-79e855a6 { 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-5b196c1e { fill: var(--color-text); }
.g-baa0c632 { stroke: var(--color-text); }
.g-ca8a8cbc { stroke: var(--color-text); }
.g-fbfd537c { display: flex; flex-direction: column; }
.g-5d13c427 { width: 100%; height: 300px; }
.g-9db7993b { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-089b9c3f { flex-direction: column-reverse; }
.g-4ce36317 { flex-direction: column-reverse; justify-content: flex-start; }
.g-b5d39d5f { flex: 1; }
.g-4c910a24 { display: none; }
.g-71f357bf { display: block; text-align: center; }
.g-13b68991 { justify-content: space-evenly; }
.g-5d13c427 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-4ce36317 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-79e855a6 { margin-right: 0; }
.g-fbfd537c { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-4ce36317 { text-align: center; }
.g-b5d39d5f { padding: var(--size-s); }
.g-13b68991 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-9381486b { flex: inherit; align-items: center; }
 }

/* Block: about-page::about--0 (about) */
.g-9774ac8b { display: flex; align-items: center; gap: var(--size-m); }
.g-3dadefff { flex: 1; }
.g-c4e59a90 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-9774ac8b { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-9a6c37c7 { text-align: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-d7b66b47 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-b77287e1 { flex: 0 1 560px; }
.g-b576247a { flex: 1 1 630px; }
.g-c24fc1d8 { flex: 1; }
.g-efddc452 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-45596c16 { flex: 1; }
.g-74ca36ca { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-f9e216f4 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 768px) { .g-d7b66b47 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-b77287e1 { flex: auto; }
.g-b576247a { flex: auto; width: 100%; }
.g-efddc452 { margin-top: var(--size-s); }
.g-45596c16 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-74ca36ca { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-b77287e1 { text-align: center; }
.g-efddc452 { flex-direction: column; }
.g-45596c16 { flex: auto; text-align: center; }
.g-74ca36ca { align-items: center; }
 }

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

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

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

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

/* Block: approach::about--1 (about) */
.g-4ccf242d { padding: 0; }
@media screen and (max-width: 1280px) { .g-95343993 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-4ccf242d { padding: 0 var(--wrapper-padding); }
.g-20b69c3b { column-count: 1; }
.g-95343993 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-20b69c3b { text-align: center; }
 }

/* Block: approach::faq--0 (faq) */
.g-dabe09fc { position: relative; gap: var(--size-s); }
.g-dabe09fc * { flex: 1; }
.g-ac15bc57 { width: 80%; margin-inline: auto; }
.g-ce123919 { 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-775e657d { user-select: none; }
.g-775e657d[open] .g-798efe17 { transform: scaleY(1); }
.g-83e53d27 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-83e53d27::-webkit-details-marker { display: none; }
.g-798efe17 { 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-798efe17 svg { fill: var(--color-primary); }
.g-49a01d8b { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-83e53d27 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-49a01d8b { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-dabe09fc { flex-direction: column; }
.g-ac15bc57 { width: 100%; margin-top: var(--size-m); }
.g-ce123919 { margin-right: var(--size-s); }
 }