/* Block: categories-list (categories-list) */
.g-8939c0a2 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-8939c0a2 .g-4b3142dd { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-8939c0a2 .g-4b3142dd:hover { filter: brightness(0.96); }
.g-8939c0a2 .g-58842f1c { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-8939c0a2 .g-c2630389 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-8939c0a2 { gap: var(--size-s); }
.g-4b3142dd { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-8939c0a2 { gap: var(--size-xs); }
.g-4b3142dd { min-height: 40px; padding: 8px 16px; }
.g-58842f1c { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-c3c87d00 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-c3c87d00 .g-d10788f9 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-c3c87d00 .g-b07d1168 { font-size: 80px; }
.g-c3c87d00 .g-fe60bca4 { margin-top: var(--size-xs); }
.g-c3c87d00 .g-2d4858d3 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-d10788f9 { padding: var(--size-xs); }
.g-b07d1168 { font-size: 64px; }
.g-2d4858d3 { 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-ffb7070a { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-a5fd7698 { display: block; }
.g-d601d2cf { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-a85b69a2 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-954b0511 { width: 100%; }
@media screen and (max-width: 768px) { .g-ffb7070a { padding: var(--size-s); }
.g-d601d2cf { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-a85b69a2 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-954b0511 { width: auto; }
 }@media screen and (max-width: 576px) { .g-a85b69a2 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-7baba753 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-503f6a83 { 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-503f6a83.g-ba391085 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-44bf8dc9 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-a0f7aada { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-e981b663 { max-width: 563px; }
.g-8c8c658e { max-width: 465px; }
.g-d5d07e72 { margin-top: var(--size-xs); }
.g-e949bdec { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-fe526094 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-b47b112a { 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-b47b112a:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-4c3a6c60 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-dd7c890d { transform: scale(1.2); margin-right: var(--size-xs); }
.g-053ceaaf { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-918f50dd { display: flex; justify-content: space-between; align-items: center; }
.g-3d8c0225 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-a2daf35f { 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-e981b663 { max-width: 550px; }
.g-8c8c658e { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-918f50dd { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-3d8c0225 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-a2daf35f { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-e57312de { order: 3; }
 }@media screen and (max-width: 576px) { .g-a0f7aada { gap: var(--size-m); }
.g-e949bdec { flex-direction: column; gap: var(--size-xxs); }
.g-fe526094 { width: 100%; }
.g-b47b112a { width: 100%; }
.g-3d8c0225 { 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 {
    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;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color 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 {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#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 {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-dcc91104 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-19a11b8d { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-620a50e2 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-64b7f38c { font-size: 34px; margin-right: var(--size-xxs); }
.g-351fe145 { font-size: 24px; font-weight: 600; }
.g-c565ffe5 { -ms-overflow-style: none; scrollbar-width: none; }
.g-ba07e51b { display: none; }
.g-bdd9919a { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-4e7eff89 { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-4e7eff89:hover { opacity: 0.7; }
.g-4e7eff89 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-a00168f3 { display: none; }
.g-440fd9bc { display: none; }
.g-49efecfc { display: inline; }
.g-bd41d325 { display: none; }
.g-ca4b1513 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-ca4b1513.g-34a00427 { display: flex; width: 100%; }
.g-3b0023ac { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-64b7f38c { font-size: 28px; }
.g-351fe145 { font-size: 20px; }
.g-bdd9919a { gap: var(--size-xxs); }
.g-c7f3cfee { display: none; }
.g-440fd9bc { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-0c58aa41 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-ecb27efb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-9a9e7321 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-9a9e7321::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-7c8b6316 { 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-4e56849a { max-width: 760px; text-align: center; }
.g-d42a0b3b { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-0c58aa41 { min-height: 500px; }
.g-7c8b6316 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-4e56849a { text-align: left; }
.g-1b1a8902 { margin-top: var(--size-xs); }
.g-d42a0b3b { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-26d977df { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-00217448 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-7df3c307 { text-align: center; margin-top: var(--size-xl); }
.g-78a1ecd8 { text-align: center; margin-top: var(--size-s); }
.g-8a06637c { text-align: center; }
@media screen and (max-width: 768px) { .g-7df3c307 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-ed8c2cb8 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-ed8c2cb8 .g-4c7d8796 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-ed8c2cb8 .g-9181d523 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-ed8c2cb8 .g-9181d523 img { width: 100%; height: 100%; object-fit: cover; }
.g-ed8c2cb8 .g-51055188 { 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-ed8c2cb8 .g-28890bb8 { 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-ed8c2cb8 .g-04c06f01 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-ed8c2cb8 .g-4f5f7889 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-ed8c2cb8 .g-6d8ee91e { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-ed8c2cb8 .g-6d8ee91e:hover { text-decoration: underline; }
.g-ed8c2cb8 .g-69864d5f { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-ed8c2cb8 .g-e620e047 { margin-top: var(--size-s); }
.g-ed8c2cb8 .g-7ddafe50 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-da379650 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-da379650 .g-4c7d8796 { position: relative; height: 100%; text-decoration: none; }
.g-da379650 .g-50ae32ff { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-da379650 .g-898da657 { flex-shrink: 0; width: 120px; }
.g-da379650 .g-9181d523 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-da379650 .g-9181d523 img { width: 100%; height: 100%; object-fit: cover; }
.g-da379650 .g-28890bb8 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-da379650 .g-04c06f01 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-da379650 .g-4f5f7889 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-da379650 .g-69864d5f { white-space: nowrap; opacity: 0.8; }
.g-da379650 .g-7ddafe50 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-51055188 { padding: 0 8px 8px; }
.g-28890bb8 { gap: 0 4px; }
.g-da379650 { padding: 16px 0; }
.g-da379650 .g-50ae32ff { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-da379650 .g-898da657 { flex-shrink: initial; width: auto; }
.g-da379650 .g-9181d523 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-da379650 .g-51055188 { 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-bbc2b7f8 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-bbc2b7f8 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-bbc2b7f8 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-bbc2b7f8 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-bbc2b7f8 .g-4f0545ba { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-bbc2b7f8 .g-0cf10304 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-bbc2b7f8 .g-0606606e { margin-top: var(--size-s); }
.g-bbc2b7f8 .g-b3732582 { 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-bbc2b7f8 .g-7cb6ac14 { display: block; text-decoration: none; }
.g-bbc2b7f8 .g-7cb6ac14:hover { text-decoration: underline; }
.g-bbc2b7f8 .g-6b0ffacf { position: relative; color: var(--color-text); font-weight: bold; }
.g-bbc2b7f8 .g-6b0ffacf::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-bbc2b7f8 { grid-template-columns: 1fr; }
.g-bbc2b7f8 .g-4e4e83f3 { order: 1; }
.g-bbc2b7f8 .g-6114ccbd { order: 2; }
.g-bbc2b7f8 .g-0606606e { margin-top: var(--size-xs); }
.g-bbc2b7f8 .g-b3732582 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-bbc2b7f8 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-bbb04e7d { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-74076c0a { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-04420833 { display: flex; align-items: center; justify-content: center; }
.g-732dbf98 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-023df8bb { 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-023df8bb:hover { filter: brightness(0.96); }
.g-83b2d681 { margin-top: var(--size-m); }
.g-b47afd47 { margin-top: var(--size-s); margin-bottom: auto; }
.g-b4000463 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-bbb04e7d { grid-template-columns: 1fr; }
.g-74076c0a { max-width: 70%; }
.g-04420833 { max-width: 70%; display: block; }
.g-023df8bb { height: 30px; }
 }@media screen and (max-width: 768px) { .g-bbb04e7d { gap: var(--size-m); }
.g-74076c0a { max-width: 100%; }
.g-04420833 { max-width: 100%; }
.g-b47afd47 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-41fee103 { text-align: center; }
.g-ad9fec49 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-e2c68e27 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-4d7ca3bd { 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-4d7ca3bd:hover { background-color: var(--color-primary); }
.g-7b899aab { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-ad9fec49 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-e1b33a7f { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-e1b33a7f .g-c452e215 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-e1b33a7f .g-880a7074 { margin-top: var(--size-m); }
.g-77844217 { margin-top: var(--size-xl); }
.g-2255c582 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-e1b33a7f { padding: var(--size-s); }
 }

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

/* Block: toTop (toTop) */
.g-29bff18b { 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-29bff18b svg { fill: var(--color-text-light); }
.g-d72f497d { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-29bff18b { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-ede92a67 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-ab05f30e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-6b41a967 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-6b41a967::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-4d519690 { 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-23c712ac { max-width: 760px; text-align: center; }
.g-659b612d { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-ede92a67 { min-height: 500px; }
.g-4d519690 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-23c712ac { text-align: left; }
.g-ac2f1d46 { margin-top: var(--size-xs); }
.g-659b612d { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-a99ba3fe { display: flex; align-items: center; gap: var(--size-m); }
.g-098300c1 { flex: 1; }
.g-9c9dd529 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-a99ba3fe { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-f7acf7f9 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-0fc2a275 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-0fc2a275 .g-aa7ed5f6 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-0fc2a275 .g-aa7ed5f6:hover { filter: brightness(0.96); }
.g-0fc2a275 .g-962eed08 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-0fc2a275 .g-cbbeb4d3 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-0fc2a275 { gap: var(--size-s); }
.g-aa7ed5f6 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-0fc2a275 { gap: var(--size-xs); }
.g-aa7ed5f6 { min-height: 40px; padding: 8px 16px; }
.g-962eed08 { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-1bbc0cea { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-dd6e11ea { 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-b8c3f5b7 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-cc04bc5f { display: flex; justify-content: flex-start; align-items: center; }
.g-2c3a484d { 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-44cc7a82 { display: flex; flex-direction: column; }
.g-139a14dd { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-9048c1a2 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-1bbc0cea { flex-direction: column-reverse; }
.g-dd6e11ea { width: 100%; }
 }@media screen and (max-width: 768px) { .g-6759c914 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-6759c914 .g-cc04bc5f { margin-top: 0; }
.g-cc04bc5f { align-items: flex-start; flex-direction: column; flex: 1; }
.g-2c3a484d { margin-right: 0; }
.g-44cc7a82 { margin-top: var(--size-xs); }
.g-139a14dd { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-dd6e11ea { text-align: center; }
.g-6759c914 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-cc04bc5f { align-items: center; }
.g-82da5cba { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-05e81b9c { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-efa11ddf { flex: 1; }
.g-dd5abd52 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-5f6a9492 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-5f97649b { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-05e81b9c { flex-direction: column; gap: var(--size-m); }
.g-efa11ddf { text-align: center; }
 }@media screen and (max-width: 576px) { .g-dd5abd52 { gap: var(--size-s); }
.g-5f6a9492 { flex-direction: column; gap: var(--size-xxs); }
 }

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

/* Block: expertise::about--0 (about) */
.g-6b84e84b { padding: 0; }
@media screen and (max-width: 1280px) { .g-173a0b4d { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-6b84e84b { padding: 0 var(--wrapper-padding); }
.g-400257a1 { column-count: 1; }
.g-173a0b4d { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-400257a1 { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-fdc0a5bd { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-ef77eb1f { padding: var(--size-m); box-shadow: var(--shadow); }
.g-48ef09f5 svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-fdc0a5bd { grid-template-columns: 1fr; }
 }

/* Block: expertise::process--0 (process) */
.g-15e895ea { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-15e895ea::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: 1; }
.g-d4679eba { 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-d4679eba::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-48fadcf1::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-78a0f61c { 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-eef7ea51 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-dd2e1d36 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-a65ebe51 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-3ff9a96a { padding-bottom: 37px; }
.g-3ff9a96a::before { bottom: 0; }
.g-0e30c40c { padding-top: 35px; }
.g-0e30c40c::before { top: 0; }
@media screen and (max-width: 768px) { .g-15e895ea { flex-direction: column; }
.g-15e895ea::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-ddbc93f2 { width: 50%; }
.g-78a0f61c { margin: 0; align-self: initial; }
.g-eef7ea51 { order: 2; margin-left: auto; align-self: initial; }
.g-dd2e1d36 { order: 3; align-self: initial; }
.g-a65ebe51 { margin-left: auto; align-self: initial; }
.g-d4679eba { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-d4679eba::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-3ff9a96a { padding-bottom: var(--size-xs); }
.g-0e30c40c { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-0e30c40c::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-15e895ea::before { left: 0; }
.g-ddbc93f2 { width: 100%; }
.g-78a0f61c { margin: 0; }
.g-eef7ea51 { margin: 0; }
.g-dd2e1d36 { margin: 0; }
.g-a65ebe51 { margin: 0; }
.g-d4679eba { padding-left: var(--size-s); }
.g-d4679eba::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-3ff9a96a { margin: 0; padding-top: 35px; }
.g-0e30c40c { padding-top: 35px; }
 }

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

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