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

/* Block: category-header (category-header) */
.g-fa1ed24f { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-fa1ed24f .g-1ea6528c { 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-fa1ed24f .g-58b2705d { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-fa1ed24f { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-1ea6528c { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-f0971093 { text-align: center; }
.g-58b2705d { 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-a7909b79 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-a9f22e98 { display: block; }
.g-d4aafe2b { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-8817f825 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-a49c75c5 { width: 100%; }
@media screen and (max-width: 768px) { .g-a7909b79 { padding: var(--size-s); }
.g-d4aafe2b { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-8817f825 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-a49c75c5 { width: auto; }
 }@media screen and (max-width: 576px) { .g-8817f825 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-050d49e6 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-7b28ed28 { 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-7b28ed28.g-e71ac9b7 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-b1392cfa { margin-top: var(--section-padding); }
.g-37f57cc2 { 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-9a816fdd { max-width: 510px; }
.g-a8c7f22a { max-width: 430px; }
.g-3aef471b { margin-top: var(--size-xs); }
.g-41089819 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-fa9fabeb { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-355bfcc7 { 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-355bfcc7:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-846ebfba { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-c5a8c95b { transform: scale(1.2); margin-right: var(--size-xs); }
.g-0dd51e6b { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-44de64d6 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-f936a51c { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-bcdb12c2 { 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-37f57cc2 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-9a816fdd { max-width: initial; }
.g-a8c7f22a { max-width: initial; }
.g-0dd51e6b { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-44de64d6 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-f936a51c { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-bcdb12c2 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-8b41fba0 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-37f57cc2 { gap: var(--size-m); }
.g-41089819 { flex-direction: column; gap: var(--size-xxs); }
.g-fa9fabeb { width: 100%; }
.g-355bfcc7 { width: 100%; }
.g-f936a51c { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-0b501c75 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-ca6aa299 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-182ce724 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-b95f09f0 { font-size: 36px; margin-right: var(--size-xs); }
.g-fcd0e8ab { font-size: 24px; font-weight: 600; }
.g-5ee229a5 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-9dd6b8d8 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-9dd6b8d8:hover { opacity: 0.7; }
.g-8a11ed97 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-c9785e9e { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-193fbee7 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-193fbee7.g-891edf7b { display: block; }
.g-5ee229a5 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-8a11ed97 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-193fbee7 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-96e3936f { padding: var(--section-padding) 0; }
.g-e0aa830f { display: flex; }
.g-434c7897 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-2c3d12d2 { width: 100%; height: 100%; }
.g-e7aa4667 { 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-3357f964 { margin-top: var(--size-s); }
.g-f0d769cf { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-e0aa830f { flex-direction: column-reverse; }
.g-434c7897 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-2c3d12d2 { height: 350px; }
.g-e7aa4667 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-2c3d12d2 { height: auto; }
.g-e7aa4667 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-c5299343 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-cd7ea5d0 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-bcc03ce2 { text-align: center; margin-top: var(--size-xl); }
.g-473d96f2 { text-align: center; margin-top: var(--size-s); }
.g-f1da5c1b { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-bcc03ce2 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-f1da5c1b { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-a8871045 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-a8871045 .g-4e55555e { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-a8871045 .g-f8e0d39c { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-a8871045 .g-f8e0d39c img { width: 100%; height: 100%; object-fit: cover; }
.g-a8871045 .g-7383bfcc { 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-a8871045 .g-3b312628 { 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-a8871045 .g-c6e28bf5 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-a8871045 .g-aecea6a9 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-a8871045 .g-7901e9bf { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-a8871045 .g-7901e9bf:hover { text-decoration: underline; }
.g-a8871045 .g-1e6294d9 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-a8871045 .g-46b8a78b { margin-top: var(--size-s); }
.g-a8871045 .g-203a16f3 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-88bc4df1 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-88bc4df1 .g-4e55555e { position: relative; height: 100%; text-decoration: none; }
.g-88bc4df1 .g-21068448 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-88bc4df1 .g-b787683d { flex-shrink: 0; width: 120px; }
.g-88bc4df1 .g-f8e0d39c { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-88bc4df1 .g-f8e0d39c img { width: 100%; height: 100%; object-fit: cover; }
.g-88bc4df1 .g-3b312628 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-88bc4df1 .g-c6e28bf5 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-88bc4df1 .g-aecea6a9 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-88bc4df1 .g-1e6294d9 { white-space: nowrap; opacity: 0.8; }
.g-88bc4df1 .g-203a16f3 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-7383bfcc { padding: 0 8px 8px; }
.g-3b312628 { gap: 0 4px; }
.g-88bc4df1 { padding: 16px 0; }
.g-88bc4df1 .g-21068448 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-88bc4df1 .g-b787683d { flex-shrink: initial; width: auto; }
.g-88bc4df1 .g-f8e0d39c { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-88bc4df1 .g-7383bfcc { 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-7013287d { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-7013287d blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-7013287d blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-7013287d .g-f0cc6298 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-7013287d .g-62307cc2 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-7013287d .g-fc7ffa7a { margin-top: var(--size-m); }
.g-7013287d .g-b77a7a3b { 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-7013287d .g-0c70c458 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-7013287d .g-0c70c458::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-7013287d .g-0c70c458:hover { color: var(--color-text); }
.g-7013287d .g-dc52f7f9 { font-weight: bold; }
.g-7013287d .g-dc52f7f9::before { color: var(--color-primary); background-color: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-7013287d { grid-template-columns: 1fr; }
.g-7013287d .g-1f6c7f8d { display: none; }
.g-7013287d .g-fc7ffa7a { margin-top: var(--size-s); }
.g-7013287d .g-b77a7a3b { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-7013287d blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-7013287d blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-ab3ad29f { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-05359b99 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-cf84cc5a { text-decoration: none; }
.g-cf84cc5a:hover { text-decoration: underline; }
.g-9d6c3999 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-97921653 { margin-top: var(--size-s); }
.g-b873726f { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-ab3ad29f { gap: var(--size-xs); }
.g-9d6c3999 { margin-top: var(--size-s); }
.g-b873726f { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-5cab9a66 { text-align: center; }
.g-76b038c8 { position: relative; }
.g-093da63a { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-093da63a:hover { background-color: var(--color-primary); }
.g-3daf2c42 { left: -42px; }
.g-cb8b5de0 { right: -42px; }
@media screen and (max-width: 1024px) { .g-08a2df79 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-093da63a { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-6fae6252 { margin-top: var(--size-m); max-width: 600px; }
.g-7abb089f { margin-top: var(--size-m); max-width: 600px; }
.g-a5f85a03 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-d033aec1 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-d033aec1 .g-1f33245a { 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-d033aec1 .g-c8a7a87e { 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-d033aec1 .g-c8a7a87e:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-53787be8 { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-53787be8 svg { fill: var(--color-text-light); }
.g-5b999196 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-53787be8 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-08c4984a { padding: var(--section-padding) 0; }
.g-63d9f55e { display: flex; }
.g-2e341f93 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-59626ce8 { width: 100%; height: 100%; }
.g-e5422ed4 { 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-c71cfd87 { margin-top: var(--size-s); }
.g-9b09f4bb { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-63d9f55e { flex-direction: column-reverse; }
.g-2e341f93 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-59626ce8 { height: 350px; }
.g-e5422ed4 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-59626ce8 { height: auto; }
.g-e5422ed4 { padding: var(--size-s); }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-8ecc5a96 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-00595108 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-451f5913 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-236e52a2 { display: none; }
.g-1d919d8b { width: 100%; }
.g-abc8270f { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-d2521ff0 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-e07d4971 { 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-40627a1d { fill: var(--color-text); }
.g-f2694d70 { stroke: var(--color-text); }
.g-30ebe304 { stroke: var(--color-text); }
.g-ba4d0f62 { display: flex; flex-direction: column; }
.g-9df06639 { width: 100%; height: 300px; }
.g-c2b6680e { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-8ecc5a96 { flex-direction: column-reverse; }
.g-00595108 { flex-direction: column-reverse; justify-content: flex-start; }
.g-451f5913 { flex: 1; }
.g-4fcd9967 { display: none; }
.g-236e52a2 { display: block; text-align: center; }
.g-abc8270f { justify-content: space-evenly; }
.g-9df06639 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-00595108 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-e07d4971 { margin-right: 0; }
.g-ba4d0f62 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-00595108 { text-align: center; }
.g-451f5913 { padding: var(--size-s); }
.g-abc8270f { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-d2521ff0 { flex: inherit; align-items: center; }
 }

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

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

/* Block: expertise::about--0 (about) */
.g-58a233d6 { display: flex; align-items: center; gap: var(--size-m); }
.g-40bb1dc4 { flex: 1; }
.g-0cf3cbfa { flex: 1; }
@media screen and (max-width: 768px) { .g-58a233d6 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-0cf3cbfa { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-a0b0a4e3 { width: 60%; }
.g-5fa2eabc { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-64ad972f { flex: 1; }
.g-39ece4c6 { position: relative; }
.g-39ece4c6::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-71c90946::before { display: none; }
@media screen and (max-width: 870px) { .g-59c5bc23 { flex-direction: column; }
.g-a0b0a4e3 { width: 100%; }
.g-5fa2eabc { display: grid; grid-template-columns: 1fr 1fr; }
.g-5fa2eabc::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-5fa2eabc::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-secondary); }
.g-39ece4c6::before { display: none; }
 }@media screen and (max-width: 576px) { .g-a0b0a4e3 { text-align: center; }
.g-5fa2eabc { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-5fa2eabc::before { display: none; }
.g-5fa2eabc::after { display: none; }
.g-39ece4c6::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-71c90946::before { display: none; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-63fc9acc { display: flex; align-items: stretch; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding-bottom: 10px; }
.g-63fc9acc li { flex: 1; }
.g-26b9a83b { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-7364e119 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-63fc9acc { flex-direction: column; }
.g-26b9a83b { text-align: center; min-width: auto; }
 }

/* Block: expertise::about--2 (about) */
.g-a6854dd1 { padding: 0; }
@media screen and (max-width: 1280px) { .g-af04aca6 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-a6854dd1 { padding: 0 var(--wrapper-padding); }
.g-1f977f04 { column-count: 1; }
.g-af04aca6 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-1f977f04 { text-align: center; }
 }