/* Block: categories-list (categories-list) */
.g-c259bcca { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-c259bcca .g-8de71ce7 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-c259bcca .g-8de71ce7:hover { filter: brightness(0.96); }
.g-c259bcca .g-8de71ce7:hover .g-e86ac4ff { opacity: 1; }
.g-c259bcca .g-80e47359 { position: relative; z-index: 1; }
.g-c259bcca .g-e86ac4ff { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-8de71ce7 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-e86ac4ff { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-8de71ce7 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-e86ac4ff { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-548fdd1d { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-548fdd1d .g-fb4cf2f6 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-548fdd1d .g-25a3f0ec { font-size: 80px; }
.g-548fdd1d .g-a7b4c86a { margin-top: var(--size-xs); }
.g-548fdd1d .g-0942ce53 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-fb4cf2f6 { padding: var(--size-xs); }
.g-25a3f0ec { font-size: 64px; }
.g-0942ce53 { 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-d4057aca { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-7490ec85 { display: block; }
.g-38a4e8a6 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-819d2ffe { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-f2dad079 { width: 100%; }
@media screen and (max-width: 768px) { .g-d4057aca { padding: var(--size-s); }
.g-38a4e8a6 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-819d2ffe { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-f2dad079 { width: auto; }
 }@media screen and (max-width: 576px) { .g-819d2ffe { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-8a8e23ed { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-67c6dd75 { 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-67c6dd75.g-7c2060ea { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-22a28a47 { margin-top: var(--section-padding); }
.g-3ce82f67 { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-c206781c { max-width: 510px; }
.g-3028e4d4 { max-width: 430px; }
.g-3f7d56f5 { margin-top: var(--size-xs); }
.g-69398cc2 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-047b9c04 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-8895a1e9 { 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-8895a1e9:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-dd0904ee { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-b5b9c7be { transform: scale(1.2); margin-right: var(--size-xs); }
.g-603d8cf2 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-9edeea75 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-bd0eb610 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-303b4e5c { 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-3ce82f67 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-c206781c { max-width: initial; }
.g-3028e4d4 { max-width: initial; }
.g-603d8cf2 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-9edeea75 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-bd0eb610 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-303b4e5c { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-77d415fb { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-3ce82f67 { gap: var(--size-m); }
.g-69398cc2 { flex-direction: column; gap: var(--size-xxs); }
.g-047b9c04 { width: 100%; }
.g-8895a1e9 { width: 100%; }
.g-bd0eb610 { flex-direction: column; align-items: flex-start; }
 }

/* 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-4a4873d8 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-1fcaf0a6 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-b52aca18 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-56df729b { font-size: 34px; margin-right: var(--size-xxs); }
.g-3e053784 { font-size: 24px; font-weight: 600; }
.g-c30875ba { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-7dee68fc { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-7dee68fc:hover { opacity: 0.7; }
.g-7dee68fc svg { fill: var(--color-text); }
.g-d75135f9 { display: none; }
.g-e1371770 { 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-2160d3bb { clip-path: inherit; }
.g-2160d3bb .g-88259c9f { background-color: rgba(0, 0, 0, 0.2); }
.g-2160d3bb .g-02e498ce { opacity: 1; transform: translateX(0); }
.g-2859a1fe { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-c4eb20f0 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-c4eb20f0:hover { opacity: 0.7; }
.g-c4eb20f0 svg { fill: var(--color-text); }
.g-88259c9f { 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-02e498ce { 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-7dee68fc { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-56df729b { font-size: 28px; }
.g-3e053784 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-1fcaf0a6 { justify-content: flex-start; }
.g-c30875ba { gap: var(--size-m); }
.g-59b2595b { display: none; }
.g-d75135f9 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-9a448e72 { padding: var(--section-padding) 0; }
.g-396dd9ab { display: flex; }
.g-36694bb7 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-ccc76b41 { margin-top: var(--size-s); }
.g-c03eda25 { margin-top: var(--size-m); }
.g-b925e304 { flex: 1; }
.g-8a656e10 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-396dd9ab { flex-direction: column; }
.g-36694bb7 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-8a656e10 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-36694bb7 { padding-bottom: var(--size-m); }
.g-8a656e10 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-028f937e { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-3bc0054f { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-55256b3d { position: relative; padding: var(--size-xl) 0; }
.g-be7b4b70 { text-align: center; }
.g-c3453add { text-align: center; margin-top: var(--size-s); }
.g-80a1df58 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-80a1df58 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-e37ee918 .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-e37ee918 .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

.g-e37ee918 .prev {
    left: 0;
    transform: translateX(calc(-100% - 44px));
    color: var(--color-secondary);
}

.g-e37ee918 .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-e37ee918 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-e37ee918 .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-e37ee918 .prev,
.g-e37ee918 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

.g-e37ee918 .prev,
.g-e37ee918 .next,
.g-e37ee918 .current {
    box-shadow: 0px 0px 0px 1px var(--color-text);
}

@media screen and (max-width: 768px) {
    .g-e37ee918 .prev,
    .g-e37ee918 .next {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .g-e37ee918 .prev::before,
    .g-e37ee918 .next::after {
        display: none;
    }
}

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

/* Block: post-card (post-card) */
.g-2bd71c37 { position: relative; overflow: hidden; height: 100%; }
.g-2bd71c37 .g-4ad99d4e { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-2bd71c37 .g-452f20d1 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-2bd71c37 .g-452f20d1 img { width: 100%; height: 100%; object-fit: cover; }
.g-2bd71c37 .g-5b7381b5 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-2bd71c37 .g-d177dd4c { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-2bd71c37 .g-d4d2da3e { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-2bd71c37 .g-25806536 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-2bd71c37 .g-7afb12f3 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-2bd71c37 .g-429753dc { display: flex; align-items: center; gap: 8px; }
.g-2bd71c37 .g-429753dc:hover { text-decoration: underline; }
.g-2bd71c37 .g-f13fcd09 { white-space: nowrap; opacity: 0.8; }
.g-2bd71c37 .g-1e4030ba { margin-top: var(--size-s); }
.g-2bd71c37 .g-b14f905d { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-4688cb2c { position: relative; overflow: hidden; height: 100%; }
.g-4688cb2c .g-4ad99d4e { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-4688cb2c .g-452f20d1 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-4688cb2c .g-452f20d1 img { width: 100%; height: 100%; object-fit: cover; }
.g-4688cb2c .g-5b7381b5 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-4688cb2c .g-d177dd4c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-4688cb2c .g-d4d2da3e { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-4688cb2c .g-25806536 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-4688cb2c .g-7afb12f3 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-4688cb2c .g-1e4030ba { margin-top: 16px; }
.g-4688cb2c .g-b14f905d { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-d177dd4c { gap: 0 4px; }
.g-2ea792cc { flex-direction: column-reverse; }
.g-aeeba0d3 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-5e8ab698 { width: 100%; }
 }

/* 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-cbe6624d { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-cbe6624d blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-cbe6624d .g-8fc10440 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-cbe6624d .g-b9c71442 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-cbe6624d .g-05471c9b { margin-top: var(--size-m); }
.g-cbe6624d .g-c6e8fced { 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-cbe6624d .g-f8798031 { display: block; text-decoration: none; }
.g-cbe6624d .g-f8798031:hover { text-decoration: underline; }
.g-cbe6624d .g-30025b6f { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-cbe6624d { grid-template-columns: 1fr; }
.g-cbe6624d .g-d4bb46fa { display: none; }
.g-cbe6624d .g-05471c9b { margin-top: var(--size-s); }
.g-cbe6624d .g-c6e8fced { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-cbe6624d blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-d571e2e1 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-be64b3cf { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-a95b096d { display: flex; align-items: center; justify-content: center; }
.g-2072d26c { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-84b96331 { 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-84b96331:hover { filter: brightness(0.96); }
.g-754c9357 { margin-top: var(--size-m); }
.g-a5fb119b { margin-top: var(--size-s); margin-bottom: auto; }
.g-786a2276 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-d571e2e1 { grid-template-columns: 1fr; }
.g-be64b3cf { max-width: 70%; }
.g-a95b096d { max-width: 70%; display: block; }
.g-84b96331 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-d571e2e1 { gap: var(--size-m); }
.g-be64b3cf { max-width: 100%; }
.g-a95b096d { max-width: 100%; }
.g-a5fb119b { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-f7ee4fe7 { text-align: center; }
.g-de2ba8c3 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-088aee90 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-fe094d76 { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-fe094d76:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-de2ba8c3 { margin-top: var(--size-m); }
.g-088aee90 { border-radius: var(--size-m); }
.g-fe094d76 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-077b778e { text-align: center; max-width: 430px; margin: 0 auto; }
.g-41fd4c34 { margin-top: var(--size-xl); }
.g-b6ef8ff1 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-e44ea129 { position: relative; display: inline-block; width: 100%; }
.g-e44ea129 .g-fb026113 { 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-e44ea129 .g-7baf98c8 { 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-e44ea129 .g-3a0f0fff { 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-e44ea129 .g-3a0f0fff:hover { opacity: .7; }
.g-e44ea129 .g-c6bfad3a { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-e44ea129 .g-c6bfad3a:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-39fbcceb { padding: var(--section-padding) 0; }
.g-352ba152 { display: flex; }
.g-29bf5423 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-d963a702 { margin-top: var(--size-s); }
.g-2b0a5d8f { margin-top: var(--size-m); }
.g-bb476239 { flex: 1; }
.g-93275799 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-352ba152 { flex-direction: column; }
.g-29bf5423 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-93275799 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-29bf5423 { padding-bottom: var(--size-m); }
.g-93275799 { height: auto; }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-c6a19211 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-c6a19211 .g-42595048 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-c6a19211 .g-42595048:hover { filter: brightness(0.96); }
.g-c6a19211 .g-42595048:hover .g-1966373f { opacity: 1; }
.g-c6a19211 .g-365ae14c { position: relative; z-index: 1; }
.g-c6a19211 .g-1966373f { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-42595048 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-1966373f { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-42595048 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-1966373f { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-81a1726b { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-aea457a2 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-e0d0e486 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-be82dd72 { display: none; }
.g-769fd276 { width: 100%; }
.g-cf3c58a4 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-76e83862 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-f6f76d49 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; margin-right: var(--size-m); }
.g-e053ad62 { fill: var(--color-text); }
.g-4b066c16 { stroke: var(--color-text); }
.g-aeed174e { stroke: var(--color-text); }
.g-0a88889b { display: flex; flex-direction: column; }
.g-012c9c73 { width: 100%; height: 300px; }
.g-7807ebf0 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-81a1726b { flex-direction: column-reverse; }
.g-aea457a2 { flex-direction: column-reverse; justify-content: flex-start; }
.g-e0d0e486 { flex: 1; }
.g-402c8067 { display: none; }
.g-be82dd72 { display: block; text-align: center; }
.g-cf3c58a4 { justify-content: space-evenly; }
.g-012c9c73 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-aea457a2 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-f6f76d49 { margin-right: 0; }
.g-0a88889b { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-aea457a2 { text-align: center; }
.g-e0d0e486 { padding: var(--size-s); }
.g-cf3c58a4 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-76e83862 { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-3eadeb29 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-2a741911 { padding: 0 var(--wrapper-padding); }
.g-1ade6033 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-1ade6033::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-053e6f0d { width: 50%; }
.g-c436e595 { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-8d38c618 { flex: 1; }
.g-5d03a486 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8d3a8b08 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-acc44596 { padding: var(--section-padding); 0 }
.g-3eadeb29 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-2a741911 { display: flex; flex-direction: column-reverse; }
.g-1ade6033 { position: relative; margin-top: var(--size-m); }
.g-1ade6033::after { display: none; }
.g-053e6f0d { width: 100%; color: var(--color-text-dark); }
.g-8d38c618 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-5d03a486 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-053e6f0d { text-align: center; }
.g-c436e595 { flex-direction: column; }
.g-8d38c618 { flex: auto; text-align: center; }
.g-5d03a486 { align-items: center; }
 }

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

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

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

/* Block: reassurance::faq--0 (faq) */
.g-b019dc4b { position: relative; }
.g-9557a383::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-328f96ef { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-3d9c1817 { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-20b7933e { 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-20b7933e li:last-child .g-68fb2cf2 { border-bottom: none; }
.g-68fb2cf2 { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-68fb2cf2[open] .g-b49b681e { transform: rotate(45deg); }
.g-68fb2cf2 .g-6eb2a56d { padding-bottom: var(--size-s); }
.g-8a36378c { 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-8a36378c::-webkit-details-marker { display: none; }
.g-b49b681e { 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-b49b681e svg { fill: var(--color-text); }
.g-6eb2a56d { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-9557a383::before { width: 100%; }
.g-328f96ef { flex-direction: column; }
.g-3d9c1817 { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-20b7933e { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-8a36378c { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-b49b681e { width: 24px; height: 24px; }
.g-b49b681e svg { width: 16px; height: 16px; }
.g-6eb2a56d { padding-bottom: var(--size-xs); }
 }

/* Block: reassurance::about--0 (about) */
.g-cc389425 { display: flex; align-items: center; gap: var(--size-m); }
.g-f0f9966b { flex: 1; }
.g-5ad4aa5a { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-cc389425 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-ea6e1b44 { text-align: center; }
 }

/* Block: reassurance::text--1 (text) */
.g-28754308 { text-align: center; }