/* Block: categories-list (categories-list) */
.g-9a9317e2 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-9a9317e2 .g-18d4b420 { 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-9a9317e2 .g-18d4b420: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-9a9317e2 .g-18d4b420:hover .g-79817678 { opacity: 1; }
.g-9a9317e2 .g-a2c87775 { position: relative; z-index: 1; }
.g-9a9317e2 .g-79817678 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-9a9317e2 .g-6fa79b07 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-9a9317e2 .g-6fa79b07 .g-79817678 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-18d4b420 { min-height: 144px; padding-bottom: 82px; }
.g-79817678 { font-size: 72px; }
.g-6fa79b07 { padding-bottom: 120px; min-height: 159px; }
.g-6fa79b07 .g-79817678 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-9a9317e2 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-18d4b420 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-79817678 { font-size: 56px; right: 16px; bottom: 16px; }
.g-6fa79b07 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-6fa79b07 .g-79817678 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-0ecd54d8 { padding: var(--size-m) 0 var(--section-padding); }
.g-0ecd54d8 .g-e6676df3 { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-0ecd54d8 .g-548fd7e7 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-e6676df3 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-548fd7e7 { 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-19061054 { 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-064cf6c0 { display: block; }
.g-d2245b51 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-19061054 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-d2245b51 { gap: var(--size-xxs); }
.g-9340df64 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-b5bba11e { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-827fd098 { 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-827fd098.g-d8a64b16 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-191d171a { margin-top: var(--section-padding); }
.g-321a91d8 { 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-d69540c4 { max-width: 510px; }
.g-fd997746 { max-width: 430px; }
.g-6768a701 { margin-top: var(--size-xs); }
.g-dbe52080 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d4ee6795 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-4183abc3 { 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-4183abc3:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-5c535559 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-ca1f7853 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-760d9a54 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-9ccfd99b { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-1f84b481 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-69b85136 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-bbab9ba3 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-321a91d8 { padding: var(--size-m); }
.g-d69540c4 { max-width: initial; }
.g-fd997746 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-bbab9ba3 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-429e61f4 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-321a91d8 { gap: var(--size-m); }
.g-dbe52080 { flex-direction: column; gap: var(--size-xxs); }
.g-d4ee6795 { width: 100%; }
.g-4183abc3 { width: 100%; }
.g-9ccfd99b { justify-content: flex-start; align-items: flex-start; }
.g-1f84b481 { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 0.1s text-shadow ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-a1d1e4bd { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-be0dfb77 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-689b325b { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-d54e9b95 { font-size: 34px; margin-right: var(--size-xxs); }
.g-53e4bdf9 { font-size: 24px; font-weight: 600; }
.g-ec8ab91a { -ms-overflow-style: none; scrollbar-width: none; }
.g-cb2820f2 { display: none; }
.g-c0b0830b { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-4ee4678e { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-4ee4678e:hover { transform: scale(1.05); }
.g-4ee4678e svg { fill: var(--color-text-light); }
.g-198ee4f5 { display: none; }
.g-36945203 { display: none; }
.g-a500b250 { display: inline; }
.g-c0a55d3a { display: none; }
.g-7a240078 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-7a240078.g-dceffa05 { display: flex; width: 100%; }
.g-84c6fc13 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-d54e9b95 { font-size: 28px; }
.g-53e4bdf9 { font-size: 20px; }
.g-c0b0830b { gap: var(--size-xxs); }
.g-45e26358 { display: none; }
.g-36945203 { display: block; }
.g-7a240078.g-dceffa05 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-5106d412 { padding: var(--section-padding) 0; }
.g-c78d0c24 { display: flex; }
.g-512010be { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-7de8933b { margin-top: var(--size-s); }
.g-a386949e { margin-top: var(--size-m); }
.g-823816c5 { flex: 1; }
.g-150dd1c0 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-c78d0c24 { flex-direction: column; }
.g-512010be { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-150dd1c0 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-512010be { padding-bottom: var(--size-m); }
.g-150dd1c0 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-6fb74339 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-64a26b1d { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-3eba8af1 { text-align: center; margin-top: var(--size-xl); }
.g-813adb0a { text-align: center; margin-top: var(--size-s); }
.g-530c2c25 { text-align: center; }
@media screen and (max-width: 768px) { .g-3eba8af1 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-bb55e89f { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-7d1023a0 { margin-top: var(--size-xl); text-align: center; }
.g-b344c3a5 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-bb55e89f { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-bb55e89f { padding-bottom: 35px; }
.g-7d1023a0 { margin-top: var(--size-xs); }
 }

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

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

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

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

.g-92b973f7 .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-92b973f7 .prev,
.g-92b973f7 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-b8080bda { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-b8080bda .g-fb77d865 { position: relative; text-decoration: none; }
.g-b8080bda .g-a0522469 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-b8080bda .g-e97467fd { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-b8080bda .g-e97467fd img { width: 100%; height: 100%; object-fit: cover; }
.g-b8080bda .g-71a4dcd6 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-b8080bda .g-b0eb453f { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b8080bda .g-7f96d47b { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-b8080bda .g-0c5a05b6 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-bbb98df3 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-bbb98df3 .g-fb77d865 { position: relative; text-decoration: none; }
.g-bbb98df3 .g-a0522469 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-bbb98df3 .g-e97467fd { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-bbb98df3 .g-e97467fd img { width: 100%; height: 100%; object-fit: cover; }
.g-bbb98df3 .g-71a4dcd6 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-bbb98df3 .g-b0eb453f { 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-bbb98df3 .g-7f96d47b { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-bbb98df3 .g-0c5a05b6 { 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-a0522469 { 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-658a7ec3 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-658a7ec3 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-658a7ec3 .g-90fd4307 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-658a7ec3 .g-2ab045ef { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-658a7ec3 .g-ef0c62a2 { margin-top: var(--size-m); }
.g-658a7ec3 .g-45c7cacf { 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-658a7ec3 .g-5a9ed3c3 { display: block; text-decoration: none; }
.g-658a7ec3 .g-5a9ed3c3:hover { text-decoration: underline; }
.g-658a7ec3 .g-71793eff { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-658a7ec3 { grid-template-columns: 1fr; }
.g-658a7ec3 .g-6fe0fc1b { order: 1; }
.g-658a7ec3 .g-76a9732f { order: 2; }
.g-658a7ec3 .g-ef0c62a2 { margin-top: var(--size-s); }
.g-658a7ec3 .g-45c7cacf { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-f9ed982d { position: relative; }
.g-d1fbe48d { width: 100%; }
.g-552f1106 { position: relative; display: flex; flex-direction: column; }
.g-2efb40eb { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-2efb40eb::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-cabd8bc4 { width: 100%; height: 100%; }
.g-4df05b27 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-94619d32 { 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-fcd2a474 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-9d486dc2 { 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-9d486dc2:hover { text-decoration: underline; }
.g-9ca056a4 { margin-top: var(--size-m); }
.g-ec824433 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-552f1106 { padding-bottom: 40px; }
.g-fcd2a474 { gap: var(--size-xxs); }
.g-9d486dc2 { height: 31px; padding: 8px 16px; }
.g-9ca056a4 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-94619d32 { padding-bottom: 0; }
.g-9d486dc2 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-552f1106 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-cabd8bc4 { aspect-ratio: auto; height: 100%; }
.g-94619d32 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-5cf6c385 { text-align: center; }
.g-607f5882 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-be9dca37 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-d6590f81 { 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-d6590f81:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-607f5882 { margin-top: var(--size-m); }
.g-be9dca37 { border-radius: var(--size-m); }
.g-d6590f81 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-c4a591ec { margin-top: var(--size-m); max-width: 600px; }
.g-794658b9 { margin-top: var(--size-m); max-width: 600px; }
.g-3ded1597 { margin-top: var(--size-xl); }

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

/* Block: toTop (toTop) */
.g-84f1a994 { 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-84f1a994 svg { fill: var(--color-text-light); }
.g-3e60e993 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-84f1a994 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-76cc0915 { padding: var(--section-padding) 0; }
.g-e5a5b0c3 { display: flex; }
.g-8279bd1a { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-03badc5b { margin-top: var(--size-s); }
.g-459acb29 { margin-top: var(--size-m); }
.g-29f425f5 { flex: 1; }
.g-b31d0301 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-e5a5b0c3 { flex-direction: column; }
.g-8279bd1a { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-b31d0301 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-8279bd1a { padding-bottom: var(--size-m); }
.g-b31d0301 { height: auto; }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-17d7053c { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-17d7053c .g-8ccd5453 { 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-17d7053c .g-8ccd5453: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-17d7053c .g-8ccd5453:hover .g-8e1ee1c2 { opacity: 1; }
.g-17d7053c .g-77579c62 { position: relative; z-index: 1; }
.g-17d7053c .g-8e1ee1c2 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-17d7053c .g-dea0ee16 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-17d7053c .g-dea0ee16 .g-8e1ee1c2 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-8ccd5453 { min-height: 144px; padding-bottom: 82px; }
.g-8e1ee1c2 { font-size: 72px; }
.g-dea0ee16 { padding-bottom: 120px; min-height: 159px; }
.g-dea0ee16 .g-8e1ee1c2 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-17d7053c { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-8ccd5453 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-8e1ee1c2 { font-size: 56px; right: 16px; bottom: 16px; }
.g-dea0ee16 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-dea0ee16 .g-8e1ee1c2 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-2a389166 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-57b396da { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-fd6bcbca { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-2d4176c9 { display: none; }
.g-11cce37b { width: 100%; }
.g-aea39317 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-68bcd871 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-f42963e7 { 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-2fc94ead { fill: var(--color-text); }
.g-bc24b7d0 { stroke: var(--color-text); }
.g-07ec620a { stroke: var(--color-text); }
.g-1f4d42c4 { display: flex; flex-direction: column; }
.g-63c10651 { width: 100%; height: 300px; }
.g-6fd23efc { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-2a389166 { flex-direction: column-reverse; }
.g-57b396da { flex-direction: column-reverse; justify-content: flex-start; }
.g-fd6bcbca { flex: 1; }
.g-2ed66c2a { display: none; }
.g-2d4176c9 { display: block; text-align: center; }
.g-aea39317 { justify-content: space-evenly; }
.g-63c10651 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-57b396da { width: 100%; }
 }@media screen and (max-width: 768px) { .g-f42963e7 { margin-right: 0; }
.g-1f4d42c4 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-57b396da { text-align: center; }
.g-fd6bcbca { padding: var(--size-s); }
.g-aea39317 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-68bcd871 { flex: inherit; align-items: center; }
 }

/* Block: approach::about--0 (about) */
.g-46de7283 { display: flex; align-items: center; gap: var(--size-m); }
.g-7a932151 { flex: 1; }
.g-17f0c654 { position: relative; padding: var(--size-m); }
.g-17f0c654::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-c911ba28 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-46de7283 { flex-direction: column; align-items: stretch; }
.g-7a932151 { flex: auto; }
.g-17f0c654 { padding: var(--size-m) var(--size-s); }
.g-17f0c654::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-17f0c654 { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-937ca329 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-e17d1cbc { flex: 1; }
.g-ead903fa { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-092c7155 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-3d66f907 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-937ca329 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-e17d1cbc { text-align: center; }
.g-3d66f907 { font-size: 32px; flex: 0 0 35px; }
 }

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

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

/* Block: approach::faq--0 (faq) */
.g-8829c5bf { position: relative; gap: var(--size-s); }
.g-8829c5bf * { flex: 1; }
.g-83cdc661 { width: 80%; margin-inline: auto; }
.g-c72ea650 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-a67c12d6 { user-select: none; }
.g-a67c12d6[open] .g-ee573c3f { transform: scaleY(1); }
.g-853b7c5e { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-853b7c5e::-webkit-details-marker { display: none; }
.g-ee573c3f { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-ee573c3f svg { fill: var(--color-primary); }
.g-4e07f222 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-853b7c5e { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-4e07f222 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-8829c5bf { flex-direction: column; }
.g-83cdc661 { width: 100%; margin-top: var(--size-m); }
.g-c72ea650 { margin-right: var(--size-s); }
 }

/* Block: about-page::about--0 (about) */
.g-760837ec { display: flex; align-items: center; gap: var(--size-m); }
.g-a2ad8670 { flex: 1; }
.g-433c84c7 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-760837ec { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-391da82a { text-align: center; }
 }

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