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

/* Block: category-header (category-header) */
.g-06f6d180 { 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-06f6d180 .g-3ed57303 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-06f6d180 .g-281d7d71 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-3ed57303 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-281d7d71 { 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-60aa9223 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-fd8727e4 { display: block; }
.g-97657d77 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-549bbb15 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-c2d9c413 { width: 100%; }
@media screen and (max-width: 768px) { .g-60aa9223 { padding: var(--size-s); }
.g-97657d77 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-549bbb15 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-c2d9c413 { width: auto; }
 }@media screen and (max-width: 576px) { .g-549bbb15 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-29115c6f { margin-top: var(--size-m); }
.g-d2a50092 { margin-top: var(--size-m); }
.g-aef0109f { margin-top: var(--size-xl); }
.g-73bc868d { align-items: stretch; }
.g-d509568e { height: auto; }
.g-a9075423 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-a9075423 .g-b829b6b9 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-a9075423 .g-28a4b8ec { background: var(--color-primary); transform: scale(1.2); }
.g-6f43c4b8 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-e54d2370 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-20e7ec88 { 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-20e7ec88.g-a24683a3 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-ebf950e0 { margin-top: var(--section-padding); }
.g-9eaafb6a { 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-ea64d206 { max-width: 510px; }
.g-2959fd5e { max-width: 430px; }
.g-6696a5f4 { margin-top: var(--size-xs); }
.g-c3b00502 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-fa10d9ae { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-0fdf19b5 { 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-0fdf19b5:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-d16329ad { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-5f63c219 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-642e17a0 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-a5bd0285 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-057f0c03 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-53916f8c { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-38206c01 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-9eaafb6a { padding: var(--size-m); }
.g-ea64d206 { max-width: initial; }
.g-2959fd5e { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-38206c01 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-0db1fc00 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-9eaafb6a { gap: var(--size-m); }
.g-c3b00502 { flex-direction: column; gap: var(--size-xxs); }
.g-fa10d9ae { width: 100%; }
.g-0fdf19b5 { width: 100%; }
.g-a5bd0285 { justify-content: flex-start; align-items: flex-start; }
.g-057f0c03 { 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-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-05e8051c { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-97680dae { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-6c32dbb9 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-7af5f5d4 { font-size: 34px; margin-right: var(--size-xxs); }
.g-7f2748e5 { font-size: 24px; font-weight: 600; }
.g-8f1f09ba { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-ea4ef3fb { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-ea4ef3fb:hover { opacity: 0.7; }
.g-ea4ef3fb svg { fill: var(--color-text); }
.g-72dbd95d { display: none; }
.g-5ba64e09 { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-e9a7a7a1 { clip-path: inherit; }
.g-e9a7a7a1 .g-7bcb9721 { background-color: rgba(0, 0, 0, 0.2); }
.g-e9a7a7a1 .g-1603ed7a { opacity: 1; transform: translateX(0); }
.g-13950d0f { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-46f22a5c { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-46f22a5c:hover { opacity: 0.7; }
.g-46f22a5c svg { fill: var(--color-text); }
.g-7bcb9721 { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-1603ed7a { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-ea4ef3fb { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-7af5f5d4 { font-size: 28px; }
.g-7f2748e5 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-97680dae { justify-content: flex-start; }
.g-8f1f09ba { gap: var(--size-m); }
.g-a1591511 { display: none; }
.g-72dbd95d { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-26b8f3e2 { padding: var(--section-padding) 0; }
.g-c5e38dbe { display: flex; }
.g-c82f6d43 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-093e2cc4 { margin-top: var(--size-s); }
.g-f4d9d5c2 { margin-top: var(--size-m); }
.g-d0885c76 { flex: 1; }
.g-79ead65a { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-c5e38dbe { flex-direction: column; }
.g-c82f6d43 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-79ead65a { height: 400px; }
 }@media screen and (max-width: 576px) { .g-c82f6d43 { padding-bottom: var(--size-m); }
.g-79ead65a { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-53a45307 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-aa7cc843 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-a9f8dbcd { position: relative; padding: var(--size-xl) 0; }
.g-ebf8a0b3 { text-align: center; }
.g-b87590ce { text-align: center; margin-top: var(--size-s); }
.g-e5bbb941 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-e5bbb941 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-f3292257 { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-54a6385e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-0f35bdc8 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-0f35bdc8::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-85fb0410 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-f3292257 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-f3292257 { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-1da8128f { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-1da8128f .g-55cf1771 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-1da8128f .g-55cf1771:hover .g-2a53350e { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-1da8128f .g-5a8c8de7 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-1da8128f .g-5a8c8de7::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-1da8128f .g-5a8c8de7 img { width: 100%; height: 100%; object-fit: cover; }
.g-1da8128f .g-2a53350e { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-1da8128f .g-dea83092 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-1da8128f .g-0206ff88 { 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-1da8128f .g-d6153676 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-1da8128f .g-f01a4585 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-1da8128f .g-de7d54fc { display: flex; align-items: center; gap: 8px; }
.g-1da8128f .g-de7d54fc:hover { text-decoration: underline; }
.g-1da8128f .g-de7d54fc svg { margin-left: 8px; fill: currentColor; }
.g-1da8128f .g-8c9b5dc1 { white-space: nowrap; opacity: 0.8; }
.g-3d97a603 { min-height: 600px; }
.g-3d97a603 .g-55cf1771 { padding: 48px 40px; }
.g-3d97a603 .g-2a53350e { transform: none; }
@media screen and (max-width: 870px) { .g-3d97a603 { min-height: 368px; }
.g-3d97a603 .g-55cf1771 { padding: 24px; }
.g-3d97a603 .g-2a53350e { 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-95a97c9f { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-95a97c9f blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-95a97c9f 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-95a97c9f 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-95a97c9f .g-6dfa54f2 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-95a97c9f .g-7d3c5c71 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-95a97c9f .g-c0eb5c6c { margin-top: var(--size-s); }
.g-95a97c9f .g-19dfb4e1 { 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-95a97c9f .g-01040e3b { display: block; text-decoration: none; }
.g-95a97c9f .g-01040e3b:hover { text-decoration: underline; }
.g-95a97c9f .g-c7d7fb02 { position: relative; color: var(--color-text); font-weight: bold; }
.g-95a97c9f .g-c7d7fb02::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-95a97c9f { grid-template-columns: 1fr; }
.g-95a97c9f .g-8a890081 { order: 1; }
.g-95a97c9f .g-33263328 { order: 2; }
.g-95a97c9f .g-c0eb5c6c { margin-top: var(--size-xs); }
.g-95a97c9f .g-19dfb4e1 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-95a97c9f { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-4e0786ef { position: relative; height: 800px; }
.g-1b4666fc { height: 100%; display: flex; flex-direction: column; }
.g-43d2ba8b { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-43d2ba8b::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-daef8b56 { width: 100%; height: 100%; }
.g-35185182 { 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-74664833 { 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-d820bd25 { text-decoration: none; }
.g-d820bd25:hover { text-decoration: underline; }
.g-0f8f912a { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-474a2c0a { margin-top: var(--size-m); }
.g-cc489b55 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-74664833 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-474a2c0a { margin-top: var(--size-s); }
.g-cc489b55 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-4e0786ef { height: 700px; }
.g-35185182 { width: 95%; }
.g-74664833 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-daef8b56 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-305d939b { text-align: center; }
.g-e961a6e0 { position: relative; }
.g-b79a2b64 { 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-b79a2b64:hover { background-color: var(--color-primary); }
.g-8814820b { left: -42px; }
.g-9e451f6e { right: -42px; }
@media screen and (max-width: 1024px) { .g-6dd67d92 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-b79a2b64 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-e9f99f12 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-e9f99f12 .g-6502ac93 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-e9f99f12 .g-47f225d2 { margin-top: var(--size-m); }
.g-b526fb12 { margin-top: var(--size-xl); }
.g-970d6ec6 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-e9f99f12 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-334fcead { position: relative; display: inline-block; width: 100%; }
.g-334fcead .g-9ea6e856 { 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-334fcead .g-d380f2f9 { 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-334fcead .g-e69e857a { 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-334fcead .g-e69e857a:hover { opacity: .7; }
.g-334fcead .g-e69c6b33 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-334fcead .g-e69c6b33:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-0398a270 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-0398a270 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-0398a270 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-3cf282e9 { padding: var(--section-padding) 0; }
.g-e4495d4d { display: flex; }
.g-60b7abfc { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-b3408799 { margin-top: var(--size-s); }
.g-ed459a4b { margin-top: var(--size-m); }
.g-9cde868d { flex: 1; }
.g-481b5c44 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-e4495d4d { flex-direction: column; }
.g-60b7abfc { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-481b5c44 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-60b7abfc { padding-bottom: var(--size-m); }
.g-481b5c44 { height: auto; }
 }

/* Block: front-page::faq--0 (faq) */
.g-000683b3 { display: flex; position: relative; gap: var(--size-s); }
.g-000683b3 * { flex: 1; }
.g-fff4c7dc { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-9555fb56 { flex-shrink: 0; }
.g-d2d7bca7 { grid-column: span 2; }
.g-bb517d3b { user-select: none; }
.g-bb517d3b[open] .g-d0635572 { transform: rotate(45deg); }
.g-c6c6febc { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-c6c6febc::-webkit-details-marker { display: none; }
.g-d0635572 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-d0635572 svg { fill: var(--color-primary); }
.g-9af9130a { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-c6c6febc { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-d0635572 { width: 24px; height: 24px; }
.g-d0635572 svg { width: 16px; height: 16px; }
.g-9af9130a { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-000683b3 { flex-direction: column; }
.g-fff4c7dc { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-d2d7bca7 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-000683b3 { text-align: center; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-5e75f674 { margin-top: var(--size-m); }
.g-80e406ed { margin-top: var(--size-m); }
.g-ef290264 { margin-top: var(--size-xl); }
.g-d876978c { align-items: stretch; }
.g-7a4fa891 { height: auto; }
.g-b2d5386a { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-b2d5386a .g-c183a72e { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-b2d5386a .g-91eac269 { background: var(--color-primary); transform: scale(1.2); }
.g-d2f665f2 { 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-c14d6d5f { 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-c14d6d5f { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-d43b57cb { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-5446058d { 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-86a6748e { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-2c6cf654 { display: flex; justify-content: flex-start; align-items: center; }
.g-0cd7236e { 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-afe3ed8a { display: flex; flex-direction: column; }
.g-bb93fc21 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-a257c4d6 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-d43b57cb { flex-direction: column-reverse; }
.g-5446058d { width: 100%; }
 }@media screen and (max-width: 768px) { .g-fff9035a { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-fff9035a .g-2c6cf654 { margin-top: 0; }
.g-2c6cf654 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-0cd7236e { margin-right: 0; }
.g-afe3ed8a { margin-top: var(--size-xs); }
.g-bb93fc21 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-5446058d { text-align: center; }
.g-fff9035a { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-2c6cf654 { align-items: center; }
.g-99ac5301 { margin: 0 auto; }
 }

/* Block: approach::about--0 (about) */
.g-6be09f5c { display: flex; align-items: center; gap: var(--size-m); }
.g-0d2532de { flex: 1; }
.g-f9019fb3 { position: relative; padding: var(--size-m); }
.g-f9019fb3::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-81189c11 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-6be09f5c { flex-direction: column; align-items: stretch; }
.g-0d2532de { flex: auto; }
.g-f9019fb3 { padding: var(--size-m) var(--size-s); }
.g-f9019fb3::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-f9019fb3 { text-align: center; }
 }

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

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

/* Block: approach::faq--0 (faq) */
.g-1e2b1173 { position: relative; }
.g-fd9e7e35::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-6988692b { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-de70ff0a { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-ba919a41 { 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-ba919a41 li:last-child .g-b0472224 { border-bottom: none; }
.g-b0472224 { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-b0472224[open] .g-84ac3472 { transform: rotate(45deg); }
.g-b0472224 .g-1675600e { padding-bottom: var(--size-s); }
.g-9ebcc355 { 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-9ebcc355::-webkit-details-marker { display: none; }
.g-84ac3472 { 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-84ac3472 svg { fill: var(--color-text); }
.g-1675600e { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-fd9e7e35::before { width: 100%; }
.g-6988692b { flex-direction: column; }
.g-de70ff0a { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-ba919a41 { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-9ebcc355 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-84ac3472 { width: 24px; height: 24px; }
.g-84ac3472 svg { width: 16px; height: 16px; }
.g-1675600e { padding-bottom: var(--size-xs); }
 }