@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/500-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/600.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/600-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/700-italic.css";

::before,
::after {
    content: "";
    box-sizing: inherit
}

body {
    margin: 0;
    min-height: 100dvh;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: 'Lora', Georgia, serif
}

.top_bar {
    background: #604CF1;
    padding: 8px 20px
}

.top_bar_inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px
}

.top_bar_contact {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FEF5DF;
    font-family: 'Lora', Georgia, serif;
    font-size: 15px;
    line-height: 1.15;
    text-decoration: none;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.top_bar_contact:hover {
    opacity: .78;
    color: #FEF5DF
}

.top_bar_contact .pi {
    font-size: 15px
}

.top_bar_label {
    font-size: 15px;
    color: #fef5dfb8;
    font-family: 'Lora', Georgia, serif;
    line-height: 1.15
}

.brand_row {
    background: #fff;
    border-bottom: 2px solid #604cf121;
    padding: 20px;
    box-shadow: 0 2px 4px 0 #604cf10f
}

.brand_row_inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px
}

.logo_zone {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 20px;
    border-right: 3px solid #604CF1;
    flex-shrink: 0
}

.logo_box {
    width: 46px;
    height: 46px;
    background: #FEF5DF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px 0 #604cf10f 0 4px 28px 0 #604cf11c;
    border: 1px solid #604cf12e;
    flex-shrink: 0
}

.logo_box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block
}

.brand_name {
    font-family: 'Lora', Georgia, serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.15;
    color: #604CF1;
    letter-spacing: 0;
    white-space: nowrap
}

.brand_tagline {
    font-family: 'Lora', Georgia, serif;
    font-size: 15px;
    line-height: 1.15;
    color: #10966D;
    font-style: italic;
    white-space: nowrap
}

.nav_row {
    background: #FEF5DF;
    border-bottom: 1px solid #10966d2e
}

.nav_row_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: stretch
}

.nav_link {
    font-family: 'Lora', Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.15;
    color: #2a2060;
    text-decoration: none;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 3px solid transparent;
    transition: color .5s cubic-bezier(0.16, 1, 0.3, 1), border-color .5s cubic-bezier(0.16, 1, 0.3, 1), background .45s ease-in-out;
    white-space: nowrap;
    min-height: 44px
}

.nav_link:hover {
    color: #604CF1;
    border-bottom-color: #604CF1;
    background: #604cf10d
}

.nav_link[data-active="true"] {
    color: #604CF1;
    border-bottom-color: #604CF1
}

.nav_link .pi {
    font-size: 15px;
    color: #10966D
}

.site_footer {
    background: #2a2060;
    padding: 40px 20px;
    box-shadow: 0 9px 52px 0 #604cf124
}

.footer_inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.footer_brand {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer_logo_box {
    width: 44px;
    height: 44px;
    background: #FEF5DF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px 0 #604cf10f;
    border: 1px solid #604cf138;
    flex-shrink: 0
}

.footer_logo_box img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block
}

.footer_brand_text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.footer_name {
    font-family: 'Lora', Georgia, serif;
    font-size: 19px;
    font-weight: 700;
    color: #FEF5DF;
    line-height: 1.15
}

.footer_since {
    font-family: 'Lora', Georgia, serif;
    font-size: 15px;
    color: #fef5df99;
    line-height: 1.15;
    font-style: italic
}

.footer_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px
}

.footer_links {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.footer_link {
    font-family: 'Lora', Georgia, serif;
    font-size: 15px;
    color: #fef5dfd1;
    text-decoration: none;
    line-height: 1.15;
    border-bottom: 1px solid #fef5df40;
    padding-bottom: 4px;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.footer_link:hover {
    color: #FEF5DF;
    border-bottom-color: #10966D
}

.footer_copy {
    font-family: 'Lora', Georgia, serif;
    font-size: 15px;
    color: #fef5df73;
    line-height: 1.15
}

.consent_popup {
    display: none;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 480px;
    max-width: calc(100vw - 40px);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 9px 52px 0 #604cf124 0 4px 28px 0 #604cf11c;
    z-index: 1500;
    padding: 40px;
    border: 1px solid #604cf11f
}

.consent_icon_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.consent_icon_shape {
    width: 44px;
    height: 44px;
    background: #FEF5DF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #604cf126
}

.consent_icon_shape .pi {
    font-size: 19px;
    color: #604CF1
}

.consent_text {
    font-family: 'Lora', Georgia, serif;
    font-size: 15px;
    line-height: 1.7;
    color: #2a2060;
    text-align: center;
    margin-bottom: 20px
}

.consent_actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.consent_btn {
    font-family: 'Lora', Georgia, serif;
    font-size: 15px;
    line-height: 1.15;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 0;
    border-bottom: 1px solid currentColor;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    display: inline-block
}

.consent_btn_accept {
    color: #604CF1;
    font-weight: 600
}

.consent_btn_accept:hover {
    opacity: .75
}

.consent_btn_decline {
    color: #10966D
}

.consent_btn_decline:hover {
    opacity: .75
}

@media (max-width: 768px) {
    .top_bar_inner {
        justify-content: center
    }

    .brand_row_inner {
        flex-wrap: wrap;
        gap: 8px
    }

    .brand_tagline {
        display: none
    }

    .nav_row_inner {
        flex-wrap: wrap
    }

    .nav_link {
        padding: 20px 8px;
        font-size: 15px
    }

    .footer_inner {
        flex-direction: column;
        align-items: flex-start
    }

    .footer_right {
        align-items: flex-start
    }

    .footer_links {
        justify-content: flex-start
    }

    .consent_popup {
        padding: 20px
    }
}

@media (max-width: 360px) {
    .nav_link {
        padding: 20px 4px;
        font-size: 15px
    }

    .brand_name {
        font-size: 19px
    }
}

@media (min-width: 1440px) {
    .nav_link {
        padding: 20px 40px 20px 20px
    }
}

.policy-layout {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 40px
}

.policy-layout h1 {
    font-size: 58px;
    line-height: 1.15;
    color: #604CF1;
    padding-bottom: 20px;
    border-bottom: 2px solid #604CF1;
    margin-bottom: 40px
}

.policy-layout h2 {
    font-size: 23px;
    line-height: 1.15;
    color: #1b1b2e;
    margin-top: 80px;
    margin-bottom: 20px
}

.policy-layout h3 {
    font-size: 19px;
    line-height: 1.15;
    color: #10966D;
    margin-top: 40px;
    margin-bottom: 20px
}

.policy-layout h4 {
    font-size: 19px;
    line-height: 1.7;
    color: #1b1b2e;
    margin-top: 40px;
    margin-bottom: 8px
}

.policy-layout h5 {
    font-size: 15px;
    line-height: 1.7;
    color: #2c2c4a;
    margin-top: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.policy-layout h6 {
    font-size: 15px;
    line-height: 1.7;
    color: #10966D;
    margin-top: 20px;
    margin-bottom: 8px
}

.policy-layout p {
    font-size: 15px;
    line-height: 1.7;
    color: #2c2c4a;
    margin-bottom: 20px
}

.policy-layout ul {
    margin: 20px 0;
    padding-left: 40px;
    list-style: none
}

.policy-layout ol {
    margin: 20px 0;
    padding-left: 40px;
    list-style: decimal
}

.policy-layout ul li {
    font-size: 15px;
    line-height: 1.7;
    color: #2c2c4a;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px
}

.policy-layout ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background-color: #604CF1;
    transform: rotate(45deg)
}

.policy-layout ol li {
    font-size: 15px;
    line-height: 1.7;
    color: #2c2c4a;
    margin-bottom: 8px;
    padding-left: 8px
}

.policy-layout ul ul,
.policy-layout ol ol,
.policy-layout ul ol,
.policy-layout ol ul {
    margin: 8px 0
}

.policy-layout ul ul li::before {
    background-color: #10966D;
    width: 5px;
    height: 5px;
    border-radius: 18px;
    transform: none
}

.policy-layout strong,
.policy-layout b {
    font-weight: 700;
    color: #1b1b2e
}

.policy-layout em,
.policy-layout i {
    font-style: italic;
    color: #3a3a5c
}

.policy-layout a {
    color: #604CF1;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), text-decoration-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.policy-layout a:hover {
    color: #10966D;
    text-decoration-color: #10966D
}

.policy-layout table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 15px;
    line-height: 1.7;
    box-shadow: 0 4px 28px 0 #604cf11c;
    border-radius: 10px;
    overflow: hidden
}

.policy-layout thead {
    background-color: #604CF1
}

.policy-layout thead th {
    color: #fff;
    font-size: 15px;
    line-height: 1.15;
    padding: 20px;
    text-align: left;
    font-weight: 700
}

.policy-layout tbody tr {
    border-bottom: 1px solid #604cf11a;
    transition: background-color .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.policy-layout tbody tr:last-child {
    border-bottom: none
}

.policy-layout tbody tr:nth-child(even) {
    background-color: #FEF5DF
}

.policy-layout tbody tr:hover {
    background-color: #604cf10f
}

.policy-layout td {
    padding: 20px;
    color: #2c2c4a;
    vertical-align: top
}

.policy-layout th {
    padding: 20px;
    vertical-align: top
}

.policy-layout hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #604CF1 0%, #10966D 60%, transparent 100%);
    margin: 80px 0;
    border-radius: 0
}

@media (max-width: 768px) {
    .policy-layout {
        padding: 40px 20px
    }

    .policy-layout h1 {
        font-size: 23px
    }

    .policy-layout h2 {
        font-size: 19px;
        margin-top: 40px
    }

    .policy-layout h3 {
        font-size: 15px;
        margin-top: 20px
    }

    .policy-layout table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 10px
    }

    .policy-layout ul {
        padding-left: 20px
    }

    .policy-layout ol {
        padding-left: 20px
    }

    .policy-layout hr {
        margin: 40px 0
    }
}

@media (max-width: 360px) {
    .policy-layout {
        padding: 20px 8px
    }

    .policy-layout thead th,
    .policy-layout td {
        padding: 8px;
        font-size: 15px
    }
}

.bdet {
    max-width: 100%;
    overflow-x: hidden
}

.bdet .pg_wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px
}

@keyframes bg_flicker {

    0%,
    100% {
        opacity: 1
    }

    30% {
        opacity: .97
    }

    60% {
        opacity: .995
    }

    80% {
        opacity: .975
    }
}

.bdet .art_hero {
    position: relative;
    padding: 80px 0 0;
    background: #fff
}

.bdet .art_hero_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.bdet .art_text_zone {
    padding: 40px 40px 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.bdet .art_tag_row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap
}

.bdet .art_cat_tag {
    display: inline-block;
    padding: 4px 20px;
    background: transparent;
    border: 2px solid #604CF1;
    border-radius: 10px;
    color: #604CF1;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
    letter-spacing: .02em
}

.bdet .art_topic_tag {
    display: inline-block;
    padding: 4px 20px;
    background: #FEF5DF;
    border-radius: 10px;
    color: #2d2400;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500
}

.bdet .art_h1 {
    font-size: 58px;
    line-height: 1.15;
    color: #1b1340;
    margin: 0;
    font-weight: 800
}

.bdet .art_sub {
    font-size: 19px;
    line-height: 1.7;
    color: #3d3560;
    margin: 0;
    font-style: italic
}

.bdet .art_meta_row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid #e8e4ff
}

.bdet .art_meta_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.7;
    color: #4a4270
}

.bdet .art_meta_item .pi {
    color: #604CF1;
    font-size: 15px
}

.bdet .art_img_zone {
    position: relative;
    padding: 40px 0 40px 40px
}

.bdet .art_img_decor {
    position: absolute;
    top: 0;
    left: 40px;
    right: 0;
    bottom: 0;
    background: conic-gradient(from 323deg, #604cf114, #10966d0f, #fef5df1f);
    border-radius: 18px;
    animation: bg_flicker 7s ease-in-out infinite;
    pointer-events: none;
    z-index: 0
}

.bdet .art_img_frame {
    position: relative;
    z-index: 1;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 0 9px 52px 0 #604cf124
}

.bdet .art_img_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.bdet .art_img_gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(to top, #1b13408c, transparent);
    border-radius: 0 0 18px 18px;
    pointer-events: none
}

.bdet .art_corner_tl,
.bdet .art_corner_br {
    position: absolute;
    width: 24px;
    height: 24px;
    pointer-events: none;
    z-index: 2
}

.bdet .art_corner_tl {
    top: 32px;
    left: 32px;
    border-top: 2px solid #604CF1;
    border-left: 2px solid #604CF1;
    border-radius: 0
}

.bdet .art_corner_br {
    bottom: 32px;
    right: 0;
    border-bottom: 2px solid #10966D;
    border-right: 2px solid #10966D;
    border-radius: 0
}

.bdet .wave_div {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.bdet .wave_div svg {
    display: block;
    width: 100%
}

.bdet .art_body_sec {
    background: #f4f1ff;
    padding: 80px 0;
    animation: bg_flicker 11s ease-in-out infinite
}

.bdet .art_body_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    align-items: start
}

.bdet .art_prose {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.bdet .art_prose_p {
    font-size: 19px;
    line-height: 1.7;
    color: #1b1340;
    margin: 0
}

.bdet .art_prose_h2 {
    font-size: 23px;
    line-height: 1.15;
    color: #1b1340;
    font-weight: 700;
    margin: 20px 0 0
}

.bdet .art_prose_h3 {
    font-size: 19px;
    line-height: 1.15;
    color: #604CF1;
    font-weight: 700;
    margin: 8px 0 0
}

.bdet .art_prose_h4 {
    font-size: 15px;
    line-height: 1.7;
    color: #10966D;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 8px 0 0
}

.bdet .art_bq {
    margin: 20px 0;
    padding: 20px 40px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 28px 0 #604cf11c;
    font-size: 23px;
    line-height: 1.7;
    color: #1b1340;
    font-style: italic;
    position: relative
}

.bdet .art_bq::before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: conic-gradient(from 323deg, #604CF1, #10966D);
    border-radius: 18px 0 0 18px
}

.bdet .art_bq cite {
    display: block;
    font-size: 15px;
    line-height: 1.7;
    color: #604CF1;
    font-style: normal;
    font-weight: 600;
    margin-top: 8px
}

.bdet .art_sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: sticky;
    top: 40px
}

.bdet .sidebar_card {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 4px 28px 0 #604cf11c;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden
}

.bdet .sidebar_card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: conic-gradient(from 323deg, #604cf114, #10966d0f);
    border-radius: 0 18px 0 60px;
    pointer-events: none
}

.bdet .sidebar_h {
    font-size: 19px;
    line-height: 1.15;
    color: #1b1340;
    font-weight: 700;
    margin: 0
}

.bdet .sidebar_num_bg {
    position: absolute;
    top: -8px;
    right: 20px;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 900;
    color: #604cf10f;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.bdet .like_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: transparent;
    border: 2px solid #604CF1;
    border-radius: 10px;
    color: #604CF1;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
    cursor: pointer;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), width .5s cubic-bezier(0.16, 1, 0.3, 1), padding .5s cubic-bezier(0.16, 1, 0.3, 1);
    align-self: flex-start
}

.bdet .like_btn:hover {
    background: #604CF1;
    color: #fff;
    padding-left: 28px;
    padding-right: 28px;
    filter: brightness(0.93)
}

.bdet .like_btn:focus {
    outline: 3px solid #10966D;
    outline-offset: 2px
}

.bdet .like_count {
    font-size: 19px;
    font-weight: 800;
    color: #604CF1
}

.bdet .dashed_connector {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 20px 0 0
}

.bdet .dc_icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #FEF5DF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.bdet .dc_icon .pi {
    font-size: 19px;
    color: #604CF1
}

.bdet .dc_line {
    flex: 1;
    height: 2px;
    border-top: 2px dashed #604cf14d
}

.bdet .tip_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bdet .tip_list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 15px;
    line-height: 1.7;
    color: #1b1340
}

.bdet .tip_dot {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #10966D;
    flex-shrink: 0;
    margin-top: 8px;
    transform: rotate(45deg)
}

.bdet .print_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: transparent;
    border: 2px solid #10966D;
    border-radius: 10px;
    color: #10966D;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
    cursor: pointer;
    transition: background .5s cubic-bezier(0.16, 1, 0.3, 1), color .5s cubic-bezier(0.16, 1, 0.3, 1), padding .5s cubic-bezier(0.16, 1, 0.3, 1);
    align-self: flex-start
}

.bdet .print_btn:hover {
    background: #10966D;
    color: #fff;
    padding-left: 28px;
    padding-right: 28px;
    filter: brightness(0.93)
}

.bdet .print_btn:focus {
    outline: 3px solid #604CF1;
    outline-offset: 2px
}

.bdet .wave_div2 {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    background: #f4f1ff
}

.bdet .wave_div2 svg {
    display: block;
    width: 100%
}

.bdet .art_footer_sec {
    background: #fff;
    padding: 80px 0
}

.bdet .art_footer_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.bdet .afoot_top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px
}

.bdet .afoot_stat {
    background: #FEF5DF;
    border-radius: 18px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.bdet .afoot_stat:hover {
    box-shadow: 0 9px 52px 0 #604cf124;
    filter: brightness(0.97)
}

.bdet .afoot_stat_num {
    font-size: 58px;
    line-height: 1.15;
    font-weight: 900;
    background: conic-gradient(from 323deg, #604CF1, #10966D);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0
}

.bdet .afoot_stat_label {
    font-size: 15px;
    line-height: 1.7;
    color: #1b1340;
    font-weight: 600;
    margin: 0
}

.bdet .afoot_stat_faded {
    position: absolute;
    bottom: -8px;
    right: 20px;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 900;
    color: #604cf112;
    pointer-events: none;
    user-select: none
}

.bdet .afoot_bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 40px;
    background: conic-gradient(from 323deg, #604cf10f, #10966d0d, #fef5df14);
    border-radius: 18px;
    box-shadow: 0 2px 4px 0 #604cf10f
}

.bdet .afoot_author_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1
}

.bdet .afoot_author_name {
    font-size: 19px;
    line-height: 1.15;
    color: #1b1340;
    font-weight: 700;
    margin: 0
}

.bdet .afoot_author_role {
    font-size: 15px;
    line-height: 1.7;
    color: #604CF1;
    margin: 0
}

.bdet .afoot_tags {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.bdet .afoot_tag {
    display: inline-block;
    padding: 4px 20px;
    background: #fff;
    border: 1px solid #604cf133;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #604CF1;
    font-weight: 500
}

.bdet .corner_fold_wrap {
    position: relative;
    display: inline-block
}

.bdet .corner_fold_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent transparent #604CF1;
    transition: border-width .45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    border-radius: 0 0 10px 0
}

.bdet .corner_fold_wrap:hover::after {
    border-width: 0 0 24px 24px
}

@media (max-width: 1024px) {
    .bdet .art_hero_inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .bdet .art_text_zone {
        padding: 0
    }

    .bdet .art_img_zone {
        padding: 0
    }

    .bdet .art_img_decor {
        left: 0
    }

    .bdet .art_corner_tl {
        left: 8px;
        top: 8px
    }

    .bdet .art_corner_br {
        right: 8px;
        bottom: 8px
    }

    .bdet .art_h1 {
        font-size: 58px
    }

    .bdet .art_body_inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .bdet .art_sidebar {
        position: static
    }

    .bdet .afoot_top {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {

    .bdet .art_hero_inner,
    .bdet .art_body_inner,
    .bdet .art_footer_inner {
        padding: 0 20px
    }

    .bdet .pg_wrap {
        padding: 0 20px
    }

    .bdet .art_h1 {
        font-size: 58px
    }

    .bdet .afoot_top {
        grid-template-columns: 1fr
    }

    .bdet .afoot_bottom {
        flex-direction: column;
        align-items: flex-start
    }

    .bdet .art_hero {
        padding: 40px 0 0
    }

    .bdet .art_body_sec {
        padding: 40px 0
    }

    .bdet .art_footer_sec {
        padding: 40px 0
    }
}

@media (max-width: 360px) {
    .bdet .art_h1 {
        font-size: 23px
    }

    .bdet .art_hero_inner,
    .bdet .art_body_inner,
    .bdet .art_footer_inner {
        padding: 0 8px
    }

    .bdet .pg_wrap {
        padding: 0 8px
    }

    .bdet .sidebar_card {
        padding: 20px
    }

    .bdet .afoot_stat {
        padding: 20px
    }
}

@media print {
    .bdet .art_body_sec {
        background: #fff !important;
        animation: none !important
    }

    .bdet .art_hero {
        background: #fff !important
    }

    .bdet .art_footer_sec {
        background: #fff !important
    }

    .bdet .art_img_frame {
        box-shadow: none !important
    }

    .bdet .sidebar_card {
        box-shadow: none !important;
        border: 1px solid #ccc;
        break-inside: avoid
    }

    .bdet .art_sidebar {
        display: none
    }

    .bdet .art_body_inner {
        grid-template-columns: 1fr !important
    }

    .bdet .art_bq {
        box-shadow: none !important;
        border: 1px solid #ccc
    }

    .bdet .like_btn,
    .bdet .print_btn {
        display: none
    }

    .bdet .afoot_bottom {
        background: #f4f1ff !important
    }

    .bdet .art_prose_p,
    .bdet .art_prose_h2,
    .bdet .art_prose_h3,
    .bdet .art_prose_h4 {
        color: #000 !important
    }

    .bdet .art_h1 {
        color: #000 !important;
        font-size: 32px !important
    }

    .bdet .wave_div,
    .bdet .wave_div2 {
        display: none
    }

    .bdet .art_img_decor {
        display: none
    }

    .bdet .afoot_stat_num {
        -webkit-text-fill-color: #604CF1 !important;
        color: #604CF1 !important
    }

    * {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact
    }
}

.auth_pg {
    max-width: 1500px;
    margin: 0 auto;
    overflow-x: clip
}

.auth_pg .intro_strip {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 0;
    min-height: 600px;
    position: relative
}

.auth_pg .intro_strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-47deg, #604cf10a 0px, #604cf10a 2px, transparent 2px, transparent 22px);
    pointer-events: none;
    z-index: 0
}

.auth_pg .img_col {
    position: relative;
    z-index: 1;
    padding: 40px 0 40px 40px
}

.auth_pg .img_shaped {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: top;
    display: block;
    clip-path: polygon(0 0, 88% 0, 100% 8%, 100% 100%, 0 100%);
    filter: saturate(0.88) brightness(0.97) hue-rotate(0deg);
    box-shadow: 0 9px 52px 0 #604cf124
}

.auth_pg .text_col {
    position: relative;
    z-index: 1;
    padding: 80px 80px 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.auth_pg .kw_mark {
    display: inline;
    background: linear-gradient(323deg, #604CF1 0%, #10966D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: italic
}

.auth_pg .text_col h1 {
    font-size: 58px;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #1b1b2e
}

.auth_pg .text_col .lead_p {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e42;
    margin-bottom: 20px
}

.auth_pg .tag_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px
}

.auth_pg .tag_item {
    font-size: 15px;
    line-height: 1.15;
    padding: 8px 20px;
    border: 1.5px solid #604CF1;
    border-radius: 10px;
    color: #604CF1;
    background: transparent;
    transition: background-color .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.auth_pg .tag_item:hover {
    background-color: #604CF1 !important;
    color: #fff
}

.auth_pg .bar_accent {
    width: 4px;
    height: 100%;
    min-height: 60px;
    background: linear-gradient(180deg, #604CF1 0%, #10966D 100%);
    border-radius: 0;
    flex-shrink: 0;
    align-self: stretch
}

.auth_pg .bar_block {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
    margin-top: 40px
}

.auth_pg .bar_text {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e42;
    font-style: italic
}

.auth_pg .method_area {
    background: #FEF5DF;
    padding: 80px 40px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    padding-bottom: 120px
}

.auth_pg .method_area .circles_bg {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    overflow: hidden;
    width: 340px;
    height: 340px
}

.auth_pg .circle_ring {
    position: absolute;
    border-radius: 32px;
    border: 2px solid #604cf11f
}

.auth_pg .circle_ring.r1 {
    width: 200px;
    height: 200px;
    top: 70px;
    left: 70px
}

.auth_pg .circle_ring.r2 {
    width: 280px;
    height: 280px;
    top: 30px;
    left: 30px;
    border-color: #10966d17
}

.auth_pg .circle_ring.r3 {
    width: 340px;
    height: 340px;
    top: 0;
    left: 0;
    border-color: #604cf10d
}

.auth_pg .method_inner {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.auth_pg .method_inner h2 {
    font-size: 58px;
    line-height: 1.15;
    color: #1b1b2e;
    margin-bottom: 40px
}

.auth_pg .method_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.auth_pg .m_card {
    background: #fff;
    border-radius: 18px;
    padding: 40px 20px 20px;
    box-shadow: 0 4px 28px 0 #604cf11c;
    position: relative;
    overflow: hidden;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), filter .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.auth_pg .m_card:hover {
    box-shadow: 0 9px 52px 0 #604cf124;
    filter: brightness(0.97)
}

.auth_pg .m_card .num_bg {
    position: absolute;
    top: -12px;
    right: 12px;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 900;
    color: #604cf10f;
    pointer-events: none;
    user-select: none
}

.auth_pg .m_card h4 {
    font-size: 19px;
    line-height: 1.15;
    color: #1b1b2e;
    margin-bottom: 8px
}

.auth_pg .m_card p {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a52;
    margin: 0
}

.auth_pg .m_icon {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(323deg, #604CF1 0%, #10966D 100%)
}

.auth_pg .m_icon svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.auth_pg .icon_cycle_row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap
}

.auth_pg .ic_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 32px;
    background: #fff;
    border: 1.5px solid #604cf126;
    font-size: 15px;
    line-height: 1.15;
    color: #2e2e42;
    opacity: .4
}

.auth_pg .ic_item.cycle_1 {
    animation: icon_seq 4.2s 0s infinite
}

.auth_pg .ic_item.cycle_2 {
    animation: icon_seq 4.2s 1.05s infinite
}

.auth_pg .ic_item.cycle_3 {
    animation: icon_seq 4.2s 2.1s infinite
}

.auth_pg .ic_item.cycle_4 {
    animation: icon_seq 4.2s 3.15s infinite
}

@keyframes icon_seq {

    0%,
    20% {
        opacity: 1;
        border-color: #604CF1;
        color: #604CF1
    }

    25%,
    100% {
        opacity: .4;
        border-color: #604cf126;
        color: #2e2e42
    }
}

.auth_pg .ic_dot {
    width: 8px;
    height: 8px;
    border-radius: 32px;
    background: #604CF1;
    flex-shrink: 0
}

.auth_pg .gallery_band {
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 20px;
    align-items: start;
    background: #fff
}

.auth_pg .gallery_band .band_txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 20px
}

.auth_pg .gallery_band .band_txt h2 {
    font-size: 58px;
    line-height: 1.15;
    color: #1b1b2e
}

.auth_pg .gallery_band .band_txt p {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e42
}

.auth_pg .img_reveal_wrap {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 28px 0 #10966d1c
}

.auth_pg .img_reveal_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.auth_pg .img_reveal_wrap .reveal_mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(323deg, #604cf1d1 0%, #10966dd1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: circle(0% at 50% 50%);
    transition: clip-path .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.auth_pg .img_reveal_wrap:hover .reveal_mask {
    clip-path: circle(75% at 50% 50%)
}

.auth_pg .img_reveal_wrap:hover img {
    transform: scale(1.06)
}

.auth_pg .reveal_mask span {
    font-size: 15px;
    line-height: 1.15;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    border: 1.5px solid #ffffff80;
    border-radius: 10px
}

.auth_pg .img_tall {
    aspect-ratio: 1/1;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 28px 0 #604cf11c;
    position: relative
}

.auth_pg .img_tall img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.auth_pg .img_tall:hover img {
    transform: scale(1.04);
    filter: brightness(0.94)
}

.auth_pg .voice_band {
    background: #f7f6ff;
    padding: 80px 40px;
    position: relative
}

.auth_pg .voice_band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #604CF1 0%, #10966D 100%)
}

.auth_pg .voice_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.auth_pg .voice_left h2 {
    font-size: 58px;
    line-height: 1.15;
    color: #1b1b2e;
    margin-bottom: 20px
}

.auth_pg .voice_left p {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e42;
    margin-bottom: 20px
}

.auth_pg .voice_left .sm_p {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a52
}

.auth_pg .voice_right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.auth_pg .exp_card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 2px 4px 0 #604cf10f;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), filter .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.auth_pg .exp_card:hover {
    box-shadow: 0 4px 28px 0 #604cf11c;
    filter: brightness(0.98)
}

.auth_pg .exp_portrait {
    width: 80px;
    height: 100px;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
    border-radius: 0;
    display: block
}

.auth_pg .exp_body h5 {
    font-size: 15px;
    line-height: 1.15;
    color: #1b1b2e;
    margin-bottom: 4px
}

.auth_pg .exp_body .exp_role {
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1;
    margin-bottom: 8px
}

.auth_pg .exp_body p {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a52;
    margin: 0
}

.auth_pg .cta_link {
    display: inline-block;
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1;
    border: 1.5px solid #604CF1;
    border-radius: 10px;
    padding: 8px 20px;
    background: transparent;
    text-decoration: none;
    margin-top: 20px;
    transition: background-color .5s cubic-bezier(0.16, 1, 0.3, 1), color .5s cubic-bezier(0.16, 1, 0.3, 1), padding .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.auth_pg .cta_link:hover {
    background-color: #604CF1;
    color: #fff;
    padding-left: 28px;
    padding-right: 28px
}

@media (max-width: 1024px) {
    .auth_pg .intro_strip {
        grid-template-columns: 1fr 1fr
    }

    .auth_pg .text_col {
        padding: 40px 40px 40px 20px
    }

    .auth_pg .text_col h1 {
        font-size: 58px
    }

    .auth_pg .method_grid {
        grid-template-columns: 1fr 1fr
    }

    .auth_pg .gallery_band {
        grid-template-columns: 1fr 1fr
    }

    .auth_pg .gallery_band .band_txt {
        grid-column: 1 / -1;
        padding-right: 0
    }

    .auth_pg .voice_inner {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .auth_pg .intro_strip {
        grid-template-columns: 1fr
    }

    .auth_pg .img_col {
        padding: 40px 40px 0
    }

    .auth_pg .img_shaped {
        max-height: 340px;
        width: 100%;
        object-fit: cover
    }

    .auth_pg .text_col {
        padding: 40px
    }

    .auth_pg .text_col h1 {
        font-size: 58px
    }

    .auth_pg .method_grid {
        grid-template-columns: 1fr
    }

    .auth_pg .gallery_band {
        grid-template-columns: 1fr 1fr;
        padding: 40px 20px
    }

    .auth_pg .gallery_band .band_txt {
        grid-column: 1 / -1
    }

    .auth_pg .voice_inner {
        grid-template-columns: 1fr
    }

    .auth_pg .method_area {
        padding: 40px 20px 80px
    }

    .auth_pg .circles_bg {
        display: none
    }

    .auth_pg .voice_band {
        padding: 40px 20px
    }
}

@media (max-width: 360px) {
    .auth_pg .text_col h1 {
        font-size: 23px
    }

    .auth_pg .gallery_band {
        grid-template-columns: 1fr
    }

    .auth_pg .icon_cycle_row {
        flex-direction: column
    }

    .auth_pg .method_area h2,
    .auth_pg .gallery_band .band_txt h2,
    .auth_pg .voice_left h2 {
        font-size: 23px
    }
}

.frnt {
    max-width: 100%;
    overflow-x: hidden
}

.frnt .pg_wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px
}

.frnt .pg_wrap_sm {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 80px
}

.frnt .title_blk {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 420px;
    padding: 80px 0 0;
    position: relative
}

.frnt .title_blk .txt_side {
    flex: 1 1 0;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.frnt .title_blk .corner_lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    pointer-events: none
}

.frnt .title_blk .corner_lines_br {
    position: absolute;
    bottom: 0;
    right: 140px;
    width: 80px;
    height: 80px;
    pointer-events: none
}

.frnt .title_blk .img_strip {
    width: 340px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

.frnt .title_blk .img_strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    aspect-ratio: 1/1
}

.frnt .title_blk .img_strip::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
    background: radial-gradient(ellipse at top left, #604cf161 0%, transparent 70%);
    pointer-events: none
}

.frnt .site_tag {
    display: inline-block;
    font-size: 15px;
    line-height: 1.15;
    color: #10966D;
    border: 1.5px solid #10966D;
    border-radius: 10px;
    padding: 4px 20px;
    margin-bottom: 20px;
    letter-spacing: .04em
}

.frnt .h1_main {
    font-size: 58px;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 0 0 20px
}

.frnt .h1_main .accent_word {
    background: conic-gradient(from 323deg, #604CF1, #10966D);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic
}

.frnt .title_sub {
    font-size: 19px;
    line-height: 1.7;
    color: #3a3a4a;
    max-width: 520px;
    margin: 0 0 40px
}

.frnt .btn_ghost {
    display: inline-block;
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1;
    border: 2px solid #604CF1;
    border-radius: 10px;
    padding: 8px 20px;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), padding .5s cubic-bezier(0.16, 1, 0.3, 1), filter .4s ease-in-out;
    align-self: flex-start
}

.frnt .btn_ghost:hover {
    background: #604CF1;
    color: #fff;
    padding: 8px 32px;
    filter: brightness(0.93)
}

.frnt .btn_ghost:focus {
    outline: 3px solid #604CF1;
    outline-offset: 3px
}

.frnt .stats_strip {
    background: conic-gradient(from 323deg, #604CF1 0%, #10966D 100%);
    padding: 40px 0;
    margin: 80px 0 0
}

.frnt .stats_strip .stats_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-around;
    align-items: center
}

.frnt .stat_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}

.frnt .stat_num {
    font-size: 58px;
    line-height: 1.15;
    color: #fff;
    font-style: italic
}

.frnt .stat_label {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffd9;
    text-align: center
}

.frnt .stat_div {
    width: 1px;
    height: 60px;
    background: #ffffff40
}

.frnt .posts_area {
    padding: 80px 0 0
}

.frnt .area_label {
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.frnt .area_heading {
    font-size: 23px;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 0 0 40px
}

.frnt .posts_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px
}

.frnt .post_card {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 28px 0 #604cf11c;
    background: #fff;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), filter .45s ease-in-out
}

.frnt .post_card:hover {
    box-shadow: 0 9px 52px 0 #604cf124;
    filter: brightness(0.97)
}

.frnt .post_img_wrap {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    flex-shrink: 0
}

.frnt .post_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter 1.8s ease-in-out;
    filter: saturate(1)
}

.frnt .post_card:hover .post_img_wrap img {
    filter: saturate(0)
}

.frnt .post_body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 0
}

.frnt .post_tag {
    display: inline-block;
    font-size: 15px;
    line-height: 1.15;
    color: #10966D;
    background: #10966d17;
    border-radius: 10px;
    padding: 4px 8px;
    align-self: flex-start
}

.frnt .post_title {
    font-size: 19px;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 0;
    text-decoration: none;
    display: block;
    transition: color .4s ease-in-out
}

.frnt .post_title:hover {
    color: #604CF1
}

.frnt .post_sub {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a5a;
    margin: 0
}

.frnt .post_meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap
}

.frnt .post_author {
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1
}

.frnt .post_dot {
    width: 4px;
    height: 4px;
    border-radius: 0;
    background: #c0bce8;
    display: inline-block
}

.frnt .post_read {
    font-size: 15px;
    line-height: 1.15;
    color: #7a7a8a
}

.frnt .post_likes {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    line-height: 1.15;
    color: #7a7a8a;
    margin-left: auto
}

.frnt .like_icon {
    width: 14px;
    height: 14px;
    display: inline-block
}

.frnt .post_link_wrap {
    padding: 0 20px 20px
}

.frnt .post_link {
    display: inline-block;
    font-size: 15px;
    color: #604CF1;
    border: 1.5px solid #604CF1;
    border-radius: 10px;
    padding: 4px 20px;
    text-decoration: none;
    background: transparent;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), padding .5s cubic-bezier(0.16, 1, 0.3, 1), filter .4s ease-in-out
}

.frnt .post_link:hover {
    background: #604CF1;
    color: #fff;
    padding: 4px 28px;
    filter: brightness(0.93)
}

.frnt .svg_div {
    width: 100%;
    line-height: 0;
    margin-top: 80px
}

.frnt .most_read {
    background: #FEF5DF;
    padding: 80px 0
}

.frnt .most_read .mr_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 80px
}

.frnt .mr_grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start
}

.frnt .mr_left {
    position: relative
}

.frnt .mr_num_bg {
    font-size: 58px;
    line-height: 1.15;
    color: #604cf112;
    font-style: italic;
    position: absolute;
    top: -20px;
    left: -20px;
    pointer-events: none;
    user-select: none;
    white-space: nowrap
}

.frnt .mr_heading {
    font-size: 23px;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 0 0 20px;
    position: relative
}

.frnt .mr_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.frnt .mr_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.frnt .mr_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 4px 0 #604cf10f;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .mr_item:hover {
    box-shadow: 0 9px 52px 0 #604cf124;
    transform: rotate(-0.5deg)
}

.frnt .mr_rank {
    font-size: 23px;
    line-height: 1.15;
    color: #604cf12e;
    font-style: italic;
    flex-shrink: 0;
    min-width: 32px
}

.frnt .mr_item_body {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.frnt .mr_item_tag {
    font-size: 15px;
    line-height: 1.15;
    color: #10966D
}

.frnt .mr_item_title {
    font-size: 19px;
    line-height: 1.15;
    color: #1b1b2e;
    text-decoration: none;
    display: block;
    transition: color .4s ease-in-out
}

.frnt .mr_item_title:hover {
    color: #604CF1
}

.frnt .mr_item_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a5a;
    margin: 0
}

.frnt .topic_map {
    padding: 80px 0
}

.frnt .topic_map .tm_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 80px
}

.frnt .tm_heading {
    font-size: 23px;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 0 0 8px
}

.frnt .tm_sub {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a5a;
    margin: 0 0 40px
}

.frnt .tm_tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.frnt .tm_tag {
    display: inline-block;
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1;
    border: 1.5px solid #604cf159;
    border-radius: 32px;
    padding: 8px 20px;
    text-decoration: none;
    background: transparent;
    transition: background .5s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s ease-in-out, transform .45s cubic-bezier(0.16, 1, 0.3, 1), filter .4s ease-in-out
}

.frnt .tm_tag:hover {
    background: #604CF1;
    color: #fff;
    border-color: #604CF1;
    transform: rotate(-1.5deg);
    filter: brightness(0.93)
}

.frnt .tm_tag.green {
    color: #10966D;
    border-color: #10966d59
}

.frnt .tm_tag.green:hover {
    background: #10966D;
    color: #fff;
    border-color: #10966D
}

.frnt .continuation {
    background: #1b1b2e;
    padding: 80px 0
}

.frnt .continuation .cont_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.frnt .cont_text_area {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.frnt .cont_label {
    font-size: 15px;
    line-height: 1.15;
    color: #10966D;
    letter-spacing: .05em;
    text-transform: uppercase
}

.frnt .cont_heading {
    font-size: 23px;
    line-height: 1.15;
    color: #fff;
    margin: 0
}

.frnt .cont_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffb8;
    margin: 0
}

.frnt .cont_links {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.frnt .cont_link_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 18px;
    border: 1.5px solid #604cf14d;
    text-decoration: none;
    transition: border-color .5s cubic-bezier(0.16, 1, 0.3, 1), background .5s cubic-bezier(0.16, 1, 0.3, 1), filter .4s ease-in-out
}

.frnt .cont_link_item:hover {
    border-color: #604CF1;
    background: #604cf114;
    filter: brightness(0.95)
}

.frnt .cont_link_icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #604cf12e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .45s ease-in-out
}

.frnt .cont_link_item:hover .cont_link_icon {
    background: #604CF1
}

.frnt .cont_link_icon svg {
    width: 20px;
    height: 20px
}

.frnt .cont_link_title {
    font-size: 19px;
    line-height: 1.15;
    color: #fff;
    display: block;
    margin-bottom: 4px
}

.frnt .cont_link_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #fff9
}

.frnt .engage_area {
    padding: 80px 0
}

.frnt .engage_area .eng_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 80px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 80px;
    align-items: start
}

.frnt .eng_form_side {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.frnt .eng_heading {
    font-size: 23px;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 0
}

.frnt .eng_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.frnt .eng_blockquote {
    font-size: 19px;
    line-height: 1.7;
    color: #604CF1;
    font-style: italic;
    border-top: 2px solid #604cf133;
    border-bottom: 2px solid #604cf133;
    padding: 20px 0;
    margin: 0
}

.frnt .eng_form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.frnt .eng_form input,
.frnt .eng_form textarea {
    width: 100%;
    padding: 8px 20px;
    border-radius: 10px;
    border: 1.5px solid #604cf140;
    background: #fff;
    font-size: 15px;
    line-height: 1.7;
    color: #1b1b2e;
    box-shadow: inset 0 2px 6px 0 #604cf10f;
    transition: border-color .45s ease-in-out, box-shadow .45s ease-in-out;
    box-sizing: border-box
}

.frnt .eng_form input::placeholder,
.frnt .eng_form textarea::placeholder {
    font-size: 15px;
    color: #9a9aaa
}

.frnt .eng_form input:focus,
.frnt .eng_form textarea:focus {
    outline: none;
    border-color: #604CF1;
    box-shadow: inset 0 3px 6px 0 #604cf11a
}

.frnt .eng_form textarea {
    resize: vertical;
    min-height: 120px
}

.frnt .eng_submit {
    align-self: flex-start;
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1;
    border: 2px solid #604CF1;
    border-radius: 10px;
    padding: 8px 20px;
    background: transparent;
    cursor: pointer;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), padding .5s cubic-bezier(0.16, 1, 0.3, 1), filter .4s ease-in-out
}

.frnt .eng_submit:hover {
    background: #604CF1;
    color: #fff;
    padding: 8px 32px;
    filter: brightness(0.93)
}

.frnt .eng_submit:focus {
    outline: 3px solid #604CF1;
    outline-offset: 3px
}

.frnt .eng_portrait_side {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.frnt .portrait_pair {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.frnt .portrait_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px
}

.frnt .portrait_img_wrap {
    width: 80px;
    flex-shrink: 0
}

.frnt .portrait_img_wrap img {
    width: 80px;
    height: 106px;
    object-fit: cover;
    object-position: top;
    display: block;
    aspect-ratio: 3/4
}

.frnt .portrait_text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.frnt .portrait_name {
    font-size: 15px;
    line-height: 1.15;
    color: #1b1b2e
}

.frnt .portrait_role {
    font-size: 15px;
    line-height: 1.7;
    color: #604CF1
}

.frnt .portrait_quote {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a5a;
    font-style: italic;
    margin: 0
}

@media (max-width: 1024px) {
    .frnt .pg_wrap_sm {
        padding: 0 40px
    }

    .frnt .title_blk .txt_side {
        padding: 40px
    }

    .frnt .title_blk .img_strip {
        width: 260px
    }

    .frnt .h1_main {
        font-size: 58px
    }

    .frnt .posts_grid {
        grid-template-columns: 1fr 1fr
    }

    .frnt .stats_strip .stats_inner {
        padding: 0 40px;
        flex-wrap: wrap
    }

    .frnt .mr_grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .frnt .most_read .mr_inner {
        padding: 0 40px
    }

    .frnt .topic_map .tm_inner {
        padding: 0 40px
    }

    .frnt .continuation .cont_inner {
        padding: 0 40px;
        grid-template-columns: 1fr;
        gap: 40px
    }

    .frnt .engage_area .eng_inner {
        padding: 0 40px;
        grid-template-columns: 1fr;
        gap: 40px
    }
}

@media (max-width: 768px) {
    .frnt .title_blk {
        flex-direction: column;
        min-height: unset
    }

    .frnt .title_blk .img_strip {
        width: 100%;
        height: 280px
    }

    .frnt .title_blk .txt_side {
        padding: 40px 20px
    }

    .frnt .h1_main {
        font-size: 23px
    }

    .frnt .posts_grid {
        grid-template-columns: 1fr
    }

    .frnt .stats_strip .stats_inner {
        padding: 0 20px;
        gap: 20px
    }

    .frnt .stat_div {
        display: none
    }

    .frnt .most_read .mr_inner {
        padding: 0 20px
    }

    .frnt .topic_map .tm_inner {
        padding: 0 20px
    }

    .frnt .continuation .cont_inner {
        padding: 0 20px
    }

    .frnt .engage_area .eng_inner {
        padding: 0 20px
    }

    .frnt .pg_wrap {
        padding: 0 20px
    }
}

@media (max-width: 360px) {
    .frnt .h1_main {
        font-size: 23px
    }

    .frnt .stat_num {
        font-size: 23px
    }

    .frnt .title_blk .txt_side {
        padding: 20px
    }
}

.spons {
    max-width: 100%;
    overflow-x: hidden
}

.spons .pg_wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px
}

.spons .letter_drop span {
    display: inline-block;
    opacity: 0;
    transform: translateY(-32px);
    animation: drop_in .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

@keyframes drop_in {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.spons .bento_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    padding: 80px 40px;
    max-width: 1500px;
    margin: 0 auto;
    position: relative
}

.spons .bento_img_cell {
    grid-column: 2;
    grid-row: 1 / 3;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1
}

.spons .bento_img_cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.spons .img_fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient(to top, #604cf1b8 0%, transparent 100%);
    pointer-events: none
}

.spons .bento_text_top {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 40px 20px;
    position: relative
}

.spons .bento_text_bottom {
    grid-column: 1;
    grid-row: 2;
    padding: 20px 40px 40px;
    position: relative
}

.spons .blur_spot {
    position: absolute;
    border-radius: 32px;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0
}

.spons .spot_a {
    width: 320px;
    height: 220px;
    background: #604cf117;
    top: 0;
    left: -40px
}

.spons .spot_b {
    width: 200px;
    height: 200px;
    background: #10966d12;
    bottom: 40px;
    right: 20px
}

.spons .bento_text_top>*,
.spons .bento_text_bottom>* {
    position: relative;
    z-index: 1
}

.spons .tag_label {
    display: inline-block;
    font-size: 15px;
    line-height: 1.15;
    color: #10966D;
    border: 1.5px solid #10966D;
    border-radius: 10px;
    padding: 4px 20px;
    margin-bottom: 20px;
    width: fit-content
}

.spons .h1_wrap {
    font-size: 58px;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 0 0 20px
}

.spons .h1_wrap .accent_word {
    color: #604CF1;
    font-style: italic
}

.spons .sub_para {
    font-size: 19px;
    line-height: 1.7;
    color: #2d2d3a;
    max-width: 480px;
    margin: 0
}

.spons .metric_row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 20px
}

.spons .metric_item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.spons .metric_num {
    font-size: 58px;
    line-height: 1.15;
    color: #604CF1;
    font-weight: 700
}

.spons .metric_lbl {
    font-size: 15px;
    line-height: 1.15;
    color: #556
}

.spons .divider_a {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #604CF1 0%, #10966D 60%, transparent 100%);
    border: none
}

.spons .formats_band {
    background: #FEF5DF;
    padding: 80px 0;
    position: relative
}

.spons .formats_band::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: conic-gradient(from 323deg, #604CF1, #10966D, #604CF1)
}

.spons .geom_edge {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 0;
    pointer-events: none;
    overflow: hidden
}

.spons .geom_dot {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #604CF1;
    opacity: .22;
    flex-shrink: 0
}

.spons .formats_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px
}

.spons .formats_head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
    position: relative
}

.spons .faded_num {
    font-size: 58px;
    line-height: 1.15;
    color: #604CF1;
    opacity: .07;
    font-weight: 700;
    position: absolute;
    top: -20px;
    left: -8px;
    user-select: none;
    pointer-events: none
}

.spons .formats_h2 {
    font-size: 58px;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 0;
    position: relative;
    z-index: 1
}

.spons .formats_h2 .brack {
    color: #604CF1
}

.spons .formats_sub {
    font-size: 19px;
    line-height: 1.7;
    color: #2d2d3a;
    max-width: 560px;
    margin: 0;
    position: relative;
    z-index: 1
}

.spons .formats_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.spons .fmt_card {
    background: #fff;
    border-radius: 18px;
    padding: 40px 20px;
    box-shadow: 0 4px 28px 0 #604cf11c;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: default
}

.spons .fmt_card:hover {
    box-shadow: 0 9px 52px 0 #604cf124;
    opacity: .93
}

.spons .fmt_icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #604CF1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.spons .fmt_icon svg {
    width: 26px;
    height: 26px
}

.spons .fmt_card_title {
    font-size: 23px;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 0
}

.spons .fmt_card_body {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.spons .fmt_card_detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px
}

.spons .fmt_detail_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.15;
    color: #556
}

.spons .fmt_dot {
    width: 7px;
    height: 7px;
    border-radius: 0;
    background: #10966D;
    flex-shrink: 0
}

.spons .cta_row {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

.spons .btn_primary {
    display: inline-block;
    font-size: 19px;
    line-height: 1.15;
    color: #604CF1;
    border: 2px solid #604CF1;
    border-radius: 10px;
    padding: 20px 40px;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background .5s cubic-bezier(0.16, 1, 0.3, 1), color .5s cubic-bezier(0.16, 1, 0.3, 1), padding .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.spons .btn_primary:hover {
    background: #604CF1;
    color: #fff;
    padding: 20px 52px;
    opacity: .92
}

.spons .btn_secondary {
    display: inline-block;
    font-size: 19px;
    line-height: 1.15;
    color: #10966D;
    border: 2px solid #10966D;
    border-radius: 10px;
    padding: 20px 40px;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background .5s cubic-bezier(0.16, 1, 0.3, 1), color .5s cubic-bezier(0.16, 1, 0.3, 1), padding .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.spons .btn_secondary:hover {
    background: #10966D;
    color: #fff;
    padding: 20px 52px;
    opacity: .92
}

.spons .quote_block {
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 2px 4px 0 #604cf10f;
    padding: 40px;
    margin-top: 40px;
    font-size: 23px;
    line-height: 1.7;
    color: #1b1b2e;
    font-style: italic;
    position: relative
}

.spons .quote_block::before {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #604CF1;
    margin-bottom: 20px;
    border-radius: 0
}

@media (max-width: 1024px) {
    .spons .bento_grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding: 40px 20px
    }

    .spons .bento_img_cell {
        grid-column: 1;
        grid-row: 3;
        max-width: 100%
    }

    .spons .bento_text_top {
        grid-column: 1;
        grid-row: 1;
        padding: 20px
    }

    .spons .bento_text_bottom {
        grid-column: 1;
        grid-row: 2;
        padding: 20px
    }

    .spons .h1_wrap {
        font-size: 40px
    }

    .spons .formats_grid {
        grid-template-columns: 1fr 1fr
    }

    .spons .formats_h2 {
        font-size: 40px
    }

    .spons .metric_num {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .spons .bento_grid {
        padding: 40px 20px
    }

    .spons .pg_wrap {
        padding: 0 20px
    }

    .spons .formats_inner {
        padding: 0 20px
    }

    .spons .formats_grid {
        grid-template-columns: 1fr
    }

    .spons .h1_wrap {
        font-size: 23px
    }

    .spons .formats_h2 {
        font-size: 23px
    }

    .spons .metric_row {
        flex-direction: column;
        gap: 20px
    }

    .spons .metric_num {
        font-size: 23px
    }

    .spons .cta_row {
        flex-direction: column;
        align-items: flex-start
    }

    .spons .bento_text_top {
        padding: 20px 8px
    }

    .spons .bento_text_bottom {
        padding: 8px
    }

    .spons .formats_band {
        padding: 40px 0
    }
}

@media (max-width: 360px) {
    .spons .h1_wrap {
        font-size: 19px
    }

    .spons .btn_primary,
    .spons .btn_secondary {
        padding: 20px;
        font-size: 15px
    }
}

.blg_root {
    max-width: 1500px;
    margin: 0 auto;
    overflow-x: clip
}

.blg_root .pg_band {
    position: relative;
    padding: 80px 40px;
    background: conic-gradient(from 323deg at 38% 55%, #604CF1 0%, #10966D 60%, #604CF1 100%);
    overflow: hidden
}

.blg_root .pg_band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: conic-gradient(from 143deg at 70% 30%, #604cf173 0%, #10966d4d 50%, transparent 100%);
    animation: grad_a 7s ease-in-out infinite alternate
}

.blg_root .pg_band::after {
    content: '';
    position: absolute;
    inset: 0;
    background: conic-gradient(from 323deg at 20% 80%, #fef5df2e 0%, transparent 55%);
    animation: grad_b 11s ease-in-out infinite alternate
}

@keyframes grad_a {
    0% {
        opacity: .6;
        transform: scale(1)
    }

    100% {
        opacity: 1;
        transform: scale(1.08)
    }
}

@keyframes grad_b {
    0% {
        opacity: .4;
        transform: translateX(0)
    }

    100% {
        opacity: .9;
        transform: translateX(30px)
    }
}

.blg_root .pg_band_inner {
    position: relative;
    z-index: 1;
    max-width: 760px
}

.blg_root .pg_band_label {
    display: inline-block;
    font-size: 15px;
    line-height: 1.15;
    color: #FEF5DF;
    border: 1.5px solid #fef5df73;
    padding: 4px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    letter-spacing: .04em
}

.blg_root .pg_band h1 {
    font-size: 58px;
    line-height: 1.15;
    color: #FEF5DF;
    margin: 0 0 20px
}

.blg_root .pg_band_desc {
    font-size: 19px;
    line-height: 1.7;
    color: #fef5dfe0;
    margin: 0;
    max-width: 560px
}

.blg_root .pg_band_deco {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none
}

.blg_root .pg_band_deco span {
    display: block;
    width: 38px;
    height: 3px;
    background: #fef5df4d;
    border-radius: 0
}

.blg_root .pg_band_deco span:nth-child(2) {
    width: 24px
}

.blg_root .pg_band_deco span:nth-child(3) {
    width: 14px
}

.blg_root .corner_deco {
    position: absolute;
    pointer-events: none
}

.blg_root .corner_deco.tl {
    top: 12px;
    left: 12px;
    width: 28px;
    height: 28px;
    border-top: 2px solid #fef5df80;
    border-left: 2px solid #fef5df80
}

.blg_root .corner_deco.br {
    bottom: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border-bottom: 2px solid #fef5df80;
    border-right: 2px solid #fef5df80
}

.blg_root .posts_area {
    padding: 80px 40px;
    background: #fff
}

.blg_root .posts_area_head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 20px
}

.blg_root .posts_area_head h2 {
    font-size: 23px;
    line-height: 1.15;
    color: #1b1240;
    margin: 0;
    position: relative
}

.blg_root .posts_area_head h2 .faded_num {
    position: absolute;
    top: -18px;
    left: -8px;
    font-size: 58px;
    line-height: 1.15;
    color: #604cf112;
    pointer-events: none;
    z-index: 0;
    white-space: nowrap
}

.blg_root .posts_area_head h2 span.real_txt {
    position: relative;
    z-index: 1
}

.blg_root .divider_dbl {
    width: 100%;
    height: 6px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 40px
}

.blg_root .divider_dbl span {
    display: block;
    width: 100%;
    height: 1.5px;
    background: #604cf126
}

.blg_root .cards_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.blg_root .post_card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 28px 0 #604cf11c;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.blg_root .post_card:hover {
    box-shadow: 0 9px 52px 0 #604cf124;
    transform: translateY(-4px)
}

.blg_root .post_card_img_wrap {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    flex-shrink: 0
}

.blg_root .post_card_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.blg_root .post_card:hover .post_card_img_wrap img {
    filter: brightness(0.88)
}

.blg_root .post_card_body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.blg_root .post_card_tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.blg_root .tag_pill {
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1;
    background: #604cf114;
    border-radius: 10px;
    padding: 4px 8px
}

.blg_root .tag_pill.green {
    color: #10966D;
    background: #10966d17
}

.blg_root .post_card_body h3 {
    font-size: 19px;
    line-height: 1.15;
    color: #1b1240;
    margin: 0
}

.blg_root .post_card_sub {
    font-size: 15px;
    line-height: 1.7;
    color: #3d3760;
    margin: 0;
    font-style: italic
}

.blg_root .post_card_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3d3760;
    margin: 0;
    flex: 1
}

.blg_root .post_card_meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap
}

.blg_root .meta_author {
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1;
    font-weight: 600
}

.blg_root .meta_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.blg_root .meta_date {
    font-size: 15px;
    line-height: 1.15;
    color: #8a85b0
}

.blg_root .meta_readtime {
    font-size: 15px;
    line-height: 1.15;
    color: #8a85b0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.blg_root .meta_likes {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    line-height: 1.15;
    color: #10966D
}

.blg_root .heart_ico {
    width: 14px;
    height: 14px;
    display: inline-block
}

.blg_root .post_card_link {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1;
    border: 1.5px solid #604CF1;
    border-radius: 10px;
    text-decoration: none;
    background: transparent;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), padding .45s cubic-bezier(0.16, 1, 0.3, 1);
    align-self: flex-start
}

.blg_root .post_card_link:hover {
    background: #604CF1;
    color: #FEF5DF;
    padding: 8px 28px;
    filter: brightness(0.93)
}

.blg_root .info_strip {
    background: #1b1240;
    padding: 80px 40px;
    position: relative;
    overflow: hidden
}

.blg_root .info_strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: conic-gradient(from 323deg at 80% 20%, #604cf159 0%, #10966d33 50%, transparent 80%);
    animation: grad_a 9s ease-in-out infinite alternate;
    pointer-events: none
}

.blg_root .info_strip_inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.blg_root .info_strip_left h2 {
    font-size: 58px;
    line-height: 1.15;
    color: #FEF5DF;
    margin: 0 0 20px
}

.blg_root .info_strip_left p {
    font-size: 19px;
    line-height: 1.7;
    color: #fef5dfcc;
    margin: 0 0 20px
}

.blg_root .info_strip_left blockquote {
    border: none;
    margin: 0 0 20px;
    padding: 20px;
    background: #604cf12e;
    border-radius: 18px;
    font-size: 19px;
    line-height: 1.7;
    color: #FEF5DF;
    font-style: italic
}

.blg_root .info_strip_right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.blg_root .detail_card {
    background: #fef5df0f;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 2px 4px 0 #604cf10f;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.blg_root .detail_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    gap: 20px
}

.blg_root .detail_row+.detail_row {
    border-top: 1px solid #fef5df1a
}

.blg_root .detail_label {
    font-size: 15px;
    line-height: 1.15;
    color: #fef5df8c
}

.blg_root .detail_val {
    font-size: 15px;
    line-height: 1.15;
    color: #FEF5DF;
    font-weight: 600;
    text-align: right
}

.blg_root .arrow_metric {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 8px
}

.blg_root .metric_num {
    font-size: 58px;
    line-height: 1.15;
    color: #10966D;
    font-weight: 700
}

.blg_root .metric_arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}

.blg_root .metric_arrow svg {
    width: 32px;
    height: 32px
}

.blg_root .metric_num2 {
    font-size: 58px;
    line-height: 1.15;
    color: #604CF1;
    font-weight: 700
}

.blg_root .img_feature {
    padding: 80px 40px;
    background: #FEF5DF;
    position: relative
}

.blg_root .img_feature_inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: start;
    max-width: 1500px;
    margin: 0 auto
}

.blg_root .img_feat_img_wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 0 9px 52px 0 #604cf124
}

.blg_root .img_feat_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.blg_root .img_feat_vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 100% 0%, #604cf147 0%, transparent 60%), radial-gradient(ellipse at 0% 100%, #10966d38 0%, transparent 55%);
    pointer-events: none;
    border-radius: 18px
}

.blg_root .img_feat_text {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.blg_root .img_feat_text h2 {
    font-size: 58px;
    line-height: 1.15;
    color: #1b1240;
    margin: 0;
    position: relative
}

.blg_root .img_feat_text h2 .faded_num {
    position: absolute;
    top: -22px;
    left: -12px;
    font-size: 58px;
    color: #604cf112;
    pointer-events: none;
    z-index: 0;
    white-space: nowrap
}

.blg_root .img_feat_text h2 .real_txt {
    position: relative;
    z-index: 1
}

.blg_root .img_feat_text p {
    font-size: 19px;
    line-height: 1.7;
    color: #2d2860;
    margin: 0
}

.blg_root .img_feat_text blockquote {
    border: none;
    margin: 0;
    padding: 20px;
    background: #604cf112;
    border-radius: 18px;
    font-size: 19px;
    line-height: 1.7;
    color: #1b1240;
    font-style: italic
}

.blg_root .img_feat_text .feat_accent {
    font-size: 19px;
    line-height: 1.7;
    color: #10966D;
    font-style: italic
}

.blg_root .img_feat_text a.btn_ghost {
    display: inline-block;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1;
    border: 1.5px solid #604CF1;
    border-radius: 10px;
    text-decoration: none;
    background: transparent;
    transition: background .5s cubic-bezier(0.16, 1, 0.3, 1), color .5s cubic-bezier(0.16, 1, 0.3, 1), padding .5s cubic-bezier(0.16, 1, 0.3, 1);
    align-self: flex-start
}

.blg_root .img_feat_text a.btn_ghost:hover {
    background: #604CF1;
    color: #FEF5DF;
    padding: 8px 32px;
    filter: brightness(0.93)
}

.blg_root .newsletter_band {
    padding: 80px 40px;
    background: #fff;
    position: relative
}

.blg_root .newsletter_band_inner {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center
}

.blg_root .newsletter_band_inner h2 {
    font-size: 23px;
    line-height: 1.15;
    color: #1b1240;
    margin: 0;
    position: relative
}

.blg_root .newsletter_band_inner h2 .faded_num {
    position: absolute;
    top: -22px;
    left: -20px;
    font-size: 58px;
    color: #604cf10f;
    pointer-events: none;
    z-index: 0;
    white-space: nowrap
}

.blg_root .newsletter_band_inner h2 .real_txt {
    position: relative;
    z-index: 1
}

.blg_root .newsletter_band_inner p {
    font-size: 19px;
    line-height: 1.7;
    color: #3d3760;
    margin: 0
}

.blg_root .nl_form {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    flex-wrap: wrap
}

.blg_root .nl_form input[type="email"] {
    flex: 1;
    min-width: 200px;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 1.7;
    border: 1.5px solid #604cf140;
    border-radius: 10px;
    background: #fff;
    color: #1b1240;
    outline: none;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: inset 0 2px 6px 0 #604cf10f
}

.blg_root .nl_form input[type="email"]::placeholder {
    color: #a09cbf;
    font-size: 15px
}

.blg_root .nl_form input[type="email"]:focus {
    border-color: #604CF1;
    box-shadow: inset 0 2px 6px 0 #604cf11c
}

.blg_root .nl_form button[type="submit"] {
    padding: 8px 20px;
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1;
    border: 1.5px solid #604CF1;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    transition: background .5s cubic-bezier(0.16, 1, 0.3, 1), color .5s cubic-bezier(0.16, 1, 0.3, 1), padding .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.blg_root .nl_form button[type="submit"]:hover {
    background: #604CF1;
    color: #FEF5DF;
    padding: 8px 32px;
    filter: brightness(0.93)
}

.blg_root .nl_form button[type="submit"]:focus {
    outline: 2px solid #604CF1;
    outline-offset: 2px
}

@media (max-width: 1024px) {
    .blg_root .cards_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .blg_root .info_strip_inner {
        grid-template-columns: 1fr
    }

    .blg_root .img_feature_inner {
        grid-template-columns: 1fr
    }

    .blg_root .img_feat_img_wrap {
        max-width: 480px
    }

    .blg_root .pg_band h1 {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .blg_root .cards_grid {
        grid-template-columns: 1fr
    }

    .blg_root .pg_band {
        padding: 40px 20px
    }

    .blg_root .pg_band h1 {
        font-size: 23px
    }

    .blg_root .posts_area {
        padding: 40px 20px
    }

    .blg_root .info_strip {
        padding: 40px 20px
    }

    .blg_root .img_feature {
        padding: 40px 20px
    }

    .blg_root .newsletter_band {
        padding: 40px 20px
    }

    .blg_root .posts_area_head {
        flex-direction: column;
        align-items: flex-start
    }

    .blg_root .nl_form {
        flex-direction: column
    }
}

@media (max-width: 360px) {
    .blg_root .pg_band h1 {
        font-size: 19px
    }

    .blg_root .post_card_body {
        padding: 20px 8px
    }
}

.success_page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: #fff
}

.success_page .success_wrap {
    max-width: 620px;
    width: 100%;
    text-align: center
}

.success_page .icon_ring {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(conic-gradient, #604CF1, #10966D);
    background: conic-gradient(from 323deg, #604CF1, #10966D);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    box-shadow: 0 4px 28px 0 #604cf11c
}

.success_page .icon_ring svg {
    width: 40px;
    height: 40px;
    display: block
}

.success_page .success_heading {
    font-size: 58px;
    line-height: 1.15;
    color: #604CF1;
    margin: 0 0 20px;
    letter-spacing: normal
}

.success_page .success_sub {
    font-size: 19px;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0 0 40px
}

.success_page .divider_line {
    width: 64px;
    height: 3px;
    background: conic-gradient(from 323deg, #604CF1, #10966D);
    border-radius: 0;
    margin: 0 auto 40px
}

.success_page .detail_text {
    font-size: 15px;
    line-height: 1.7;
    color: #3d3d3d;
    margin: 0 0 40px
}

.success_page .detail_text span {
    font-style: italic;
    font-size: 19px;
    color: #10966D
}

.success_page .back_btn {
    display: inline-block;
    padding: 20px 40px;
    font-size: 15px;
    line-height: 1.15;
    color: #604CF1;
    border: 2px solid #604CF1;
    border-radius: 10px;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), background .5s cubic-bezier(0.16, 1, 0.3, 1), padding .55s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s ease-in-out;
    box-shadow: 0 2px 4px 0 #604cf10f
}

.success_page .back_btn:hover {
    background: #604CF1;
    color: #fff;
    padding: 20px 52px;
    box-shadow: 0 4px 28px 0 #604cf11c;
    filter: brightness(0.92)
}

.success_page .back_btn:focus {
    outline: 3px solid #10966D;
    outline-offset: 4px
}

.success_page .contact_note {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.7;
    color: #555
}

.success_page .contact_note a {
    color: #10966D;
    text-decoration: underline;
    transition: color .4s ease-in-out
}

.success_page .contact_note a:hover {
    color: #604CF1;
    filter: brightness(0.9)
}

@media (max-width: 768px) {
    .success_page {
        padding: 80px 20px
    }

    .success_page .success_heading {
        font-size: 23px
    }

    .success_page .success_sub {
        font-size: 15px
    }
}

@media (max-width: 360px) {
    .success_page {
        padding: 40px 8px
    }

    .success_page .back_btn {
        padding: 20px;
        width: 100%;
        text-align: center
    }

    .success_page .back_btn:hover {
        padding: 20px
    }
}