html {
    box-sizing: border-box
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-family: 'Open Sans', sans-serif
}

.site-header {
    background: #002350;
    position: relative
}

.utility-bar {
    background: #001a3d;
    padding: 6px 24px
}

.utility-bar__inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

.utility-bar__contact {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #c8d8f0;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.utility-bar__contact:hover,
.utility-bar__contact:focus {
    color: #F9A457;
    outline: none
}

.utility-bar__contact:focus-visible {
    outline: 2px solid #F9A457;
    outline-offset: 2px
}

.utility-bar__contact i {
    font-size: 15px;
    color: #D9315D
}

.brand-nav-row {
    max-width: 1024px;
    margin: 0 auto;
    padding: 24px 24px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px
}

.brand-mark {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.brand-mark__img-wrap {
    background: #fff;
    border-radius: 7px;
    padding: 6px;
    box-shadow: -1px 4px 28px -2px #00235017;
    display: flex;
    align-items: center;
    justify-content: center
}

.brand-mark__img-wrap img {
    display: block;
    object-fit: contain
}

.primary-nav {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0
}

.primary-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end
}

.primary-nav__item {
    display: flex
}

.primary-nav__link {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .04em;
    color: #c8d8f0;
    text-decoration: none;
    border-radius: 7px 7px 0 0;
    background: transparent;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 44px
}

.primary-nav__link:hover {
    background: #d9315d2e;
    color: #fff
}

.primary-nav__link:focus-visible {
    outline: 2px solid #F9A457;
    outline-offset: 2px
}

.primary-nav__link--active {
    background: #D9315D;
    color: #fff
}

.header-accent-bar {
    height: 4px;
    background: linear-gradient(90deg, #D9315D 0%, #F9A457 60%, #002350 100%);
    margin-top: 0
}

@media (max-width: 768px) {
    .brand-nav-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 12px 0;
        gap: 12px
    }

    .primary-nav {
        width: 100%
    }

    .primary-nav__list {
        justify-content: flex-start;
        gap: 6px
    }

    .primary-nav__link {
        padding: 12px;
        font-size: 15px
    }

    .utility-bar {
        padding: 6px 12px
    }

    .utility-bar__inner {
        gap: 12px
    }
}

.site-footer {
    background: #002350;
    position: relative;
    overflow: hidden
}

.site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #f9a45714 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none
}

.footer-upper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 80px 24px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    position: relative
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.footer-brand__logo-wrap {
    background: #fff;
    border-radius: 7px;
    padding: 6px;
    box-shadow: -1px 4px 28px -2px #00235017;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content
}

.footer-brand__logo-wrap img {
    display: block;
    object-fit: contain
}

.footer-brand__desc {
    font-size: 15px;
    line-height: 1.6;
    color: #a8c0e0;
    margin: 0
}

.footer-brand__contacts {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-brand__contact-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    line-height: 1.3;
    color: #c8d8f0;
    text-decoration: none;
    transition: color .5s ease-in-out
}

.footer-brand__contact-link:hover,
.footer-brand__contact-link:focus {
    color: #F9A457
}

.footer-brand__contact-link:focus-visible {
    outline: 2px solid #F9A457;
    outline-offset: 2px
}

.footer-brand__contact-link i {
    color: #D9315D;
    font-size: 16px
}

.footer-col__heading {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #F9A457;
    line-height: 1.3;
    margin: 0 0 24px;
    text-transform: uppercase
}

.footer-col__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-col__link {
    font-size: 15px;
    line-height: 1.6;
    color: #a8c0e0;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.footer-col__link:hover,
.footer-col__link:focus {
    color: #fff
}

.footer-col__link:focus-visible {
    outline: 2px solid #F9A457;
    outline-offset: 2px
}

.footer-divider {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative
}

.footer-divider__line {
    border: none;
    border-top: 1px solid #c8d8f01f;
    margin: 0
}

.footer-lower {
    max-width: 1024px;
    margin: 0 auto;
    padding: 24px 24px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative
}

.footer-lower__copy {
    font-size: 15px;
    line-height: 1.6;
    color: #6a90b8;
    margin: 0
}

.footer-lower__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.footer-lower__legal-link {
    font-size: 15px;
    line-height: 1.6;
    color: #6a90b8;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.footer-lower__legal-link:hover,
.footer-lower__legal-link:focus {
    color: #c8d8f0
}

.footer-lower__legal-link:focus-visible {
    outline: 2px solid #F9A457;
    outline-offset: 2px
}

@media (max-width: 768px) {
    .footer-upper {
        grid-template-columns: 1fr;
        padding: 40px 12px 24px;
        gap: 40px
    }

    .footer-lower {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 12px 40px;
        gap: 12px
    }

    .footer-lower__legal {
        gap: 12px
    }

    .footer-divider {
        padding: 0 12px
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .footer-upper {
        grid-template-columns: 1.4fr 1fr 1fr
    }
}

.cookie-tray {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    box-shadow: -1px 12px 60px -2px #0023501a;
    z-index: 1500;
    border-radius: 0 0 14px 14px;
    max-width: 1024px
}

.cookie-tray__body {
    padding: 24px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

.cookie-tray__text-group {
    flex: 1;
    min-width: 0
}

.cookie-tray__desc {
    font-size: 15px;
    line-height: 1.6;
    color: #002350;
    margin: 0 0 6px
}

.cookie-tray__uses {
    font-size: 15px;
    line-height: 1.6;
    color: #3a5070;
    margin: 0;
    padding-left: 24px
}

.cookie-tray__headline {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #002350;
    margin: 0 0 12px
}

.cookie-tray__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0
}

.cookie-tray__accept {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #D9315D;
    border: none;
    border-radius: 7px;
    padding: 12px 24px;
    cursor: pointer;
    text-decoration: underline;
    min-height: 44px;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cookie-tray__accept:hover,
.cookie-tray__accept:focus {
    background: #b8274f
}

.cookie-tray__accept:focus-visible {
    outline: 2px solid #002350;
    outline-offset: 2px
}

.cookie-tray__decline {
    font-size: 15px;
    color: #002350;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 12px 6px;
    min-height: 44px;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cookie-tray__decline:hover,
.cookie-tray__decline:focus {
    color: #D9315D
}

.cookie-tray__decline:focus-visible {
    outline: 2px solid #D9315D;
    outline-offset: 2px
}

@media (max-width: 768px) {
    .cookie-tray__body {
        padding: 24px 12px;
        flex-direction: column;
        align-items: flex-start
    }

    .cookie-tray__actions {
        width: 100%;
        justify-content: flex-start
    }
}

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

.policy-box h1 {
    font-size: 48px;
    line-height: 1.1;
    color: #002350;
    margin-bottom: 24px;
    letter-spacing: -.5px
}

.policy-box h2 {
    font-size: 24px;
    line-height: 1.3;
    color: #002350;
    margin-top: 80px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #F9A457
}

.policy-box h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #002350;
    margin-top: 40px;
    margin-bottom: 12px
}

.policy-box h4 {
    font-size: 16px;
    line-height: 1.6;
    color: #002350;
    margin-top: 24px;
    margin-bottom: 12px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.policy-box h5 {
    font-size: 15px;
    line-height: 1.6;
    color: #002350;
    margin-top: 24px;
    margin-bottom: 12px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.policy-box h6 {
    font-size: 15px;
    line-height: 1.6;
    color: #D9315D;
    margin-top: 24px;
    margin-bottom: 12px
}

.policy-box p {
    font-size: 16px;
    line-height: 1.9;
    color: #1a2d45;
    margin-bottom: 24px
}

.policy-box ul {
    margin-bottom: 24px;
    padding-left: 24px
}

.policy-box ol {
    margin-bottom: 24px;
    padding-left: 24px
}

.policy-box li {
    font-size: 16px;
    line-height: 1.9;
    color: #1a2d45;
    margin-bottom: 6px
}

.policy-box ul li {
    list-style-type: disc
}

.policy-box ol li {
    list-style-type: decimal
}

.policy-box ul ul,
.policy-box ol ol,
.policy-box ul ol,
.policy-box ol ul {
    margin-top: 6px;
    margin-bottom: 6px
}

.policy-box em,
.policy-box i {
    font-style: italic;
    color: #002350
}

.policy-box table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: -1px 4px 28px -2px #00235017
}

.policy-box thead {
    background-color: #002350
}

.policy-box thead th {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 12px 24px;
    text-align: left
}

.policy-box tbody tr {
    border-bottom: 1px solid #0023501a;
    transition: background-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

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

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

.policy-box tbody tr:hover {
    background-color: #d9315d0d
}

.policy-box td {
    padding: 12px 24px;
    color: #1a2d45;
    font-size: 15px;
    line-height: 1.6;
    vertical-align: top
}

.policy-box th {
    padding: 12px 24px
}

.policy-box hr {
    border: none;
    border-top: 1px solid #00235026;
    margin: 40px 0
}

.policy-box div {
    margin-bottom: 24px
}

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

    .policy-box h1 {
        font-size: 48px
    }

    .policy-box h2 {
        font-size: 24px;
        margin-top: 40px
    }

    .policy-box h3 {
        font-size: 20px
    }

    .policy-box table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .policy-box thead th,
    .policy-box td {
        padding: 12px;
        white-space: nowrap
    }
}

@media (max-width: 1280px) and (min-width: 769px) {
    .policy-box {
        padding: 80px 40px
    }
}

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

.bdet__reading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(to left, #D9315D, #002350);
    z-index: 999;
    transition: width .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.bdet__cover {
    position: relative;
    padding: 80px 24px 0;
    background: #fff
}

.bdet__cover-grid {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end
}

.bdet__cover-text {
    padding-bottom: 40px
}

.bdet__meta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap
}

.bdet__tag {
    display: inline-block;
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    border-radius: 7px;
    background: #002350;
    color: #fff;
    line-height: 1.3
}

.bdet__tag--cat {
    background: transparent;
    color: #D9315D;
    border: 1.5px solid #D9315D;
    border-radius: 7px
}

.bdet__readtime {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #4a5568;
    line-height: 1.3
}

.bdet__readtime svg {
    flex-shrink: 0
}

.bdet__h1 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0;
    transform: translateY(20px) translateX(-10px);
    transition: opacity .55s cubic-bezier(0.16, 1, 0.3, 1), transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.bdet__h1--visible {
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.bdet__subtitle {
    font-size: 20px;
    line-height: 1.6;
    color: #2d3748;
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, transform .5s cubic-bezier(0.16, 1, 0.3, 1) .1s
}

.bdet__subtitle--visible {
    opacity: 1;
    transform: translateY(0)
}

.bdet__stats-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, transform .45s cubic-bezier(0.16, 1, 0.3, 1) .2s
}

.bdet__stats-row--visible {
    opacity: 1;
    transform: translateY(0)
}

.bdet__stat {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #4a5568;
    line-height: 1.3
}

.bdet__stat svg {
    flex-shrink: 0
}

.bdet__img-wrap {
    position: relative;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    box-shadow: -1px 12px 60px -2px #0023501a;
    opacity: 0;
    transform: translateX(20px) translateY(10px);
    transition: opacity .55s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, transform .55s cubic-bezier(0.16, 1, 0.3, 1) .15s
}

.bdet__img-wrap--visible {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.bdet__img-wrap img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block
}

.bdet__img-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, #00235073, transparent);
    pointer-events: none
}

.bdet__wave-divider {
    width: 100%;
    line-height: 0;
    background: #fff
}

.bdet__wave-divider svg {
    display: block;
    width: 100%
}

.bdet__print-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 12px 24px;
    background: transparent;
    border: 1.5px solid #002350;
    border-radius: 7px;
    color: #002350;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.3;
    transition: background .4s cubic-bezier(0.16, 1, 0.3, 1), color .4s cubic-bezier(0.16, 1, 0.3, 1), border-color .4s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: .04em
}

.bdet__print-btn:hover,
.bdet__print-btn:focus {
    background: #002350;
    color: #fff;
    border-color: #002350;
    outline: none
}

.bdet__print-btn:active {
    background: #001830;
    border-color: #001830;
    color: #fff
}

.bdet__article-body {
    background: #f4f6fa;
    padding: 80px 24px
}

.bdet__article-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start
}

.bdet__prose {
    background: #fff;
    border-radius: 14px;
    padding: 40px;
    box-shadow: -1px 4px 28px -2px #d9315d17;
    opacity: 0;
    transform: translateY(24px) translateX(-12px);
    transition: opacity .5s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.bdet__prose--visible {
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.bdet__prose p {
    font-size: 16px;
    line-height: 1.9;
    color: #1e2a3a;
    margin-bottom: 24px
}

.bdet__prose h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 12px;
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.bdet__prose h4 {
    font-size: 20px;
    line-height: 1.3;
    color: #002350;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 700
}

.bdet__prose abbr {
    text-decoration: underline dotted;
    cursor: help;
    color: #002350
}

.bdet__prose details {
    border-radius: 7px;
    border: 1.5px solid #e2e8f0;
    padding: 12px 24px;
    margin-bottom: 24px
}

.bdet__prose summary {
    font-weight: 600;
    font-size: 16px;
    color: #002350;
    cursor: pointer;
    line-height: 1.6
}

.bdet__sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    opacity: 0;
    transform: translateY(24px) translateX(12px);
    transition: opacity .5s cubic-bezier(0.16, 1, 0.3, 1) 0.12s, transform .5s cubic-bezier(0.16, 1, 0.3, 1) .12s
}

.bdet__sidebar--visible {
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.bdet__fact-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: -1px 2px 6px -2px #d9315d14;
    position: relative
}

.bdet__fact-card::before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 4px;
    height: calc(100% - 28px);
    background: linear-gradient(to bottom, #D9315D, #F9A457);
    border-radius: 0 2px 2px 0
}

.bdet__fact-card__label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #D9315D;
    margin-bottom: 12px;
    line-height: 1.3;
    text-transform: uppercase
}

.bdet__fact-card__body {
    font-size: 16px;
    line-height: 1.6;
    color: #1e2a3a
}

.bdet__fact-card__num {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 6px
}

.bdet__accent-band {
    background: linear-gradient(to left, #D9315D, #002350);
    padding: 40px 24px
}

.bdet__accent-band-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start
}

.bdet__metric {
    text-align: center;
    padding: 24px 12px;
    border-radius: 14px;
    background: #ffffff14;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.bdet__metric--visible {
    opacity: 1;
    transform: translateY(0)
}

.bdet__metric:nth-child(2) {
    transition-delay: .08s
}

.bdet__metric:nth-child(3) {
    transition-delay: .16s
}

.bdet__metric:nth-child(4) {
    transition-delay: .24s
}

.bdet__metric__val {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    color: #F9A457;
    display: block;
    margin-bottom: 6px
}

.bdet__metric__desc {
    font-size: 15px;
    line-height: 1.3;
    color: #ffffffe0;
    letter-spacing: .04em
}

.bdet__divider-cross {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 0;
    background: #f4f6fa
}

.bdet__divider-cross__line {
    height: 1px;
    background: #cbd5e0;
    flex: 1;
    max-width: 200px
}

.bdet__divider-cross__mark {
    width: 16px;
    height: 16px;
    position: relative;
    flex-shrink: 0
}

.bdet__divider-cross__mark::before,
.bdet__divider-cross__mark::after {
    content: "";
    display: block;
    position: absolute;
    background: #D9315D;
    border-radius: 2px
}

.bdet__divider-cross__mark::before {
    width: 2px;
    height: 16px;
    top: 0;
    left: 7px
}

.bdet__divider-cross__mark::after {
    width: 16px;
    height: 2px;
    top: 7px;
    left: 0
}

@media (max-width: 768px) {
    .bdet__cover-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .bdet__h1 {
        font-size: 32px
    }

    .bdet__subtitle {
        font-size: 16px
    }

    .bdet__article-inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .bdet__accent-band-inner {
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .bdet__prose {
        padding: 24px
    }

    .bdet__img-wrap img {
        height: 220px
    }
}

@media (max-width: 1280px) and (min-width: 769px) {
    .bdet__h1 {
        font-size: 40px
    }

    .bdet__accent-band-inner {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media print {

    .bdet__reading-bar,
    .bdet__print-btn,
    .bdet__accent-band {
        display: none
    }
}

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

.blg__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.blg__band {
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, #D9315D, #002350)
}

.blg__strip {
    background: #002350;
    padding: 40px 24px;
    position: relative
}

.blg__strip-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px
}

.blg__strip-text {
    flex: 1;
    min-width: 0
}

.blg__strip-label {
    font-size: 15px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #F9A457;
    display: block;
    margin-bottom: 12px;
    line-height: 1.3
}

.blg__strip-heading {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 12px;
    background: linear-gradient(to left, #D9315D, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.blg__strip-tagline {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffc7;
    margin: 0 0 24px
}

.blg__strip-links {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.blg__strip-btn--primary {
    display: inline-block;
    background: #D9315D;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 7px;
    text-decoration: none;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -1px 4px 28px -2px #d9315d17
}

.blg__strip-btn--primary:hover {
    background: #b8234d;
    box-shadow: -1px 12px 60px -2px #d9315d1a
}

.blg__strip-btn--secondary {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 7px;
    text-decoration: none;
    border: 1.5px solid #ffffff59;
    transition: border-color .4s ease-in-out, color .4s ease-in-out
}

.blg__strip-btn--secondary:hover {
    border-color: #F9A457;
    color: #F9A457
}

.blg__strip-img-wrap {
    width: 260px;
    flex-shrink: 0;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: -1px 12px 60px -2px #0023501a
}

.blg__strip-img-wrap img {
    width: 260px;
    height: 180px;
    object-fit: cover;
    display: block
}

.blg__strip-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to left, #002350 0%, transparent 100%)
}

.blg__curve-divider {
    width: 100%;
    line-height: 0;
    background: #002350
}

.blg__curve-divider svg {
    display: block;
    width: 100%
}

.blg__posts-area {
    background: #fff;
    padding: 80px 24px
}

.blg__posts-top {
    max-width: 1024px;
    margin: 0 auto 40px
}

.blg__posts-label {
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #D9315D;
    display: block;
    margin-bottom: 12px
}

.blg__posts-heading {
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.blg__grid {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.blg__card {
    background: #fff;
    border-radius: 14px;
    box-shadow: -1px 4px 28px -2px #00235017;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    text-decoration: none
}

.blg__card:hover {
    box-shadow: -1px 12px 60px -2px #0023501a;
    transform: translateY(-4px)
}

.blg__card:active {
    transform: scale(1.03);
    transition: transform .18s cubic-bezier(0.16, 1, 0.3, 1)
}

.blg__card-img-wrap {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.blg__card-img-wrap img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.blg__card:hover .blg__card-img-wrap img {
    transform: scale(1.04)
}

.blg__card-cat {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #002350;
    color: #fff;
    font-size: 15px;
    padding: 4px 10px;
    border-radius: 2px;
    letter-spacing: .07em;
    text-transform: uppercase
}

.blg__card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px
}

.blg__card-tag {
    font-size: 15px;
    color: #D9315D;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase
}

.blg__card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #002350;
    margin: 0
}

.blg__card-sub {
    font-size: 15px;
    color: #444e5a;
    line-height: 1.6;
    margin: 0
}

.blg__card-desc {
    font-size: 15px;
    color: #555f6d;
    line-height: 1.6;
    margin: 0;
    flex: 1
}

.blg__card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 6px;
    border-top: 1px solid #eef0f3
}

.blg__card-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #6a7380
}

.blg__card-meta-item svg {
    flex-shrink: 0
}

.blg__card-readmore {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #D9315D;
    text-decoration: none;
    margin-top: auto;
    transition: gap .38s cubic-bezier(0.16, 1, 0.3, 1)
}

.blg__card:hover .blg__card-readmore {
    gap: 10px
}

.blg__divider-wave {
    width: 100%;
    line-height: 0;
    background: #fff
}

.blg__divider-wave svg {
    display: block;
    width: 100%
}

.blg__metric-area {
    background: linear-gradient(to left, #d9315d0f, #0023500a);
    padding: 80px 24px;
    position: relative
}

.blg__metric-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.blg__metric-lines::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(180deg, transparent 0px, transparent 18px, #0023500a 18px, #0023500a 19px, transparent 19px, transparent 34px, #00235008 34px, #00235008 36px, transparent 36px, transparent 58px, #00235006 58px, #00235006 60px)
}

.blg__metric-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center
}

.blg__metric-num-col {
    flex-shrink: 0;
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #002350;
    border-radius: 26px;
    padding: 40px 24px;
    box-shadow: -1px 12px 60px -2px #0023501a
}

.blg__metric-symbol {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 900;
    background: linear-gradient(to left, #D9315D, #F9A457);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    text-align: center
}

.blg__metric-unit {
    font-size: 15px;
    color: #ffffffa6;
    letter-spacing: .09em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 12px
}

.blg__metric-text-col {
    flex: 1;
    min-width: 0
}

.blg__metric-label {
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #D9315D;
    display: block;
    margin-bottom: 12px
}

.blg__metric-heading {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 12px;
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.blg__metric-body {
    font-size: 16px;
    line-height: 1.6;
    color: #2d3540;
    margin: 0 0 12px
}

.blg__metric-quote {
    border-top: 2px solid #D9315D;
    padding-top: 24px;
    margin-top: 24px
}

.blg__metric-quote-text {
    font-size: 20px;
    line-height: 1.6;
    color: #002350;
    font-style: italic;
    font-weight: 600;
    margin: 0
}

.blg__divider-line {
    max-width: 1024px;
    margin: 0 auto;
    height: 1px;
    background: linear-gradient(to right, transparent, #0023501f, transparent)
}

.blg__topics-area {
    padding: 80px 24px;
    background: #fff
}

.blg__topics-inner {
    max-width: 1024px;
    margin: 0 auto
}

.blg__topics-label {
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #D9315D;
    display: block;
    margin-bottom: 12px
}

.blg__topics-heading {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 40px;
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.blg__topics-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: topic-counter
}

.blg__topics-item {
    counter-increment: topic-counter;
    background: #fff;
    border-radius: 14px;
    box-shadow: -1px 2px 6px -2px #00235014;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    transition: box-shadow .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.blg__topics-item:hover {
    box-shadow: -1px 12px 60px -2px #0023501a
}

.blg__topics-num {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.1;
    color: #d9315d1f;
    flex-shrink: 0;
    width: 40px;
    text-align: center
}

.blg__topics-content {
    flex: 1;
    min-width: 0
}

.blg__topics-item-heading {
    font-size: 16px;
    font-weight: 700;
    color: #002350;
    margin: 0 0 6px;
    line-height: 1.3
}

.blg__topics-item-text {
    font-size: 15px;
    color: #555f6d;
    line-height: 1.6;
    margin: 0
}

.blg__newsletter-area {
    background: #002350;
    padding: 80px 24px;
    position: relative;
    overflow: hidden
}

.blg__newsletter-bg-anim {
    position: absolute;
    top: -40px;
    right: -80px;
    width: 400px;
    height: 400px;
    border-radius: 42px;
    background: #d9315d14;
    animation: blg-drift 7s ease-in-out infinite alternate;
    pointer-events: none
}

@keyframes blg-drift {
    0% {
        transform: translate(0, 0) rotate(0deg)
    }

    100% {
        transform: translate(-40px, 30px) rotate(8deg)
    }
}

.blg__newsletter-inner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.blg__newsletter-label {
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #F9A457;
    display: block;
    margin-bottom: 12px
}

.blg__newsletter-heading {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 12px;
    background: linear-gradient(to left, #D9315D, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.blg__newsletter-text {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffb8;
    margin: 0 0 40px
}

.blg__newsletter-form {
    display: flex;
    flex-direction: row;
    gap: 12px
}

.blg__newsletter-input {
    flex: 1;
    padding: 12px 24px;
    border-radius: 7px;
    border: 1.5px solid #fff3;
    background: #ffffff12;
    color: #fff;
    font-size: 16px;
    outline: none;
    transition: border-color .4s ease-in-out
}

.blg__newsletter-input:focus {
    border-color: #F9A457
}

.blg__newsletter-input::placeholder {
    color: #ffffff61
}

.blg__newsletter-btn {
    padding: 12px 24px;
    background: #D9315D;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -1px 4px 28px -2px #d9315d17;
    position: relative
}

.blg__newsletter-btn:hover {
    background: #b8234d;
    box-shadow: -1px 12px 60px -2px #d9315d1a
}

.blg__newsletter-btn:focus {
    outline: 2px solid #F9A457;
    outline-offset: 2px
}

.blg__newsletter-btn--loading .blg__newsletter-btn-text {
    visibility: hidden
}

.blg__newsletter-btn--loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border: 2.5px solid #ffffff59;
    border-top-color: #fff;
    border-radius: 42px;
    animation: blg-spin .7s linear infinite
}

@keyframes blg-spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.blg__math-symbol {
    position: absolute;
    bottom: -24px;
    left: -60px;
    font-size: 220px;
    font-weight: 900;
    color: #f9a4570d;
    line-height: 1;
    pointer-events: none;
    user-select: none
}

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

@media (max-width: 768px) {
    .blg__strip-inner {
        flex-direction: column;
        gap: 24px
    }

    .blg__strip-img-wrap {
        width: 100%
    }

    .blg__strip-img-wrap img {
        width: 100%;
        height: 160px
    }

    .blg__strip-heading {
        font-size: 32px
    }

    .blg__grid {
        grid-template-columns: 1fr
    }

    .blg__metric-inner {
        flex-direction: column;
        gap: 24px
    }

    .blg__metric-num-col {
        width: 100%
    }

    .blg__topics-list {
        grid-template-columns: 1fr
    }

    .blg__newsletter-form {
        flex-direction: column
    }

    .blg__newsletter-heading {
        font-size: 32px
    }

    .blg__math-symbol {
        font-size: 120px;
        left: -20px;
        bottom: -12px
    }
}

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

.auth-pg .pg-body {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.auth-pg .fade-in {
    opacity: 0;
    animation: authFadeIn .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.auth-pg .fade-in--delay-1 {
    animation-delay: .1s
}

.auth-pg .fade-in--delay-2 {
    animation-delay: .22s
}

.auth-pg .fade-in--delay-3 {
    animation-delay: .34s
}

.auth-pg .fade-in--delay-4 {
    animation-delay: .46s
}

@keyframes authFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

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

.auth-pg .dot-field {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.auth-pg .dot-field__svg {
    width: 100%;
    height: 100%;
    opacity: .13
}

.auth-pg .ident {
    position: relative;
    background: #fff;
    padding: 80px 24px 40px;
    text-align: center
}

.auth-pg .ident__label {
    display: inline-block;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: .12em;
    color: #D9315D;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px
}

.auth-pg .ident__name {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 800;
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 24px
}

.auth-pg .ident__desc {
    font-size: 20px;
    line-height: 1.6;
    color: #002350;
    max-width: 580px;
    margin: 0 auto 40px
}

.auth-pg .ident__img-frame {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px
}

.auth-pg .ident__img-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: -1px 12px 60px -2px #0023501a;
    display: block
}

.auth-pg .scallop-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    display: block
}

.auth-pg .scallop-divider svg {
    display: block;
    width: 100%
}

.auth-pg .narrative {
    background: #002350;
    padding: 80px 24px;
    position: relative
}

.auth-pg .narrative__grid {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.auth-pg .narrative__img-col {
    position: relative
}

.auth-pg .narrative__img-col img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: -1px 12px 60px -2px #d9315d1a;
    display: block
}

.auth-pg .narrative__accent-bar {
    width: 4px;
    height: 60px;
    background: #F9A457;
    border-radius: 2px;
    margin-bottom: 24px
}

.auth-pg .narrative__text-col {
    padding: 12px 0
}

.auth-pg .narrative__heading {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    background: linear-gradient(to left, #D9315D, #F9A457);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 24px
}

.auth-pg .narrative__body {
    font-size: 16px;
    line-height: 1.6;
    color: #c8d8f0;
    margin: 0 0 24px
}

.auth-pg .narrative__body--last {
    margin-bottom: 0
}

.auth-pg .metrics {
    background: #f4f0eb;
    padding: 80px 24px;
    position: relative
}

.auth-pg .metrics__heading-row {
    max-width: 1024px;
    margin: 0 auto 40px
}

.auth-pg .metrics__heading {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 12px
}

.auth-pg .metrics__sub {
    font-size: 16px;
    line-height: 1.6;
    color: #002350;
    max-width: 520px
}

.auth-pg .metrics__grid {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.auth-pg .metric-card {
    background: #fff;
    border-radius: 14px;
    padding: 40px 24px 24px;
    box-shadow: -1px 4px 28px -2px #00235017;
    position: relative;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.auth-pg .metric-card:hover {
    box-shadow: -1px 12px 60px -2px #0023501a;
    transform: translateY(-4px)
}

.auth-pg .metric-card__accent {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 24px
}

.auth-pg .metric-card__accent--rose {
    background: #D9315D
}

.auth-pg .metric-card__accent--navy {
    background: #002350
}

.auth-pg .metric-card__accent--amber {
    background: #F9A457
}

.auth-pg .metric-card__figure {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    color: #002350;
    display: block;
    margin-bottom: 6px
}

.auth-pg .metric-card__label {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #D9315D;
    font-weight: 600;
    display: block;
    margin-bottom: 12px
}

.auth-pg .metric-card__note {
    font-size: 15px;
    line-height: 1.6;
    color: #3a4a60
}

.auth-pg .expertise {
    background: #fff;
    padding: 80px 24px
}

.auth-pg .expertise__inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 40px;
    align-items: start
}

.auth-pg .expertise__eyebrow {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #F9A457;
    font-weight: 700;
    margin-bottom: 12px;
    display: block
}

.auth-pg .expertise__heading {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 24px
}

.auth-pg .expertise__body {
    font-size: 16px;
    line-height: 1.6;
    color: #1e2d42;
    margin: 0 0 24px
}

.auth-pg .expertise__list {
    list-style: decimal;
    padding-left: 24px;
    margin: 0
}

.auth-pg .expertise__list li {
    font-size: 16px;
    line-height: 1.9;
    color: #1e2d42;
    padding-left: 6px
}

.auth-pg .expertise__img-col {
    position: relative;
    padding-top: 24px
}

.auth-pg .expertise__img-col img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: -1px 4px 28px -2px #d9315d17;
    display: block
}

.auth-pg .expertise__curve-decor {
    position: absolute;
    bottom: -20px;
    right: -12px;
    width: 80px;
    height: 80px;
    pointer-events: none;
    opacity: .18
}

.auth-pg .contact-strip {
    background: #D9315D;
    padding: 40px 24px;
    text-align: center
}

.auth-pg .contact-strip__text {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 24px;
    font-weight: 600
}

.auth-pg .contact-strip__link {
    display: inline-block;
    background: #fff;
    color: #D9315D;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 7px;
    text-decoration: none;
    box-shadow: -1px 4px 28px -2px #d9315d17;
    transition: background .4s cubic-bezier(0.16, 1, 0.3, 1), color .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.auth-pg .contact-strip__link:hover {
    background: #002350;
    color: #fff
}

@media (max-width: 768px) {
    .auth-pg .ident__name {
        font-size: 48px
    }

    .auth-pg .ident__img-frame img {
        height: 260px
    }

    .auth-pg .narrative__grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .auth-pg .narrative__img-col img {
        height: 280px
    }

    .auth-pg .narrative__heading {
        font-size: 32px
    }

    .auth-pg .metrics__grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .auth-pg .metrics__heading {
        font-size: 32px
    }

    .auth-pg .expertise__inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .auth-pg .expertise__heading {
        font-size: 32px
    }

    .auth-pg .expertise__img-col img {
        height: 240px
    }
}

@media (max-width: 1280px) and (min-width: 769px) {
    .auth-pg .metrics__grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

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

.evts-pg .pg-bound {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.evts-pg .grad-text {
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.evts-pg .bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 24px
}

.evts-pg .bento-img-cell {
    grid-column: 1;
    grid-row: 1 / 3;
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: -1px 4px 28px -2px #00235017;
    min-height: 420px
}

.evts-pg .bento-img-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.evts-pg .bento-img-cell:hover img {
    transform: scale(1.04)
}

.evts-pg .bento-img-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient(to top, #002350b8 0%, #00235000 100%);
    pointer-events: none
}

.evts-pg .bento-shape-a {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    border-radius: 42px;
    border: 3px solid #d9315d2e;
    pointer-events: none;
    transform: rotate(18deg)
}

.evts-pg .bento-shape-b {
    position: absolute;
    bottom: 24px;
    left: -24px;
    width: 90px;
    height: 90px;
    border-radius: 26px;
    border: 2px solid #f9a45738;
    pointer-events: none;
    transform: rotate(-12deg)
}

.evts-pg .bento-text-cell {
    grid-column: 2;
    grid-row: 1;
    padding: 40px;
    background: #fff;
    border-radius: 26px;
    box-shadow: -1px 2px 6px -2px #00235014;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px
}

.evts-pg .bento-text-cell .pg-eyebrow {
    font-size: 15px;
    letter-spacing: .12em;
    color: #D9315D;
    font-weight: 600;
    text-transform: uppercase
}

.evts-pg .bento-text-cell h1 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0;
    font-weight: 800
}

.evts-pg .bento-text-cell .pg-sub {
    font-size: 20px;
    line-height: 1.6;
    color: #002350;
    margin: 0
}

.evts-pg .bento-meta-cell {
    grid-column: 2;
    grid-row: 2;
    padding: 24px 40px;
    background: linear-gradient(to left, #d9315d0f, #0023500f);
    border-radius: 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px
}

.evts-pg .bento-stat {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.evts-pg .bento-stat__num {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.evts-pg .bento-stat__label {
    font-size: 15px;
    color: #002350;
    line-height: 1.3;
    font-weight: 500
}

.evts-pg .bento-divider {
    width: 1px;
    height: 48px;
    background: #00235026;
    flex-shrink: 0
}

.evts-pg .events-list-sec {
    background: #f4f6fa;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.evts-pg .events-list-sec .sec-head {
    margin-bottom: 40px
}

.evts-pg .events-list-sec .sec-head h2 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 12px
}

.evts-pg .events-list-sec .sec-head p {
    font-size: 16px;
    line-height: 1.6;
    color: #002350;
    margin: 0;
    max-width: 540px
}

.evts-pg .ev-stack {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.evts-pg .ev-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: -1px 2px 6px -2px #00235014;
    display: grid;
    grid-template-columns: 120px 1fr auto;
    align-items: stretch;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: default
}

.evts-pg .ev-card:hover,
.evts-pg .ev-card:focus-within {
    box-shadow: -1px 12px 60px -2px #0023501a;
    transform: translateY(-4px)
}

.evts-pg .ev-card__date-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 12px;
    background: linear-gradient(to bottom, #002350, #D9315D);
    gap: 6px
}

.evts-pg .ev-card__date-col .date-day {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff
}

.evts-pg .ev-card__date-col .date-month {
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ffffffd1;
    font-weight: 600
}

.evts-pg .ev-card__date-col .date-year {
    font-size: 15px;
    color: #fff9
}

.evts-pg .ev-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.evts-pg .ev-card__type-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #D9315D;
    background: #d9315d14;
    border-radius: 7px;
    padding: 6px 12px;
    width: fit-content
}

.evts-pg .ev-card__name {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #002350;
    margin: 0
}

.evts-pg .ev-card__desc {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4a60;
    margin: 0
}

.evts-pg .ev-card__meta-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center
}

.evts-pg .ev-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #002350;
    background: #0023500f;
    border-radius: 7px;
    padding: 6px 12px
}

.evts-pg .ev-card__side {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    min-width: 160px
}

.evts-pg .ev-level-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px
}

.evts-pg .ev-level-bar__label {
    font-size: 15px;
    color: #002350;
    font-weight: 500
}

.evts-pg .ev-level-bar__track {
    width: 100px;
    height: 7px;
    background: #0023501f;
    border-radius: 7px;
    overflow: hidden
}

.evts-pg .ev-level-bar__fill {
    height: 100%;
    border-radius: 7px;
    background: linear-gradient(to right, #002350, #D9315D);
    transition: width .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.evts-pg .ev-price {
    font-size: 24px;
    font-weight: 800;
    color: #002350;
    line-height: 1.1
}

.evts-pg .ev-price--free {
    color: #1a7a3c
}

.evts-pg .ev-register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #D9315D;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 14px;
    padding: 12px 24px;
    cursor: pointer;
    text-decoration: none;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap
}

.evts-pg .ev-register-btn:hover,
.evts-pg .ev-register-btn:focus {
    background: #002350;
    box-shadow: -1px 4px 28px -2px #d9315d47;
    outline: none
}

.evts-pg .ev-register-btn:active {
    background: #b8254d
}

.evts-pg .heatmap-wrap {
    margin-top: 40px;
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: -1px 2px 6px -2px #00235014
}

.evts-pg .heatmap-wrap h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #002350;
    margin: 0 0 24px
}

.evts-pg .heatmap-grid {
    display: grid;
    grid-template-columns: 60px repeat(12, 1fr);
    gap: 6px;
    align-items: center
}

.evts-pg .hmap-col-label {
    font-size: 15px;
    color: #002350;
    font-weight: 600;
    text-align: center;
    letter-spacing: .04em
}

.evts-pg .hmap-row-label {
    font-size: 15px;
    color: #002350;
    font-weight: 500;
    text-align: right;
    padding-right: 12px
}

.evts-pg .hmap-cell {
    height: 32px;
    border-radius: 7px;
    transition: opacity .35s ease-in-out
}

.evts-pg .hmap-cell--0 {
    background: #0023500d
}

.evts-pg .hmap-cell--1 {
    background: #d9315d2e
}

.evts-pg .hmap-cell--2 {
    background: #d9315d61
}

.evts-pg .hmap-cell--3 {
    background: #d9315d94
}

.evts-pg .hmap-cell--4 {
    background: #d9315dcc
}

.evts-pg .hmap-legend {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap
}

.evts-pg .hmap-legend__label {
    font-size: 15px;
    color: #002350
}

.evts-pg .hmap-legend__swatch {
    display: inline-block;
    width: 24px;
    height: 14px;
    border-radius: 2px
}

.evts-pg .curve-div {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-bottom: -2px
}

.evts-pg .curve-div svg {
    display: block;
    width: 100%
}

@keyframes elastic-in {
    0% {
        opacity: 0;
        transform: translateY(32px) scale(0.97)
    }

    60% {
        opacity: 1;
        transform: translateY(-6px) scale(1.01)
    }

    80% {
        transform: translateY(3px) scale(0.995)
    }

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

.evts-pg .bento-text-cell {
    animation: elastic-in .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.evts-pg .bento-img-cell {
    animation: elastic-in .55s cubic-bezier(0.16, 1, 0.3, 1) .1s both
}

.evts-pg .bento-meta-cell {
    animation: elastic-in .55s cubic-bezier(0.16, 1, 0.3, 1) .2s both
}

@media (max-width: 768px) {
    .evts-pg .bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 12px
    }

    .evts-pg .bento-img-cell {
        grid-column: 1;
        grid-row: 1;
        min-height: 240px
    }

    .evts-pg .bento-text-cell {
        grid-column: 1;
        grid-row: 2;
        padding: 24px
    }

    .evts-pg .bento-meta-cell {
        grid-column: 1;
        grid-row: 3;
        padding: 24px;
        flex-wrap: wrap;
        gap: 24px
    }

    .evts-pg .bento-text-cell h1 {
        font-size: 48px
    }

    .evts-pg .ev-card {
        grid-template-columns: 80px 1fr;
        grid-template-rows: auto auto
    }

    .evts-pg .ev-card__side {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        border-top: 1px solid #00235014;
        min-width: unset;
        padding: 12px 24px
    }

    .evts-pg .ev-card__date-col .date-day {
        font-size: 24px
    }

    .evts-pg .heatmap-grid {
        grid-template-columns: 50px repeat(6, 1fr);
        overflow-x: auto
    }

    .evts-pg .events-list-sec {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .evts-pg .bento-grid {
        gap: 24px
    }

    .evts-pg .ev-card {
        grid-template-columns: 100px 1fr auto
    }
}

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

.frnt .pg-wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.frnt .grad-text {
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.frnt .tb {
    background: linear-gradient(135deg, #002350 0%, #0a3a6e 55%, #D9315D 100%);
    padding: 40px 0 80px;
    position: relative
}

.frnt .tb__shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none
}

.frnt .tb__shape-a {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 42px;
    background: #f9a45714;
    top: -60px;
    right: -60px;
    transform: rotate(28deg)
}

.frnt .tb__shape-b {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 26px;
    background: #d9315d1a;
    bottom: 40px;
    left: 10%;
    transform: rotate(-14deg)
}

.frnt .tb__shape-c {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 14px;
    background: #ffffff0d;
    top: 60px;
    left: 30%;
    transform: rotate(40deg)
}

.frnt .tb__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1
}

.frnt .tb__label {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .12em;
    color: #F9A457;
    text-transform: uppercase;
    margin-bottom: 24px
}

.frnt .tb__h1 {
    font-size: 64px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 24px;
    max-width: 700px
}

.frnt .tb__h1 .tb__keyword {
    position: relative;
    display: inline;
    color: #F9A457
}

.frnt .tb__h1 .tb__keyword::after {
    content: '';
    display: block;
    height: 6px;
    background: #D9315D;
    border-radius: 2px;
    margin-top: 4px;
    width: 100%
}

.frnt .tb__sub {
    font-size: 20px;
    line-height: 1.6;
    color: #ffffffd1;
    max-width: 560px;
    margin: 0 0 40px
}

.frnt .tb__actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.frnt .btn-primary {
    display: inline-block;
    padding: 12px 40px;
    background: #D9315D;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 7px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -1px 4px 28px -2px #d9315d17
}

.frnt .btn-primary:hover {
    background: #b8254e;
    box-shadow: -1px 12px 60px -2px #d9315d1a
}

.frnt .btn-outline {
    display: inline-block;
    padding: 12px 40px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 7px;
    text-decoration: none;
    border: 2px solid #fff6;
    cursor: pointer;
    transition: border-color .5s ease-in-out, color .5s ease-in-out
}

.frnt .btn-outline:hover {
    border-color: #F9A457;
    color: #F9A457
}

.frnt .div-curve {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.frnt .div-curve svg {
    display: block;
    width: 100%
}

.frnt .stats-strip {
    background: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #00235014
}

.frnt .stats-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.frnt .stat-item {
    text-align: center;
    padding: 24px 12px;
    border-radius: 14px;
    background: #f4f6fa;
    transition: box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .stat-item:hover {
    box-shadow: -1px 4px 28px -2px #00235017
}

.frnt .stat-item__num {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block
}

.frnt .stat-item__label {
    font-size: 15px;
    line-height: 1.6;
    color: #002350;
    margin-top: 6px;
    display: block;
    font-weight: 500
}

.frnt .posts-area {
    padding: 80px 0;
    background: #f4f6fa
}

.frnt .posts-area__head {
    max-width: 1024px;
    margin: 0 auto 40px;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px
}

.frnt .posts-area__h2 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0
}

.frnt .posts-area__link {
    font-size: 15px;
    font-weight: 600;
    color: #D9315D;
    text-decoration: none;
    letter-spacing: .06em;
    white-space: nowrap;
    transition: color .35s ease-in-out;
    border-bottom: 2px solid #D9315D;
    padding-bottom: 2px
}

.frnt .posts-area__link:hover {
    color: #002350;
    border-bottom-color: #002350
}

.frnt .posts-grid {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.frnt .post-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: -1px 2px 6px -2px #00235014;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column
}

.frnt .post-card:hover {
    box-shadow: -1px 12px 60px -2px #0023501a;
    transform: translateY(-4px)
}

.frnt .post-card--featured {
    grid-column: 1 / -1;
    flex-direction: row
}

.frnt .post-card__img-wrap {
    overflow: hidden;
    flex-shrink: 0
}

.frnt .post-card--featured .post-card__img-wrap {
    width: 420px
}

.frnt .post-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .post-card:hover .post-card__img-wrap img {
    transform: scale(1.05)
}

.frnt .post-card--featured .post-card__img-wrap img {
    height: 100%;
    min-height: 280px
}

.frnt .post-card__img-wrap--std {
    height: 200px
}

.frnt .post-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.frnt .post-card__tag {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #D9315D;
    text-transform: uppercase;
    margin-bottom: 12px
}

.frnt .post-card__h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 12px;
    color: #002350
}

.frnt .post-card__h3 a {
    color: inherit;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.frnt .post-card__h3 a:hover {
    color: #D9315D
}

.frnt .post-card__sub {
    font-size: 15px;
    line-height: 1.6;
    color: #3a4a60;
    margin: 0 0 12px
}

.frnt .post-card__desc {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5a72;
    margin: 0 0 24px;
    flex: 1
}

.frnt .post-card__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.frnt .post-card__meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #6a7a90
}

.frnt .post-card__meta-item svg {
    flex-shrink: 0
}

.frnt .post-card__read {
    display: inline-block;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #D9315D;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color .4s ease-in-out, border-bottom-width .4s ease-in-out;
    padding-bottom: 2px
}

.frnt .post-card__read:hover {
    border-bottom-color: #D9315D;
    border-bottom-width: 3px
}

.frnt .underrated {
    position: relative;
    padding: 80px 0;
    background: #fff
}

.frnt .underrated__diag {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.frnt .underrated__diag::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(168deg, #f4f6fa 52%, #fff 52%)
}

.frnt .underrated__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1
}

.frnt .underrated__h2 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 12px
}

.frnt .underrated__lead {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4a60;
    max-width: 540px;
    margin: 0 0 40px
}

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

.frnt .underrated__item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 24px;
    align-items: start;
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: -1px 2px 6px -2px #d9315d14;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .underrated__item:hover {
    box-shadow: -1px 12px 60px -2px #d9315d1a
}

.frnt .underrated__num {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #d9315d26;
    text-align: center
}

.frnt .underrated__item-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #002350;
    margin: 0 0 6px
}

.frnt .underrated__item-text {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5a72;
    margin: 0
}

.frnt .topics {
    padding: 80px 0;
    background: #002350
}

.frnt .topics__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.frnt .topics__h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 12px
}

.frnt .topics__sub {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffb8;
    max-width: 500px;
    margin: 0 0 40px
}

.frnt .topics__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.frnt .topic-card {
    border-radius: 14px;
    padding: 24px;
    background: #ffffff0f;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    gap: 12px
}

.frnt .topic-card:hover {
    background: #ffffff1c;
    box-shadow: -1px 4px 28px -2px #00235017
}

.frnt .topic-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    background: #f9a4572e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.frnt .topic-card__icon svg {
    display: block
}

.frnt .topic-card__name {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.frnt .topic-card__desc {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffb3;
    margin: 0
}

.frnt .topic-card__reader {
    font-size: 15px;
    color: #F9A457;
    font-style: italic;
    margin: 0
}

.frnt .earns {
    padding: 80px 0;
    background: #fff
}

.frnt .earns__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.frnt .earns__text-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.frnt .earns__h2 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0
}

.frnt .earns__marker {
    display: inline;
    background: linear-gradient(to bottom, transparent 55%, #f9a4578c 55%)
}

.frnt .earns__body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4a60;
    margin: 0
}

.frnt .earns__img-col {
    position: relative
}

.frnt .earns__img-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: -1px 12px 60px -2px #0023501a
}

.frnt .earns__img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .earns__img-wrap:hover img {
    transform: scale(1.04)
}

.frnt .earns__poly {
    position: absolute;
    bottom: -24px;
    right: -24px;
    width: 100px;
    height: 100px;
    pointer-events: none;
    z-index: -1
}

.frnt .conv {
    padding: 80px 0;
    background: #f4f6fa
}

.frnt .conv__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.frnt .conv__h2 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 12px
}

.frnt .conv__body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4a60;
    margin: 0 0 24px
}

.frnt .conv__form {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.frnt .conv__field {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.frnt .conv__label {
    font-size: 15px;
    font-weight: 600;
    color: #002350
}

.frnt .conv__input,
.frnt .conv__textarea {
    padding: 12px;
    border-radius: 7px;
    border: 1.5px solid #0023502e;
    font-size: 16px;
    color: #002350;
    background: #fff;
    transition: border-color .4s ease-in-out;
    outline: none;
    width: 100%
}

.frnt .conv__input:focus,
.frnt .conv__textarea:focus {
    border-color: #D9315D
}

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

.frnt .conv__submit {
    display: inline-block;
    padding: 12px 40px;
    background: #002350;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    align-self: flex-start
}

.frnt .conv__submit:hover {
    background: #D9315D;
    box-shadow: -1px 4px 28px -2px #d9315d17
}

.frnt .conv__img-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: -1px 4px 28px -2px #00235017
}

.frnt .conv__img-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .conv__img-wrap:hover img {
    transform: scale(1.04)
}

.frnt .adjacent {
    padding: 80px 0;
    background: #fff
}

.frnt .adjacent__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.frnt .adjacent__h2 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 12px
}

.frnt .adjacent__lead {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4a60;
    max-width: 560px;
    margin: 0 0 40px
}

.frnt .adjacent__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.frnt .adj-card {
    border-radius: 14px;
    padding: 24px;
    background: #f4f6fa;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .adj-card:hover {
    background: #fff;
    box-shadow: -1px 4px 28px -2px #00235017
}

.frnt .adj-card__accent {
    width: 32px;
    height: 4px;
    border-radius: 2px
}

.frnt .adj-card__accent--primary {
    background: #D9315D
}

.frnt .adj-card__accent--secondary {
    background: #002350
}

.frnt .adj-card__accent--tertiary {
    background: #F9A457
}

.frnt .adj-card__name {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #002350;
    margin: 0
}

.frnt .adj-card__text {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5a72;
    margin: 0
}

.frnt .adj-card__link {
    font-size: 15px;
    font-weight: 600;
    color: #D9315D;
    text-decoration: none;
    align-self: flex-start;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    transition: border-bottom-color .4s ease-in-out, border-bottom-width .4s ease-in-out
}

.frnt .adj-card__link:hover {
    border-bottom-color: #D9315D;
    border-bottom-width: 3px
}

@keyframes frnt-settle {
    0% {
        transform: rotate(-4deg) translateY(18px);
        opacity: 0
    }

    100% {
        transform: rotate(0deg) translateY(0);
        opacity: 1
    }
}

.frnt .tb__h1 {
    animation: frnt-settle .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.frnt .stat-item__num {
    animation: frnt-settle .5s cubic-bezier(0.16, 1, 0.3, 1) both
}

@media (max-width: 1280px) {
    .frnt .tb__h1 {
        font-size: 48px
    }
}

@media (max-width: 768px) {
    .frnt .tb__h1 {
        font-size: 48px;
        max-width: 100%
    }

    .frnt .tb__sub {
        font-size: 16px
    }

    .frnt .stats-strip__grid {
        grid-template-columns: repeat(2, 1fr)
    }

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

    .frnt .post-card--featured {
        flex-direction: column
    }

    .frnt .post-card--featured .post-card__img-wrap {
        width: 100%
    }

    .frnt .post-card--featured .post-card__img-wrap img {
        min-height: 220px
    }

    .frnt .posts-area__head {
        flex-direction: column;
        align-items: flex-start
    }

    .frnt .posts-area__h2 {
        font-size: 48px
    }

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

    .frnt .topics__h2 {
        font-size: 48px
    }

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

    .frnt .earns__h2 {
        font-size: 48px
    }

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

    .frnt .conv__h2 {
        font-size: 48px
    }

    .frnt .conv__img-wrap {
        display: none
    }

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

    .frnt .adjacent__h2 {
        font-size: 48px
    }

    .frnt .underrated__h2 {
        font-size: 48px
    }

    .frnt .tb {
        padding: 40px 0 80px
    }
}

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

.success-page .success-card {
    max-width: 1024px;
    width: 100%;
    background: #fff;
    border-radius: 14px;
    box-shadow: -1px 4px 28px -2px #00235017;
    padding: 80px 40px;
    text-align: center;
    position: relative
}

.success-page .success-card__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    width: 80px;
    height: 80px;
    border-radius: 42px;
    background: linear-gradient(to left, #D9315D, #002350)
}

.success-page .success-card__icon-wrap svg {
    display: block
}

.success-page .success-card__heading {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.5px;
    background: linear-gradient(to left, #D9315D, #002350);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 24px
}

.success-page .success-card__message {
    font-size: 20px;
    line-height: 1.6;
    color: #002350;
    margin: 0 0 12px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

.success-page .success-card__sub {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0 0 40px
}

.success-page .success-card__divider {
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(to left, #D9315D, #F9A457);
    margin: 0 auto 40px
}

.success-page .success-card__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap
}

.success-page .success-card__btn--primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(to left, #D9315D, #002350);
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: -1px 4px 28px -2px #d9315d17;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .5s ease-in-out
}

.success-page .success-card__btn--primary:hover {
    opacity: .88;
    box-shadow: -1px 12px 60px -2px #d9315d1a
}

.success-page .success-card__btn--secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: #002350;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 7px;
    border: 2px solid #002350;
    cursor: pointer;
    text-decoration: none;
    transition: background .4s cubic-bezier(0.16, 1, 0.3, 1), color .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.success-page .success-card__btn--secondary:hover {
    background: #002350;
    color: #fff
}

.success-page .success-card__contact {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568
}

.success-page .success-card__contact a {
    color: #D9315D;
    text-decoration: none;
    font-weight: 600;
    transition: color .35s ease-in-out
}

.success-page .success-card__contact a:hover {
    color: #002350
}

@media (max-width: 768px) {
    .success-page {
        padding: 40px 12px
    }

    .success-page .success-card {
        padding: 40px 24px
    }

    .success-page .success-card__heading {
        font-size: 24px
    }

    .success-page .success-card__message {
        font-size: 16px
    }

    .success-page .success-card__actions {
        flex-direction: column;
        gap: 12px
    }

    .success-page .success-card__btn--primary,
    .success-page .success-card__btn--secondary {
        width: 100%;
        justify-content: center
    }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
