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

/* Block: category-header (category-header) */
.g-aa82e013 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-aa82e013 .g-8fc16813 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-aa82e013 .g-576385db { font-size: 80px; }
.g-aa82e013 .g-5c896376 { margin-top: var(--size-xs); }
.g-aa82e013 .g-dafbdfc0 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-8fc16813 { padding: var(--size-xs); }
.g-576385db { font-size: 64px; }
.g-dafbdfc0 { 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-cd5b60d5 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-54d5d3ee { display: block; }
.g-520e9e89 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-4111c835 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-e9e9a036 { width: 100%; }
@media screen and (max-width: 768px) { .g-cd5b60d5 { padding: var(--size-s); }
.g-520e9e89 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-4111c835 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-e9e9a036 { width: auto; }
 }@media screen and (max-width: 576px) { .g-4111c835 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-e27c541a { margin-top: var(--size-m); }
.g-79f35459 { margin-top: var(--size-m); }
.g-6e8d5b15 { margin-top: var(--size-xl); }
.g-9f577211 { align-items: stretch; }
.g-156a8663 { height: auto; }
.g-e0997869 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-e0997869 .g-d3c9c624 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-e0997869 .g-94190a8c { background: var(--color-primary); transform: scale(1.2); }
.g-206ad98b { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-d6191f5a { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-d52fefce { 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-d52fefce.g-a41f6921 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-0bc1c973 { margin-top: var(--section-padding); }
.g-93c9ac06 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-5ecfc285 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-5373d795 { max-width: 524px; }
.g-c1a3a59a { max-width: 450px; }
.g-d8cfee12 { margin-top: var(--size-xs); }
.g-8cc0fd9a { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-75bf4a33 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-d4ca63f1 { 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-d4ca63f1:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-fe268894 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-84dff95f { transform: scale(1.2); margin-right: var(--size-xs); }
.g-112cb05f { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-83e0c52b { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-0c62848c { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-5373d795 { max-width: initial; }
.g-c1a3a59a { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-83e0c52b { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-0c62848c { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-b0f4f086 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-5ecfc285 { gap: var(--size-m); }
.g-8cc0fd9a { flex-direction: column; gap: var(--size-xxs); }
.g-75bf4a33 { width: 100%; }
.g-d4ca63f1 { width: 100%; }
.g-83e0c52b { flex-direction: column; align-items: center; }
 }

/* 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-5be66b12 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-130df620 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-c6853142 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-05521519 { font-size: 34px; margin-right: var(--size-xxs); }
.g-89b9f5d7 { font-size: 24px; font-weight: 600; }
.g-61f80b88 { -ms-overflow-style: none; scrollbar-width: none; }
.g-0cd783c7 { display: none; }
.g-1c404a5e { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-dd4cd7ce { 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-dd4cd7ce:hover { opacity: 0.7; }
.g-dd4cd7ce svg { vertical-align: middle; fill: var(--color-text-light); }
.g-312c8f0d { display: none; }
.g-a2c38bc0 { display: none; }
.g-b5a7b1b0 { display: inline; }
.g-4f4e35fa { display: none; }
.g-0f551fad { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-0f551fad.g-0f3e675b { display: flex; width: 100%; }
.g-ed5a50c6 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-05521519 { font-size: 28px; }
.g-89b9f5d7 { font-size: 20px; }
.g-1c404a5e { gap: var(--size-xxs); }
.g-3759f049 { display: none; }
.g-a2c38bc0 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-d534d9f8 { padding: var(--section-padding) 0; }
.g-5cde8d32 { display: flex; }
.g-c435dbf7 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-35cd2c7f { margin-top: var(--size-s); }
.g-e96fb2b2 { margin-top: var(--size-m); }
.g-22f677b2 { flex: 1; }
.g-cc9a4c72 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-5cde8d32 { flex-direction: column; }
.g-c435dbf7 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-cc9a4c72 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-c435dbf7 { padding-bottom: var(--size-m); }
.g-cc9a4c72 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-fea01cbb { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-1bd15c05 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-e2f0541b { text-align: center; margin-top: var(--size-xl); }
.g-55fd2a31 { text-align: center; margin-top: var(--size-s); }
.g-052ca0a3 { text-align: center; }
@media screen and (max-width: 768px) { .g-e2f0541b { margin-top: var(--size-m); }
 }

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

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

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

.g-9c93a9ec .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-9c93a9ec .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

.g-9c93a9ec .prev {
    left: 0;
    transform: translateX(calc(-100% - 44px));
    color: var(--color-secondary);
}

.g-9c93a9ec .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-9c93a9ec .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-9c93a9ec .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-9c93a9ec .prev,
.g-9c93a9ec .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

.g-9c93a9ec .prev,
.g-9c93a9ec .next,
.g-9c93a9ec .current {
    box-shadow: 0px 0px 0px 1px var(--color-text);
}

@media screen and (max-width: 768px) {
    .g-9c93a9ec .prev,
    .g-9c93a9ec .next {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .g-9c93a9ec .prev::before,
    .g-9c93a9ec .next::after {
        display: none;
    }
}

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

/* Block: post-card (post-card) */
.g-37411e40 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-37411e40 .g-22736613 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-37411e40 .g-22736613:hover .g-d1c416f8 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-37411e40 .g-cf3d04e5 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-37411e40 .g-cf3d04e5::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-37411e40 .g-cf3d04e5 img { width: 100%; height: 100%; object-fit: cover; }
.g-37411e40 .g-d1c416f8 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-37411e40 .g-509cd472 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-37411e40 .g-b614ecb6 { 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-37411e40 .g-f8569c75 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-37411e40 .g-1247a498 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-37411e40 .g-ff7b403b { display: flex; align-items: center; gap: 8px; }
.g-37411e40 .g-ff7b403b:hover { text-decoration: underline; }
.g-37411e40 .g-ff7b403b svg { margin-left: 8px; fill: currentColor; }
.g-37411e40 .g-5103d508 { white-space: nowrap; opacity: 0.8; }
.g-398d1dee { min-height: 600px; }
.g-398d1dee .g-22736613 { padding: 48px 40px; }
.g-398d1dee .g-d1c416f8 { transform: none; }
@media screen and (max-width: 870px) { .g-398d1dee { min-height: 368px; }
.g-398d1dee .g-22736613 { padding: 24px; }
.g-398d1dee .g-d1c416f8 { 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-e44c697f { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-e44c697f blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-e44c697f 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-e44c697f 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-e44c697f .g-92ffc44d { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-e44c697f .g-261cd80d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-e44c697f .g-93e4ac23 { margin-top: var(--size-s); }
.g-e44c697f .g-cc96078f { 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-e44c697f .g-54075f49 { display: block; text-decoration: none; }
.g-e44c697f .g-54075f49:hover { text-decoration: underline; }
.g-e44c697f .g-a931fd40 { position: relative; color: var(--color-text); font-weight: bold; }
.g-e44c697f .g-a931fd40::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-e44c697f { grid-template-columns: 1fr; }
.g-e44c697f .g-c55493be { order: 1; }
.g-e44c697f .g-c9fcae98 { order: 2; }
.g-e44c697f .g-93e4ac23 { margin-top: var(--size-xs); }
.g-e44c697f .g-cc96078f { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e44c697f { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-75a13a6d { position: relative; height: 800px; }
.g-0a636a25 { height: 100%; display: flex; flex-direction: column; }
.g-0877df84 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-0877df84::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-da59f03d { width: 100%; height: 100%; }
.g-5678c572 { 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-40f51080 { 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-c9b843cf { text-decoration: none; }
.g-c9b843cf:hover { text-decoration: underline; }
.g-a218c871 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-35236a3c { margin-top: var(--size-m); }
.g-6ad7e5cb { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-40f51080 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-35236a3c { margin-top: var(--size-s); }
.g-6ad7e5cb { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-75a13a6d { height: 700px; }
.g-5678c572 { width: 95%; }
.g-40f51080 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-da59f03d { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-e4bfa8fa { text-align: center; }
.g-5c25ab39 { position: relative; }
.g-62eac9a7 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-62eac9a7:hover { background-color: var(--color-primary); }
.g-43f8f4ac { left: -42px; }
.g-c640fe78 { right: -42px; }
@media screen and (max-width: 1024px) { .g-47b65f84 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-62eac9a7 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-4657a1ff { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-4657a1ff .g-6d93dd9a { text-align: center; max-width: 500px; margin: 0 auto; }
.g-4657a1ff .g-0c3527af { margin-top: var(--size-m); }
.g-75119446 { margin-top: var(--size-xl); }
.g-7cc55dce { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-4657a1ff { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-e86fe5b1 { position: relative; display: inline-block; width: 100%; }
.g-e86fe5b1 .g-bf5579cc { 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-e86fe5b1 .g-bf5579cc:focus + .g-e2752a09 { opacity: 1; }
.g-e86fe5b1 .g-4f45559d { 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-e86fe5b1 .g-4f45559d:hover { opacity: .7; }
.g-e86fe5b1 .g-b3280cf2 { fill: var(--color-primary); }
.g-e86fe5b1 .g-e2752a09 { 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-e86fe5b1 .g-e2752a09:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-3772e987 { padding: var(--section-padding) 0; }
.g-79844aca { display: flex; }
.g-1a94fed4 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-1cd9fe1a { margin-top: var(--size-s); }
.g-eb72c6b9 { margin-top: var(--size-m); }
.g-97622423 { flex: 1; }
.g-6e109f5d { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-79844aca { flex-direction: column; }
.g-1a94fed4 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-6e109f5d { height: 400px; }
 }@media screen and (max-width: 576px) { .g-1a94fed4 { padding-bottom: var(--size-m); }
.g-6e109f5d { height: auto; }
 }

/* Block: front-page::faq--0 (faq) */
.g-281544f5 { position: relative; gap: var(--size-s); }
.g-281544f5 * { flex: 1; }
.g-169c0598 { width: 80%; margin-inline: auto; }
.g-2354d5df { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-bb149080 { user-select: none; }
.g-bb149080[open] .g-1e908b35 { transform: scaleY(1); }
.g-f63e8735 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-f63e8735::-webkit-details-marker { display: none; }
.g-1e908b35 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-1e908b35 svg { fill: var(--color-primary); }
.g-2201c19b { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-f63e8735 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-2201c19b { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-281544f5 { flex-direction: column; }
.g-169c0598 { width: 100%; margin-top: var(--size-m); }
.g-2354d5df { margin-right: var(--size-s); }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-78420e28 { margin-top: var(--size-m); }
.g-077cc106 { margin-top: var(--size-m); }
.g-ff35c8a8 { margin-top: var(--size-xl); }
.g-d7b38223 { align-items: stretch; }
.g-78f4bdf9 { height: auto; }
.g-28f4ea7f { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-28f4ea7f .g-743a8108 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-28f4ea7f .g-42cb7e6d { background: var(--color-primary); transform: scale(1.2); }
.g-76312e31 { 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-9b02d89a { margin: var(--section-padding) 0; }

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

/* Block: contacts-page::form--0 (form) */
.g-a55535b2 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-a3025261 { 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-e55513dd { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-de554eda { display: flex; justify-content: flex-start; align-items: center; }
.g-6ca24634 { 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-4f62b00b { display: flex; flex-direction: column; }
.g-49234637 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-f72f9412 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-a55535b2 { flex-direction: column-reverse; }
.g-a3025261 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-4e0cee35 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-4e0cee35 .g-de554eda { margin-top: 0; }
.g-de554eda { align-items: flex-start; flex-direction: column; flex: 1; }
.g-6ca24634 { margin-right: 0; }
.g-4f62b00b { margin-top: var(--size-xs); }
.g-49234637 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-a3025261 { text-align: center; }
.g-4e0cee35 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-de554eda { align-items: center; }
.g-eff74380 { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-27e1c0b9 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-cedfd800 { flex: 1; }
.g-e7911659 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-83c7530e { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-5e402bfa { 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-27e1c0b9 { flex-direction: column; gap: var(--size-m); }
.g-cedfd800 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-e7911659 { gap: var(--size-s); }
.g-83c7530e { flex-direction: column; gap: var(--size-xxs); }
 }

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

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

/* Block: approach::process--0 (process) */
.g-61b01a7a { width: 60%; }
.g-599929a5 { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-599929a5::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-36687098 { flex: 1; }
.g-a680fc49 { position: relative; height: 100%; }
.g-a680fc49::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-f2a17610 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-dc5d99ef { flex-direction: column; }
.g-61b01a7a { width: 100%; }
.g-599929a5 { flex-direction: column; }
.g-599929a5::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-a680fc49 { display: flex; justify-content: flex-start; align-items: center; }
.g-a680fc49::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-f2a17610 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-61b01a7a { text-align: center; }
.g-599929a5::before { left: 57px; }
.g-a680fc49::before { left: 50px; }
.g-f2a17610 { font-size: 32px; flex: 0 0 75px; }
 }

/* Block: approach::text--1 (text) */
.g-f19c3ae2 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-af9d0398 { text-align: center; }
.g-f19c3ae2 { column-count: 1; }
 }

/* Block: approach::faq--0 (faq) */
.g-ca0e585e { position: relative; gap: var(--size-s); }
.g-ca0e585e * { flex: 1; }
.g-ebb15929 { width: 80%; margin-inline: auto; }
.g-b677e60e { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-e698f74c { user-select: none; }
.g-e698f74c[open] .g-3cccde9f { transform: scaleY(1); }
.g-5fb2582f { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-5fb2582f::-webkit-details-marker { display: none; }
.g-3cccde9f { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-3cccde9f svg { fill: var(--color-primary); }
.g-46d8914d { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-5fb2582f { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-46d8914d { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-ca0e585e { flex-direction: column; }
.g-ebb15929 { width: 100%; margin-top: var(--size-m); }
.g-b677e60e { margin-right: var(--size-s); }
 }