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

/* Block: category-header (category-header) */
.g-c7a3d22c { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-c7a3d22c .g-5dadeca2 { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-c7a3d22c .g-c7dfe8cc { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-c7a3d22c { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-5dadeca2 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-dbda482e { text-align: center; }
.g-c7dfe8cc { 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-7c897327 { 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-fd559c85 { display: block; }
.g-cedd4b13 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-7c897327 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-cedd4b13 { gap: var(--size-xxs); }
.g-ab1672f2 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-7a4a4b45 { margin-top: var(--size-m); }
.g-373b71f1 { margin-top: var(--size-m); }
.g-8072cba2 { margin-top: var(--size-xl); }
.g-d7e12f5c { align-items: stretch; }
.g-564989f1 { height: auto; }
.g-eb1ccdb6 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-eb1ccdb6 .g-67c68bf5 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-eb1ccdb6 .g-fb1b55b4 { background: var(--color-primary); transform: scale(1.2); }
.g-0b425a70 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-a1b61f3b { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-512d8414 { 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-512d8414.g-87512ca9 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-7a7d82d1 { margin-top: var(--section-padding); }
.g-ceb2cb51 { 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-77ecd0a4 { max-width: 510px; }
.g-10898b9e { max-width: 430px; }
.g-6a0db807 { margin-top: var(--size-xs); }
.g-79b62cae { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d8d141a3 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-77ab8cdc { 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-77ab8cdc:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-bfd52237 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-eb9ebd0e { transform: scale(1.2); margin-right: var(--size-xs); }
.g-c94e8616 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-f469165b { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-9f45c29c { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-5c7b5ecd { 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-ceb2cb51 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-77ecd0a4 { max-width: initial; }
.g-10898b9e { max-width: initial; }
.g-c94e8616 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-f469165b { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-9f45c29c { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-5c7b5ecd { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-2e4030cb { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-ceb2cb51 { gap: var(--size-m); }
.g-79b62cae { flex-direction: column; gap: var(--size-xxs); }
.g-d8d141a3 { width: 100%; }
.g-77ab8cdc { width: 100%; }
.g-9f45c29c { flex-direction: column; align-items: flex-start; }
 }

/* 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 {
    position: relative;
    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 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 {
    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 {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a .g-c67e8a53,
#header-nav-desktop .current_page_item a .g-c67e8a53,
#header-nav-dropdown .current-menu-item a .g-c67e8a53,
#header-nav-dropdown .current_page_item a .g-c67e8a53 {
    background-color: var(--color-text);
}

.g-e471090a { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-8b7c90a3 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-41144716 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-8a7586ca { display: none; }
.g-0a7b6379 { font-size: 34px; margin-right: var(--size-xxs); }
.g-2bf3b6ff { font-size: 24px; font-weight: 600; }
.g-10850cb5 { -ms-overflow-style: none; scrollbar-width: none; }
.g-667a61ae { display: none; }
.g-f3483e50 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-c67e8a53 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-4c1b0323 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-4c1b0323:hover { transform: scale(1.05); }
.g-82b8ece1 { display: none; }
.g-5ba15f26 { display: none; }
.g-93f2c83a { display: inline; }
.g-9cd313e1 { display: none; }
.g-ed8f8f1b { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-ed8f8f1b.g-805b47a6 { display: flex; width: 100%; }
.g-55adb0eb { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-55adb0eb .g-c67e8a53 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-0a7b6379 { font-size: 28px; }
.g-2bf3b6ff { font-size: 20px; }
.g-f3483e50 { gap: var(--size-xxs); }
.g-f1ffd979 { display: none; }
.g-5ba15f26 { display: block; }
.g-ed8f8f1b.g-805b47a6 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-3be54263 { padding: var(--section-padding) 0; }
.g-61c5a326 { display: flex; }
.g-3fee8b8a { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-8026a138 { width: 100%; height: 100%; }
.g-4516bfbf { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-b0c058a4 { margin-top: var(--size-s); }
.g-e92502fd { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-61c5a326 { flex-direction: column-reverse; }
.g-3fee8b8a { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-8026a138 { height: 350px; }
.g-4516bfbf { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-8026a138 { height: auto; }
.g-4516bfbf { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-d299e9e0 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-ce025d65 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-9f99b27e { position: relative; padding: var(--size-xl) 0; }
.g-df287455 { text-align: center; }
.g-f49f7657 { text-align: center; margin-top: var(--size-s); }
.g-819f49eb { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-819f49eb { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-ca88a608 { padding: var(--size-m) 0 50px; }
.g-f6b09726 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-9dafb907 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-f6b09726 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-73073a8d { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-73073a8d .g-a8b84390 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-73073a8d .g-a8b84390:hover .g-34d6634d { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-73073a8d .g-02887617 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-73073a8d .g-02887617::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-73073a8d .g-02887617 img { width: 100%; height: 100%; object-fit: cover; }
.g-73073a8d .g-34d6634d { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-73073a8d .g-d26946e2 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-73073a8d .g-ebc6173c { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-73073a8d .g-2bd8055f { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-73073a8d .g-9acc222f { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-73073a8d .g-19975260 { display: flex; align-items: center; gap: 8px; }
.g-73073a8d .g-19975260:hover { text-decoration: underline; }
.g-73073a8d .g-19975260 svg { margin-left: 8px; fill: currentColor; }
.g-73073a8d .g-3e3e1378 { white-space: nowrap; opacity: 0.8; }
.g-0b1283d3 { min-height: 600px; }
.g-0b1283d3 .g-a8b84390 { padding: 48px 40px; }
.g-0b1283d3 .g-34d6634d { transform: none; }
@media screen and (max-width: 870px) { .g-0b1283d3 { min-height: 368px; }
.g-0b1283d3 .g-a8b84390 { padding: 24px; }
.g-0b1283d3 .g-34d6634d { transform: translateY(46px); }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-f1cc8e55 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-f1cc8e55 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-f1cc8e55 .g-07968328 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-f1cc8e55 .g-5a89564f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f1cc8e55 .g-9bbc8131 { margin-top: var(--size-m); }
.g-f1cc8e55 .g-7935212d { 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-f1cc8e55 .g-13770973 { display: block; text-decoration: none; }
.g-f1cc8e55 .g-13770973:hover { text-decoration: underline; }
.g-f1cc8e55 .g-f4223d19 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-f1cc8e55 { grid-template-columns: 1fr; }
.g-f1cc8e55 .g-14f103bb { display: none; }
.g-f1cc8e55 .g-9bbc8131 { margin-top: var(--size-s); }
.g-f1cc8e55 .g-7935212d { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-f1cc8e55 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-d79140c6 { position: relative; }
.g-040103a4 { width: 100%; }
.g-786bd8b2 { position: relative; display: flex; flex-direction: column; }
.g-b02a87ae { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-b02a87ae::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-42794528 { width: 100%; height: 100%; }
.g-5a72e0a1 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-8287a81e { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-a8048e42 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-b78a1eb1 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-b78a1eb1:hover { text-decoration: underline; }
.g-db08ee22 { margin-top: var(--size-m); }
.g-3c75460f { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-786bd8b2 { padding-bottom: 40px; }
.g-a8048e42 { gap: var(--size-xxs); }
.g-b78a1eb1 { height: 31px; padding: 8px 16px; }
.g-db08ee22 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-8287a81e { padding-bottom: 0; }
.g-b78a1eb1 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-786bd8b2 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-42794528 { aspect-ratio: auto; height: 100%; }
.g-8287a81e { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-9de5463a { text-align: center; }
.g-b3a1d66d { position: relative; }
.g-cdc4e9f4 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-cdc4e9f4:hover { color: var(--color-primary); }
.g-de0d4490 { left: -42px; }
.g-56862753 { right: -42px; }
@media screen and (max-width: 1024px) { .g-61efc787 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-cdc4e9f4 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-5ffba29c { text-align: center; max-width: 430px; margin: 0 auto; }
.g-33a5add8 { margin-top: var(--size-xl); }
.g-6c34436b { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-143ac0e1 { position: relative; display: inline-block; width: 100%; }
.g-143ac0e1 .g-05be7d24 { 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-143ac0e1 .g-76e21dc9 { 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-143ac0e1 .g-76e21dc9:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-5bdb1858 { padding: var(--section-padding) 0; }
.g-8537c711 { display: flex; }
.g-e475884d { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-ca29cbc8 { width: 100%; height: 100%; }
.g-9d119079 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-00339315 { margin-top: var(--size-s); }
.g-7a65f660 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-8537c711 { flex-direction: column-reverse; }
.g-e475884d { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-ca29cbc8 { height: 350px; }
.g-9d119079 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-ca29cbc8 { height: auto; }
.g-9d119079 { padding: var(--size-s); }
 }

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

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

/* Block: front-page::featured-posts (featured-posts) */
.g-3543148e { margin-top: var(--size-m); }
.g-a7d3336d { margin-top: var(--size-m); }
.g-96839d42 { margin-top: var(--size-xl); }
.g-07e30cec { align-items: stretch; }
.g-e219c804 { height: auto; }
.g-d79b64fc { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-d79b64fc .g-53bc0746 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-d79b64fc .g-78160fd2 { background: var(--color-primary); transform: scale(1.2); }
.g-9f632ad7 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-44e147bd { position: relative; z-index: 1; }
.g-28484a48 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-f8dcfe2a { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-01c2d83b { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-7191d38d { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-b642f123 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-5caed9ce { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-212fe9ec { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-5fe7c1fc { fill: var(--color-text); }
.g-350d45f2 { stroke: var(--color-text); }
.g-cdd82c90 { stroke: var(--color-text); }
.g-f923be19 { display: flex; flex-direction: column; }
.g-71d13243 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-28484a48 { flex-direction: column; }
.g-67d55c0e { margin-top: 0; }
.g-01c2d83b { flex: 1; }
.g-71d13243 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-f923be19 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-f8dcfe2a { align-items: center; text-align: center; }
.g-01c2d83b { padding: var(--size-s); }
.g-7191d38d { transform: translateY(var(--size-xl)); }
.g-b642f123 { flex-direction: column; align-items: center; }
.g-71d13243 { height: 370px; }
 }

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

/* Block: reassurance::faq--0 (faq) */
.g-1dd92664 { position: relative; gap: var(--size-s); }
.g-1dd92664 * { flex: 1; }
.g-7b56bc72 { width: 80%; margin-inline: auto; }
.g-aa20a52d { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-82f2af73 { user-select: none; }
.g-82f2af73[open] .g-0f5385db { transform: scaleY(1); }
.g-bb951620 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-bb951620::-webkit-details-marker { display: none; }
.g-0f5385db { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-0f5385db svg { fill: var(--color-primary); }
.g-8641f1db { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-bb951620 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-8641f1db { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-1dd92664 { flex-direction: column; }
.g-7b56bc72 { width: 100%; margin-top: var(--size-m); }
.g-aa20a52d { margin-right: var(--size-s); }
 }

/* Block: reassurance::about--0 (about) */
.g-d5030021 { display: flex; align-items: center; gap: var(--size-m); }
.g-634305d8 { flex: 1; }
.g-17d10703 { flex: 1; }
@media screen and (max-width: 768px) { .g-d5030021 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-17d10703 { text-align: center; }
 }

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