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

/* Block: category-header (category-header) */
.g-ce4eba4b { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-ce4eba4b .g-7325178f { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-ce4eba4b .g-ab6b459b { font-size: 80px; }
.g-ce4eba4b .g-742c4f2b { margin-top: var(--size-xs); }
.g-ce4eba4b .g-ab129d03 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-7325178f { padding: var(--size-xs); }
.g-ab6b459b { font-size: 64px; }
.g-ab129d03 { 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-54eeaea0 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-7aeb44ad { display: block; }
.g-74733a16 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-da589751 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-b3ec669d { width: 100%; }
@media screen and (max-width: 768px) { .g-54eeaea0 { padding: var(--size-s); }
.g-74733a16 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-da589751 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-b3ec669d { width: auto; }
 }@media screen and (max-width: 576px) { .g-da589751 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-d5765a00 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-6b0f1edb { 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-6b0f1edb.g-3bc7bf2f { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-ebcc27f5 { margin-top: var(--section-padding); }
.g-db3b1e4c { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-9ca05d5a { max-width: 510px; }
.g-05c59ddb { max-width: 430px; }
.g-035f6052 { margin-top: var(--size-xs); }
.g-7e73572f { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0cfcaf4b { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-e66bbea2 { 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-e66bbea2:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-42f24390 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-121cec70 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-5137ce12 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-d07cf4c5 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-3e18c66c { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-824f9ecb { margin-top: var(--size-xl); display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-db3b1e4c { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-9ca05d5a { max-width: initial; }
.g-05c59ddb { max-width: initial; }
.g-5137ce12 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-d07cf4c5 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-3e18c66c { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-824f9ecb { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-bdd93586 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-db3b1e4c { gap: var(--size-m); }
.g-7e73572f { flex-direction: column; gap: var(--size-xxs); }
.g-0cfcaf4b { width: 100%; }
.g-e66bbea2 { width: 100%; }
.g-3e18c66c { flex-direction: column; 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-6748db9f { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-d4d8e924 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-4b1e7634 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-89797280 { font-size: 34px; margin-right: var(--size-xxs); }
.g-61d44ecd { font-size: 24px; font-weight: 600; }
.g-e3146fcc { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-d2deb84d { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-d2deb84d:hover { opacity: 0.7; }
.g-d2deb84d svg { fill: var(--color-text); }
.g-a61f904a { display: none; }
.g-6a576ec3 { 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-8d6f22b0 { clip-path: inherit; }
.g-8d6f22b0 .g-3e6a77eb { background-color: rgba(0, 0, 0, 0.2); }
.g-8d6f22b0 .g-c15fc3ce { opacity: 1; transform: translateX(0); }
.g-47fb77a3 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-5ac4de72 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-5ac4de72:hover { opacity: 0.7; }
.g-5ac4de72 svg { fill: var(--color-text); }
.g-3e6a77eb { 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-c15fc3ce { 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-d2deb84d { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-89797280 { font-size: 28px; }
.g-61d44ecd { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-d4d8e924 { justify-content: flex-start; }
.g-e3146fcc { gap: var(--size-m); }
.g-cb567fbb { display: none; }
.g-a61f904a { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-e2cefba5 { padding: var(--section-padding) 0; }
.g-61a0fc67 { display: flex; }
.g-02733386 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-cc552454 { width: 100%; height: 100%; }
.g-3b90c3dd { 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-a5355930 { margin-top: var(--size-s); }
.g-21185943 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-61a0fc67 { flex-direction: column-reverse; }
.g-02733386 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-cc552454 { height: 350px; }
.g-3b90c3dd { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-cc552454 { height: auto; }
.g-3b90c3dd { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-9d123fa7 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-9bc1cffc { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-7cccde06 { position: relative; padding: var(--size-xl) 0; }
.g-b41f99d9 { text-align: center; }
.g-078fd311 { text-align: center; margin-top: var(--size-s); }
.g-fb19c021 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-fb19c021 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-3dd761f5 { padding: var(--size-m) 0 50px; }
.g-263b738d { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-d6093cd8 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-263b738d { margin-top: var(--size-xs); }
 }

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

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

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

.g-07f2cf29 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-07f2cf29 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-07f2cf29 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-07f2cf29 .prev,
.g-07f2cf29 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-07f2cf29 .prev:hover,
.g-07f2cf29 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

    .g-07f2cf29 .next {
        right: 0;
        transform: none;
    }

    .g-07f2cf29 .prev,
    .g-07f2cf29 .next {
        position: static;
        margin-top: 0;
    }
}

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

/* Block: post-card (post-card) */
.g-04c41ab8 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-04c41ab8 .g-10b4bfa0 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-04c41ab8 .g-9d030b63 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-04c41ab8 .g-9d030b63 img { width: 100%; height: 100%; object-fit: cover; }
.g-04c41ab8 .g-05a3a27e { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-04c41ab8 .g-0b90541b { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-04c41ab8 .g-17ea7bd7 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-04c41ab8 .g-f831fa0d { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-04c41ab8 .g-e3dc1e04 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-04c41ab8 .g-e3dc1e04:hover { text-decoration: underline; }
.g-04c41ab8 .g-ae0c2151 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-04c41ab8 .g-d0d9b0b5 { margin-top: var(--size-s); }
.g-04c41ab8 .g-d883173e { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-ff5e4e17 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-ff5e4e17 .g-10b4bfa0 { position: relative; height: 100%; text-decoration: none; }
.g-ff5e4e17 .g-a0d3e98b { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-ff5e4e17 .g-e9ac6ef5 { flex-shrink: 0; width: 120px; }
.g-ff5e4e17 .g-9d030b63 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-ff5e4e17 .g-9d030b63 img { width: 100%; height: 100%; object-fit: cover; }
.g-ff5e4e17 .g-0b90541b { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-ff5e4e17 .g-17ea7bd7 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-ff5e4e17 .g-f831fa0d { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-ff5e4e17 .g-ae0c2151 { white-space: nowrap; opacity: 0.8; }
.g-ff5e4e17 .g-d883173e { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-05a3a27e { padding: 0 8px 8px; }
.g-0b90541b { gap: 0 4px; }
.g-ff5e4e17 { padding: 16px 0; }
.g-ff5e4e17 .g-a0d3e98b { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-ff5e4e17 .g-e9ac6ef5 { flex-shrink: initial; width: auto; }
.g-ff5e4e17 .g-9d030b63 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-ff5e4e17 .g-05a3a27e { margin-top: 8px; }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-1c1f254a { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-1c1f254a 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-1c1f254a 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-1c1f254a .g-b5b48745 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-1c1f254a .g-860267f7 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-1c1f254a .g-53324375 { margin-top: var(--size-m); }
.g-1c1f254a .g-ffc7f072 { 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-1c1f254a .g-076b36b1 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-1c1f254a .g-076b36b1::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-1c1f254a .g-076b36b1:hover { color: var(--color-text); }
.g-1c1f254a .g-62985da0 { font-weight: bold; }
.g-1c1f254a .g-62985da0::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-1c1f254a { grid-template-columns: 1fr; }
.g-1c1f254a .g-78cef964 { display: none; }
.g-1c1f254a .g-53324375 { margin-top: var(--size-s); }
.g-1c1f254a .g-ffc7f072 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-1c1f254a blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-1c1f254a blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-f450628e { position: relative; height: 800px; }
.g-4bab2b1b { height: 100%; display: flex; flex-direction: column; }
.g-d7233f2f { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-d7233f2f::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-78d59313 { width: 100%; height: 100%; }
.g-8aa1ec1b { 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-788e1e6c { 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-cba74bba { text-decoration: none; }
.g-cba74bba:hover { text-decoration: underline; }
.g-c2c8b8e4 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-8ce1f055 { margin-top: var(--size-m); }
.g-9362694e { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-788e1e6c { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-8ce1f055 { margin-top: var(--size-s); }
.g-9362694e { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-f450628e { height: 700px; }
.g-8aa1ec1b { width: 95%; }
.g-788e1e6c { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-78d59313 { aspect-ratio: auto; height: 100%; }
 }

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

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

/* Block: search (search) */
.g-72a5c06a { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-72a5c06a .g-6c7274d4 { margin-top: var(--size-m); max-width: 600px; }
.g-f0882b99 { margin-top: var(--size-xl); }
.g-ae1564a6 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-72a5c06a { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-e0a9a5ea { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-e0a9a5ea .g-a5d381b4 { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-e0a9a5ea .g-810e057b { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-e0a9a5ea .g-810e057b:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-ebdc85a6 { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-ebdc85a6 svg { fill: var(--color-text-light); }
.g-bdb118d6 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-ebdc85a6 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-eca51d8d { padding: var(--section-padding) 0; }
.g-824d2836 { display: flex; }
.g-511e849f { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-586b0f17 { width: 100%; height: 100%; }
.g-aeafdd4f { 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-28b89dc7 { margin-top: var(--size-s); }
.g-11eb8482 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-824d2836 { flex-direction: column-reverse; }
.g-511e849f { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-586b0f17 { height: 350px; }
.g-aeafdd4f { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-586b0f17 { height: auto; }
.g-aeafdd4f { padding: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-cd91a6c6 { text-align: center; }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-22c9bf6c { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-69a3fab1 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-6d217a04 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-4187737c { display: none; }
.g-3e8252bb { width: 100%; }
.g-b2b4a3a3 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-5e588595 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-40dac82c { 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-5cf03038 { fill: var(--color-text); }
.g-78edb590 { stroke: var(--color-text); }
.g-77e9a4cf { stroke: var(--color-text); }
.g-21009b01 { display: flex; flex-direction: column; }
.g-2cf23828 { width: 100%; height: 300px; }
.g-ce7843e3 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-22c9bf6c { flex-direction: column-reverse; }
.g-69a3fab1 { flex-direction: column-reverse; justify-content: flex-start; }
.g-6d217a04 { flex: 1; }
.g-162dcf04 { display: none; }
.g-4187737c { display: block; text-align: center; }
.g-b2b4a3a3 { justify-content: space-evenly; }
.g-2cf23828 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-69a3fab1 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-40dac82c { margin-right: 0; }
.g-21009b01 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-69a3fab1 { text-align: center; }
.g-6d217a04 { padding: var(--size-s); }
.g-b2b4a3a3 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-5e588595 { flex: inherit; align-items: center; }
 }

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

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

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

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-5289d4d3 { width: 60%; }
.g-99cafe2a { padding: var(--size-s) var(--wrapper-padding); }
.g-4c524b09 { display: flex; justify-content: flex-start; }
.g-4c524b09 svg { fill: var(--color-secondary); }
.g-5990dd73 { justify-content: flex-end; }
.g-051879fb { padding: 0 var(--wrapper-padding); }
.g-c13eee27 { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-5289d4d3 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-b9592d95 { flex-direction: column; }
.g-4c524b09 svg { transform: scale(0.6); }
.g-051879fb { padding: 0 50px 0 50px; }
.g-c13eee27 { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-051879fb { padding: 0; }
.g-c13eee27 { padding: 0; }
 }

/* Block: expertise::text--1 (text) */
.g-783b1793 { text-align: center; }

/* Block: expertise::about--0 (about) */
.g-9b3ac1ef { display: flex; align-items: center; gap: var(--size-m); }
.g-40db2057 { flex: 1; }
.g-870f8507 { flex: 1; }
@media screen and (max-width: 768px) { .g-9b3ac1ef { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-870f8507 { text-align: center; }
 }