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

/* Block: category-header (category-header) */
.g-efbcceb4 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-efbcceb4 .g-ee40df27 { 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-efbcceb4 .g-f10a25b8 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-efbcceb4 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-ee40df27 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-eed6e15b { text-align: center; }
.g-f10a25b8 { 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-32e837e3 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-9412a4da { display: block; }
.g-7bd37c06 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-91c9b779 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-cd3350c7 { width: 100%; }
@media screen and (max-width: 768px) { .g-32e837e3 { padding: var(--size-s); }
.g-7bd37c06 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-91c9b779 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-cd3350c7 { width: auto; }
 }@media screen and (max-width: 576px) { .g-91c9b779 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-d381f37d { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-f673fb97 { 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-f673fb97.g-ac038ae0 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-22e97237 { margin-top: var(--section-padding); }
.g-c2755546 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-7baa8169 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-00435300 { max-width: 524px; }
.g-620fef5d { max-width: 450px; }
.g-3ae5c675 { margin-top: var(--size-xs); }
.g-1089d715 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-339dc1ad { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-cf9089e0 { 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-cf9089e0:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-9bc49ac9 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-a42c6926 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-9ab70ab6 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-e220ad2a { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-3ed68713 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-00435300 { max-width: initial; }
.g-620fef5d { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-e220ad2a { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-3ed68713 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-10540cd1 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-7baa8169 { gap: var(--size-m); }
.g-1089d715 { flex-direction: column; gap: var(--size-xxs); }
.g-339dc1ad { width: 100%; }
.g-cf9089e0 { width: 100%; }
.g-e220ad2a { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-093f94cf { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-8e74c97a { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-a08d49cb { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-b3148ed8 { font-size: 34px; margin-right: var(--size-xxs); }
.g-418c5a47 { font-size: 24px; font-weight: 600; }
.g-4c08653c { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-117ed1a3 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-117ed1a3:hover { opacity: 0.7; }
.g-117ed1a3 svg { fill: var(--color-text); }
.g-1af57f89 { display: none; }
.g-7bd196ef { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-83a1a14d { clip-path: inherit; }
.g-83a1a14d .g-f884f5a2 { background-color: rgba(0, 0, 0, 0.2); }
.g-83a1a14d .g-5072e24a { opacity: 1; transform: translateX(0); }
.g-48460061 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-607401c4 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-607401c4:hover { opacity: 0.7; }
.g-607401c4 svg { fill: var(--color-text); }
.g-f884f5a2 { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-5072e24a { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-117ed1a3 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-b3148ed8 { font-size: 28px; }
.g-418c5a47 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-8e74c97a { justify-content: flex-start; }
.g-4c08653c { gap: var(--size-m); }
.g-2616b5bd { display: none; }
.g-1af57f89 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-11126bb1 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-f8a4f111 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-f6962f24 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-f6962f24::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-54bc6bfa { 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-0ab94a98 { max-width: 760px; text-align: center; }
.g-a64b019f { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-11126bb1 { min-height: 500px; }
.g-54bc6bfa { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-0ab94a98 { text-align: left; }
.g-c935cff6 { margin-top: var(--size-xs); }
.g-a64b019f { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-44b110b7 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-cf422201 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-874ca701 { text-align: center; margin-top: var(--size-xl); }
.g-3603708c { text-align: center; margin-top: var(--size-s); }
.g-d0972582 { text-align: center; }
@media screen and (max-width: 768px) { .g-874ca701 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-header (post-header) */
.g-c4a4b291 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-3735b7b8 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-d5d5d1de { display: flex; align-items: center; justify-content: center; }
.g-ee521fe3 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-dbe242db { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-dbe242db:hover { filter: brightness(0.96); }
.g-3be2532d { margin-top: var(--size-m); }
.g-20edfc7d { margin-top: var(--size-s); margin-bottom: auto; }
.g-43eaba03 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-c4a4b291 { grid-template-columns: 1fr; }
.g-3735b7b8 { max-width: 70%; }
.g-d5d5d1de { max-width: 70%; display: block; }
.g-dbe242db { height: 30px; }
 }@media screen and (max-width: 768px) { .g-c4a4b291 { gap: var(--size-m); }
.g-3735b7b8 { max-width: 100%; }
.g-d5d5d1de { max-width: 100%; }
.g-20edfc7d { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-84530158 { text-align: center; }
.g-25afe1b5 { position: relative; }
.g-a77f9ff2 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-a77f9ff2:hover { background-color: var(--color-primary); }
.g-9f12c72c { left: -42px; }
.g-25bf3398 { right: -42px; }
@media screen and (max-width: 1024px) { .g-11afe444 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-a77f9ff2 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-632a7218 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-632a7218 .g-771dd60b { margin-top: var(--size-m); max-width: 600px; }
.g-c06cb3c1 { margin-top: var(--size-xl); }
.g-3c71fb89 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-632a7218 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-c477af8d { position: relative; display: inline-block; width: 100%; }
.g-c477af8d .g-c92221e0 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-c477af8d .g-22edf37f { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-c477af8d .g-8ef1a93a { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-c477af8d .g-8ef1a93a:hover { opacity: .7; }
.g-c477af8d .g-9ad29826 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-c477af8d .g-9ad29826:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-3ff169ac { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-dc15f14a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-3a0e8a68 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-3a0e8a68::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-94129d54 { 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-9aa7ca56 { max-width: 760px; text-align: center; }
.g-777c6ba9 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-3ff169ac { min-height: 500px; }
.g-94129d54 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-9aa7ca56 { text-align: left; }
.g-dcec2299 { margin-top: var(--size-xs); }
.g-777c6ba9 { margin-top: var(--size-s); }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-eab9f94f { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-8abb9d77 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-03ea760f { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-6988297e { display: flex; justify-content: flex-start; align-items: center; }
.g-b917f5ab { 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-e369e70a { display: flex; flex-direction: column; }
.g-c3952d44 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-93b50fbb { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-eab9f94f { flex-direction: column-reverse; }
.g-8abb9d77 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-e903db0a { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-e903db0a .g-6988297e { margin-top: 0; }
.g-6988297e { align-items: flex-start; flex-direction: column; flex: 1; }
.g-b917f5ab { margin-right: 0; }
.g-e369e70a { margin-top: var(--size-xs); }
.g-c3952d44 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-8abb9d77 { text-align: center; }
.g-e903db0a { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-6988297e { align-items: center; }
.g-c450ae10 { margin: 0 auto; }
 }

/* Block: about-page::about--0 (about) */
.g-143c1963 { padding: 0; }
@media screen and (max-width: 1280px) { .g-01b51b36 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-143c1963 { padding: 0 var(--wrapper-padding); }
.g-6798dc88 { column-count: 1; }
.g-01b51b36 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-6798dc88 { text-align: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-ec5ea11e { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-6ed43674 { flex: 1; }
.g-437cf939 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-33154cf5 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-9dc47239 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-ec5ea11e { flex-direction: column; gap: var(--size-m); }
.g-6ed43674 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-437cf939 { gap: var(--size-s); }
.g-33154cf5 { flex-direction: column; gap: var(--size-xxs); }
 }

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

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

/* Block: expertise::process--0 (process) */
.g-665867bc { width: 60%; }
.g-ca124f2d { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-ca124f2d::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-00d14d7e { flex: 1; }
.g-67e4be36 { position: relative; height: 100%; }
.g-67e4be36::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-02f14d44 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-69a0e602 { flex-direction: column; }
.g-665867bc { width: 100%; }
.g-ca124f2d { flex-direction: column; }
.g-ca124f2d::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-67e4be36 { display: flex; justify-content: flex-start; align-items: center; }
.g-67e4be36::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-02f14d44 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-665867bc { text-align: center; }
.g-ca124f2d::before { left: 57px; }
.g-67e4be36::before { left: 50px; }
.g-02f14d44 { font-size: 32px; flex: 0 0 75px; }
 }

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

/* Block: expertise::text--1 (text) */
.g-e814e489 { text-align: center; }