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

/* Block: category-header (category-header) */
.g-e4fedaad { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-e4fedaad .g-d7f7084b { 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-e4fedaad .g-8711afb1 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-e4fedaad { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-d7f7084b { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-5bd6406c { text-align: center; }
.g-8711afb1 { 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-f9d458d3 { 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-38b5a64b { display: block; }
.g-e71c4148 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-f9d458d3 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-e71c4148 { gap: var(--size-xxs); }
.g-f9f87812 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-80c5fe57 { margin-top: var(--size-m); }
.g-386858b3 { margin-top: var(--size-m); }
.g-940ee0d7 { margin-top: var(--size-xl); }
.g-175961bb { align-items: stretch; }
.g-8862881a { height: auto; }
.g-1e1818c6 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-1e1818c6 .g-46d5b721 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-1e1818c6 .g-313314e6 { background: var(--color-primary); transform: scale(1.2); }
.g-15396e1e { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-8552261c { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-3d31450a { 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-3d31450a.g-fd32e692 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-8a6318ee { margin-top: var(--section-padding); }
.g-939de91a { position: relative; background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: -80px; }
.g-bfa7dc11 { max-width: 510px; }
.g-b69da73f { max-width: 430px; }
.g-1f5af50b { margin-top: var(--size-xs); }
.g-f767f662 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-cefded0c { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-49b96f4d { 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-49b96f4d:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-2863dd93 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-31aff0cd { transform: scale(1.2); margin-right: var(--size-xs); }
.g-90b7252f { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-18dc29a6 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-a737b02f { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-1e50e92b { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-66ac67ca { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-939de91a { padding: var(--size-m); }
.g-bfa7dc11 { max-width: initial; }
.g-b69da73f { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-66ac67ca { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-f08575c9 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-939de91a { gap: var(--size-m); }
.g-f767f662 { flex-direction: column; gap: var(--size-xxs); }
.g-cefded0c { width: 100%; }
.g-49b96f4d { width: 100%; }
.g-18dc29a6 { justify-content: flex-start; align-items: flex-start; }
.g-a737b02f { flex-direction: column; justify-content: flex-start; 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-a898b616 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-6bdd7f1f { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-2f6a4e0c { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-d5f93faa { font-size: 36px; margin-right: var(--size-xs); }
.g-c982e28f { font-size: 24px; font-weight: 600; }
.g-46239bde { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-e1d5dd50 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-b8fd1b43 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-6199054e { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-e32904af { 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-e32904af.g-f71fec12 { display: block; }
.g-46239bde { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-b8fd1b43 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-e32904af { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-fad3c56f { padding: var(--section-padding) 0; }
.g-66f31919 { display: flex; }
.g-0fa92f75 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-eb7490cc { width: 100%; height: 100%; }
.g-3ee98fa1 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-4b886fcc { margin-top: var(--size-s); }
.g-5228631f { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-66f31919 { flex-direction: column-reverse; }
.g-0fa92f75 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-eb7490cc { height: 350px; }
.g-3ee98fa1 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-eb7490cc { height: auto; }
.g-3ee98fa1 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-4915b82c { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-84dd7d0f { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-8b434ee6 { text-align: center; margin-top: var(--size-xl); }
.g-5f48828c { text-align: center; margin-top: var(--size-s); }
.g-8f8f6b59 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-8b434ee6 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-8f8f6b59 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-2e38fc1d { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-2e38fc1d .g-e9f7220f { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-2e38fc1d .g-e9f7220f:hover .g-33597815 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-2e38fc1d .g-a0e6b96e { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-2e38fc1d .g-a0e6b96e::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-2e38fc1d .g-a0e6b96e img { width: 100%; height: 100%; object-fit: cover; }
.g-2e38fc1d .g-33597815 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-2e38fc1d .g-318027c2 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-2e38fc1d .g-8162b499 { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-2e38fc1d .g-46bee53e { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-2e38fc1d .g-f3c241e1 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-2e38fc1d .g-442448c8 { display: flex; align-items: center; gap: 8px; }
.g-2e38fc1d .g-442448c8:hover { text-decoration: underline; }
.g-2e38fc1d .g-442448c8 svg { margin-left: 8px; fill: currentColor; }
.g-2e38fc1d .g-ac93bb66 { white-space: nowrap; opacity: 0.8; }
.g-b5e2e77d { min-height: 600px; }
.g-b5e2e77d .g-e9f7220f { padding: 48px 40px; }
.g-b5e2e77d .g-33597815 { transform: none; }
@media screen and (max-width: 870px) { .g-b5e2e77d { min-height: 368px; }
.g-b5e2e77d .g-e9f7220f { padding: 24px; }
.g-b5e2e77d .g-33597815 { transform: translateY(46px); }
 }

/* 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-d8c93007 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-d8c93007 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-d8c93007 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-d8c93007 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-d8c93007 .g-9252ae97 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-d8c93007 .g-6eef7582 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d8c93007 .g-57199c74 { margin-top: var(--size-s); }
.g-d8c93007 .g-9823ef54 { 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-d8c93007 .g-176ccfe7 { display: block; text-decoration: none; }
.g-d8c93007 .g-176ccfe7:hover { text-decoration: underline; }
.g-d8c93007 .g-bd219c15 { position: relative; color: var(--color-text); font-weight: bold; }
.g-d8c93007 .g-bd219c15::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-d8c93007 { grid-template-columns: 1fr; }
.g-d8c93007 .g-aaa304a6 { order: 1; }
.g-d8c93007 .g-ce59436b { order: 2; }
.g-d8c93007 .g-57199c74 { margin-top: var(--size-xs); }
.g-d8c93007 .g-9823ef54 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-d8c93007 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-53952672 { position: relative; height: 800px; }
.g-84072ccf { height: 100%; display: flex; flex-direction: column; }
.g-c615f256 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-c615f256::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-83313ec7 { width: 100%; height: 100%; }
.g-85682230 { 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-268f317b { 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-c5c18077 { text-decoration: none; }
.g-c5c18077:hover { text-decoration: underline; }
.g-17d1e8b7 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-c65fd7c9 { margin-top: var(--size-m); }
.g-12e3aeb8 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-268f317b { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-c65fd7c9 { margin-top: var(--size-s); }
.g-12e3aeb8 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-53952672 { height: 700px; }
.g-85682230 { width: 95%; }
.g-268f317b { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-83313ec7 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-16cf227f { text-align: center; }
.g-ef63d00f { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-a0767875 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-240851c5 { 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-240851c5:hover { background-color: var(--color-primary); }
.g-8aebbee1 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-ef63d00f { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-e9f93b9a { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-e9f93b9a .g-1390b34e { margin-top: var(--size-m); max-width: 600px; }
.g-7fba8ed2 { margin-top: var(--size-xl); }
.g-0f4c52b2 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-e9f93b9a { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-aa803eb1 { position: relative; display: inline-block; width: 100%; }
.g-aa803eb1 .g-0b122196 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-aa803eb1 .g-fa3732e9 { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-aa803eb1 .g-fa3732e9:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-5d4a4893 { 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-80499f20 { fill: var(--color-text-light); }
.g-c197d926 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-5d4a4893 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-481718d8 { padding: var(--section-padding) 0; }
.g-fc84c80d { display: flex; }
.g-f5490135 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-dcd93585 { width: 100%; height: 100%; }
.g-447ece44 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-b50fb7b9 { margin-top: var(--size-s); }
.g-a7c387f2 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-fc84c80d { flex-direction: column-reverse; }
.g-f5490135 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-dcd93585 { height: 350px; }
.g-447ece44 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-dcd93585 { height: auto; }
.g-447ece44 { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-dfd4a796 { display: flex; align-items: center; gap: var(--size-m); }
.g-79326af1 { flex: 1; }
.g-bfebd9b4 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-dfd4a796 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-8ffc58c7 { text-align: center; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-d1f4e068 { margin-top: var(--size-m); }
.g-90bcc671 { margin-top: var(--size-m); }
.g-4de829b8 { margin-top: var(--size-xl); }
.g-57bd5113 { align-items: stretch; }
.g-66e416b9 { height: auto; }
.g-39a7afec { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-39a7afec .g-016fcd0a { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-39a7afec .g-db22231a { background: var(--color-primary); transform: scale(1.2); }
.g-3cb20550 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-897231cd { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-c0fc66ad { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-790ddded { display: flex; justify-content: flex-start; }
.g-6bf6261a { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-8e2fd20c { display: flex; justify-content: flex-start; align-items: center; }
.g-0ef22607 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-92e2c131 { fill: var(--color-text); }
.g-1b78cc9b { stroke: var(--color-text); }
.g-fe489a7f { stroke: var(--color-text); }
.g-091fd483 { display: flex; flex-direction: column; }
.g-9c56b7c8 { flex: 0 0 50%; height: 383px; }
.g-7c5a992c { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-897231cd { flex-direction: column; }
.g-c0fc66ad { width: 100%; flex: 0 0 auto; }
.g-790ddded { flex-direction: column; }
.g-6bf6261a { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-0c38ceae { width: 100%; display: flex; justify-content: space-between; }
.g-8e2fd20c { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-0ef22607 { margin-right: 0; }
.g-091fd483 { margin-top: var(--size-xs); }
.g-9c56b7c8 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-c0fc66ad { padding: var(--size-xs); }
.g-0c38ceae { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-8e2fd20c { align-items: center; }
.g-091fd483 { text-align: center; }
.g-9c56b7c8 { height: 370px; }
 }

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

/* Block: about-page::highlights--0 (highlights) */
.g-7b5850ad { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-a143bbe5 { flex: 0 1 560px; }
.g-35af8c71 { flex: 1 1 630px; }
.g-58f90427 { flex: 1; }
.g-25b68355 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-c0a365ae { flex: 1; }
.g-5e4c908b { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-1c0cb146 { 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-7b5850ad { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-a143bbe5 { flex: auto; }
.g-35af8c71 { flex: auto; width: 100%; }
.g-25b68355 { margin-top: var(--size-s); }
.g-c0a365ae { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-5e4c908b { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-a143bbe5 { text-align: center; }
.g-25b68355 { flex-direction: column; }
.g-c0a365ae { flex: auto; text-align: center; }
.g-5e4c908b { align-items: center; }
 }

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-de97306d { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-fa770171 { width: 50%; }
.g-ea3dbc10 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-b8b0c042 { padding: var(--size-s) var(--size-m); }
.g-5e26298e { transform: scale(1.2); }
.g-14d3ccfa { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-ff86cbd3 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-de97306d { padding: 20px 20px 10px; }
.g-5e26298e { transform: none; }
 }@media screen and (max-width: 768px) { .g-fa770171 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-de97306d { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-ea3dbc10 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-23a95139 { width: 60%; }
.g-56081f95 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-c6c7822a { flex: 1; }
.g-87d10fca { position: relative; }
.g-87d10fca::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-f46db219::before { display: none; }
@media screen and (max-width: 870px) { .g-c24a3f72 { flex-direction: column; }
.g-23a95139 { width: 100%; }
.g-56081f95 { display: grid; grid-template-columns: 1fr 1fr; }
.g-56081f95::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-56081f95::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-87d10fca::before { display: none; }
 }@media screen and (max-width: 576px) { .g-23a95139 { text-align: center; }
.g-56081f95 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-56081f95::before { display: none; }
.g-56081f95::after { display: none; }
.g-87d10fca::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-f46db219::before { display: none; }
 }

/* Block: expertise::about--1 (about) */
.g-f097e193 { display: flex; align-items: center; gap: var(--size-m); }
.g-f5fb18ec { flex: 1; }
.g-72e274ed { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-f097e193 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-74793999 { text-align: center; }
 }

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