/* Block: categories-list (categories-list) */
.g-e575173b { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-e575173b .g-933478cf { 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-e575173b .g-933478cf:hover { filter: brightness(0.96); }
.g-e575173b .g-bd075dd3 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-e575173b .g-dd37324c { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-e575173b { gap: var(--size-s); }
.g-933478cf { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-e575173b { gap: var(--size-xs); }
.g-933478cf { min-height: 40px; padding: 8px 16px; }
.g-bd075dd3 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-f702ac1c { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-f702ac1c .g-8b5fec59 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-f702ac1c .g-33b0fcd5 { font-size: 80px; }
.g-f702ac1c .g-6a25c356 { margin-top: var(--size-xs); }
.g-f702ac1c .g-9d5efa3a { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-8b5fec59 { padding: var(--size-xs); }
.g-33b0fcd5 { font-size: 64px; }
.g-9d5efa3a { 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-f979f32c { 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-1e27b27a { display: block; }
.g-899b9fbc { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-f979f32c { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-899b9fbc { gap: var(--size-xxs); }
.g-55418cc3 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-2448235f { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-7ac81abb { 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-7ac81abb.g-619e719b { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-36b48026 { margin-top: var(--section-padding); }
.g-81151eff { border-radius: var(--b-radius); padding: var(--size-m); }
.g-23de888f { 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-08e7dcf1 { max-width: 524px; }
.g-50a0c955 { max-width: 450px; }
.g-e4724688 { margin-top: var(--size-xs); }
.g-324ecd3c { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4565b82e { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-dfada657 { 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-dfada657:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-7f8202c4 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-2b7375e2 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-b2db8286 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-9bb59fbe { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-7ac5292a { 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-08e7dcf1 { max-width: initial; }
.g-50a0c955 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-9bb59fbe { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-7ac5292a { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-4788d20e { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-23de888f { gap: var(--size-m); }
.g-324ecd3c { flex-direction: column; gap: var(--size-xxs); }
.g-4565b82e { width: 100%; }
.g-dfada657 { width: 100%; }
.g-9bb59fbe { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-a42d396f { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-e94d1d5a { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-1b4f777c { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-cc3bd2a4 { font-size: 34px; margin-right: var(--size-xxs); }
.g-d7c2e4ae { font-size: 24px; font-weight: 600; }
.g-336a12ce { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-0fb0686e { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-0fb0686e:hover { opacity: 0.7; }
.g-0fb0686e svg { fill: var(--color-text); }
.g-dbb67f27 { display: none; }
.g-c07b2ba1 { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-760f88ec { clip-path: inherit; }
.g-760f88ec .g-7f51c30d { background-color: rgba(0, 0, 0, 0.2); }
.g-760f88ec .g-cb44977c { opacity: 1; transform: translateX(0); }
.g-e2e1e85d { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-5ec78b91 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-5ec78b91:hover { opacity: 0.7; }
.g-5ec78b91 svg { fill: var(--color-text); }
.g-7f51c30d { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-cb44977c { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-0fb0686e { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-cc3bd2a4 { font-size: 28px; }
.g-d7c2e4ae { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-e94d1d5a { justify-content: flex-start; }
.g-336a12ce { gap: var(--size-m); }
.g-9d32d8b5 { display: none; }
.g-dbb67f27 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-03e70f53 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-a25aa07b { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-e6455ea4 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-e6455ea4::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-1403260b { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-75a0b77c { max-width: 760px; text-align: center; }
.g-3c080591 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-03e70f53 { min-height: 500px; }
.g-1403260b { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-75a0b77c { text-align: left; }
.g-a610d481 { margin-top: var(--size-xs); }
.g-3c080591 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-33473b60 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-325225b8 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-99a7ba05 { text-align: center; margin-top: var(--size-xl); }
.g-680b1f38 { text-align: center; margin-top: var(--size-s); }
.g-35429e3e { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-99a7ba05 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-35429e3e { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-e9de1236 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-828933ec { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-828933ec::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-b3183286 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-f58fe748 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-e9de1236 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-e9de1236 { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-b44533af { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-b44533af .g-1eeeb218 { position: relative; text-decoration: none; }
.g-b44533af .g-8f5e9d1a { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-b44533af .g-ba60a061 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-b44533af .g-ba60a061 img { width: 100%; height: 100%; object-fit: cover; }
.g-b44533af .g-2c547ed6 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-b44533af .g-a234cc34 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b44533af .g-d0db7012 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-b44533af .g-cd38bcf0 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-6ceb93c7 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-6ceb93c7 .g-1eeeb218 { position: relative; text-decoration: none; }
.g-6ceb93c7 .g-8f5e9d1a { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-6ceb93c7 .g-ba60a061 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-6ceb93c7 .g-ba60a061 img { width: 100%; height: 100%; object-fit: cover; }
.g-6ceb93c7 .g-2c547ed6 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-6ceb93c7 .g-a234cc34 { 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-6ceb93c7 .g-d0db7012 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-6ceb93c7 .g-cd38bcf0 { 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-8f5e9d1a { 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-69a7d706 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-69a7d706 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-69a7d706 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-69a7d706 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-69a7d706 .g-b60568d2 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-69a7d706 .g-bc799710 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-69a7d706 .g-1a1d2275 { margin-top: var(--size-s); }
.g-69a7d706 .g-7eec15b4 { 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-69a7d706 .g-dcc272e9 { display: block; text-decoration: none; }
.g-69a7d706 .g-dcc272e9:hover { text-decoration: underline; }
.g-69a7d706 .g-52ac7727 { position: relative; color: var(--color-text); font-weight: bold; }
.g-69a7d706 .g-52ac7727::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-69a7d706 { grid-template-columns: 1fr; }
.g-69a7d706 .g-c99dd773 { order: 1; }
.g-69a7d706 .g-3931cb83 { order: 2; }
.g-69a7d706 .g-1a1d2275 { margin-top: var(--size-xs); }
.g-69a7d706 .g-7eec15b4 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-69a7d706 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-f5521ab0 { position: relative; height: 800px; }
.g-5fe365ab { height: 100%; display: flex; flex-direction: column; }
.g-53aad60b { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-53aad60b::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-ce8cd416 { width: 100%; height: 100%; }
.g-f47d9e92 { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-a46d38ae { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-833983c3 { text-decoration: none; }
.g-833983c3:hover { text-decoration: underline; }
.g-846de7a6 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-65657f07 { margin-top: var(--size-m); }
.g-068da431 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-a46d38ae { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-65657f07 { margin-top: var(--size-s); }
.g-068da431 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-f5521ab0 { height: 700px; }
.g-f47d9e92 { width: 95%; }
.g-a46d38ae { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-ce8cd416 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-0603036e { text-align: center; }
.g-3729ecf5 { position: relative; }
.g-0ed44c27 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; 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-0ed44c27:hover { background-color: var(--color-primary); }
.g-77f620ba { left: -42px; }
.g-5783ebc5 { right: -42px; }
@media screen and (max-width: 1024px) { .g-fbd7dbf0 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-0ed44c27 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-8afad3d9 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-8afad3d9 .g-bd604149 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-8afad3d9 .g-2ce9820f { margin-top: var(--size-m); }
.g-a5136d14 { margin-top: var(--size-xl); }
.g-f7a92f83 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-8afad3d9 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-44f76bc1 { position: relative; display: inline-block; width: 100%; }
.g-44f76bc1 .g-de21ba55 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-44f76bc1 .g-1f2314b3 { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-44f76bc1 .g-1f2314b3:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-8805c2eb { 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-29142438 { fill: var(--color-text-light); }
.g-ae7fee71 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-8805c2eb { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-f5edfd7b { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-5e0e7150 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-522dd669 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-522dd669::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-4c2b2049 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-168f74a8 { max-width: 760px; text-align: center; }
.g-79036b1e { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-f5edfd7b { min-height: 500px; }
.g-4c2b2049 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-168f74a8 { text-align: left; }
.g-1385711f { margin-top: var(--size-xs); }
.g-79036b1e { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-751f16a2 { display: flex; align-items: center; gap: var(--size-m); }
.g-58444162 { flex: 1; }
.g-b3b951fa { flex: 1; }
@media screen and (max-width: 768px) { .g-751f16a2 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-b3b951fa { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-3803a4a2 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-3803a4a2 .g-52ffdfc1 { 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-3803a4a2 .g-52ffdfc1:hover { filter: brightness(0.96); }
.g-3803a4a2 .g-f2148f6e { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-3803a4a2 .g-91ec27f1 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-3803a4a2 { gap: var(--size-s); }
.g-52ffdfc1 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-3803a4a2 { gap: var(--size-xs); }
.g-52ffdfc1 { min-height: 40px; padding: 8px 16px; }
.g-f2148f6e { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-569b84bd { position: relative; z-index: 1; }
.g-8258b0ec { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-aeb9574d { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-f4f7ff54 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-054b59fa { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-8566c502 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-8dd97022 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-e25fc5ba { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-811e8818 { fill: var(--color-text); }
.g-ff81d7a7 { stroke: var(--color-text); }
.g-3885f56e { stroke: var(--color-text); }
.g-b5cf6528 { display: flex; flex-direction: column; }
.g-eac169de { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-8258b0ec { flex-direction: column; }
.g-61d5282c { margin-top: 0; }
.g-f4f7ff54 { flex: 1; }
.g-eac169de { height: 430px; }
 }@media screen and (max-width: 768px) { .g-b5cf6528 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-aeb9574d { align-items: center; text-align: center; }
.g-f4f7ff54 { padding: var(--size-s); }
.g-054b59fa { transform: translateY(var(--size-xl)); }
.g-8566c502 { flex-direction: column; align-items: center; }
.g-eac169de { height: 370px; }
 }

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

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

/* Block: reassurance::about--0 (about) */
.g-de310a0a { display: flex; align-items: center; gap: var(--size-m); }
.g-31646c50 { flex: 1; }
.g-782f5f4d { flex: 1; }
@media screen and (max-width: 768px) { .g-de310a0a { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-782f5f4d { text-align: center; }
 }

/* Block: reassurance::faq--0 (faq) */
.g-fb058e54 { display: flex; position: relative; gap: var(--size-s); }
.g-fb058e54 * { flex: 1; }
.g-0757b2f0 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-e5a1eb12 { flex-shrink: 0; }
.g-313cfa9e { grid-column: span 2; }
.g-48b65cb9 { user-select: none; }
.g-48b65cb9[open] .g-12669973 { transform: rotate(45deg); }
.g-3747af26 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-3747af26::-webkit-details-marker { display: none; }
.g-12669973 { 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-12669973 svg { fill: var(--color-primary); }
.g-5ea697f1 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-3747af26 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-12669973 { width: 24px; height: 24px; }
.g-12669973 svg { width: 16px; height: 16px; }
.g-5ea697f1 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-fb058e54 { flex-direction: column; }
.g-0757b2f0 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-313cfa9e { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-fb058e54 { text-align: center; }
 }

/* Block: reassurance::about--1 (about) */
.g-cdb572b0 { display: flex; align-items: center; gap: var(--size-m); }
.g-ccd41845 { flex: 1; }
.g-ea8a7353 { position: relative; padding: var(--size-m); }
.g-ea8a7353::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-63389dad { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-cdb572b0 { flex-direction: column; align-items: stretch; }
.g-ccd41845 { flex: auto; }
.g-ea8a7353 { padding: var(--size-m) var(--size-s); }
.g-ea8a7353::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-ea8a7353 { text-align: center; }
 }

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