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

/* Block: category-header (category-header) */
.g-8f35d0ee { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-8f35d0ee .g-850f57b7 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8f35d0ee .g-7f8c9c41 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-850f57b7 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-7f8c9c41 { 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-2f8ec079 { 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-e8d79a82 { display: block; }
.g-7754a48d { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-2f8ec079 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-7754a48d { gap: var(--size-xxs); }
.g-c6993d1c { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-e8bdd536 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-10f3abe5 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-91eb5db4 { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-3311fb23 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-e8bdd536 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-e8bdd536 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-10f3abe5 { padding: 8px; }
 }

/* Block: footer (footer) */
.g-dd5d587a { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-87d6430b { 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-87d6430b.g-c13fc9ab { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-1731e4f7 { margin-top: var(--section-padding); }
.g-dea36d27 { 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-0de8326e { max-width: 510px; }
.g-0ffe3981 { max-width: 430px; }
.g-a4d0bf91 { margin-top: var(--size-xs); }
.g-eca0e68e { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f74cddfc { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-19583708 { 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-19583708:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-20b9142f { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-7c15cc4d { transform: scale(1.2); margin-right: var(--size-xs); }
.g-cd1add6c { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-7e3227e2 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-537a00b8 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-08de0c37 { 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-dea36d27 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-0de8326e { max-width: initial; }
.g-0ffe3981 { max-width: initial; }
.g-cd1add6c { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-7e3227e2 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-537a00b8 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-08de0c37 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-997fdbc9 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-dea36d27 { gap: var(--size-m); }
.g-eca0e68e { flex-direction: column; gap: var(--size-xxs); }
.g-f74cddfc { width: 100%; }
.g-19583708 { width: 100%; }
.g-537a00b8 { 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-ca306383 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-8b6798cc { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-f02a06b2 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-4bb103c5 { font-size: 34px; margin-right: var(--size-xxs); }
.g-a7e1351b { font-size: 24px; font-weight: 600; }
.g-5f4a800c { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-1563c870 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-1563c870:hover { opacity: 0.7; }
.g-1563c870 svg { fill: var(--color-text); }
.g-06825cb8 { display: none; }
.g-824aa44f { 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-f41e67cc { clip-path: inherit; }
.g-f41e67cc .g-4e540089 { background-color: rgba(0, 0, 0, 0.2); }
.g-f41e67cc .g-503d7a0f { opacity: 1; transform: translateX(0); }
.g-1bb8781c { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-136f34b0 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-136f34b0:hover { opacity: 0.7; }
.g-136f34b0 svg { fill: var(--color-text); }
.g-4e540089 { 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-503d7a0f { 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-1563c870 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-4bb103c5 { font-size: 28px; }
.g-a7e1351b { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-8b6798cc { justify-content: flex-start; }
.g-5f4a800c { gap: var(--size-m); }
.g-f5d77f8a { display: none; }
.g-06825cb8 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-fbe93866 { padding: var(--section-padding) 0; }
.g-d58ea284 { display: flex; }
.g-2d725d3a { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-43254fd0 { width: 100%; height: 100%; }
.g-951dced5 { 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-29489197 { margin-top: var(--size-s); }
.g-cfdc3cbb { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-d58ea284 { flex-direction: column-reverse; }
.g-2d725d3a { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-43254fd0 { height: 350px; }
.g-951dced5 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-43254fd0 { height: auto; }
.g-951dced5 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-261a678c { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-c1af9a2a { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-af7fc6c2 { text-align: center; margin-top: var(--size-xl); }
.g-08b116c6 { text-align: center; margin-top: var(--size-s); }
.g-0e3a1ab1 { text-align: center; }
@media screen and (max-width: 768px) { .g-af7fc6c2 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-b9874382 { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-76274e4b { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-5bbf8948 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-5bbf8948::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-59c65372 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-b9874382 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-b9874382 { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-15435e6f { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-15435e6f .g-5865db8a { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-15435e6f .g-86985ebe { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-15435e6f .g-86985ebe img { width: 100%; height: 100%; object-fit: cover; }
.g-15435e6f .g-be0a853e { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-15435e6f .g-a349501d { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-15435e6f .g-d323c807 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-15435e6f .g-649a8d54 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-15435e6f .g-8a4432eb { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-15435e6f .g-8a4432eb:hover { text-decoration: underline; }
.g-15435e6f .g-a70a3bb9 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-15435e6f .g-43afbd6e { margin-top: var(--size-s); }
.g-15435e6f .g-0dbae97a { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-b843ad22 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-b843ad22 .g-5865db8a { position: relative; height: 100%; text-decoration: none; }
.g-b843ad22 .g-41a55939 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-b843ad22 .g-41fe37b1 { flex-shrink: 0; width: 120px; }
.g-b843ad22 .g-86985ebe { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-b843ad22 .g-86985ebe img { width: 100%; height: 100%; object-fit: cover; }
.g-b843ad22 .g-a349501d { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-b843ad22 .g-d323c807 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-b843ad22 .g-649a8d54 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b843ad22 .g-a70a3bb9 { white-space: nowrap; opacity: 0.8; }
.g-b843ad22 .g-0dbae97a { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-be0a853e { padding: 0 8px 8px; }
.g-a349501d { gap: 0 4px; }
.g-b843ad22 { padding: 16px 0; }
.g-b843ad22 .g-41a55939 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-b843ad22 .g-41fe37b1 { flex-shrink: initial; width: auto; }
.g-b843ad22 .g-86985ebe { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-b843ad22 .g-be0a853e { margin-top: 8px; }
 }

/* 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-e7f8eff7 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-e7f8eff7 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-e7f8eff7 .g-986f2f34 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-e7f8eff7 .g-8f8fdd73 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-e7f8eff7 .g-90b3c632 { margin-top: var(--size-m); }
.g-e7f8eff7 .g-54f65a64 { 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-e7f8eff7 .g-594d4873 { display: block; text-decoration: none; }
.g-e7f8eff7 .g-594d4873:hover { text-decoration: underline; }
.g-e7f8eff7 .g-cc5bb011 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-e7f8eff7 { grid-template-columns: 1fr; }
.g-e7f8eff7 .g-9b46e047 { display: none; }
.g-e7f8eff7 .g-90b3c632 { margin-top: var(--size-s); }
.g-e7f8eff7 .g-54f65a64 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e7f8eff7 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-a3bb6874 { position: relative; }
.g-2473769a { width: 100%; }
.g-1c8b42cf { position: relative; display: flex; flex-direction: column; }
.g-b658adef { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-b658adef::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-2de61744 { width: 100%; height: 100%; }
.g-ef0a6879 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-2046e7ba { 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-15d0eaa1 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-083a02b4 { 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-083a02b4:hover { text-decoration: underline; }
.g-512e21be { margin-top: var(--size-m); }
.g-2debb08e { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-1c8b42cf { padding-bottom: 40px; }
.g-15d0eaa1 { gap: var(--size-xxs); }
.g-083a02b4 { height: 31px; padding: 8px 16px; }
.g-512e21be { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-2046e7ba { padding-bottom: 0; }
.g-083a02b4 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-1c8b42cf { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-2de61744 { aspect-ratio: auto; height: 100%; }
.g-2046e7ba { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-bcb3fbf0 { text-align: center; }
.g-24ae55ba { position: relative; }
.g-4c3e9768 { 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-4c3e9768:hover { color: var(--color-primary); }
.g-30653b5c { left: -42px; }
.g-bcda611e { right: -42px; }
@media screen and (max-width: 1024px) { .g-7a33b553 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-4c3e9768 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-3c184d0c { text-align: center; max-width: 430px; margin: 0 auto; }
.g-98438e7e { margin-top: var(--size-xl); }
.g-cfa325a2 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-6abe097e { position: relative; display: inline-block; width: 100%; }
.g-6abe097e .g-537d536f { 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-6abe097e .g-6596e9f2 { 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-6abe097e .g-2b849182 { 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-6abe097e .g-2b849182:hover { opacity: .7; }
.g-6abe097e .g-536d7d17 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-6abe097e .g-536d7d17:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-816b0a09 { 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-816b0a09 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-816b0a09 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-bf0ac133 { padding: var(--section-padding) 0; }
.g-8d692576 { display: flex; }
.g-6b9782cb { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-a04919e9 { width: 100%; height: 100%; }
.g-0ba5499b { 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-4f7930d3 { margin-top: var(--size-s); }
.g-c9b209c1 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-8d692576 { flex-direction: column-reverse; }
.g-6b9782cb { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-a04919e9 { height: 350px; }
.g-0ba5499b { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-a04919e9 { height: auto; }
.g-0ba5499b { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-33869d44 { padding: 0; }
@media screen and (max-width: 1280px) { .g-bafa2311 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-33869d44 { padding: 0 var(--wrapper-padding); }
.g-d52bb6cf { column-count: 1; }
.g-bafa2311 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-d52bb6cf { text-align: center; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-0ef296bc { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-dee539e7 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-e9962e16 { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-22248647 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-0ef296bc { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-0ef296bc { grid-template-columns: 1fr; gap: var(--size-l); }
.g-dee539e7 { padding: 8px; }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-2167f9f6 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-6b35c189 { 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-8f22828e { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-4a0676da { display: flex; justify-content: flex-start; align-items: center; }
.g-25160f89 { 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-9817d1f2 { display: flex; flex-direction: column; }
.g-a55a1c6a { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-3749355f { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-2167f9f6 { flex-direction: column-reverse; }
.g-6b35c189 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-618fcc83 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-618fcc83 .g-4a0676da { margin-top: 0; }
.g-4a0676da { align-items: flex-start; flex-direction: column; flex: 1; }
.g-25160f89 { margin-right: 0; }
.g-9817d1f2 { margin-top: var(--size-xs); }
.g-a55a1c6a { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-6b35c189 { text-align: center; }
.g-618fcc83 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-4a0676da { align-items: center; }
.g-60363239 { margin: 0 auto; }
 }

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

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

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

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

/* Block: approach::process--0 (process) */
.g-78268bf7 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-78268bf7::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-52fb13e5 { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-52fb13e5::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-1a88194c::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-e72935e3 { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-80c965d1 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-e49951d6 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-b424ee01 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-d8b76b14 { padding-bottom: 37px; }
.g-d8b76b14::before { bottom: 0; }
.g-6723f5ed { padding-top: 35px; }
.g-6723f5ed::before { top: 0; }
@media screen and (max-width: 768px) { .g-78268bf7 { flex-direction: column; }
.g-78268bf7::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-becb375e { width: 50%; }
.g-e72935e3 { margin: 0; align-self: initial; }
.g-80c965d1 { order: 2; margin-left: auto; align-self: initial; }
.g-e49951d6 { order: 3; align-self: initial; }
.g-b424ee01 { margin-left: auto; align-self: initial; }
.g-52fb13e5 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-52fb13e5::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-d8b76b14 { padding-bottom: var(--size-xs); }
.g-6723f5ed { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-6723f5ed::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-78268bf7::before { left: 0; }
.g-becb375e { width: 100%; }
.g-e72935e3 { margin: 0; }
.g-80c965d1 { margin: 0; }
.g-e49951d6 { margin: 0; }
.g-b424ee01 { margin: 0; }
.g-52fb13e5 { padding-left: var(--size-s); }
.g-52fb13e5::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-d8b76b14 { margin: 0; padding-top: 35px; }
.g-6723f5ed { padding-top: 35px; }
 }

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

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

/* Block: approach::about--1 (about) */
.g-db611c27 { display: flex; align-items: center; gap: var(--size-m); }
.g-0faaebbf { flex: 1; }
.g-0fbfac07 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-db611c27 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-26c7fe4f { text-align: center; }
 }