/* Block: categories-list (categories-list) */
.g-92dc1d80 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-92dc1d80 .g-7d36806b { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-92dc1d80 .g-7d36806b:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-396af795 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-396af795 .g-225d7818 { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-396af795 .g-6eb639b4 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-396af795 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-225d7818 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-f002b51f { text-align: center; }
.g-6eb639b4 { 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-16b718c1 { 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-f3dd65b7 { display: block; }
.g-2260070c { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-16b718c1 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-2260070c { gap: var(--size-xxs); }
.g-96d414ff { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-ea073810 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-41a4c955 { 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-41a4c955.g-7244daa9 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-2a10f680 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-497832e0 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-54f68935 { max-width: 563px; }
.g-3f591d72 { max-width: 465px; }
.g-38036c8c { margin-top: var(--size-xs); }
.g-2469bc42 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-28240771 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-25f92a7c { 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-25f92a7c:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-6db12b6a { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-7204a7c0 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-3635d205 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-2dbba4f2 { display: flex; justify-content: space-between; align-items: center; }
.g-cee271e5 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-d0c07fa4 { 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-54f68935 { max-width: 550px; }
.g-3f591d72 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-2dbba4f2 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-cee271e5 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-d0c07fa4 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-1e020b68 { order: 3; }
 }@media screen and (max-width: 576px) { .g-497832e0 { gap: var(--size-m); }
.g-2469bc42 { flex-direction: column; gap: var(--size-xxs); }
.g-28240771 { width: 100%; }
.g-25f92a7c { width: 100%; }
.g-cee271e5 { flex-direction: column; 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 {
    position: relative;
    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 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 {
    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 {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a .g-7c8c917a,
#header-nav-desktop .current_page_item a .g-7c8c917a,
#header-nav-dropdown .current-menu-item a .g-7c8c917a,
#header-nav-dropdown .current_page_item a .g-7c8c917a {
    background-color: var(--color-text);
}

.g-a4e17cbb { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-b8f000aa { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-36cc6433 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-bd22e14a { display: none; }
.g-35f72ac6 { font-size: 34px; margin-right: var(--size-xxs); }
.g-9a143d8f { font-size: 24px; font-weight: 600; }
.g-08534136 { -ms-overflow-style: none; scrollbar-width: none; }
.g-9a1071b9 { display: none; }
.g-006c13b1 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-7c8c917a { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-aaccb114 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-aaccb114:hover { transform: scale(1.05); }
.g-c3356c4b { display: none; }
.g-fa25f7c0 { display: none; }
.g-f96387a6 { display: inline; }
.g-8e16f9a1 { display: none; }
.g-0806b514 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-0806b514.g-e87f050d { display: flex; width: 100%; }
.g-d5a07a5d { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-d5a07a5d .g-7c8c917a { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-35f72ac6 { font-size: 28px; }
.g-9a143d8f { font-size: 20px; }
.g-006c13b1 { gap: var(--size-xxs); }
.g-16d3db18 { display: none; }
.g-fa25f7c0 { display: block; }
.g-0806b514.g-e87f050d { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-68c3d549 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-c9ddbd63 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-f8f0477c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-f8f0477c::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-a4e5c411 { 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-e5ae62fb { max-width: 760px; text-align: center; }
.g-3db1500e { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-68c3d549 { min-height: 500px; }
.g-a4e5c411 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-e5ae62fb { text-align: left; }
.g-1aa63369 { margin-top: var(--size-xs); }
.g-3db1500e { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-d9669ef7 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-ad10f4ce { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-67cbe210 { text-align: center; margin-top: var(--size-xl); }
.g-08bebf6c { text-align: center; margin-top: var(--size-s); }
.g-124bc1e2 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-67cbe210 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-124bc1e2 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-2f88acc3 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-2f88acc3 .g-cf27db56 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-2f88acc3 .g-599ce149 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-2f88acc3 .g-599ce149 img { width: 100%; height: 100%; object-fit: cover; }
.g-2f88acc3 .g-3d6116ea { 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-2f88acc3 .g-2b267184 { 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-2f88acc3 .g-d3f7ad53 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-2f88acc3 .g-c869b628 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-2f88acc3 .g-009fd40c { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-2f88acc3 .g-009fd40c:hover { text-decoration: underline; }
.g-2f88acc3 .g-29e82fd3 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-2f88acc3 .g-c112c635 { margin-top: var(--size-s); }
.g-2f88acc3 .g-e0af90e1 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-5e5d0d7b { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-5e5d0d7b .g-cf27db56 { position: relative; height: 100%; text-decoration: none; }
.g-5e5d0d7b .g-66592d21 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-5e5d0d7b .g-f1215836 { flex-shrink: 0; width: 120px; }
.g-5e5d0d7b .g-599ce149 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-5e5d0d7b .g-599ce149 img { width: 100%; height: 100%; object-fit: cover; }
.g-5e5d0d7b .g-2b267184 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-5e5d0d7b .g-d3f7ad53 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-5e5d0d7b .g-c869b628 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-5e5d0d7b .g-29e82fd3 { white-space: nowrap; opacity: 0.8; }
.g-5e5d0d7b .g-e0af90e1 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-3d6116ea { padding: 0 8px 8px; }
.g-2b267184 { gap: 0 4px; }
.g-5e5d0d7b { padding: 16px 0; }
.g-5e5d0d7b .g-66592d21 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-5e5d0d7b .g-f1215836 { flex-shrink: initial; width: auto; }
.g-5e5d0d7b .g-599ce149 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-5e5d0d7b .g-3d6116ea { 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-eb8209c0 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-eb8209c0 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-eb8209c0 .g-b3072db4 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-eb8209c0 .g-e482060a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-eb8209c0 .g-18b9cc29 { margin-top: var(--size-m); }
.g-eb8209c0 .g-399ddc8a { 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-eb8209c0 .g-7c5a5ea2 { display: block; text-decoration: none; }
.g-eb8209c0 .g-7c5a5ea2:hover { text-decoration: underline; }
.g-eb8209c0 .g-8fd53a7e { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-eb8209c0 { grid-template-columns: 1fr; }
.g-eb8209c0 .g-072639d1 { order: 1; }
.g-eb8209c0 .g-b45866ee { order: 2; }
.g-eb8209c0 .g-18b9cc29 { margin-top: var(--size-s); }
.g-eb8209c0 .g-399ddc8a { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-1d14f40e { position: relative; }
.g-9d8e3ce9 { width: 100%; }
.g-950bbccb { position: relative; display: flex; flex-direction: column; }
.g-2108ab96 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-2108ab96::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-29e1a73b { width: 100%; height: 100%; }
.g-702a4bae { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-848f7c6c { 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-422c1103 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-07d8a64d { 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-07d8a64d:hover { text-decoration: underline; }
.g-5a6f0161 { margin-top: var(--size-m); }
.g-78c6775a { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-950bbccb { padding-bottom: 40px; }
.g-422c1103 { gap: var(--size-xxs); }
.g-07d8a64d { height: 31px; padding: 8px 16px; }
.g-5a6f0161 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-848f7c6c { padding-bottom: 0; }
.g-07d8a64d { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-950bbccb { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-29e1a73b { aspect-ratio: auto; height: 100%; }
.g-848f7c6c { margin: var(--size-xl) auto; }
 }

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

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

/* Block: search (search) */
.g-14afef73 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-e58fc22d { margin-top: var(--size-xl); }
.g-df60daa4 { max-width: 430px; margin-inline: auto; text-align: center; }

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

/* Block: toTop (toTop) */
.g-6c358b0e { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-2b420a21 { fill: var(--color-text-light); }
.g-79d63ef1 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-6c358b0e { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-dffad8d6 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-e710a54e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-3cd237ca { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-3cd237ca::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-89a76f2f { 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-248fb1f1 { max-width: 760px; text-align: center; }
.g-53e19f9e { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-dffad8d6 { min-height: 500px; }
.g-89a76f2f { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-248fb1f1 { text-align: left; }
.g-6f2dedd0 { margin-top: var(--size-xs); }
.g-53e19f9e { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-e530a9fc { display: flex; align-items: center; gap: var(--size-m); }
.g-159bb76e { flex: 1; }
.g-70cb08b0 { position: relative; padding: var(--size-m); }
.g-70cb08b0::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-ae919b8e { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-e530a9fc { flex-direction: column; align-items: stretch; }
.g-159bb76e { flex: auto; }
.g-70cb08b0 { padding: var(--size-m) var(--size-s); }
.g-70cb08b0::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-70cb08b0 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-dab77c17 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-dab77c17 .g-7a571d3a { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-dab77c17 .g-7a571d3a:hover { filter: brightness(0.96); }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-df3817af { position: relative; z-index: 1; }
.g-d07156b5 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-40744ff6 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-d70d5fad { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-74b6f911 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-81043010 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-68fe7307 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-1b8ac8cb { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-53089031 { fill: var(--color-text); }
.g-43b48a97 { stroke: var(--color-text); }
.g-2978193d { stroke: var(--color-text); }
.g-c556c10d { display: flex; flex-direction: column; }
.g-4594ad17 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-d07156b5 { flex-direction: column; }
.g-75f17728 { margin-top: 0; }
.g-d70d5fad { flex: 1; }
.g-4594ad17 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-c556c10d { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-40744ff6 { align-items: center; text-align: center; }
.g-d70d5fad { padding: var(--size-s); }
.g-74b6f911 { transform: translateY(var(--size-xl)); }
.g-81043010 { flex-direction: column; align-items: center; }
.g-4594ad17 { height: 370px; }
 }

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

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

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

/* Block: expertise::text--0 (text) */
.g-74593a00 { text-align: center; }

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

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

/* Block: expertise::about--0 (about) */
.g-e9b8d60a { display: flex; align-items: center; gap: var(--size-m); }
.g-4a07c0b9 { flex: 1; }
.g-ecacba61 { position: relative; padding: var(--size-m); }
.g-ecacba61::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-60f4428e { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-e9b8d60a { flex-direction: column; align-items: stretch; }
.g-4a07c0b9 { flex: auto; }
.g-ecacba61 { padding: var(--size-m) var(--size-s); }
.g-ecacba61::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-ecacba61 { text-align: center; }
 }

/* Block: expertise::text--2 (text) */
.g-e0993183 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-595b0ed7 { text-align: center; }
.g-e0993183 { column-count: 1; }
 }