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

/* Block: category-header (category-header) */
.g-ccc6b880 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-ccc6b880 .g-f9f50ef8 { 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-ccc6b880 .g-5256b7d4 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-ccc6b880 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-f9f50ef8 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-ac36dfb5 { text-align: center; }
.g-5256b7d4 { 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-0f9e4fd7 { 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-3cf28cc3 { display: block; }
.g-02996ba1 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-0f9e4fd7 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-02996ba1 { gap: var(--size-xxs); }
.g-f2a87d6e { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-83824ec4 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-d7178818 { 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-d7178818.g-ee6fdea0 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-6789f855 { margin-top: var(--section-padding); }
.g-135b535e { 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-9d77ea5c { max-width: 510px; }
.g-0010a5af { max-width: 430px; }
.g-7b3a3f6a { margin-top: var(--size-xs); }
.g-97f66ebf { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-60f8eeb8 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-7036e716 { 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-7036e716:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-5e50ab01 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-f953abd4 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-1434ab06 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-ea96f9da { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-fe4af0ed { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-0f4b8256 { 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-135b535e { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-9d77ea5c { max-width: initial; }
.g-0010a5af { max-width: initial; }
.g-1434ab06 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-ea96f9da { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-fe4af0ed { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-0f4b8256 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-a9c6bedd { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-135b535e { gap: var(--size-m); }
.g-97f66ebf { flex-direction: column; gap: var(--size-xxs); }
.g-60f8eeb8 { width: 100%; }
.g-7036e716 { width: 100%; }
.g-fe4af0ed { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    transition: 0.1s text-shadow ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a .g-35e540c5,
#header-nav-desktop .current_page_item a .g-35e540c5,
#header-nav-dropdown .current-menu-item a .g-35e540c5,
#header-nav-dropdown .current_page_item a .g-35e540c5 {
    background-color: var(--color-text);
}

.g-b5e3f820 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-50753d79 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-a6b51814 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-e43bb0ee { display: none; }
.g-03c2db99 { font-size: 34px; margin-right: var(--size-xxs); }
.g-177d3404 { font-size: 24px; font-weight: 600; }
.g-f04a0c47 { -ms-overflow-style: none; scrollbar-width: none; }
.g-159c2fd4 { display: none; }
.g-3a625131 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-35e540c5 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-6ede660b { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-6ede660b:hover { transform: scale(1.05); }
.g-c94d1a5e { display: none; }
.g-4bffd594 { display: none; }
.g-245b2706 { display: inline; }
.g-6c792492 { display: none; }
.g-a4a56be5 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-a4a56be5.g-9dded2c5 { display: flex; width: 100%; }
.g-f9d6abc1 { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-f9d6abc1 .g-35e540c5 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-03c2db99 { font-size: 28px; }
.g-177d3404 { font-size: 20px; }
.g-3a625131 { gap: var(--size-xxs); }
.g-1777bbdb { display: none; }
.g-4bffd594 { display: block; }
.g-a4a56be5.g-9dded2c5 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-66dc126c { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-89d25977 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-46c6b10f { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-46c6b10f::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-eea2bb17 { 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-86cbab0d { max-width: 760px; text-align: center; }
.g-a59b5fe2 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-66dc126c { min-height: 500px; }
.g-eea2bb17 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-86cbab0d { text-align: left; }
.g-83f1ef6e { margin-top: var(--size-xs); }
.g-a59b5fe2 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-552d01d0 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-f4eb4a7a { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-dd285f41 { text-align: center; margin-top: var(--size-xl); }
.g-6df997d1 { text-align: center; margin-top: var(--size-s); }
.g-3d9c36a8 { text-align: center; }
@media screen and (max-width: 768px) { .g-dd285f41 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-6b06c6c5 { padding: var(--size-m) 0 50px; }
.g-88738905 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-ff7dd1cd { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-88738905 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-0deb8df7 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-0deb8df7 .g-b5ae205c { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-0deb8df7 .g-8ef7fcf1 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-0deb8df7 .g-8ef7fcf1 img { width: 100%; height: 100%; object-fit: cover; }
.g-0deb8df7 .g-1137b00e { 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-0deb8df7 .g-a98543b7 { 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-0deb8df7 .g-826ab3f3 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-0deb8df7 .g-358b35df { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0deb8df7 .g-d1251b49 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-0deb8df7 .g-d1251b49:hover { text-decoration: underline; }
.g-0deb8df7 .g-2059cbca { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-0deb8df7 .g-42a82c98 { margin-top: var(--size-s); }
.g-0deb8df7 .g-ca3ac0ce { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-b3176b84 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-b3176b84 .g-b5ae205c { position: relative; height: 100%; text-decoration: none; }
.g-b3176b84 .g-7af7f609 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-b3176b84 .g-49f5d6e2 { flex-shrink: 0; width: 120px; }
.g-b3176b84 .g-8ef7fcf1 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-b3176b84 .g-8ef7fcf1 img { width: 100%; height: 100%; object-fit: cover; }
.g-b3176b84 .g-a98543b7 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-b3176b84 .g-826ab3f3 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-b3176b84 .g-358b35df { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b3176b84 .g-2059cbca { white-space: nowrap; opacity: 0.8; }
.g-b3176b84 .g-ca3ac0ce { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-1137b00e { padding: 0 8px 8px; }
.g-a98543b7 { gap: 0 4px; }
.g-b3176b84 { padding: 16px 0; }
.g-b3176b84 .g-7af7f609 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-b3176b84 .g-49f5d6e2 { flex-shrink: initial; width: auto; }
.g-b3176b84 .g-8ef7fcf1 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-b3176b84 .g-1137b00e { 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-43098e82 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-43098e82 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-43098e82 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-43098e82 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-43098e82 .g-0cd2d2e5 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-43098e82 .g-c56f9d89 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-43098e82 .g-240f018d { margin-top: var(--size-s); }
.g-43098e82 .g-e3d10b50 { 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-43098e82 .g-0207f190 { display: block; text-decoration: none; }
.g-43098e82 .g-0207f190:hover { text-decoration: underline; }
.g-43098e82 .g-4b7aa5d1 { position: relative; color: var(--color-text); font-weight: bold; }
.g-43098e82 .g-4b7aa5d1::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-43098e82 { grid-template-columns: 1fr; }
.g-43098e82 .g-b6e29bc8 { order: 1; }
.g-43098e82 .g-301b8beb { order: 2; }
.g-43098e82 .g-240f018d { margin-top: var(--size-xs); }
.g-43098e82 .g-e3d10b50 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-43098e82 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-fbe08d61 { position: relative; height: 800px; }
.g-17e0c2d0 { height: 100%; display: flex; flex-direction: column; }
.g-130b01e1 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-130b01e1::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-6ed73b20 { width: 100%; height: 100%; }
.g-ce6b031c { 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-c1c2b7ff { 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-2a123498 { text-decoration: none; }
.g-2a123498:hover { text-decoration: underline; }
.g-aaff0382 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-880bb1ff { margin-top: var(--size-m); }
.g-fea3eab9 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-c1c2b7ff { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-880bb1ff { margin-top: var(--size-s); }
.g-fea3eab9 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-fbe08d61 { height: 700px; }
.g-ce6b031c { width: 95%; }
.g-c1c2b7ff { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-6ed73b20 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-c1fdc380 { text-align: center; }
.g-910b2737 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-2907c1f1 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-1bdc8658 { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-1bdc8658:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-910b2737 { margin-top: var(--size-m); }
.g-2907c1f1 { border-radius: var(--size-m); }
.g-1bdc8658 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-6b02bee2 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-94241bb4 { margin-top: var(--size-xl); }
.g-d13616e8 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-98320c22 { position: relative; display: inline-block; width: 100%; }
.g-98320c22 .g-206b34af { 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) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-98320c22 .g-206b34af:focus + .g-644ee0cb { opacity: 1; }
.g-98320c22 .g-868aa3f6 { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-98320c22 .g-868aa3f6:hover { opacity: .7; }
.g-98320c22 .g-5e468de4 { fill: var(--color-primary); }
.g-98320c22 .g-644ee0cb { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-98320c22 .g-644ee0cb:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-c17a6d30 { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-c17a6d30 svg { fill: var(--color-text-light); }
.g-8c45dde8 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-c17a6d30 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-78692002 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-164b2983 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-c26decac { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-c26decac::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-ba78e359 { 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-8ae6b837 { max-width: 760px; text-align: center; }
.g-77f6654d { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-78692002 { min-height: 500px; }
.g-ba78e359 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-8ae6b837 { text-align: left; }
.g-797b2086 { margin-top: var(--size-xs); }
.g-77f6654d { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-70bc1f15 { display: flex; align-items: center; gap: var(--size-m); }
.g-4fc1847e { flex: 1; }
.g-01bdedf1 { flex: 1; }
@media screen and (max-width: 768px) { .g-70bc1f15 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-01bdedf1 { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-70d5f9df { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-799d44bd { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-8780baf6 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-eb2bbfea { display: none; }
.g-117a9ae6 { width: 100%; }
.g-a7f8e538 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-36390e08 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-81b0a960 { 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-67af620c { fill: var(--color-text); }
.g-ed6ccb7d { stroke: var(--color-text); }
.g-e96cc9a2 { stroke: var(--color-text); }
.g-e1d2985f { display: flex; flex-direction: column; }
.g-75036425 { width: 100%; height: 300px; }
.g-c08c89db { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-70d5f9df { flex-direction: column-reverse; }
.g-799d44bd { flex-direction: column-reverse; justify-content: flex-start; }
.g-8780baf6 { flex: 1; }
.g-c48c15b3 { display: none; }
.g-eb2bbfea { display: block; text-align: center; }
.g-a7f8e538 { justify-content: space-evenly; }
.g-75036425 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-799d44bd { width: 100%; }
 }@media screen and (max-width: 768px) { .g-81b0a960 { margin-right: 0; }
.g-e1d2985f { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-799d44bd { text-align: center; }
.g-8780baf6 { padding: var(--size-s); }
.g-a7f8e538 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-36390e08 { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-b471b606 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-6626dcac { padding: 0 var(--wrapper-padding); }
.g-1095bba5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-1095bba5::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-8423b9f1 { width: 50%; }
.g-87b22689 { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-b3465bb2 { flex: 1; }
.g-72205309 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ed48ef1f { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-871a83cf { padding: var(--section-padding); 0 }
.g-b471b606 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-6626dcac { display: flex; flex-direction: column-reverse; }
.g-1095bba5 { position: relative; margin-top: var(--size-m); }
.g-1095bba5::after { display: none; }
.g-8423b9f1 { width: 100%; color: var(--color-text-dark); }
.g-b3465bb2 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-72205309 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-8423b9f1 { text-align: center; }
.g-87b22689 { flex-direction: column; }
.g-b3465bb2 { flex: auto; text-align: center; }
.g-72205309 { align-items: center; }
 }

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

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

/* Block: expertise::process--0 (process) */
.g-37ad04c6 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-37ad04c6::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: 1; }
.g-537493a0 { 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-537493a0::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-44f7cca2::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-f424f6b0 { 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-3252f659 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-528a8c58 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-50b9a024 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-561d5b7a { padding-bottom: 37px; }
.g-561d5b7a::before { bottom: 0; }
.g-849958a9 { padding-top: 35px; }
.g-849958a9::before { top: 0; }
@media screen and (max-width: 768px) { .g-37ad04c6 { flex-direction: column; }
.g-37ad04c6::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-4cbb6e3c { width: 50%; }
.g-f424f6b0 { margin: 0; align-self: initial; }
.g-3252f659 { order: 2; margin-left: auto; align-self: initial; }
.g-528a8c58 { order: 3; align-self: initial; }
.g-50b9a024 { margin-left: auto; align-self: initial; }
.g-537493a0 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-537493a0::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-561d5b7a { padding-bottom: var(--size-xs); }
.g-849958a9 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-849958a9::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-37ad04c6::before { left: 0; }
.g-4cbb6e3c { width: 100%; }
.g-f424f6b0 { margin: 0; }
.g-3252f659 { margin: 0; }
.g-528a8c58 { margin: 0; }
.g-50b9a024 { margin: 0; }
.g-537493a0 { padding-left: var(--size-s); }
.g-537493a0::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-561d5b7a { margin: 0; padding-top: 35px; }
.g-849958a9 { padding-top: 35px; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-61b6573d { 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-f50cf0aa { width: 50%; }
.g-afe104f5 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-12685824 { padding: var(--size-s) var(--size-m); }
.g-12abd43a { transform: scale(1.2); }
.g-44bd2e36 { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-4493d584 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-61b6573d { padding: 20px 20px 10px; }
.g-12abd43a { transform: none; }
 }@media screen and (max-width: 768px) { .g-f50cf0aa { width: 100%; }
 }@media screen and (max-width: 576px) { .g-61b6573d { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-afe104f5 { text-align: center; }
 }