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

/* Block: category-header (category-header) */
.g-c209661b { padding: var(--size-m) 0 var(--section-padding); }
.g-c209661b .g-2794d466 { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-c209661b .g-83e910ab { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-2794d466 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-83e910ab { 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-23f42736 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-09e0e712 { display: block; }
.g-f6550290 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-d5625b24 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-94ef0b00 { width: 100%; }
@media screen and (max-width: 768px) { .g-23f42736 { padding: var(--size-s); }
.g-f6550290 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-d5625b24 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-94ef0b00 { width: auto; }
 }@media screen and (max-width: 576px) { .g-d5625b24 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-9c0ca3e6 { margin-top: var(--size-m); }
.g-ddd136c3 { margin-top: var(--size-m); }
.g-fd5d6dc5 { margin-top: var(--size-xl); }
.g-a27831cf { align-items: stretch; }
.g-c5436aaf { height: auto; }
.g-c36764b2 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-c36764b2 .g-96c76d0d { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-c36764b2 .g-88d0f295 { background: var(--color-primary); transform: scale(1.2); }
.g-669922e3 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-d1619deb { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-d1d83274 { 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-d1d83274.g-dbc6ea8e { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-42803151 { margin-top: var(--section-padding); }
.g-2e8607b9 { 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-79bfa9b3 { max-width: 510px; }
.g-e8ba5212 { max-width: 430px; }
.g-d350baf5 { margin-top: var(--size-xs); }
.g-191f4519 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4d3280ad { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-675a3c21 { 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-675a3c21:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-5c0a33be { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-32432b90 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-d850f675 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-be061ee2 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-0a4b0dd7 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-679f48da { 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-2e8607b9 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-79bfa9b3 { max-width: initial; }
.g-e8ba5212 { max-width: initial; }
.g-d850f675 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-be061ee2 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-0a4b0dd7 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-679f48da { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-3797e1c1 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-2e8607b9 { gap: var(--size-m); }
.g-191f4519 { flex-direction: column; gap: var(--size-xxs); }
.g-4d3280ad { width: 100%; }
.g-675a3c21 { width: 100%; }
.g-0a4b0dd7 { 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-02d889bb { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-c773ae9c { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-eec09eb9 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-9a26ea11 { font-size: 34px; margin-right: var(--size-xxs); }
.g-83ae1b3e { font-size: 24px; font-weight: 600; }
.g-4fcef7e6 { -ms-overflow-style: none; scrollbar-width: none; }
.g-9aaf6e34 { display: none; }
.g-2b938761 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-66f3aaa5 { 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-66f3aaa5:hover { opacity: 0.7; }
.g-66f3aaa5 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-3a42f7c5 { display: none; }
.g-fd628fb2 { display: none; }
.g-2469c6ff { display: inline; }
.g-7801053b { display: none; }
.g-d6903af6 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-d6903af6.g-df8560de { display: flex; width: 100%; }
.g-1467eb80 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-9a26ea11 { font-size: 28px; }
.g-83ae1b3e { font-size: 20px; }
.g-2b938761 { gap: var(--size-xxs); }
.g-4a084e85 { display: none; }
.g-fd628fb2 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-71a16193 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-9dfdc0ca { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-1af39d21 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-1af39d21::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-38a244b5 { 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-36910994 { max-width: 760px; text-align: center; }
.g-c2414961 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-71a16193 { min-height: 500px; }
.g-38a244b5 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-36910994 { text-align: left; }
.g-b0d44127 { margin-top: var(--size-xs); }
.g-c2414961 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-f333963a { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-6344e8b3 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-ebf77c90 { text-align: center; margin-top: var(--size-xl); }
.g-b5142839 { text-align: center; margin-top: var(--size-s); }
.g-820c3025 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-ebf77c90 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-820c3025 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-8c4be441 { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-b8f75f73 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-c69561e4 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-c69561e4::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-34684995 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-8c4be441 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-8c4be441 { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-0a05a694 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-0a05a694 .g-c9b516c0 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-0a05a694 .g-c9b516c0:hover .g-3283a44b { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-0a05a694 .g-53854235 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-0a05a694 .g-53854235::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-0a05a694 .g-53854235 img { width: 100%; height: 100%; object-fit: cover; }
.g-0a05a694 .g-3283a44b { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-0a05a694 .g-1410102e { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-0a05a694 .g-a3cc09c7 { 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-0a05a694 .g-b879b234 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0a05a694 .g-cf1eb4fd { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-0a05a694 .g-feba3417 { display: flex; align-items: center; gap: 8px; }
.g-0a05a694 .g-feba3417:hover { text-decoration: underline; }
.g-0a05a694 .g-feba3417 svg { margin-left: 8px; fill: currentColor; }
.g-0a05a694 .g-471b26d4 { white-space: nowrap; opacity: 0.8; }
.g-02106905 { min-height: 600px; }
.g-02106905 .g-c9b516c0 { padding: 48px 40px; }
.g-02106905 .g-3283a44b { transform: none; }
@media screen and (max-width: 870px) { .g-02106905 { min-height: 368px; }
.g-02106905 .g-c9b516c0 { padding: 24px; }
.g-02106905 .g-3283a44b { 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-dd055b32 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-dd055b32 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-dd055b32 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-dd055b32 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-dd055b32 .g-28cd8eaf { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-dd055b32 .g-c5999b4a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-dd055b32 .g-bf6fc9f1 { margin-top: var(--size-s); }
.g-dd055b32 .g-09f11cf4 { 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-dd055b32 .g-ac662cec { display: block; text-decoration: none; }
.g-dd055b32 .g-ac662cec:hover { text-decoration: underline; }
.g-dd055b32 .g-3b286e79 { position: relative; color: var(--color-text); font-weight: bold; }
.g-dd055b32 .g-3b286e79::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-dd055b32 { grid-template-columns: 1fr; }
.g-dd055b32 .g-41be9f59 { order: 1; }
.g-dd055b32 .g-3b8d1af6 { order: 2; }
.g-dd055b32 .g-bf6fc9f1 { margin-top: var(--size-xs); }
.g-dd055b32 .g-09f11cf4 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-dd055b32 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-dbfd297b { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-c6f83921 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-2c7a6e9c { text-decoration: none; }
.g-2c7a6e9c:hover { text-decoration: underline; }
.g-5c13af2a { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-74782ac3 { margin-top: var(--size-s); }
.g-4d6cf492 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-dbfd297b { gap: var(--size-xs); }
.g-5c13af2a { margin-top: var(--size-s); }
.g-4d6cf492 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-25416aee { text-align: center; }
.g-e1977491 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-eecb0360 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-2b252336 { 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-2b252336:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-e1977491 { margin-top: var(--size-m); }
.g-eecb0360 { border-radius: var(--size-m); }
.g-2b252336 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-bc973a3f { text-align: center; max-width: 430px; margin: 0 auto; }
.g-e323ad89 { margin-top: var(--size-xl); }
.g-f863bb2d { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-50b57b7a { position: relative; display: inline-block; width: 100%; }
.g-50b57b7a .g-9679935c { 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-50b57b7a .g-9d2d72f8 { 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-50b57b7a .g-0179f32d { 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-50b57b7a .g-0179f32d:hover { opacity: .7; }
.g-50b57b7a .g-8af6eef1 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-50b57b7a .g-8af6eef1:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-f8f9aa9d { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-e6067d2c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-625592fa { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-625592fa::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-87d7695d { 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-d0c01391 { max-width: 760px; text-align: center; }
.g-5929bb82 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-f8f9aa9d { min-height: 500px; }
.g-87d7695d { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-d0c01391 { text-align: left; }
.g-3f7dd761 { margin-top: var(--size-xs); }
.g-5929bb82 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-935752a4 { display: flex; align-items: center; gap: var(--size-m); }
.g-5f8f1558 { flex: 1; }
.g-0174b95d { flex: 1; }
@media screen and (max-width: 768px) { .g-935752a4 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-0174b95d { text-align: center; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-61b3620c { margin-top: var(--size-m); }
.g-66c4e93d { margin-top: var(--size-m); }
.g-f1eb0c81 { margin-top: var(--size-xl); }
.g-dc20a62e { align-items: stretch; }
.g-f59ea9e8 { height: auto; }
.g-6e8f5212 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-6e8f5212 .g-54ffbfe2 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-6e8f5212 .g-6ac967d0 { background: var(--color-primary); transform: scale(1.2); }
.g-a260e5af { 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-99a6241f { 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-99a6241f { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-a7d24789 { position: relative; z-index: 1; }
.g-d0f9510c { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-45221a2a { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-b876e193 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-4036abc0 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-2679486e { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-7b748d91 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-68d9fc49 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-ec1f0402 { fill: var(--color-text); }
.g-52bb6861 { stroke: var(--color-text); }
.g-be5ee18c { stroke: var(--color-text); }
.g-99322d89 { display: flex; flex-direction: column; }
.g-006bb9ad { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-d0f9510c { flex-direction: column; }
.g-97bd6503 { margin-top: 0; }
.g-b876e193 { flex: 1; }
.g-006bb9ad { height: 430px; }
 }@media screen and (max-width: 768px) { .g-99322d89 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-45221a2a { align-items: center; text-align: center; }
.g-b876e193 { padding: var(--size-s); }
.g-4036abc0 { transform: translateY(var(--size-xl)); }
.g-2679486e { flex-direction: column; align-items: center; }
.g-006bb9ad { height: 370px; }
 }

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

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

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

/* Block: approach::about--0 (about) */
.g-3949082f { display: flex; align-items: center; gap: var(--size-m); }
.g-778661d7 { flex: 1; }
.g-2fa19509 { flex: 1; }
@media screen and (max-width: 768px) { .g-3949082f { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-2fa19509 { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-685f0a74 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-5369d426 { flex: 1; }
.g-4bc89957 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-20528924 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-9f091dee { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-685f0a74 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-5369d426 { text-align: center; }
.g-9f091dee { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: approach::text--0 (text) */
.g-a69ad82c { text-align: center; }

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