/* Block: categories-list (categories-list) */
.g-c020fd06 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-c020fd06 .g-9774ac30 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-c020fd06 .g-9774ac30:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-c020fd06 .g-9774ac30:hover .g-fcf7d9ec { opacity: 1; }
.g-c020fd06 .g-496e61ac { position: relative; z-index: 1; }
.g-c020fd06 .g-fcf7d9ec { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-c020fd06 .g-f46d1d72 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-c020fd06 .g-f46d1d72 .g-fcf7d9ec { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-9774ac30 { min-height: 144px; padding-bottom: 82px; }
.g-fcf7d9ec { font-size: 72px; }
.g-f46d1d72 { padding-bottom: 120px; min-height: 159px; }
.g-f46d1d72 .g-fcf7d9ec { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-c020fd06 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-9774ac30 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-fcf7d9ec { font-size: 56px; right: 16px; bottom: 16px; }
.g-f46d1d72 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-f46d1d72 .g-fcf7d9ec { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-8afbe8d8 { 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-8afbe8d8 .g-5bd294bb { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8afbe8d8 .g-6eda2c28 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-5bd294bb { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-6eda2c28 { 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-cc513fad { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-34995f08 { display: block; }
.g-ee9a4505 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-ec0d53da { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-fe9dce9c { width: 100%; }
@media screen and (max-width: 768px) { .g-cc513fad { padding: var(--size-s); }
.g-ee9a4505 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-ec0d53da { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-fe9dce9c { width: auto; }
 }@media screen and (max-width: 576px) { .g-ec0d53da { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-037b319a { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-36aa623d { 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-36aa623d.g-e0a536cb { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-8e26d6b7 { margin-top: var(--section-padding); }
.g-53621223 { position: relative; 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: -80px; }
.g-df685f8f { max-width: 510px; }
.g-fbe2d34b { max-width: 430px; }
.g-c6c4c707 { margin-top: var(--size-xs); }
.g-443b2120 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-81ec23ee { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-93314da2 { 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-93314da2:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-a47aa2a5 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-58097b35 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-184c6210 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-bd1c3041 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-1d7e5e1c { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-bbead4b1 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-1dfe9131 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-53621223 { padding: var(--size-m); }
.g-df685f8f { max-width: initial; }
.g-fbe2d34b { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-1dfe9131 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-fdf0e579 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-53621223 { gap: var(--size-m); }
.g-443b2120 { flex-direction: column; gap: var(--size-xxs); }
.g-81ec23ee { width: 100%; }
.g-93314da2 { width: 100%; }
.g-bd1c3041 { justify-content: flex-start; align-items: flex-start; }
.g-1d7e5e1c { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal .menu-item a,
#navigation-modal .page_item a {
    text-decoration: none;
}
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item a:hover {
    text-decoration: underline;
}
#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-78f1b6a3 { position: relative; z-index: 5; }
.g-6bd7a137 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-93893979 { position: sticky; top: -1px; z-index: 5; }
.g-bf4c7a63 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-bf4c7a63::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-c3f6dcf1 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-e7536a9f { font-size: 34px; margin-right: var(--size-xxs); }
.g-8b66389a { font-size: 24px; font-weight: 600; }
.g-f593c06c { display: block; }
.g-2f6db069 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-56ffd259 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-56ffd259:hover { text-decoration: underline; }
.g-8f58c092 { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-e1bb3047 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-78f1b6a3 { position: sticky; top: 0; }
.g-6bd7a137 { justify-content: space-between; height: 65px; }
.g-f8ea7cce { top: 65px; height: 0; }
.g-bf4c7a63::after { display: none; }
.g-c3f6dcf1 { margin: 0; }
.g-f593c06c { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-f593c06c.g-ce25e8dd { display: block; }
.g-2f6db069 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-8f58c092 { display: flex; }
 }@media screen and (max-width: 576px) { .g-e7536a9f { font-size: 28px; }
.g-8b66389a { font-size: 20px; }
.g-f593c06c { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-dfd22011 { padding: var(--section-padding) 0; }
.g-d3cfe816 { display: flex; }
.g-78290ab0 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-04ba7d68 { margin-top: var(--size-s); }
.g-096aaa15 { margin-top: var(--size-m); }
.g-95eea20b { flex: 1; }
.g-8a5ea441 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-d3cfe816 { flex-direction: column; }
.g-78290ab0 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-8a5ea441 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-78290ab0 { padding-bottom: var(--size-m); }
.g-8a5ea441 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-035bf4d4 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-d472a805 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-34c20208 { text-align: center; margin-top: var(--size-xl); }
.g-10632a72 { text-align: center; margin-top: var(--size-s); }
.g-370384cf { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-34c20208 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-370384cf { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-90320051 .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;
    border: 1px solid var(--color-secondary);
}

.g-90320051 .page-numbers:hover {
    text-decoration: underline;
}

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

.g-90320051 .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-90320051 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-90320051 .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-90320051 .prev,
.g-90320051 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-65c0f8ee { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-65c0f8ee .g-8c8d9b9c { position: relative; text-decoration: none; }
.g-65c0f8ee .g-a06b821c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-65c0f8ee .g-765a61d9 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-65c0f8ee .g-765a61d9 img { width: 100%; height: 100%; object-fit: cover; }
.g-65c0f8ee .g-96504d61 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-65c0f8ee .g-703b82b7 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-65c0f8ee .g-2169b036 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-65c0f8ee .g-4a26ba43 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-b70590cf { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-b70590cf .g-8c8d9b9c { position: relative; text-decoration: none; }
.g-b70590cf .g-a06b821c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-b70590cf .g-765a61d9 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-b70590cf .g-765a61d9 img { width: 100%; height: 100%; object-fit: cover; }
.g-b70590cf .g-96504d61 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-b70590cf .g-703b82b7 { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b70590cf .g-2169b036 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-b70590cf .g-4a26ba43 { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-a06b821c { gap: 0 4px; }
 }

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

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

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

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

.g-269bd064 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-269bd064 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-269bd064 .g-69df502c { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-269bd064 .g-b2048c9a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-269bd064 .g-eab992e1 { margin-top: var(--size-m); }
.g-269bd064 .g-0a3c42a7 { 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-269bd064 .g-d90f2faa { display: block; text-decoration: none; }
.g-269bd064 .g-d90f2faa:hover { text-decoration: underline; }
.g-269bd064 .g-05cb84af { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-269bd064 { grid-template-columns: 1fr; }
.g-269bd064 .g-c21a640d { order: 1; }
.g-269bd064 .g-92d96c17 { order: 2; }
.g-269bd064 .g-eab992e1 { margin-top: var(--size-s); }
.g-269bd064 .g-0a3c42a7 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-180100a9 { position: relative; }
.g-3814140d { width: 100%; }
.g-0ecf63cd { position: relative; display: flex; flex-direction: column; }
.g-c82fac81 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-c82fac81::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-84726bd5 { width: 100%; height: 100%; }
.g-ced18f94 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-b087478e { 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-11e13bca { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-66213464 { 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-66213464:hover { text-decoration: underline; }
.g-494a8dd9 { margin-top: var(--size-m); }
.g-20bf5b53 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-0ecf63cd { padding-bottom: 40px; }
.g-11e13bca { gap: var(--size-xxs); }
.g-66213464 { height: 31px; padding: 8px 16px; }
.g-494a8dd9 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-b087478e { padding-bottom: 0; }
.g-66213464 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-0ecf63cd { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-84726bd5 { aspect-ratio: auto; height: 100%; }
.g-b087478e { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-da845c7b { text-align: center; }
.g-e10cc211 { position: relative; }
.g-473562eb { 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-473562eb:hover { color: var(--color-primary); }
.g-253f6dea { left: -42px; }
.g-15d552e9 { right: -42px; }
@media screen and (max-width: 1024px) { .g-a317d531 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-473562eb { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-29e74aef { text-align: center; max-width: 430px; margin: 0 auto; }
.g-4ad07f98 { margin-top: var(--size-xl); }
.g-aa9adf94 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-cfecd0dd { position: relative; display: inline-block; width: 100%; }
.g-cfecd0dd .g-5e887535 { 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-cfecd0dd .g-e281cb30 { 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-cfecd0dd .g-e281cb30:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-ccd71807 { padding: var(--section-padding) 0; }
.g-bdb40559 { display: flex; }
.g-726ea6ae { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-1399f5cd { margin-top: var(--size-s); }
.g-cc145969 { margin-top: var(--size-m); }
.g-4818cdfe { flex: 1; }
.g-0eda892c { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-bdb40559 { flex-direction: column; }
.g-726ea6ae { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-0eda892c { height: 400px; }
 }@media screen and (max-width: 576px) { .g-726ea6ae { padding-bottom: var(--size-m); }
.g-0eda892c { height: auto; }
 }

/* Block: front-page::faq--0 (faq) */
.g-c237f4e3 { display: flex; position: relative; gap: var(--size-s); }
.g-c237f4e3 * { flex: 1; }
.g-b4847914 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-2040ab77 { flex-shrink: 0; }
.g-e15a3e16 { grid-column: span 2; }
.g-5e836511 { user-select: none; }
.g-5e836511[open] .g-15d76a8e { transform: rotate(45deg); }
.g-baa14e8f { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-baa14e8f::-webkit-details-marker { display: none; }
.g-15d76a8e { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-15d76a8e svg { fill: var(--color-primary); }
.g-bab766ab { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-baa14e8f { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-15d76a8e { width: 24px; height: 24px; }
.g-15d76a8e svg { width: 16px; height: 16px; }
.g-bab766ab { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-c237f4e3 { flex-direction: column; }
.g-b4847914 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-e15a3e16 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-c237f4e3 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-3cd174a7 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-3cd174a7 .g-0e0046c4 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-3cd174a7 .g-0e0046c4:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-3cd174a7 .g-0e0046c4:hover .g-c5a8c98c { opacity: 1; }
.g-3cd174a7 .g-35bf9930 { position: relative; z-index: 1; }
.g-3cd174a7 .g-c5a8c98c { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-3cd174a7 .g-1c18ccf0 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-3cd174a7 .g-1c18ccf0 .g-c5a8c98c { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-0e0046c4 { min-height: 144px; padding-bottom: 82px; }
.g-c5a8c98c { font-size: 72px; }
.g-1c18ccf0 { padding-bottom: 120px; min-height: 159px; }
.g-1c18ccf0 .g-c5a8c98c { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-3cd174a7 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-0e0046c4 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-c5a8c98c { font-size: 56px; right: 16px; bottom: 16px; }
.g-1c18ccf0 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-1c18ccf0 .g-c5a8c98c { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-3323c006 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-3d4e7124 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-2e6066a0 { display: flex; justify-content: flex-start; }
.g-c3771846 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-19443050 { display: flex; justify-content: flex-start; align-items: center; }
.g-e30780ba { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-6bfa25c5 { fill: var(--color-text); }
.g-b0377fb0 { stroke: var(--color-text); }
.g-6946b01a { stroke: var(--color-text); }
.g-f6b64a7a { display: flex; flex-direction: column; }
.g-b0e34470 { flex: 0 0 50%; height: 383px; }
.g-34eb4382 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-3323c006 { flex-direction: column; }
.g-3d4e7124 { width: 100%; flex: 0 0 auto; }
.g-2e6066a0 { flex-direction: column; }
.g-c3771846 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-bbd5c1a9 { width: 100%; display: flex; justify-content: space-between; }
.g-19443050 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-e30780ba { margin-right: 0; }
.g-f6b64a7a { margin-top: var(--size-xs); }
.g-b0e34470 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-3d4e7124 { padding: var(--size-xs); }
.g-bbd5c1a9 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-19443050 { align-items: center; }
.g-f6b64a7a { text-align: center; }
.g-b0e34470 { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-6727eaf6 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-ca9e27b8 { flex: 0 1 560px; }
.g-22d2dd7b { flex: 1 1 630px; }
.g-dd433a33 { flex: 1; }
.g-ab7b1ae9 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-bf41593d { flex: 1; }
.g-b2a9c642 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-f3d42838 { 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: 768px) { .g-6727eaf6 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-ca9e27b8 { flex: auto; }
.g-22d2dd7b { flex: auto; width: 100%; }
.g-ab7b1ae9 { margin-top: var(--size-s); }
.g-bf41593d { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-b2a9c642 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-ca9e27b8 { text-align: center; }
.g-ab7b1ae9 { flex-direction: column; }
.g-bf41593d { flex: auto; text-align: center; }
.g-b2a9c642 { align-items: center; }
 }

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

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

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

/* Block: approach::process--0 (process) */
.g-79b53a8b { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-79b53a8b::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: 1; }
.g-e3198bcd { 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-e3198bcd::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-5998f291::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-38779c0b { 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-040eb4ce { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-8ec3b36f { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-d28941eb { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-d175305c { padding-bottom: 37px; }
.g-d175305c::before { bottom: 0; }
.g-bb5219b9 { padding-top: 35px; }
.g-bb5219b9::before { top: 0; }
@media screen and (max-width: 768px) { .g-79b53a8b { flex-direction: column; }
.g-79b53a8b::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-13ebfff5 { width: 50%; }
.g-38779c0b { margin: 0; align-self: initial; }
.g-040eb4ce { order: 2; margin-left: auto; align-self: initial; }
.g-8ec3b36f { order: 3; align-self: initial; }
.g-d28941eb { margin-left: auto; align-self: initial; }
.g-e3198bcd { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-e3198bcd::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-d175305c { padding-bottom: var(--size-xs); }
.g-bb5219b9 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-bb5219b9::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-79b53a8b::before { left: 0; }
.g-13ebfff5 { width: 100%; }
.g-38779c0b { margin: 0; }
.g-040eb4ce { margin: 0; }
.g-8ec3b36f { margin: 0; }
.g-d28941eb { margin: 0; }
.g-e3198bcd { padding-left: var(--size-s); }
.g-e3198bcd::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-d175305c { margin: 0; padding-top: 35px; }
.g-bb5219b9 { padding-top: 35px; }
 }

/* Block: approach::about--0 (about) */
.g-20cf3421 { padding: 0; }
@media screen and (max-width: 1280px) { .g-7e12ef55 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-20cf3421 { padding: 0 var(--wrapper-padding); }
.g-545f1f30 { column-count: 1; }
.g-7e12ef55 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-545f1f30 { text-align: center; }
 }

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

/* Block: approach::about--1 (about) */
.g-1ad6d943 { padding: 0; }
@media screen and (max-width: 1280px) { .g-4fbd6901 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-1ad6d943 { padding: 0 var(--wrapper-padding); }
.g-384111fe { column-count: 1; }
.g-4fbd6901 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-384111fe { text-align: center; }
 }