/* Block: categories-list (categories-list) */
.g-b6944e5f { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-b6944e5f .g-04debd37 { 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-b6944e5f .g-04debd37:hover { filter: brightness(0.96); }
.g-b6944e5f .g-04debd37:hover .g-83192533 { opacity: 1; }
.g-b6944e5f .g-eef2af4d { position: relative; z-index: 1; }
.g-b6944e5f .g-83192533 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-04debd37 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-83192533 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-04debd37 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-83192533 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-f08f1b56 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-f08f1b56 .g-7e29d22a { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-f08f1b56 .g-9cb5446e { font-size: 80px; }
.g-f08f1b56 .g-7cb26b6f { margin-top: var(--size-xs); }
.g-f08f1b56 .g-7b309f26 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-7e29d22a { padding: var(--size-xs); }
.g-9cb5446e { font-size: 64px; }
.g-7b309f26 { margin-top: var(--size-xs); }
 }

/* Block: comments (comments) */
.comments-block .comments {
    list-style: none;
    padding: 0;
}

.comments-block .comments ul {
    padding: 0;
}

.comments-block .comment {
    list-style: none;
}

.comments-block .comments-title,
.comments-block .comment-reply-title {
    font-size: clamp(1.5rem, 0.8839779006vw + 1.2928176796rem, 2rem);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: var(--size-m);
}

.comments-block .comment-body,
.comments-block .comment-respond {
    margin-top: var(--size-m);
    background-color: var(--color-surface);
    padding: var(--size-s);
    border-radius: var(--b-radius);
}

.comments-block .comment-content {
    margin-top: var(--size-s);
}

.comments-block .comment-metadata {
    margin-top: var(--size-xxs);
}

.comments-block .avatar {
    border-radius: 50%;
    margin-right: var(--size-xs);
}

.comments-block .comment-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xs);
}

.comments-block .comment-form p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xxs);
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"],
.comments-block .comment-form textarea {
    width: 100%;
    border: 0;
    border-radius: var(--b-radius);
    font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
    font-weight: 400;
    line-height: 120%;
    color: var(--color-text);
    background-color: var(--color-bg);
    outline: none;
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"] {
    height: var(--size-l);
}

.comments-block .comment-form textarea {
    min-height: 130px;
    resize: vertical;
}

.comments-block .comment-form .submit {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    padding: 9px 75px;
    min-height: var(--size-l);
    text-decoration: none;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: var(--b-radius);
}

.comments-block p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: center;
}

/* Block: cookie (cookie) */
.g-a04ab6a3 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-397600a0 { display: block; }
.g-7982ee00 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-4bcf2193 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-d8987744 { width: 100%; }
@media screen and (max-width: 768px) { .g-a04ab6a3 { padding: var(--size-s); }
.g-7982ee00 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-4bcf2193 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-d8987744 { width: auto; }
 }@media screen and (max-width: 576px) { .g-4bcf2193 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-fbf44584 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-7b35f257 { 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-7b35f257.g-e1b2d9a7 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-44bff8fd { margin-top: var(--section-padding); }
.g-25410f3f { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-8b7d6cdf { max-width: 510px; }
.g-ff1fc1d2 { max-width: 430px; }
.g-7f62290a { margin-top: var(--size-xs); }
.g-1cde63dd { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-99c98588 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-5e1c1bcf { 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-5e1c1bcf:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-bb3ca772 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-e1f077d6 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-faff03d2 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-0cc25258 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-55461ed7 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-ada93c58 { 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-25410f3f { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-8b7d6cdf { max-width: initial; }
.g-ff1fc1d2 { max-width: initial; }
.g-faff03d2 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-0cc25258 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-55461ed7 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-ada93c58 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-d64192ba { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-25410f3f { gap: var(--size-m); }
.g-1cde63dd { flex-direction: column; gap: var(--size-xxs); }
.g-99c98588 { width: 100%; }
.g-5e1c1bcf { width: 100%; }
.g-55461ed7 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#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-9e0172c3 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-80f512c9 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-6f4ceff1 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-04cc18c0 { font-size: 36px; margin-right: var(--size-xs); }
.g-7f021f3e { font-size: 24px; font-weight: 600; }
.g-5411ae18 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-8a13b90b { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-28712687 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-94c5549b { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-f91c8d60 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-f91c8d60.g-39ea49a8 { display: block; }
.g-5411ae18 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-28712687 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-f91c8d60 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-22b2fca5 { padding: var(--section-padding) 0; }
.g-5eb9ef5d { display: flex; }
.g-a35a029f { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-63b45304 { margin-top: var(--size-s); }
.g-5cf79e73 { margin-top: var(--size-m); }
.g-e932d398 { flex: 1; }
.g-09071b43 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-5eb9ef5d { flex-direction: column; }
.g-a35a029f { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-09071b43 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-a35a029f { padding-bottom: var(--size-m); }
.g-09071b43 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-781d8497 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-9241df4e { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-1c11baa6 { position: relative; padding: var(--size-xl) 0; }
.g-c11b3087 { text-align: center; }
.g-1e23f0ac { text-align: center; margin-top: var(--size-s); }
.g-a65918ae { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-a65918ae { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

.g-7be92693 .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-7be92693 .prev,
.g-7be92693 .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-7be92693 .prev:hover,
.g-7be92693 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-98897bf9 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-98897bf9 .g-4b3f54d3 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-98897bf9 .g-c2bead04 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-98897bf9 .g-c2bead04 img { width: 100%; height: 100%; object-fit: cover; }
.g-98897bf9 .g-98f4ee86 { 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-98897bf9 .g-194e7f34 { 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-98897bf9 .g-f4e54b34 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-98897bf9 .g-21fb9510 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-98897bf9 .g-4f0732a3 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-98897bf9 .g-4f0732a3:hover { text-decoration: underline; }
.g-98897bf9 .g-04ef09f9 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-98897bf9 .g-ee1e32e1 { margin-top: var(--size-s); }
.g-98897bf9 .g-0fdf8b97 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-bc63e872 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-bc63e872 .g-4b3f54d3 { position: relative; height: 100%; text-decoration: none; }
.g-bc63e872 .g-dd2ed6a3 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-bc63e872 .g-dcf2094e { flex-shrink: 0; width: 120px; }
.g-bc63e872 .g-c2bead04 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-bc63e872 .g-c2bead04 img { width: 100%; height: 100%; object-fit: cover; }
.g-bc63e872 .g-194e7f34 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-bc63e872 .g-f4e54b34 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-bc63e872 .g-21fb9510 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-bc63e872 .g-04ef09f9 { white-space: nowrap; opacity: 0.8; }
.g-bc63e872 .g-0fdf8b97 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-98f4ee86 { padding: 0 8px 8px; }
.g-194e7f34 { gap: 0 4px; }
.g-bc63e872 { padding: 16px 0; }
.g-bc63e872 .g-dd2ed6a3 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-bc63e872 .g-dcf2094e { flex-shrink: initial; width: auto; }
.g-bc63e872 .g-c2bead04 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-bc63e872 .g-98f4ee86 { 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-e70d5929 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-e70d5929 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-e70d5929 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-e70d5929 .g-dac64b8c { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-e70d5929 .g-287c7320 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-e70d5929 .g-082bbf61 { margin-top: var(--size-m); }
.g-e70d5929 .g-aa808f99 { 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-e70d5929 .g-00fafbbf { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-e70d5929 .g-00fafbbf::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-e70d5929 .g-00fafbbf:hover { color: var(--color-text); }
.g-e70d5929 .g-26884c3d { font-weight: bold; }
.g-e70d5929 .g-26884c3d::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-e70d5929 { grid-template-columns: 1fr; }
.g-e70d5929 .g-0eafa0e2 { display: none; }
.g-e70d5929 .g-082bbf61 { margin-top: var(--size-s); }
.g-e70d5929 .g-aa808f99 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e70d5929 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-e70d5929 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-430755a1 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-5693f5b6 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-1224c96b { display: flex; align-items: center; justify-content: center; }
.g-5a0dcef3 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-c2812034 { 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-c2812034:hover { filter: brightness(0.96); }
.g-00d1d24c { margin-top: var(--size-m); }
.g-04b0cc3c { margin-top: var(--size-s); margin-bottom: auto; }
.g-be4aec71 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-430755a1 { grid-template-columns: 1fr; }
.g-5693f5b6 { max-width: 70%; }
.g-1224c96b { max-width: 70%; display: block; }
.g-c2812034 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-430755a1 { gap: var(--size-m); }
.g-5693f5b6 { max-width: 100%; }
.g-1224c96b { max-width: 100%; }
.g-04b0cc3c { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-bc955b3d { text-align: center; }
.g-8a2e2e30 { position: relative; }
.g-0606da47 { 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-0606da47:hover { background-color: var(--color-primary); }
.g-02ff93b9 { left: -42px; }
.g-75e4697d { right: -42px; }
@media screen and (max-width: 1024px) { .g-00192b34 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-0606da47 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-5bd4cb4f { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-5bd4cb4f .g-62427702 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-5bd4cb4f .g-705eb00c { margin-top: var(--size-m); }
.g-373829df { margin-top: var(--size-xl); }
.g-29fded17 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-5bd4cb4f { padding: var(--size-s); }
 }

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

/* Block: toTop (toTop) */
.g-43fa11ba { 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-30ceb823 { fill: var(--color-text-light); }
.g-583dfb40 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-43fa11ba { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-7004435a { padding: var(--section-padding) 0; }
.g-edd68952 { display: flex; }
.g-bdb1fed0 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-bb30441e { margin-top: var(--size-s); }
.g-3b573467 { margin-top: var(--size-m); }
.g-9e763d6b { flex: 1; }
.g-0589d4d9 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-edd68952 { flex-direction: column; }
.g-bdb1fed0 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-0589d4d9 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-bdb1fed0 { padding-bottom: var(--size-m); }
.g-0589d4d9 { height: auto; }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-7101155e { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-7101155e .g-83c71440 { 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-7101155e .g-83c71440:hover { filter: brightness(0.96); }
.g-7101155e .g-83c71440:hover .g-e72b8234 { opacity: 1; }
.g-7101155e .g-70e8f5dc { position: relative; z-index: 1; }
.g-7101155e .g-e72b8234 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-83c71440 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-e72b8234 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-83c71440 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-e72b8234 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-f623053e { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-c19d4943 { 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-e7d1119d { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-afb1bb04 { display: flex; justify-content: flex-start; align-items: center; }
.g-1ec829f1 { 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-3a3a5123 { display: flex; flex-direction: column; }
.g-601c9f35 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-b79a55ed { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-f623053e { flex-direction: column-reverse; }
.g-c19d4943 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-520a10c7 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-520a10c7 .g-afb1bb04 { margin-top: 0; }
.g-afb1bb04 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-1ec829f1 { margin-right: 0; }
.g-3a3a5123 { margin-top: var(--size-xs); }
.g-601c9f35 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-c19d4943 { text-align: center; }
.g-520a10c7 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-afb1bb04 { align-items: center; }
.g-b4746960 { margin: 0 auto; }
 }

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

/* Block: expertise::process--0 (process) */
.g-6a998656 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-6a998656::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-0b29f661 { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-0b29f661::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-e49f9a34::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-4d4b33be { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-c0cb94ad { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-723409bf { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-61fa30d8 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-fccf4bd8 { padding-bottom: 37px; }
.g-fccf4bd8::before { bottom: 0; }
.g-5ef0a095 { padding-top: 35px; }
.g-5ef0a095::before { top: 0; }
@media screen and (max-width: 768px) { .g-6a998656 { flex-direction: column; }
.g-6a998656::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-6f342a11 { width: 50%; }
.g-4d4b33be { margin: 0; align-self: initial; }
.g-c0cb94ad { order: 2; margin-left: auto; align-self: initial; }
.g-723409bf { order: 3; align-self: initial; }
.g-61fa30d8 { margin-left: auto; align-self: initial; }
.g-0b29f661 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-0b29f661::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-fccf4bd8 { padding-bottom: var(--size-xs); }
.g-5ef0a095 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-5ef0a095::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-6a998656::before { left: 0; }
.g-6f342a11 { width: 100%; }
.g-4d4b33be { margin: 0; }
.g-c0cb94ad { margin: 0; }
.g-723409bf { margin: 0; }
.g-61fa30d8 { margin: 0; }
.g-0b29f661 { padding-left: var(--size-s); }
.g-0b29f661::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-fccf4bd8 { margin: 0; padding-top: 35px; }
.g-5ef0a095 { padding-top: 35px; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-e616b862 { width: 60%; }
.g-08f4e5a1 { padding: var(--size-s) var(--wrapper-padding); }
.g-21d6aebe { display: flex; justify-content: flex-start; }
.g-21d6aebe svg { fill: var(--color-secondary); }
.g-189c449f { justify-content: flex-end; }
.g-ed5cc668 { padding: 0 var(--wrapper-padding); }
.g-f7ac925f { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-e616b862 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-c9c7c109 { flex-direction: column; }
.g-21d6aebe svg { transform: scale(0.6); }
.g-ed5cc668 { padding: 0 50px 0 50px; }
.g-f7ac925f { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-ed5cc668 { padding: 0; }
.g-f7ac925f { padding: 0; }
 }

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

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

/* Block: benefits::highlights--0 (highlights) */
.g-25931fdc { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-37060bf8 { flex: 0 1 560px; }
.g-70ceba86 { flex: 1 1 630px; }
.g-20ee4f50 { flex: 1; }
.g-27e0562f { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-f249a554 { flex: 1; }
.g-83166cc3 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-821cdef4 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 768px) { .g-25931fdc { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-37060bf8 { flex: auto; }
.g-70ceba86 { flex: auto; width: 100%; }
.g-27e0562f { margin-top: var(--size-s); }
.g-f249a554 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-83166cc3 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-37060bf8 { text-align: center; }
.g-27e0562f { flex-direction: column; }
.g-f249a554 { flex: auto; text-align: center; }
.g-83166cc3 { align-items: center; }
 }

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

/* Block: benefits::reviews--0 (reviews) */
.g-8692bb91 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-fab8bdff { padding: var(--size-m); box-shadow: var(--shadow); }
.g-37c410f6 svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-8692bb91 { grid-template-columns: 1fr; }
 }

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

/* Block: benefits::about--1 (about) */
.g-f683750f { padding: 0; }
@media screen and (max-width: 1280px) { .g-b09db304 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-f683750f { padding: 0 var(--wrapper-padding); }
.g-44d7d6f4 { column-count: 1; }
.g-b09db304 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-44d7d6f4 { text-align: center; }
 }