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

/* Block: category-header (category-header) */
.g-429467b2 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-429467b2 .g-3544578f { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-429467b2 .g-8d777db8 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-3544578f { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-8d777db8 { margin-top: var(--size-xs); }
 }

/* Block: comments (comments) */
.comments-block .comments {
    list-style: none;
    padding: 0;
}

.comments-block .comments ul {
    padding: 0;
}

.comments-block .comment {
    list-style: none;
}

.comments-block .comments-title,
.comments-block .comment-reply-title {
    font-size: clamp(1.5rem, 0.8839779006vw + 1.2928176796rem, 2rem);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: var(--size-m);
}

.comments-block .comment-body,
.comments-block .comment-respond {
    margin-top: var(--size-m);
    background-color: var(--color-surface);
    padding: var(--size-s);
    border-radius: var(--b-radius);
}

.comments-block .comment-content {
    margin-top: var(--size-s);
}

.comments-block .comment-metadata {
    margin-top: var(--size-xxs);
}

.comments-block .avatar {
    border-radius: 50%;
    margin-right: var(--size-xs);
}

.comments-block .comment-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xs);
}

.comments-block .comment-form p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xxs);
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"],
.comments-block .comment-form textarea {
    width: 100%;
    border: 0;
    border-radius: var(--b-radius);
    font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
    font-weight: 400;
    line-height: 120%;
    color: var(--color-text);
    background-color: var(--color-bg);
    outline: none;
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"] {
    height: var(--size-l);
}

.comments-block .comment-form textarea {
    min-height: 130px;
    resize: vertical;
}

.comments-block .comment-form .submit {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    padding: 9px 75px;
    min-height: var(--size-l);
    text-decoration: none;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: var(--b-radius);
}

.comments-block p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: center;
}

/* Block: cookie (cookie) */
.g-bf0e0ede { 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-8d17342e { display: block; }
.g-528c2963 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-bf0e0ede { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-528c2963 { gap: var(--size-xxs); }
.g-995594ef { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-c2585943 { margin-top: var(--size-m); }
.g-bc59ac0f { margin-top: var(--size-m); }
.g-9b1da4d7 { margin-top: var(--size-xl); }
.g-7cdcf55e { align-items: stretch; }
.g-2b5f994b { height: auto; }
.g-3199c7d9 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-3199c7d9 .g-72bed7b7 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-3199c7d9 .g-4737271c { background: var(--color-primary); transform: scale(1.2); }
.g-fc276b8b { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-83e5a85e { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-9f8feb6a { 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-9f8feb6a.g-1c53b7f5 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-f68b8902 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-8f8faa6b { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-d0882749 { max-width: 563px; }
.g-d701220f { max-width: 465px; }
.g-96574082 { margin-top: var(--size-xs); }
.g-95bde8dc { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-7250d340 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-39b9a497 { 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-39b9a497:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-eb12c80a { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-65dd02c8 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-8736d0a4 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-c85093c7 { display: flex; justify-content: space-between; align-items: center; }
.g-d1500df4 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-005fcd08 { 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-d0882749 { max-width: 550px; }
.g-d701220f { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-c85093c7 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-d1500df4 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-005fcd08 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-1b9b305c { order: 3; }
 }@media screen and (max-width: 576px) { .g-8f8faa6b { gap: var(--size-m); }
.g-95bde8dc { flex-direction: column; gap: var(--size-xxs); }
.g-7250d340 { width: 100%; }
.g-39b9a497 { width: 100%; }
.g-d1500df4 { 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-420e2064 { position: relative; z-index: 5; }
.g-6777d120 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-51076010 { position: sticky; top: -1px; z-index: 5; }
.g-43a2c1dc { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-43a2c1dc::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-544c1c3f { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-d75a34ad { font-size: 34px; margin-right: var(--size-xxs); }
.g-f2e6420c { font-size: 24px; font-weight: 600; }
.g-a68cf8c2 { display: block; }
.g-73367b04 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-4690f6cc { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-4690f6cc:hover { text-decoration: underline; }
.g-0e1d88c8 { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-9b14cfd9 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-420e2064 { position: sticky; top: 0; }
.g-6777d120 { justify-content: space-between; height: 65px; }
.g-8a951cf8 { top: 65px; height: 0; }
.g-43a2c1dc::after { display: none; }
.g-544c1c3f { margin: 0; }
.g-a68cf8c2 { 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-a68cf8c2.g-c7bb9196 { display: block; }
.g-73367b04 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-0e1d88c8 { display: flex; }
 }@media screen and (max-width: 576px) { .g-d75a34ad { font-size: 28px; }
.g-f2e6420c { font-size: 20px; }
.g-a68cf8c2 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-736fe8c9 { padding: var(--section-padding) 0; }
.g-48ebdee7 { display: flex; }
.g-c4c04a7a { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-b985fb42 { width: 100%; height: 100%; }
.g-810cb343 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-f1de413c { margin-top: var(--size-s); }
.g-05f7981b { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-48ebdee7 { flex-direction: column-reverse; }
.g-c4c04a7a { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-b985fb42 { height: 350px; }
.g-810cb343 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-b985fb42 { height: auto; }
.g-810cb343 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-3da70085 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-6571a959 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-3986b45f { text-align: center; margin-top: var(--size-xl); }
.g-532446a6 { text-align: center; margin-top: var(--size-s); }
.g-68ad2031 { text-align: center; }
@media screen and (max-width: 768px) { .g-3986b45f { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-5a021303 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-5a021303 .g-12dcddb2 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-5a021303 .g-12dcddb2:hover .g-cc6a117f { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-5a021303 .g-822461fd { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-5a021303 .g-822461fd::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-5a021303 .g-822461fd img { width: 100%; height: 100%; object-fit: cover; }
.g-5a021303 .g-cc6a117f { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-5a021303 .g-51b83b3c { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-5a021303 .g-613c69dc { 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-5a021303 .g-6ee9b0bd { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-5a021303 .g-becce396 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-5a021303 .g-027dfd84 { display: flex; align-items: center; gap: 8px; }
.g-5a021303 .g-027dfd84:hover { text-decoration: underline; }
.g-5a021303 .g-027dfd84 svg { margin-left: 8px; fill: currentColor; }
.g-5a021303 .g-e0e3e682 { white-space: nowrap; opacity: 0.8; }
.g-474b37cb { min-height: 600px; }
.g-474b37cb .g-12dcddb2 { padding: 48px 40px; }
.g-474b37cb .g-cc6a117f { transform: none; }
@media screen and (max-width: 870px) { .g-474b37cb { min-height: 368px; }
.g-474b37cb .g-12dcddb2 { padding: 24px; }
.g-474b37cb .g-cc6a117f { 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-99547362 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-99547362 blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-99547362 blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-99547362 .g-3eca26cc { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-99547362 .g-97dcaffc { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-99547362 .g-516f6bb6 { margin-top: var(--size-m); }
.g-99547362 .g-f59e31b6 { 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-99547362 .g-5715b73f { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-99547362 .g-5715b73f::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-99547362 .g-5715b73f:hover { color: var(--color-text); }
.g-99547362 .g-562a81d0 { font-weight: bold; }
.g-99547362 .g-562a81d0::before { color: var(--color-primary); background-color: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-99547362 { grid-template-columns: 1fr; }
.g-99547362 .g-641019aa { display: none; }
.g-99547362 .g-516f6bb6 { margin-top: var(--size-s); }
.g-99547362 .g-f59e31b6 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-99547362 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-99547362 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-dbecec97 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-1ddce851 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-24323bb6 { display: flex; align-items: center; justify-content: center; }
.g-1be24089 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-fcd6a1c6 { 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-fcd6a1c6:hover { filter: brightness(0.96); }
.g-05430042 { margin-top: var(--size-m); }
.g-0e23c16c { margin-top: var(--size-s); margin-bottom: auto; }
.g-127da0b6 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-dbecec97 { grid-template-columns: 1fr; }
.g-1ddce851 { max-width: 70%; }
.g-24323bb6 { max-width: 70%; display: block; }
.g-fcd6a1c6 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-dbecec97 { gap: var(--size-m); }
.g-1ddce851 { max-width: 100%; }
.g-24323bb6 { max-width: 100%; }
.g-0e23c16c { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-d296f6ca { text-align: center; }
.g-984f5b63 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-c4ea2729 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-7779e2e5 { 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-7779e2e5:hover { background-color: var(--color-primary); }
.g-a1c61658 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-984f5b63 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-437b26ff { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-437b26ff .g-f18fac88 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-437b26ff .g-525bc601 { margin-top: var(--size-m); }
.g-51699f0a { margin-top: var(--size-xl); }
.g-62102a69 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-437b26ff { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-0d1371bf { position: relative; display: inline-block; width: 100%; }
.g-0d1371bf .g-97159026 { 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-0d1371bf .g-97159026:focus + .g-2001b9db { opacity: 1; }
.g-0d1371bf .g-c301d0a0 { 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-0d1371bf .g-c301d0a0:hover { opacity: .7; }
.g-0d1371bf .g-9c0c837a { fill: var(--color-primary); }
.g-0d1371bf .g-2001b9db { 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-0d1371bf .g-2001b9db:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-ad79087e { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-e94ddb17 { fill: var(--color-text-light); }
.g-e73c1b6b { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-ad79087e { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-fa0754c3 { padding: var(--section-padding) 0; }
.g-cca7095c { display: flex; }
.g-b7343232 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-e127924d { width: 100%; height: 100%; }
.g-bc27edf3 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-80ed4331 { margin-top: var(--size-s); }
.g-8a3d6cb5 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-cca7095c { flex-direction: column-reverse; }
.g-b7343232 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-e127924d { height: 350px; }
.g-bc27edf3 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-e127924d { height: auto; }
.g-bc27edf3 { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-d895ca00 { display: flex; position: relative; gap: var(--size-s); }
.g-d895ca00 * { flex: 1; }
.g-08c0c163 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-2965bcca { flex-shrink: 0; }
.g-7d5928fa { grid-column: span 2; }
.g-3e421e6d { user-select: none; }
.g-3e421e6d[open] .g-2391d64b { transform: rotate(45deg); }
.g-bcd540ed { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-bcd540ed::-webkit-details-marker { display: none; }
.g-2391d64b { 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-2391d64b svg { fill: var(--color-primary); }
.g-9b03cd59 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-bcd540ed { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-2391d64b { width: 24px; height: 24px; }
.g-2391d64b svg { width: 16px; height: 16px; }
.g-9b03cd59 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-d895ca00 { flex-direction: column; }
.g-08c0c163 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-7d5928fa { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-d895ca00 { text-align: center; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-dd3676ac { margin-top: var(--size-m); }
.g-282c924b { margin-top: var(--size-m); }
.g-b8ede5bc { margin-top: var(--size-xl); }
.g-6b7a11ba { align-items: stretch; }
.g-0a1fd0f8 { height: auto; }
.g-eefc294b { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-eefc294b .g-9e5365c0 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-eefc294b .g-2e8a28a7 { background: var(--color-primary); transform: scale(1.2); }
.g-c9e12786 { 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-266b0ee1 { 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-266b0ee1 { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-31d24219 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-5ed34193 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-6e5f140c { display: flex; justify-content: flex-start; }
.g-d79af735 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-a3a8e409 { display: flex; justify-content: flex-start; align-items: center; }
.g-79fcd967 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-dbaa18ca { fill: var(--color-text); }
.g-32c44930 { stroke: var(--color-text); }
.g-34e58528 { stroke: var(--color-text); }
.g-9a180a12 { display: flex; flex-direction: column; }
.g-22164d9c { flex: 0 0 50%; height: 383px; }
.g-b0aaa9f5 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-31d24219 { flex-direction: column; }
.g-5ed34193 { width: 100%; flex: 0 0 auto; }
.g-6e5f140c { flex-direction: column; }
.g-d79af735 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-25fcdeb9 { width: 100%; display: flex; justify-content: space-between; }
.g-a3a8e409 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-79fcd967 { margin-right: 0; }
.g-9a180a12 { margin-top: var(--size-xs); }
.g-22164d9c { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-5ed34193 { padding: var(--size-xs); }
.g-25fcdeb9 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-a3a8e409 { align-items: center; }
.g-9a180a12 { text-align: center; }
.g-22164d9c { height: 370px; }
 }

/* Block: reassurance::about--0 (about) */
.g-d126587a { padding: 0; }
@media screen and (max-width: 1280px) { .g-c213bcb9 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-d126587a { padding: 0 var(--wrapper-padding); }
.g-27bd23e9 { column-count: 1; }
.g-c213bcb9 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-27bd23e9 { text-align: center; }
 }

/* Block: reassurance::faq--0 (faq) */
.g-8aa00087 { position: relative; }
.g-993527f7::before { content: ""; position: absolute; top: 0; left: 0; width: clamp(30.3125rem, 47.0703125vw + 7.71875rem, 45.375rem); height: 100%; background-color: var(--color-secondary); z-index: -1; }
.g-83a0e0cd { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-156864a0 { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-c7c0c652 { flex: 1; padding: 0 0 0 clamp(1rem, 7.8125vw + -2.75rem, 3.5rem); margin-left: clamp(-7.0625rem, -3.3203125vw + -5.46875rem, -8.125rem); position: relative; z-index: 1; }
.g-c7c0c652 li:last-child .g-904e1257 { border-bottom: none; }
.g-904e1257 { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-904e1257[open] .g-5e5131cf { transform: rotate(45deg); }
.g-904e1257 .g-b081f171 { padding-bottom: var(--size-s); }
.g-f22db039 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding-top: var(--size-s); padding-bottom: var(--size-s); }
.g-f22db039::-webkit-details-marker { display: none; }
.g-5e5131cf { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-surface); border-radius: 50%; margin-left: var(--size-xs); }
.g-5e5131cf svg { fill: var(--color-text); }
.g-b081f171 { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-993527f7::before { width: 100%; }
.g-83a0e0cd { flex-direction: column; }
.g-156864a0 { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-c7c0c652 { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-f22db039 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-5e5131cf { width: 24px; height: 24px; }
.g-5e5131cf svg { width: 16px; height: 16px; }
.g-b081f171 { padding-bottom: var(--size-xs); }
 }

/* Block: reassurance::text--0 (text) */
.g-6f24a60c { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-005a99db { text-align: center; }
.g-6f24a60c { column-count: 1; }
 }

/* Block: reassurance::about--1 (about) */
.g-e065cfe5 { display: flex; align-items: center; gap: var(--size-m); }
.g-510b2649 { flex: 1; }
.g-b0857f0d { position: relative; padding: var(--size-m); }
.g-b0857f0d::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-7eaeb422 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-e065cfe5 { flex-direction: column; align-items: stretch; }
.g-510b2649 { flex: auto; }
.g-b0857f0d { padding: var(--size-m) var(--size-s); }
.g-b0857f0d::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-b0857f0d { text-align: center; }
 }