/* Block: categories-list (categories-list) */
.g-182e8e0c { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-182e8e0c .g-0baa474e { 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-182e8e0c .g-0baa474e:hover { filter: brightness(0.96); }
.g-182e8e0c .g-0baa474e:hover .g-819d771d { opacity: 1; }
.g-182e8e0c .g-df24ed54 { position: relative; z-index: 1; }
.g-182e8e0c .g-819d771d { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-0baa474e { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-819d771d { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-0baa474e { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-819d771d { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-3264e968 { padding: var(--size-m) 0 var(--section-padding); }
.g-3264e968 .g-e65c89ba { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-3264e968 .g-894cc572 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-e65c89ba { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-894cc572 { 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-9ab069b5 { 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-edf33f21 { display: block; }
.g-d7ca36e2 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-9ab069b5 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-d7ca36e2 { gap: var(--size-xxs); }
.g-212fc7e0 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-942e4f00 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-c596f34c { 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-c596f34c.g-6b0ab30a { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-e1416890 { margin-top: var(--section-padding); }
.g-bcfa2d53 { 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-a1465273 { max-width: 510px; }
.g-637ded50 { max-width: 430px; }
.g-06a9297d { margin-top: var(--size-xs); }
.g-629ccd26 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-bce53d60 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-9b69773e { 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-9b69773e:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-9f4ce87c { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-3c6488e8 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-c55a47b7 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-3b049651 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-5ff7d65e { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-7519143e { 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-bcfa2d53 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-a1465273 { max-width: initial; }
.g-637ded50 { max-width: initial; }
.g-c55a47b7 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-3b049651 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-5ff7d65e { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-7519143e { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-69304255 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-bcfa2d53 { gap: var(--size-m); }
.g-629ccd26 { flex-direction: column; gap: var(--size-xxs); }
.g-bce53d60 { width: 100%; }
.g-9b69773e { width: 100%; }
.g-5ff7d65e { 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-77f5f21b,
#header-nav-desktop .current_page_item a .g-77f5f21b,
#header-nav-dropdown .current-menu-item a .g-77f5f21b,
#header-nav-dropdown .current_page_item a .g-77f5f21b {
    background-color: var(--color-text);
}

.g-5b47d7ea { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-ac120a9f { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-4e6b05ee { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-a51f1a6b { display: none; }
.g-19d2f231 { font-size: 34px; margin-right: var(--size-xxs); }
.g-4645954a { font-size: 24px; font-weight: 600; }
.g-386b47ad { -ms-overflow-style: none; scrollbar-width: none; }
.g-9a006ee9 { display: none; }
.g-90821580 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-77f5f21b { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-06e85e02 { 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-06e85e02:hover { transform: scale(1.05); }
.g-9f96b753 { display: none; }
.g-a3bbd8f5 { display: none; }
.g-855136ae { display: inline; }
.g-7407d7dd { display: none; }
.g-c9f0d96e { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-c9f0d96e.g-8d836229 { display: flex; width: 100%; }
.g-07130d26 { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-07130d26 .g-77f5f21b { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-19d2f231 { font-size: 28px; }
.g-4645954a { font-size: 20px; }
.g-90821580 { gap: var(--size-xxs); }
.g-28607092 { display: none; }
.g-a3bbd8f5 { display: block; }
.g-c9f0d96e.g-8d836229 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-25ac5014 { padding: var(--section-padding) 0; }
.g-48de7176 { display: flex; }
.g-d95c2673 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-b03b23c9 { width: 100%; height: 100%; }
.g-ecdcbd91 { 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-6f61f058 { margin-top: var(--size-s); }
.g-afa8d17f { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-48de7176 { flex-direction: column-reverse; }
.g-d95c2673 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-b03b23c9 { height: 350px; }
.g-ecdcbd91 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-b03b23c9 { height: auto; }
.g-ecdcbd91 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-a67edc70 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-6a1227de { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-b6019fea { text-align: center; margin-top: var(--size-xl); }
.g-5ef572af { text-align: center; margin-top: var(--size-s); }
.g-6f675424 { text-align: center; }
@media screen and (max-width: 768px) { .g-b6019fea { margin-top: var(--size-m); }
 }

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

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

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

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

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

.g-3c8c6ab6 .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-3c8c6ab6 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-3c8c6ab6 .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-3c8c6ab6 .prev,
.g-3c8c6ab6 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

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

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

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

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

/* Block: post-card (post-card) */
.g-0e017521 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-0e017521 .g-51935fa3 { position: relative; text-decoration: none; }
.g-0e017521 .g-9d610e73 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-0e017521 .g-74ed4765 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-0e017521 .g-74ed4765 img { width: 100%; height: 100%; object-fit: cover; }
.g-0e017521 .g-47ed23b3 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-0e017521 .g-a4d6fb8c { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0e017521 .g-8c521a30 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-0e017521 .g-004c0f52 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-16a436e6 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-16a436e6 .g-51935fa3 { position: relative; text-decoration: none; }
.g-16a436e6 .g-9d610e73 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-16a436e6 .g-74ed4765 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-16a436e6 .g-74ed4765 img { width: 100%; height: 100%; object-fit: cover; }
.g-16a436e6 .g-47ed23b3 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-16a436e6 .g-a4d6fb8c { 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-16a436e6 .g-8c521a30 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-16a436e6 .g-004c0f52 { 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-9d610e73 { 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-b9182dc9 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-b9182dc9 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-b9182dc9 .g-5ad12c5f { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-b9182dc9 .g-0fd9d353 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b9182dc9 .g-8a7e23db { margin-top: var(--size-m); }
.g-b9182dc9 .g-3ef96bef { 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-b9182dc9 .g-dc1632b4 { display: block; text-decoration: none; }
.g-b9182dc9 .g-dc1632b4:hover { text-decoration: underline; }
.g-b9182dc9 .g-a740d29f { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-b9182dc9 { grid-template-columns: 1fr; }
.g-b9182dc9 .g-fb9f4737 { order: 1; }
.g-b9182dc9 .g-f2d29f05 { order: 2; }
.g-b9182dc9 .g-8a7e23db { margin-top: var(--size-s); }
.g-b9182dc9 .g-3ef96bef { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-bf24ff85 { position: relative; height: 800px; }
.g-d555cb82 { height: 100%; display: flex; flex-direction: column; }
.g-4c7e7c25 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-4c7e7c25::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-4ea6b952 { width: 100%; height: 100%; }
.g-73d86ca3 { 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-a533fd5c { 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-c1f1452f { text-decoration: none; }
.g-c1f1452f:hover { text-decoration: underline; }
.g-1bcfe4dd { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-6e548359 { margin-top: var(--size-m); }
.g-bc81e9d4 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-a533fd5c { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-6e548359 { margin-top: var(--size-s); }
.g-bc81e9d4 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-bf24ff85 { height: 700px; }
.g-73d86ca3 { width: 95%; }
.g-a533fd5c { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-4ea6b952 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-b2796b15 { text-align: center; }
.g-a45f2ad8 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-da867e1a { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-648fe220 { 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-648fe220:hover { background-color: var(--color-primary); }
.g-0c778647 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-a45f2ad8 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-23ae6b78 { margin-top: var(--size-m); max-width: 600px; }
.g-b9701556 { margin-top: var(--size-m); max-width: 600px; }
.g-b4dbb427 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-3b3180b2 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-3b3180b2 .g-d885175f { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-3b3180b2 .g-0e905cfc { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-3b3180b2 .g-0e905cfc:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-816d6bb6 { padding: var(--section-padding) 0; }
.g-f0a6c17f { display: flex; }
.g-4d095c35 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-2bbee635 { width: 100%; height: 100%; }
.g-2f57ea4a { 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-0b698cdc { margin-top: var(--size-s); }
.g-99574081 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-f0a6c17f { flex-direction: column-reverse; }
.g-4d095c35 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-2bbee635 { height: 350px; }
.g-2f57ea4a { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-2bbee635 { height: auto; }
.g-2f57ea4a { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-7313ba56 { padding: 0; }
@media screen and (max-width: 1280px) { .g-63c60933 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-7313ba56 { padding: 0 var(--wrapper-padding); }
.g-8903be51 { column-count: 1; }
.g-63c60933 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-8903be51 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-be788cad { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-be788cad .g-ab09f5df { 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-be788cad .g-ab09f5df:hover { filter: brightness(0.96); }
.g-be788cad .g-ab09f5df:hover .g-957307d4 { opacity: 1; }
.g-be788cad .g-4904140a { position: relative; z-index: 1; }
.g-be788cad .g-957307d4 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-ab09f5df { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-957307d4 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-ab09f5df { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-957307d4 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-33b4def4 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-478de1cb { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-3eb9592b { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-adf72d94 { display: flex; justify-content: flex-start; align-items: center; }
.g-8dade49b { 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-54b732be { display: flex; flex-direction: column; }
.g-d4b74149 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-23232c16 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-33b4def4 { flex-direction: column-reverse; }
.g-478de1cb { width: 100%; }
 }@media screen and (max-width: 768px) { .g-124524d4 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-124524d4 .g-adf72d94 { margin-top: 0; }
.g-adf72d94 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-8dade49b { margin-right: 0; }
.g-54b732be { margin-top: var(--size-xs); }
.g-d4b74149 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-478de1cb { text-align: center; }
.g-124524d4 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-adf72d94 { align-items: center; }
.g-86639ef1 { margin: 0 auto; }
 }

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

/* Block: benefits::about--0 (about) */
.g-525d40c0 { display: flex; align-items: center; gap: var(--size-m); }
.g-3d2fc9f6 { flex: 1; }
.g-4e399dd9 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-525d40c0 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-18c6d3dc { text-align: center; }
 }

/* Block: benefits::reviews--0 (reviews) */
.g-a0ad840c { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-6b09ae91 { padding: var(--size-m); box-shadow: var(--shadow); }
.g-5a0c6d8c svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-a0ad840c { grid-template-columns: 1fr; }
 }

/* Block: benefits::text--1 (text) */
.g-3f280fe8 { text-align: center; }

/* Block: benefits::about--1 (about) */
.g-2eff7a1b { position: relative; display: flex; align-items: center; gap: var(--size-m); min-height: 550px; padding: var(--size-xl); }
.g-7b840b27 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.g-2c28cdb3 { position: relative; z-index: 2; width: 60%; margin-left: auto; padding: var(--size-m); }
@media screen and (max-width: 870px) { .g-2c28cdb3 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-2eff7a1b { padding: 0; flex-direction: column-reverse; }
.g-7b840b27 { position: static; border-radius: 0; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.g-2c28cdb3 { text-align: center; }
 }