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

/* Block: category-header (category-header) */
.g-f67a796e { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-f67a796e .g-89c2794f { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-f67a796e .g-ed6eb330 { font-size: 80px; }
.g-f67a796e .g-6d966d03 { margin-top: var(--size-xs); }
.g-f67a796e .g-0115687a { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-89c2794f { padding: var(--size-xs); }
.g-ed6eb330 { font-size: 64px; }
.g-0115687a { 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-218a29f6 { 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-3bb1abd7 { display: block; }
.g-4a52edd6 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-218a29f6 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-4a52edd6 { gap: var(--size-xxs); }
.g-c3351ba4 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-1a79caf3 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-c089dd72 { 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-c089dd72.g-87a8115c { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-173821dd { margin-top: var(--section-padding); }
.g-429f0a30 { 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-bde1ff91 { max-width: 510px; }
.g-53aa61e5 { max-width: 430px; }
.g-6f1319a4 { margin-top: var(--size-xs); }
.g-f4bc8656 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-79c780b1 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-b3f39418 { 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-b3f39418:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-35ae8d61 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-fee32d56 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-45b95962 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-98b3e221 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-79b7758d { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-20bc54df { 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-429f0a30 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-bde1ff91 { max-width: initial; }
.g-53aa61e5 { max-width: initial; }
.g-45b95962 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-98b3e221 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-79b7758d { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-20bc54df { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-1d271d18 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-429f0a30 { gap: var(--size-m); }
.g-f4bc8656 { flex-direction: column; gap: var(--size-xxs); }
.g-79c780b1 { width: 100%; }
.g-b3f39418 { width: 100%; }
.g-79b7758d { 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-754b5c15 { position: relative; z-index: 5; }
.g-58dd36a6 { width: 100%; }
.g-7afd1d5c { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-d9419efc { position: sticky; top: -1px; z-index: 5; }
.g-dbf500c6 { display: block; }
.g-00f3f121 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-00f3f121::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-b1f494e4 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-dd7ca60b { font-size: 34px; margin-right: var(--size-xxs); }
.g-4ecbf2b1 { font-size: 24px; font-weight: 600; }
.g-0e7c4da2 { display: block; }
.g-8966f1db { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-12f009ef { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-12f009ef:hover { text-decoration: underline; }
.g-3b4a0160 { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-dd61a56a { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-754b5c15 { position: sticky; top: 0; }
.g-7afd1d5c { justify-content: space-between; height: 65px; }
.g-f6873d1f { top: 65px; height: 0; }
.g-00f3f121::after { display: none; }
.g-b1f494e4 { margin: 0; }
.g-0e7c4da2 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-0e7c4da2.g-4fdea682 { display: block; }
.g-8966f1db { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-3b4a0160 { display: flex; }
 }@media screen and (max-width: 576px) { .g-dd7ca60b { font-size: 28px; }
.g-4ecbf2b1 { font-size: 20px; }
.g-0e7c4da2 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-942eafd8 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-b6442917 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-4cb4a2ca { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-4cb4a2ca::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-f8d05695 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-0d125c04 { max-width: 760px; text-align: center; }
.g-225813a7 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-942eafd8 { min-height: 500px; }
.g-f8d05695 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-0d125c04 { text-align: left; }
.g-3e1563f3 { margin-top: var(--size-xs); }
.g-225813a7 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-8be0605b { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-091ebfab { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-6725ac80 { text-align: center; margin-top: var(--size-xl); }
.g-78306828 { text-align: center; margin-top: var(--size-s); }
.g-c5f494a8 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-6725ac80 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-c5f494a8 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

    .g-5a0b4068 .next {
        right: 0;
        transform: none;
    }

    .g-5a0b4068 .prev,
    .g-5a0b4068 .next {
        position: static;
        margin-top: 0;
    }
}

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

/* Block: post-card (post-card) */
.g-c965f466 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-c965f466 .g-daaa1867 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-c965f466 .g-95312cc4 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-c965f466 .g-95312cc4 img { width: 100%; height: 100%; object-fit: cover; }
.g-c965f466 .g-38da87c7 { 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-c965f466 .g-7fb57621 { 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-c965f466 .g-f9d9f19f { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-c965f466 .g-cdedc46f { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-c965f466 .g-f20a74cc { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-c965f466 .g-f20a74cc:hover { text-decoration: underline; }
.g-c965f466 .g-801df58b { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-c965f466 .g-7ee90c72 { margin-top: var(--size-s); }
.g-c965f466 .g-2bf07166 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-4fc68483 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-4fc68483 .g-daaa1867 { position: relative; height: 100%; text-decoration: none; }
.g-4fc68483 .g-ab44454a { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-4fc68483 .g-5fafdeb0 { flex-shrink: 0; width: 120px; }
.g-4fc68483 .g-95312cc4 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-4fc68483 .g-95312cc4 img { width: 100%; height: 100%; object-fit: cover; }
.g-4fc68483 .g-7fb57621 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-4fc68483 .g-f9d9f19f { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-4fc68483 .g-cdedc46f { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-4fc68483 .g-801df58b { white-space: nowrap; opacity: 0.8; }
.g-4fc68483 .g-2bf07166 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-38da87c7 { padding: 0 8px 8px; }
.g-7fb57621 { gap: 0 4px; }
.g-4fc68483 { padding: 16px 0; }
.g-4fc68483 .g-ab44454a { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-4fc68483 .g-5fafdeb0 { flex-shrink: initial; width: auto; }
.g-4fc68483 .g-95312cc4 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-4fc68483 .g-38da87c7 { 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-930de6c7 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-930de6c7 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-930de6c7 .g-3e9d3c06 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-930de6c7 .g-300988ce { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-930de6c7 .g-8fedaf2b { margin-top: var(--size-m); }
.g-930de6c7 .g-e286276c { 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-930de6c7 .g-a317ab70 { display: block; text-decoration: none; }
.g-930de6c7 .g-a317ab70:hover { text-decoration: underline; }
.g-930de6c7 .g-90531334 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-930de6c7 { grid-template-columns: 1fr; }
.g-930de6c7 .g-d12cd1c4 { display: none; }
.g-930de6c7 .g-8fedaf2b { margin-top: var(--size-s); }
.g-930de6c7 .g-e286276c { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-930de6c7 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-6e9901b9 { position: relative; }
.g-b9c37d91 { width: 100%; }
.g-6ddad3b2 { position: relative; display: flex; flex-direction: column; }
.g-500d2af0 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-500d2af0::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-a5a8d2a9 { width: 100%; height: 100%; }
.g-a7721495 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-a9f4420c { 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-32e94dea { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-6dc4de69 { 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-6dc4de69:hover { text-decoration: underline; }
.g-fa3a61b8 { margin-top: var(--size-m); }
.g-1b7c9039 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-6ddad3b2 { padding-bottom: 40px; }
.g-32e94dea { gap: var(--size-xxs); }
.g-6dc4de69 { height: 31px; padding: 8px 16px; }
.g-fa3a61b8 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-a9f4420c { padding-bottom: 0; }
.g-6dc4de69 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-6ddad3b2 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-a5a8d2a9 { aspect-ratio: auto; height: 100%; }
.g-a9f4420c { margin: var(--size-xl) auto; }
 }

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

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

/* Block: search (search) */
.g-83859cd8 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-83859cd8 .g-85fa55f3 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-83859cd8 .g-f42af36f { margin-top: var(--size-m); }
.g-e8763aff { margin-top: var(--size-xl); }
.g-2df28e55 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-83859cd8 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-fc6017a3 { position: relative; display: inline-block; width: 100%; }
.g-fc6017a3 .g-18df858e { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-fc6017a3 .g-a9b661f4 { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-fc6017a3 .g-a9b661f4:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-ac00616c { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-49c8a671 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-e0af5bbf { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-e0af5bbf::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-54541b8f { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-b1b8c2bc { max-width: 760px; text-align: center; }
.g-088bf189 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-ac00616c { min-height: 500px; }
.g-54541b8f { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-b1b8c2bc { text-align: left; }
.g-84bbf297 { margin-top: var(--size-xs); }
.g-088bf189 { margin-top: var(--size-s); }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-6d6b7129 { position: relative; z-index: 1; }
.g-0954dcbe { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-dc73824f { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-c068bceb { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-9778f0f9 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-09f54650 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-0c0d9194 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-22a346bd { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-dceed3e4 { fill: var(--color-text); }
.g-e212b088 { stroke: var(--color-text); }
.g-4a1fd6ff { stroke: var(--color-text); }
.g-2f7e5a2a { display: flex; flex-direction: column; }
.g-8ece9d85 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-0954dcbe { flex-direction: column; }
.g-ca87b484 { margin-top: 0; }
.g-c068bceb { flex: 1; }
.g-8ece9d85 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-2f7e5a2a { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-dc73824f { align-items: center; text-align: center; }
.g-c068bceb { padding: var(--size-s); }
.g-9778f0f9 { transform: translateY(var(--size-xl)); }
.g-09f54650 { flex-direction: column; align-items: center; }
.g-8ece9d85 { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-9d6e2586 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-da7d4add { flex: 1; }
.g-53cdb7a5 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-839e88c0 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-30a24dba { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-9d6e2586 { flex-direction: column; gap: var(--size-m); }
.g-da7d4add { text-align: center; }
 }@media screen and (max-width: 576px) { .g-53cdb7a5 { gap: var(--size-s); }
.g-839e88c0 { flex-direction: column; gap: var(--size-xxs); }
 }

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

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

/* Block: approach::process--0 (process) */
.g-8d34fc99 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-8d34fc99::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: 1; }
.g-36f65065 { 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-36f65065::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-07247c12::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-d066aa4a { 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-eee69cd3 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-6a732a86 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-654d5740 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-c903e6cb { padding-bottom: 37px; }
.g-c903e6cb::before { bottom: 0; }
.g-c756c648 { padding-top: 35px; }
.g-c756c648::before { top: 0; }
@media screen and (max-width: 768px) { .g-8d34fc99 { flex-direction: column; }
.g-8d34fc99::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-62d6224a { width: 50%; }
.g-d066aa4a { margin: 0; align-self: initial; }
.g-eee69cd3 { order: 2; margin-left: auto; align-self: initial; }
.g-6a732a86 { order: 3; align-self: initial; }
.g-654d5740 { margin-left: auto; align-self: initial; }
.g-36f65065 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-36f65065::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-c903e6cb { padding-bottom: var(--size-xs); }
.g-c756c648 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-c756c648::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-8d34fc99::before { left: 0; }
.g-62d6224a { width: 100%; }
.g-d066aa4a { margin: 0; }
.g-eee69cd3 { margin: 0; }
.g-6a732a86 { margin: 0; }
.g-654d5740 { margin: 0; }
.g-36f65065 { padding-left: var(--size-s); }
.g-36f65065::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-c903e6cb { margin: 0; padding-top: 35px; }
.g-c756c648 { padding-top: 35px; }
 }

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

/* Block: approach::about--0 (about) */
.g-047f99fb { padding: 0; }
@media screen and (max-width: 1280px) { .g-3e09d91b { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-047f99fb { padding: 0 var(--wrapper-padding); }
.g-9e5a7745 { column-count: 1; }
.g-3e09d91b { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-9e5a7745 { text-align: center; }
 }

/* Block: approach::text--2 (text) */
.g-89da7203 { padding: var(--size-xl); }
@media screen and (max-width: 768px) { .g-89da7203 { text-align: center; padding: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-89da7203 { padding: var(--size-s); }
 }