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

/* Block: category-header (category-header) */
.g-ac98c10f { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-ac98c10f .g-75c0a36c { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ac98c10f .g-e8086bbe { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-75c0a36c { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-e8086bbe { 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-0b77b30a { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-80897b5b { display: block; }
.g-e19e9684 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-4ec4989b { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-59b6e92e { width: 100%; }
@media screen and (max-width: 768px) { .g-0b77b30a { padding: var(--size-s); }
.g-e19e9684 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-4ec4989b { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-59b6e92e { width: auto; }
 }@media screen and (max-width: 576px) { .g-4ec4989b { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-2616e4f6 { margin-top: var(--size-m); }
.g-c87f2aec { margin-top: var(--size-m); }
.g-d28e8a55 { margin-top: var(--size-xl); }
.g-7521aa3d { align-items: stretch; }
.g-a194a553 { height: auto; }
.g-2d5db631 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-2d5db631 .g-9ce8c37b { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-2d5db631 .g-8b135c58 { background: var(--color-primary); transform: scale(1.2); }
.g-8569ba9f { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-fef82a24 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-cb80263b { 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-cb80263b.g-4bd2f66d { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-552d2312 { margin-top: var(--section-padding); }
.g-a46e2ee4 { position: relative; background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: -80px; }
.g-b94015b7 { max-width: 510px; }
.g-78209cf0 { max-width: 430px; }
.g-0c41868b { margin-top: var(--size-xs); }
.g-dfc068e2 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-962a8a88 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-f9f575d2 { 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-f9f575d2:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-6d75fff8 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-e5342bba { transform: scale(1.2); margin-right: var(--size-xs); }
.g-cc957087 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-c2085f4f { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-8b94668b { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-a71154fa { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-1ffc9378 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-a46e2ee4 { padding: var(--size-m); }
.g-b94015b7 { max-width: initial; }
.g-78209cf0 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-1ffc9378 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-902c65ad { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-a46e2ee4 { gap: var(--size-m); }
.g-dfc068e2 { flex-direction: column; gap: var(--size-xxs); }
.g-962a8a88 { width: 100%; }
.g-f9f575d2 { width: 100%; }
.g-c2085f4f { justify-content: flex-start; align-items: flex-start; }
.g-8b94668b { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

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

.g-7a397171 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-cf6a20bb { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-c5c75b40 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-b50fe6b1 { display: none; }
.g-8c26010d { font-size: 34px; margin-right: var(--size-xxs); }
.g-aada73e0 { font-size: 24px; font-weight: 600; }
.g-53650662 { -ms-overflow-style: none; scrollbar-width: none; }
.g-62c6eeff { display: none; }
.g-e9bf9289 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-7911fd8b { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-48fdd875 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-48fdd875:hover { transform: scale(1.05); }
.g-b1a71d0c { display: none; }
.g-a4ffb6bb { display: none; }
.g-5a70fdd6 { display: inline; }
.g-ddfdc325 { display: none; }
.g-56abc5ab { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-56abc5ab.g-7d5078a9 { display: flex; width: 100%; }
.g-55373dc6 { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-55373dc6 .g-7911fd8b { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-8c26010d { font-size: 28px; }
.g-aada73e0 { font-size: 20px; }
.g-e9bf9289 { gap: var(--size-xxs); }
.g-85e87d24 { display: none; }
.g-a4ffb6bb { display: block; }
.g-56abc5ab.g-7d5078a9 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-3bc17709 { padding: var(--section-padding) 0; }
.g-5788b010 { display: flex; }
.g-92a46bc4 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-72c1f040 { width: 100%; height: 100%; }
.g-85960b7d { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-67a4d2f8 { margin-top: var(--size-s); }
.g-c075ddc3 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-5788b010 { flex-direction: column-reverse; }
.g-92a46bc4 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-72c1f040 { height: 350px; }
.g-85960b7d { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-72c1f040 { height: auto; }
.g-85960b7d { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-03f89661 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-e2995141 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-06c88de5 { text-align: center; margin-top: var(--size-xl); }
.g-71dcd051 { text-align: center; margin-top: var(--size-s); }
.g-74479f95 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-06c88de5 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-74479f95 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

.g-bab97965 .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-bab97965 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-bab97965 .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-bab97965 .prev,
.g-bab97965 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

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

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

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

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

/* Block: post-card (post-card) */
.g-da0c147e { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-da0c147e .g-f3175eea { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-da0c147e .g-f3175eea:hover .g-b251269d { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-da0c147e .g-2196a9de { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-da0c147e .g-2196a9de::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-da0c147e .g-2196a9de img { width: 100%; height: 100%; object-fit: cover; }
.g-da0c147e .g-b251269d { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-da0c147e .g-7635c7f2 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-da0c147e .g-52844ae0 { 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-da0c147e .g-7c650be3 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-da0c147e .g-80d34d61 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-da0c147e .g-f815b7a1 { display: flex; align-items: center; gap: 8px; }
.g-da0c147e .g-f815b7a1:hover { text-decoration: underline; }
.g-da0c147e .g-f815b7a1 svg { margin-left: 8px; fill: currentColor; }
.g-da0c147e .g-e51d45fc { white-space: nowrap; opacity: 0.8; }
.g-b9f304a7 { min-height: 600px; }
.g-b9f304a7 .g-f3175eea { padding: 48px 40px; }
.g-b9f304a7 .g-b251269d { transform: none; }
@media screen and (max-width: 870px) { .g-b9f304a7 { min-height: 368px; }
.g-b9f304a7 .g-f3175eea { padding: 24px; }
.g-b9f304a7 .g-b251269d { 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-845bc8f4 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-845bc8f4 blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-845bc8f4 blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; 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 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' 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 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-845bc8f4 .g-77ba358a { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-845bc8f4 .g-2b1ff19e { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-845bc8f4 .g-c834a85e { margin-top: var(--size-m); }
.g-845bc8f4 .g-52d51c31 { margin-top: var(--size-m); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-845bc8f4 .g-0f5ca2d2 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-845bc8f4 .g-0f5ca2d2::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-845bc8f4 .g-0f5ca2d2:hover { color: var(--color-text); }
.g-845bc8f4 .g-d66640b6 { font-weight: bold; }
.g-845bc8f4 .g-d66640b6::before { color: var(--color-primary); background-color: currentColor; 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 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' 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 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-845bc8f4 { grid-template-columns: 1fr; }
.g-845bc8f4 .g-aa2ce7c2 { display: none; }
.g-845bc8f4 .g-c834a85e { margin-top: var(--size-s); }
.g-845bc8f4 .g-52d51c31 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-845bc8f4 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-845bc8f4 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-f228260c { position: relative; height: 800px; }
.g-53c22b49 { height: 100%; display: flex; flex-direction: column; }
.g-08592215 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-08592215::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-9ce07d74 { width: 100%; height: 100%; }
.g-14b90fc3 { 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-1535a55c { 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-85f438be { text-decoration: none; }
.g-85f438be:hover { text-decoration: underline; }
.g-68384549 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-e493f29e { margin-top: var(--size-m); }
.g-9bcea3ff { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-1535a55c { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-e493f29e { margin-top: var(--size-s); }
.g-9bcea3ff { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-f228260c { height: 700px; }
.g-14b90fc3 { width: 95%; }
.g-1535a55c { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-9ce07d74 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-53ab37fa { text-align: center; }
.g-220732c7 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-3d454177 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-5bc48677 { 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-5bc48677:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-220732c7 { margin-top: var(--size-m); }
.g-3d454177 { border-radius: var(--size-m); }
.g-5bc48677 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-658019fa { margin-top: var(--size-m); max-width: 600px; }
.g-b93ca4a4 { margin-top: var(--size-m); max-width: 600px; }
.g-bfcb7ceb { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-e213d0ac { position: relative; display: inline-block; width: 100%; }
.g-e213d0ac .g-73966639 { 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-e213d0ac .g-1aa73ba3 { 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-e213d0ac .g-80b7da42 { 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-e213d0ac .g-80b7da42:hover { opacity: .7; }
.g-e213d0ac .g-ef0a5c9e { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-e213d0ac .g-ef0a5c9e:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-1f457e9d { padding: var(--section-padding) 0; }
.g-224973a1 { display: flex; }
.g-3e1e9686 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-8843c3cd { width: 100%; height: 100%; }
.g-f18c8f3f { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-722560ce { margin-top: var(--size-s); }
.g-19c5f6ed { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-224973a1 { flex-direction: column-reverse; }
.g-3e1e9686 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-8843c3cd { height: 350px; }
.g-f18c8f3f { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-8843c3cd { height: auto; }
.g-f18c8f3f { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-d28525bb { position: relative; gap: var(--size-s); }
.g-d28525bb * { flex: 1; }
.g-95f8264a { width: 80%; margin-inline: auto; }
.g-4af55747 { 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-91325105 { user-select: none; }
.g-91325105[open] .g-00769e41 { transform: scaleY(1); }
.g-956e5ad2 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-956e5ad2::-webkit-details-marker { display: none; }
.g-00769e41 { 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-00769e41 svg { fill: var(--color-primary); }
.g-d04c44fc { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-956e5ad2 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-d04c44fc { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-d28525bb { flex-direction: column; }
.g-95f8264a { width: 100%; margin-top: var(--size-m); }
.g-4af55747 { margin-right: var(--size-s); }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-6133538d { margin-top: var(--size-m); }
.g-9beb4a22 { margin-top: var(--size-m); }
.g-8d0d258a { margin-top: var(--size-xl); }
.g-2c38e263 { align-items: stretch; }
.g-6e36d8b8 { height: auto; }
.g-2e9eb68d { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-2e9eb68d .g-fbde1cef { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-2e9eb68d .g-57b2b546 { background: var(--color-primary); transform: scale(1.2); }
.g-25d9faa7 { 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-1a80add5 { 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-1a80add5 { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-5dd27336 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-e59ce80f { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-ee3c3d56 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-f1ea42ed { display: none; }
.g-4b86765c { width: 100%; }
.g-dae59b64 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-ef99cd49 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-341c29fb { 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-3adbf2a9 { fill: var(--color-text); }
.g-f8811fa0 { stroke: var(--color-text); }
.g-af77266c { stroke: var(--color-text); }
.g-07165e0e { display: flex; flex-direction: column; }
.g-3c3c65ba { width: 100%; height: 300px; }
.g-84f9af00 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-5dd27336 { flex-direction: column-reverse; }
.g-e59ce80f { flex-direction: column-reverse; justify-content: flex-start; }
.g-ee3c3d56 { flex: 1; }
.g-16dc15a0 { display: none; }
.g-f1ea42ed { display: block; text-align: center; }
.g-dae59b64 { justify-content: space-evenly; }
.g-3c3c65ba { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-e59ce80f { width: 100%; }
 }@media screen and (max-width: 768px) { .g-341c29fb { margin-right: 0; }
.g-07165e0e { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-e59ce80f { text-align: center; }
.g-ee3c3d56 { padding: var(--size-s); }
.g-dae59b64 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-ef99cd49 { flex: inherit; align-items: center; }
 }

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

/* Block: approach::process--0 (process) */
.g-969065e5 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-969065e5::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-13b8ca48 { 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-13b8ca48::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-26337be1::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-149e976d { 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-1e78139b { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-72a66c4e { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-03e9f477 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-a135cf52 { padding-bottom: 37px; }
.g-a135cf52::before { bottom: 0; }
.g-3472706a { padding-top: 35px; }
.g-3472706a::before { top: 0; }
@media screen and (max-width: 768px) { .g-969065e5 { flex-direction: column; }
.g-969065e5::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-39bcba93 { width: 50%; }
.g-149e976d { margin: 0; align-self: initial; }
.g-1e78139b { order: 2; margin-left: auto; align-self: initial; }
.g-72a66c4e { order: 3; align-self: initial; }
.g-03e9f477 { margin-left: auto; align-self: initial; }
.g-13b8ca48 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-13b8ca48::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-a135cf52 { padding-bottom: var(--size-xs); }
.g-3472706a { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-3472706a::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-969065e5::before { left: 0; }
.g-39bcba93 { width: 100%; }
.g-149e976d { margin: 0; }
.g-1e78139b { margin: 0; }
.g-72a66c4e { margin: 0; }
.g-03e9f477 { margin: 0; }
.g-13b8ca48 { padding-left: var(--size-s); }
.g-13b8ca48::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-a135cf52 { margin: 0; padding-top: 35px; }
.g-3472706a { padding-top: 35px; }
 }

/* Block: approach::about--0 (about) */
.g-e9111c20 { display: flex; align-items: center; gap: var(--size-m); }
.g-5e4f7167 { flex: 1; }
.g-040e4606 { position: relative; padding: var(--size-m); }
.g-040e4606::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-619efaa0 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-e9111c20 { flex-direction: column; align-items: stretch; }
.g-5e4f7167 { flex: auto; }
.g-040e4606 { padding: var(--size-m) var(--size-s); }
.g-040e4606::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-040e4606 { text-align: center; }
 }

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

/* Block: approach::faq--0 (faq) */
.g-782e4f2d { position: relative; }
.g-aada6b2e::before { content: ""; position: absolute; top: 0; left: 0; width: clamp(30.3125rem, 47.0703125vw + 7.71875rem, 45.375rem); height: 100%; background-color: var(--color-secondary); z-index: -1; }
.g-92b284c4 { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-0ffa917d { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-9067968f { flex: 1; padding: 0 0 0 clamp(1rem, 7.8125vw + -2.75rem, 3.5rem); margin-left: clamp(-7.0625rem, -3.3203125vw + -5.46875rem, -8.125rem); position: relative; z-index: 1; }
.g-9067968f li:last-child .g-4d57883e { border-bottom: none; }
.g-4d57883e { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-4d57883e[open] .g-be3631e8 { transform: rotate(45deg); }
.g-4d57883e .g-c2ff3fa1 { padding-bottom: var(--size-s); }
.g-13f8bc36 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding-top: var(--size-s); padding-bottom: var(--size-s); }
.g-13f8bc36::-webkit-details-marker { display: none; }
.g-be3631e8 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-surface); border-radius: 50%; margin-left: var(--size-xs); }
.g-be3631e8 svg { fill: var(--color-text); }
.g-c2ff3fa1 { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-aada6b2e::before { width: 100%; }
.g-92b284c4 { flex-direction: column; }
.g-0ffa917d { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-9067968f { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-13f8bc36 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-be3631e8 { width: 24px; height: 24px; }
.g-be3631e8 svg { width: 16px; height: 16px; }
.g-c2ff3fa1 { padding-bottom: var(--size-xs); }
 }

/* Block: expertise::about--0 (about) */
.g-89ec13b0 { display: flex; align-items: center; gap: var(--size-m); }
.g-1294000d { flex: 1; }
.g-bebf94a3 { position: relative; padding: var(--size-m); }
.g-bebf94a3::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-151db145 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-89ec13b0 { flex-direction: column; align-items: stretch; }
.g-1294000d { flex: auto; }
.g-bebf94a3 { padding: var(--size-m) var(--size-s); }
.g-bebf94a3::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-bebf94a3 { text-align: center; }
 }

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

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

/* Block: expertise::process--0 (process) */
.g-e3b585e8 { width: 60%; }
.g-fe59de69 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-6c0f843d { flex: 1; }
.g-25ea723a { position: relative; }
.g-25ea723a::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-00ce7f2b::before { display: none; }
@media screen and (max-width: 870px) { .g-69483fd1 { flex-direction: column; }
.g-e3b585e8 { width: 100%; }
.g-fe59de69 { display: grid; grid-template-columns: 1fr 1fr; }
.g-fe59de69::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-fe59de69::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-25ea723a::before { display: none; }
 }@media screen and (max-width: 576px) { .g-e3b585e8 { text-align: center; }
.g-fe59de69 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-fe59de69::before { display: none; }
.g-fe59de69::after { display: none; }
.g-25ea723a::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-00ce7f2b::before { display: none; }
 }

/* Block: expertise::about--2 (about) */
.g-f6483c76 { display: flex; align-items: center; gap: var(--size-m); }
.g-77a5acee { flex: 1; }
.g-7c295c12 { flex: 1; }
@media screen and (max-width: 768px) { .g-f6483c76 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-7c295c12 { text-align: center; }
 }