/* Block: categories-list (categories-list) */
.g-ccac4bb7 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-ccac4bb7 .g-ceb50b48 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-ccac4bb7 .g-ceb50b48:hover { filter: brightness(0.96); }
.g-ccac4bb7 .g-dac77667 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-ccac4bb7 .g-e5e4d093 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-ccac4bb7 { gap: var(--size-s); }
.g-ceb50b48 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-ccac4bb7 { gap: var(--size-xs); }
.g-ceb50b48 { min-height: 40px; padding: 8px 16px; }
.g-dac77667 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-17ecb9c3 { padding: var(--size-m) 0 var(--section-padding); }
.g-17ecb9c3 .g-09444279 { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-17ecb9c3 .g-7c2aa861 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-09444279 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-7c2aa861 { 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-94b326fe { 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-0bf58c3a { display: block; }
.g-bbbe2791 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-94b326fe { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-bbbe2791 { gap: var(--size-xxs); }
.g-de968b25 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-d8ea136b { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-7a9d3a10 { 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-7a9d3a10.g-bbef719d { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-8645e148 { margin-top: var(--section-padding); }
.g-cc407894 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-ce4b7ab1 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-f9390adf { max-width: 524px; }
.g-9c1b5fb1 { max-width: 450px; }
.g-436e4716 { margin-top: var(--size-xs); }
.g-7f9824c8 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2abb8bec { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-5f754544 { 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-5f754544:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-ecfdbf2e { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-41cea56c { transform: scale(1.2); margin-right: var(--size-xs); }
.g-6a817a41 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-07674acf { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-23699380 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-f9390adf { max-width: initial; }
.g-9c1b5fb1 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-07674acf { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-23699380 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-a57f4096 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-ce4b7ab1 { gap: var(--size-m); }
.g-7f9824c8 { flex-direction: column; gap: var(--size-xxs); }
.g-2abb8bec { width: 100%; }
.g-5f754544 { width: 100%; }
.g-07674acf { flex-direction: column; align-items: center; }
 }

/* 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;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 0.1s text-shadow 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-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}
#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-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-a93300bf { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-ff90e4ae { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-c182819b { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-d1b27436 { font-size: 34px; margin-right: var(--size-xxs); }
.g-c0ae6211 { font-size: 24px; font-weight: 600; }
.g-bd64f2cc { -ms-overflow-style: none; scrollbar-width: none; }
.g-d23ab3b5 { display: none; }
.g-9bcabdea { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-e96e3c8b { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-e96e3c8b:hover { transform: scale(1.05); }
.g-e96e3c8b svg { fill: var(--color-text-light); }
.g-40a7aaf8 { display: none; }
.g-f06997c3 { display: none; }
.g-8678c1e6 { display: inline; }
.g-beeb3e17 { display: none; }
.g-f998307a { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-f998307a.g-7cde3add { display: flex; width: 100%; }
.g-c5516ca3 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-d1b27436 { font-size: 28px; }
.g-c0ae6211 { font-size: 20px; }
.g-9bcabdea { gap: var(--size-xxs); }
.g-30d9fe2c { display: none; }
.g-f06997c3 { display: block; }
.g-f998307a.g-7cde3add { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-09b4f654 { padding: var(--size-xl) 0; }
.g-71d1ca95 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-275b243d { margin-top: var(--size-s); }
.g-0be9333d { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-275b243d { margin-top: var(--size-xs); }
.g-0be9333d { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-1f91c7c8 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-80920cb4 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-46c43a10 { position: relative; padding: var(--size-xl) 0; }
.g-189d6680 { text-align: center; }
.g-a8b520b7 { text-align: center; margin-top: var(--size-s); }
.g-87929b65 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-87929b65 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-f5b64330 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-f5b64330 .g-da49dcdb { position: relative; text-decoration: none; }
.g-f5b64330 .g-97bd4322 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-f5b64330 .g-3ef7bcf2 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-f5b64330 .g-3ef7bcf2 img { width: 100%; height: 100%; object-fit: cover; }
.g-f5b64330 .g-a401b083 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-f5b64330 .g-1e9792ee { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-f5b64330 .g-45badb64 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-f5b64330 .g-42b1c108 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-00ef0bfe { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-00ef0bfe .g-da49dcdb { position: relative; text-decoration: none; }
.g-00ef0bfe .g-97bd4322 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-00ef0bfe .g-3ef7bcf2 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-00ef0bfe .g-3ef7bcf2 img { width: 100%; height: 100%; object-fit: cover; }
.g-00ef0bfe .g-a401b083 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-00ef0bfe .g-1e9792ee { 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-00ef0bfe .g-45badb64 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-00ef0bfe .g-42b1c108 { 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-97bd4322 { 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-370a4c01 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-370a4c01 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-370a4c01 blockquote::before { content: ''; position: absolute; top: 8px; left: 8px; display: inline-flex; width: 22px; height: 19px; 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 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' 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 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); box-shadow: 0 0 0 9999px var(--color-surface); }
.g-370a4c01 blockquote::after { content: ''; position: absolute; bottom: 8px; right: 8px; display: inline-flex; width: 22px; height: 19px; 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 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' 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 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); }
.g-370a4c01 .g-d5cedff4 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-370a4c01 .g-87cf0a4a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-370a4c01 .g-a25cd99c { margin-top: var(--size-s); }
.g-370a4c01 .g-ec8fe1b7 { margin-top: var(--size-s); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-370a4c01 .g-5d4b25de { display: block; text-decoration: none; }
.g-370a4c01 .g-5d4b25de:hover { text-decoration: underline; }
.g-370a4c01 .g-89a86f70 { position: relative; color: var(--color-text); font-weight: bold; }
.g-370a4c01 .g-89a86f70::before { content: ''; position: absolute; top: 0; left: calc((var(--size-s) + 8px) * -1); background-color: var(--color-primary); display: block; width: 16px; height: 16px; border-radius: 50%; }
@media screen and (max-width: 1024px) { .g-370a4c01 { grid-template-columns: 1fr; }
.g-370a4c01 .g-0009e541 { order: 1; }
.g-370a4c01 .g-d79c4f74 { order: 2; }
.g-370a4c01 .g-a25cd99c { margin-top: var(--size-xs); }
.g-370a4c01 .g-ec8fe1b7 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-370a4c01 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-38630c6f { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-c940302c { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-5aa97882 { text-decoration: none; }
.g-5aa97882:hover { text-decoration: underline; }
.g-ca05aac3 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-af3ab3fa { margin-top: var(--size-s); }
.g-d89bab8e { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-38630c6f { gap: var(--size-xs); }
.g-ca05aac3 { margin-top: var(--size-s); }
.g-d89bab8e { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-1788812c { text-align: center; }
.g-fb62b29c { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-b5005c14 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-69c805a9 { 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-69c805a9:hover { background-color: var(--color-primary); }
.g-d16ffeb2 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-fb62b29c { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-426fbf12 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-3d95ccd0 { margin-top: var(--size-xl); }
.g-2bad05a8 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-e044c355 { position: relative; display: inline-block; width: 100%; }
.g-e044c355 .g-bf16ca92 { color: var(--color-text); 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) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-e044c355 .g-d165da00 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-e044c355 .g-1de3a32b { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-e044c355 .g-1de3a32b:hover { opacity: .7; }
.g-e044c355 .g-b6698a11 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-e044c355 .g-b6698a11:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-50106777 { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-ec956c6b { fill: var(--color-text-light); }
.g-8c9782b0 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-50106777 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-93358397 { padding: var(--size-xl) 0; }
.g-66aa7783 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-8d090da1 { margin-top: var(--size-s); }
.g-d41b1de9 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-8d090da1 { margin-top: var(--size-xs); }
.g-d41b1de9 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-f74929f3 { display: flex; align-items: center; gap: var(--size-m); }
.g-3139ebe7 { flex: 1; }
.g-ef5ef587 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-f74929f3 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-aae82b62 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-46fc4ef0 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-46fc4ef0 .g-f7f5354b { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-46fc4ef0 .g-f7f5354b:hover { filter: brightness(0.96); }
.g-46fc4ef0 .g-0002a584 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-46fc4ef0 .g-60b009e7 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-46fc4ef0 { gap: var(--size-s); }
.g-f7f5354b { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-46fc4ef0 { gap: var(--size-xs); }
.g-f7f5354b { min-height: 40px; padding: 8px 16px; }
.g-0002a584 { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-cd78de51 { position: relative; z-index: 1; }
.g-4a86a15c { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-5f937384 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-cae5ac06 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-1e17e246 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-1284cf0d { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-07acfde0 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-e289f32e { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-2eb2115a { fill: var(--color-text); }
.g-dbf41598 { stroke: var(--color-text); }
.g-9c983b02 { stroke: var(--color-text); }
.g-e95bcfec { display: flex; flex-direction: column; }
.g-9d85d608 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-4a86a15c { flex-direction: column; }
.g-4d6910af { margin-top: 0; }
.g-cae5ac06 { flex: 1; }
.g-9d85d608 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-e95bcfec { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-5f937384 { align-items: center; text-align: center; }
.g-cae5ac06 { padding: var(--size-s); }
.g-1e17e246 { transform: translateY(var(--size-xl)); }
.g-1284cf0d { flex-direction: column; align-items: center; }
.g-9d85d608 { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-ff78c30a { padding: 0; }
@media screen and (max-width: 1280px) { .g-6eb0e76a { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-ff78c30a { padding: 0 var(--wrapper-padding); }
.g-90beeaf1 { column-count: 1; }
.g-6eb0e76a { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-90beeaf1 { text-align: center; }
 }

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

/* Block: reassurance::text--0 (text) */
.g-03c3e900 { text-align: center; }

/* Block: reassurance::faq--0 (faq) */
.g-0600bad4 { position: relative; }
.g-0a68eb81::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-4cf862ee { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-2f0fda82 { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-b7db5d9d { 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-b7db5d9d li:last-child .g-f7472f6b { border-bottom: none; }
.g-f7472f6b { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-f7472f6b[open] .g-83c4dd25 { transform: rotate(45deg); }
.g-f7472f6b .g-650b2894 { padding-bottom: var(--size-s); }
.g-3281c843 { 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-3281c843::-webkit-details-marker { display: none; }
.g-83c4dd25 { 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-83c4dd25 svg { fill: var(--color-text); }
.g-650b2894 { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-0a68eb81::before { width: 100%; }
.g-4cf862ee { flex-direction: column; }
.g-2f0fda82 { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-b7db5d9d { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-3281c843 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-83c4dd25 { width: 24px; height: 24px; }
.g-83c4dd25 svg { width: 16px; height: 16px; }
.g-650b2894 { padding-bottom: var(--size-xs); }
 }

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