/* Block: categories-list (categories-list) */
.g-d8a333b4 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-d8a333b4 .g-6efc0fd8 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-d8a333b4 .g-6efc0fd8:hover { filter: brightness(0.96); }
.g-d8a333b4 .g-6efc0fd8:hover .g-9a763036 { opacity: 1; }
.g-d8a333b4 .g-2d53b3ac { position: relative; z-index: 1; }
.g-d8a333b4 .g-9a763036 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-6efc0fd8 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-9a763036 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-6efc0fd8 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-9a763036 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-68de47f2 { padding: var(--size-m) 0 var(--section-padding); }
.g-68de47f2 .g-28d8edc2 { 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-68de47f2 .g-fdfd889e { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-28d8edc2 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-fdfd889e { 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-6c5a072b { 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-4d113617 { display: block; }
.g-ca0c981a { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-6c5a072b { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-ca0c981a { gap: var(--size-xxs); }
.g-95bd7a09 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-4d35ac7e { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-010f99b7 { 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-010f99b7.g-3f3a0154 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-3579d8a0 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-9e363274 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-334f5f38 { max-width: 563px; }
.g-98406990 { max-width: 465px; }
.g-6104ce69 { margin-top: var(--size-xs); }
.g-be1211b7 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2ec31c4d { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-6b6700fd { 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-6b6700fd:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-e285f250 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-8ffa31c9 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-4863503f { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-37bd3d1a { display: flex; justify-content: space-between; align-items: center; }
.g-9c796714 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-4fb831fc { 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-334f5f38 { max-width: 550px; }
.g-98406990 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-37bd3d1a { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-9c796714 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-4fb831fc { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-c1741977 { order: 3; }
 }@media screen and (max-width: 576px) { .g-9e363274 { gap: var(--size-m); }
.g-be1211b7 { flex-direction: column; gap: var(--size-xxs); }
.g-2ec31c4d { width: 100%; }
.g-6b6700fd { width: 100%; }
.g-9c796714 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-32f32740 { position: relative; z-index: 5; }
.g-803ecb22 { width: 100%; }
.g-b8f62026 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-53645b78 { position: sticky; top: -1px; z-index: 5; }
.g-c4a0598a { display: block; }
.g-3ced3090 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-3ced3090::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-392f9903 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-75069764 { font-size: 34px; margin-right: var(--size-xxs); }
.g-9e318192 { font-size: 24px; font-weight: 600; }
.g-f80f10c9 { display: block; }
.g-0a9fa6f5 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-4c715751 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-4c715751:hover { text-decoration: underline; }
.g-72428222 { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-93414b95 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-32f32740 { position: sticky; top: 0; }
.g-b8f62026 { justify-content: space-between; height: 65px; }
.g-cfcda62f { top: 65px; height: 0; }
.g-3ced3090::after { display: none; }
.g-392f9903 { margin: 0; }
.g-f80f10c9 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-f80f10c9.g-e030dbe8 { display: block; }
.g-0a9fa6f5 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-72428222 { display: flex; }
 }@media screen and (max-width: 576px) { .g-75069764 { font-size: 28px; }
.g-9e318192 { font-size: 20px; }
.g-f80f10c9 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-9308d7b5 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-ea71b5b1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-62977fb6 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-62977fb6::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-cf09b980 { 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-c401d23a { max-width: 760px; text-align: center; }
.g-a4542502 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-9308d7b5 { min-height: 500px; }
.g-cf09b980 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-c401d23a { text-align: left; }
.g-fa6623d2 { margin-top: var(--size-xs); }
.g-a4542502 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-7167f9d0 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-525e50b6 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-15818a40 { text-align: center; margin-top: var(--size-xl); }
.g-230f1e78 { text-align: center; margin-top: var(--size-s); }
.g-0c0a1b05 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-15818a40 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-0c0a1b05 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-630d7b65 .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
}

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

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

.g-630d7b65 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

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

.g-630d7b65 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-630d7b65 .prev,
.g-630d7b65 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-630d7b65 .prev:hover,
.g-630d7b65 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-990123c8 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-990123c8 .g-59bc11df { position: relative; text-decoration: none; }
.g-990123c8 .g-d8069387 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-990123c8 .g-16e7ec94 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-990123c8 .g-16e7ec94 img { width: 100%; height: 100%; object-fit: cover; }
.g-990123c8 .g-7155ef0e { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-990123c8 .g-f9eebfe0 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-990123c8 .g-9b47a88f { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-990123c8 .g-737e3735 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-3bcd9513 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-3bcd9513 .g-59bc11df { position: relative; text-decoration: none; }
.g-3bcd9513 .g-d8069387 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-3bcd9513 .g-16e7ec94 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-3bcd9513 .g-16e7ec94 img { width: 100%; height: 100%; object-fit: cover; }
.g-3bcd9513 .g-7155ef0e { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-3bcd9513 .g-f9eebfe0 { 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-3bcd9513 .g-9b47a88f { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-3bcd9513 .g-737e3735 { 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-d8069387 { 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-434d4b45 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-434d4b45 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-434d4b45 blockquote::before { content: ''; position: absolute; top: 8px; left: 8px; display: inline-flex; width: 22px; height: 19px; 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 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' 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 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); box-shadow: 0 0 0 9999px var(--color-surface); }
.g-434d4b45 blockquote::after { content: ''; position: absolute; bottom: 8px; right: 8px; display: inline-flex; width: 22px; height: 19px; 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 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' 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 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); }
.g-434d4b45 .g-3317934f { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-434d4b45 .g-edbf174a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-434d4b45 .g-0c181c49 { margin-top: var(--size-s); }
.g-434d4b45 .g-6bbbd69a { margin-top: var(--size-s); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-434d4b45 .g-18e50d13 { display: block; text-decoration: none; }
.g-434d4b45 .g-18e50d13:hover { text-decoration: underline; }
.g-434d4b45 .g-93250ab5 { position: relative; color: var(--color-text); font-weight: bold; }
.g-434d4b45 .g-93250ab5::before { content: ''; position: absolute; top: 0; left: calc((var(--size-s) + 8px) * -1); background-color: var(--color-primary); display: block; width: 16px; height: 16px; border-radius: 50%; }
@media screen and (max-width: 1024px) { .g-434d4b45 { grid-template-columns: 1fr; }
.g-434d4b45 .g-812b5153 { order: 1; }
.g-434d4b45 .g-fe664f96 { order: 2; }
.g-434d4b45 .g-0c181c49 { margin-top: var(--size-xs); }
.g-434d4b45 .g-6bbbd69a { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-434d4b45 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-29bb972c { position: relative; height: 800px; }
.g-2a8acc91 { height: 100%; display: flex; flex-direction: column; }
.g-a50a041d { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-a50a041d::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-89ede2b5 { width: 100%; height: 100%; }
.g-03f33a3e { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-d9697f92 { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-713befb8 { text-decoration: none; }
.g-713befb8:hover { text-decoration: underline; }
.g-4f857d15 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-3641b2e2 { margin-top: var(--size-m); }
.g-dbfe396a { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-d9697f92 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-3641b2e2 { margin-top: var(--size-s); }
.g-dbfe396a { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-29bb972c { height: 700px; }
.g-03f33a3e { width: 95%; }
.g-d9697f92 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-89ede2b5 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-ebaba104 { text-align: center; }
.g-19b3c280 { position: relative; }
.g-12172344 { 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-12172344:hover { background-color: var(--color-primary); }
.g-12ef7d97 { left: -42px; }
.g-f95597be { right: -42px; }
@media screen and (max-width: 1024px) { .g-4c5b7486 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-12172344 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-b3c52ee8 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-b3c52ee8 .g-f930f6d6 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-b3c52ee8 .g-cd1d2a3c { margin-top: var(--size-m); }
.g-7dacb1e2 { margin-top: var(--size-xl); }
.g-feee0911 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-b3c52ee8 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-f01733e2 { position: relative; display: inline-block; width: 100%; }
.g-f01733e2 .g-d00ea96f { 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-f01733e2 .g-846deae9 { 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-f01733e2 .g-82c2d3a6 { 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-f01733e2 .g-82c2d3a6:hover { opacity: .7; }
.g-f01733e2 .g-ed2ad7f9 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-f01733e2 .g-ed2ad7f9:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-e9fdaae6 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-334e2e6e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-c44c1f41 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-c44c1f41::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-f4946c04 { 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-54be3dcf { max-width: 760px; text-align: center; }
.g-6fbaa0d9 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-e9fdaae6 { min-height: 500px; }
.g-f4946c04 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-54be3dcf { text-align: left; }
.g-c7616994 { margin-top: var(--size-xs); }
.g-6fbaa0d9 { margin-top: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-9224aa4e { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-9224aa4e .g-0f7b9c93 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-9224aa4e .g-0f7b9c93:hover { filter: brightness(0.96); }
.g-9224aa4e .g-0f7b9c93:hover .g-e9320832 { opacity: 1; }
.g-9224aa4e .g-13585e77 { position: relative; z-index: 1; }
.g-9224aa4e .g-e9320832 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-0f7b9c93 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-e9320832 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-0f7b9c93 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-e9320832 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-916f6407 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-1724ddfe { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-797514c3 { display: flex; justify-content: flex-start; }
.g-93334887 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-4602ac35 { display: flex; justify-content: flex-start; align-items: center; }
.g-e6881f9b { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-1ca6ebde { fill: var(--color-text); }
.g-0b89defd { stroke: var(--color-text); }
.g-dfab7ade { stroke: var(--color-text); }
.g-81cbd754 { display: flex; flex-direction: column; }
.g-83cb8084 { flex: 0 0 50%; height: 383px; }
.g-c14a9184 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-916f6407 { flex-direction: column; }
.g-1724ddfe { width: 100%; flex: 0 0 auto; }
.g-797514c3 { flex-direction: column; }
.g-93334887 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-f05c7435 { width: 100%; display: flex; justify-content: space-between; }
.g-4602ac35 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-e6881f9b { margin-right: 0; }
.g-81cbd754 { margin-top: var(--size-xs); }
.g-83cb8084 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-1724ddfe { padding: var(--size-xs); }
.g-f05c7435 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-4602ac35 { align-items: center; }
.g-81cbd754 { text-align: center; }
.g-83cb8084 { height: 370px; }
 }

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

/* Block: about-page::highlights--0 (highlights) */
.g-7e72401c { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); gap: var(--size-s); }
.g-2848c1a7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-2848c1a7::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.g-20ae378f { position: relative; grid-row: span 2; min-height: 350px; padding: var(--size-s) var(--size-s) var(--size-m); }
.g-bf19d881 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-62245453 { padding: var(--size-s) var(--size-s) var(--size-m); }
.g-1d4eb2b4 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-eceefe5f { 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-2848c1a7 { position: static; border-radius: var(--b-radius); overflow: hidden; height: auto; }
.g-2848c1a7::after { display: none; }
.g-20ae378f { border-radius: 0; padding: 0; display: flex; flex-direction: column-reverse; gap: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-7e72401c { grid-template-columns: 1fr; grid-template-rows: auto; }
.g-20ae378f { text-align: center; }
.g-bf19d881 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 576px) { .g-2e4adee8 { color: var(--color-text); }
.g-bf19d881 { grid-template-columns: 1fr; }
.g-62245453 { padding: var(--size-xs); }
.g-1d4eb2b4 { flex-direction: column-reverse; justify-content: flex-start; align-items: flex-start; gap: var(--size-xs); }
 }

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-1423d0bc { 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-1423d0bc li { flex: 1; }
.g-7ddd61ab { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-3f272149 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-1423d0bc { flex-direction: column; }
.g-7ddd61ab { text-align: center; min-width: auto; }
 }

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

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