@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,400;0,700;1,700&display=swap";

*,
::before,
::after {
    box-sizing: border-box
}

html {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #2a3d4e;
    background: #f5f7f8
}

body {
    margin: 0
}

.ph-top {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.brand-strip {
    background: linear-gradient(135deg, #374D5F 0%, #4a6275 60%, #68808D 100%);
    padding: 12px 0;
    border-bottom: 2px solid #B2DBE5
}

.brand-strip .ph-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.brand-frame {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 12px
}

.logo-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 68px;
    border: 2px dashed #b2dbe5b3;
    border-radius: 14px;
    background: #ffffff14;
    box-shadow: 0 0 0 3px #374d5f2e -1px 4px 14px 0 #374d5f17;
    padding: 6px 12px;
    flex-shrink: 0
}

.logo-holder img {
    width: 100%;
    height: 52px;
    object-fit: contain;
    display: block
}

.brand-tagline {
    font-size: 15px;
    color: #B2DBE5;
    line-height: 1.15;
    letter-spacing: .01em;
    max-width: 280px
}

.brand-tagline strong {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

.hdr-contact {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #B2DBE5;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #b2dbe54d;
    transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease
}

.hdr-contact:hover {
    color: #fff;
    border-color: #b2dbe5cc
}

.hdr-contact svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex-shrink: 0
}

.nav-strip {
    background: #fff;
    box-shadow: -1px 4px 14px 0 #374d5f17;
    position: relative;
    z-index: 100
}

.nav-strip .ph-top {
    display: flex;
    align-items: stretch;
    gap: 0
}

.nav-item {
    display: inline-flex;
    align-items: center;
    padding: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #374D5F;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: color .55s ease, border-color .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap;
    letter-spacing: .01em
}

.nav-item:hover {
    color: #68808D;
    border-bottom-color: #B2DBE5
}

.nav-item.active {
    color: #374D5F;
    border-bottom-color: #374D5F
}

.nav-accent {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 12px 0 12px 20px
}

.nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #374D5F;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: -1px 4px 14px 0 #374d5f17;
    transition: background .6s ease, padding .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s ease
}

.nav-btn:hover {
    background: #68808D;
    padding-left: 26px;
    padding-right: 26px;
    box-shadow: -1px 9px 60px 0 #374d5f1a
}

.nav-btn svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
    flex-shrink: 0
}

footer {
    background: #374D5F;
    color: #B2DBE5;
    font-size: 15px;
    line-height: 1.7
}

.ftr-main {
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px
}

.ftr-brand {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ftr-logo-row {
    display: flex;
    align-items: center;
    gap: 12px
}

.ftr-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 60px;
    border: 2px dashed #b2dbe580;
    border-radius: 14px;
    background: #ffffff0f;
    box-shadow: 0 0 0 2px #68808d33 -1px 1px 4px 0 #374d5f0f;
    padding: 6px 12px;
    flex-shrink: 0
}

.ftr-logo-box img {
    width: 100%;
    height: 44px;
    object-fit: contain;
    display: block
}

.ftr-est {
    font-size: 15px;
    color: #B2DBE5;
    line-height: 1.15
}

.ftr-est span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

.ftr-desc {
    color: #b2dbe5d9;
    font-size: 15px;
    line-height: 1.7;
    max-width: 300px
}

.ftr-contact-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px
}

.ftr-contact-block a {
    color: #B2DBE5;
    text-decoration: none;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color .55s ease
}

.ftr-contact-block a:hover {
    color: #fff
}

.ftr-contact-block svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    flex-shrink: 0
}

.ftr-col-label {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #b2dbe540
}

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

.ftr-links li a {
    color: #b2dbe5d9;
    text-decoration: none;
    font-size: 15px;
    transition: color .6s ease;
    display: inline-block
}

.ftr-links li a:hover {
    color: #fff
}

.ftr-sub {
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px 40px;
    border-top: 1px solid #b2dbe533;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.ftr-copy {
    font-size: 15px;
    color: #b2dbe599
}

.ftr-legal-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.ftr-legal-links a {
    font-size: 15px;
    color: #b2dbe599;
    text-decoration: none;
    transition: color .55s ease
}

.ftr-legal-links a:hover {
    color: #fff
}

.cookie-bar {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1200;
    background: #fff;
    border-radius: 14px;
    box-shadow: -1px 9px 60px 0 #374d5f1a -1px 4px 14px 0 #374d5f17;
    max-width: 380px;
    width: calc(100vw - 40px);
    padding: 20px;
    border-top: 3px solid #374D5F;
    display: none;
    transform: translateY(30px);
    opacity: 0;
    transition: transform .42s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .42s ease
}

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

.cookie-bar-headline {
    font-size: 15px;
    font-weight: 700;
    color: #374D5F;
    margin-bottom: 6px;
    line-height: 1.15
}

.cookie-bar-body {
    font-size: 15px;
    color: #68808D;
    line-height: 1.7;
    margin-bottom: 12px
}

.cookie-bar-uses {
    list-style: none;
    margin: 6px 0 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.cookie-bar-uses li {
    font-size: 15px;
    color: #68808D;
    padding-left: 12px;
    position: relative
}

.cookie-bar-uses li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 48px;
    background: #B2DBE5
}

.cookie-bar-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.cookie-accept {
    font-size: 15px;
    font-weight: 700;
    color: #374D5F;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    transition: color .55s ease
}

.cookie-accept:hover,
.cookie-accept:focus {
    color: #68808D;
    box-shadow: none;
    outline: none
}

.cookie-accept:focus-visible {
    box-shadow: 0 0 0 3px #b2dbe5b3;
    border-radius: 8px
}

.cookie-decline {
    font-size: 15px;
    color: #68808D;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    transition: color .55s ease
}

.cookie-decline:hover,
.cookie-decline:focus {
    color: #374D5F;
    outline: none;
    box-shadow: none
}

.cookie-decline:focus-visible {
    box-shadow: 0 0 0 3px #b2dbe5b3;
    border-radius: 8px
}

@media (max-width: 1024px) {
    .ph-top {
        padding: 0 20px
    }

    .ftr-main {
        grid-template-columns: 1fr 1fr;
        padding: 40px 20px
    }

    .ftr-sub {
        padding: 20px
    }
}

@media (max-width: 768px) {
    .brand-strip .ph-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 20px
    }

    .brand-frame {
        margin-left: 0
    }

    .nav-strip .ph-top {
        flex-wrap: wrap;
        padding: 0 12px
    }

    .nav-accent {
        margin-left: 0;
        padding: 12px 0;
        width: 100%
    }

    .nav-btn {
        width: 100%;
        justify-content: center
    }

    .ftr-main {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ftr-sub {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }
}

@media (max-width: 360px) {
    .logo-holder {
        width: 110px
    }

    .brand-tagline strong {
        font-size: 15px
    }

    .nav-item {
        padding: 20px 12px;
        font-size: 15px
    }
}

.nv-policy-details {
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #374D5F;
    line-height: 1.7;
    font-size: 18px
}

.nv-policy-details ul,
.nv-policy-details ol {
    margin: 20px 0;
    padding-left: 40px
}

.nv-policy-details ul ul,
.nv-policy-details ol ol,
.nv-policy-details ul ol,
.nv-policy-details ol ul {
    margin: 6px 0
}

.nv-policy-details ul {
    list-style: none;
    padding-left: 20px
}

.nv-policy-details ul li {
    position: relative;
    padding-left: 20px
}

.nv-policy-details ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #68808D
}

.nv-policy-details ol {
    list-style: decimal
}

.nv-policy-details li {
    margin: 6px 0;
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F
}

.nv-policy-details strong,
.nv-policy-details b {
    font-weight: 700;
    color: #374D5F
}

.nv-policy-details a {
    color: #374D5F;
    text-decoration: underline;
    text-decoration-color: #B2DBE5;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), text-decoration-color .5s ease
}

.nv-policy-details a:hover {
    color: #68808D;
    text-decoration-color: #68808D
}

.nv-policy-details a:visited {
    color: #68808D
}

.nv-policy-details table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 15px;
    line-height: 1.7;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: -1px 4px 14px 0 #374d5f17
}

.nv-policy-details thead {
    background-color: #374D5F
}

.nv-policy-details thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 20px;
    text-align: left;
    border: none
}

.nv-policy-details tbody tr {
    border-bottom: 1px solid #B2DBE5;
    transition: background-color .55s ease
}

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

.nv-policy-details tbody tr:nth-child(even) {
    background-color: #f4f8fa
}

.nv-policy-details tbody tr:hover {
    background-color: #e6f2f5
}

.nv-policy-details td {
    padding: 20px;
    color: #374D5F;
    font-size: 15px;
    line-height: 1.7;
    vertical-align: top;
    border: none
}

.nv-policy-details th {
    padding: 20px
}

.nv-policy-details hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #B2DBE5 30%, #B2DBE5 70%, transparent);
    margin: 40px 0
}

@media (max-width: 768px) {
    .nv-policy-details {
        padding: 40px 20px;
        font-size: 15px
    }

    .nv-policy-details table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 8px
    }

    .nv-policy-details ul,
    .nv-policy-details ol {
        padding-left: 20px
    }
}

@media (max-width: 360px) {
    .nv-policy-details {
        padding: 20px 12px
    }

    .nv-policy-details thead th,
    .nv-policy-details td {
        padding: 12px
    }
}

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

.bld .pg-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

.bld .post-lead {
    background: #374D5F;
    position: relative;
    overflow: hidden
}

.bld .post-lead::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-radial-gradient(circle at 20% 80%, #b2dbe512 0px, #b2dbe512 2px, transparent 2px, transparent 28px), repeating-radial-gradient(circle at 75% 20%, #68808d0f 0px, #68808d0f 3px, transparent 3px, transparent 42px), repeating-radial-gradient(circle at 55% 60%, #b2dbe50a 0px, #b2dbe50a 1px, transparent 1px, transparent 18px);
    pointer-events: none
}

.bld .post-lead::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(67deg, #B2DBE5 0%, transparent 40%, #68808D 70%, transparent 100%);
    pointer-events: none
}

.bld .lead-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
    position: relative;
    z-index: 1
}

.bld .lead-text-zone {
    padding: 80px 40px 80px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.bld .lead-text-zone::after {
    content: '';
    position: absolute;
    top: 40px;
    right: -20px;
    width: 60px;
    height: 60px;
    background: #b2dbe51f;
    transform: rotate(45deg);
    border: 1px solid #b2dbe540;
    pointer-events: none
}

.bld .lead-img-zone {
    position: relative;
    overflow: hidden
}

.bld .lead-img-zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.75) brightness(0.88) hue-rotate(0deg) contrast(1.05);
    border-left: 1px solid #b2dbe533;
    transition: filter .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.bld .lead-img-zone:hover img {
    filter: saturate(0.85) brightness(0.92) contrast(1.02)
}

.bld .post-overline {
    font-size: 15px;
    color: #B2DBE5;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px
}

.bld .post-overline span {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #B2DBE5
}

.bld .post-h1 {
    font-size: 38px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 20px
}

.bld .post-h1 em {
    font-style: normal;
    color: #B2DBE5
}

.bld .post-meta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px
}

.bld .meta-date {
    font-size: 15px;
    color: #b2dbe5cc;
    display: flex;
    align-items: center;
    gap: 6px
}

.bld .meta-date svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #B2DBE5;
    stroke-width: 1.5;
    flex-shrink: 0
}

.bld .meta-tag {
    font-size: 15px;
    color: #374D5F;
    background: #B2DBE5;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600
}

.bld .divider-tri {
    width: 100%;
    line-height: 0;
    background: #374D5F
}

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

.bld .post-body {
    background: #fff;
    padding: 80px 0;
    position: relative
}

.bld .body-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: start
}

.bld .article-text {
    min-width: 0
}

.bld .article-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #2a3a47;
    margin: 0 0 20px
}

.bld .article-text h2 {
    font-size: 22px;
    line-height: 1.15;
    color: #374D5F;
    margin: 40px 0 20px;
    padding-top: 20px;
    border-top: 2px solid #B2DBE5
}

.bld .article-text blockquote {
    margin: 40px 0;
    padding: 20px 20px 20px 40px;
    background: #f3f8fa;
    border-left: 4px solid #68808D;
    border-radius: 0 14px 14px 0;
    box-shadow: -1px 4px 14px 0 #374d5f17
}

.bld .article-text blockquote p {
    font-size: 18px;
    color: #374D5F;
    margin: 0 0 6px;
    font-style: italic
}

.bld .article-text blockquote cite {
    font-size: 15px;
    color: #68808D;
    font-style: normal
}

.bld .article-text ol {
    padding-left: 20px;
    margin: 0 0 20px
}

.bld .article-text ol li {
    font-size: 18px;
    line-height: 1.7;
    color: #2a3a47;
    margin-bottom: 12px;
    padding-left: 6px
}

.bld .article-text abbr {
    text-decoration: underline dotted #68808D;
    cursor: help
}

.bld .article-text small {
    font-size: 15px;
    color: #68808D
}

.bld .article-text time {
    font-size: 15px;
    color: #68808D
}

.bld .post-aside {
    position: sticky;
    top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.bld .aside-card {
    background: #f3f8fa;
    border-radius: 14px;
    padding: 20px;
    border-left: 3px solid #68808D;
    border-top: 1px solid #374d5f14;
    border-right: 1px solid #374d5f0f;
    border-bottom: 1px solid #374d5f0f;
    box-shadow: -1px 4px 14px 0 #374d5f17
}

.bld .aside-label {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #68808D;
    margin-bottom: 20px;
    display: block
}

.bld .skill-bar-item {
    margin-bottom: 20px
}

.bld .skill-bar-item:last-child {
    margin-bottom: 0
}

.bld .skill-label-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px
}

.bld .skill-name {
    font-size: 15px;
    color: #374D5F;
    font-weight: 600
}

.bld .skill-pct {
    font-size: 15px;
    color: #68808D
}

.bld .skill-track {
    height: 8px;
    background: #d8eaee;
    border-radius: 8px;
    overflow: hidden
}

.bld .skill-fill {
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(67deg, #374D5F, #68808D);
    transform-origin: left;
    animation: bar-in .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes bar-in {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.bld .reaction-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #374d5f1a;
    border-left: 3px solid #B2DBE5;
    box-shadow: -1px 1px 4px 0 #374d5f0f
}

.bld .reaction-label {
    font-size: 15px;
    color: #374D5F;
    font-weight: 600;
    margin-bottom: 12px;
    display: block
}

.bld .reaction-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.bld .reaction-group input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.bld .reaction-opt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer
}

.bld .react-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #f3f8fa;
    border: 2px solid transparent;
    font-size: 22px;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    line-height: 1
}

.bld .reaction-opt:hover .react-btn {
    background: #dceef3;
    border-color: #68808D;
    transform: translateY(-2px)
}

.bld .reaction-group input[type="radio"]:checked+.reaction-opt .react-btn {
    background: #374D5F;
    border-color: #374D5F;
    transform: translateY(-3px);
    box-shadow: -1px 4px 14px 0 #374d5f33
}

.bld .react-word {
    font-size: 15px;
    color: #68808D;
    transition: color .5s ease
}

.bld .reaction-group input[type="radio"]:checked+.reaction-opt .react-word {
    color: #374D5F;
    font-weight: 600
}

.bld .aside-nav-card {
    background: #374D5F;
    border-radius: 14px;
    padding: 20px;
    box-shadow: -1px 9px 60px 0 #374d5f1a
}

.bld .aside-nav-card a {
    display: block;
    font-size: 15px;
    color: #B2DBE5;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #b2dbe526;
    transition: color .6s ease, padding-left .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.bld .aside-nav-card a:last-child {
    border-bottom: none
}

.bld .aside-nav-card a:hover {
    color: #fff;
    padding-left: 6px
}

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

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

    .bld .post-aside {
        position: static
    }

    .bld .lead-grid {
        grid-template-columns: 1fr
    }

    .bld .lead-img-zone {
        height: 280px
    }

    .bld .lead-text-zone {
        padding: 40px 20px
    }

    .bld .post-h1 {
        font-size: 38px
    }
}

@media (max-width: 768px) {
    .bld .lead-img-zone {
        display: none
    }

    .bld .lead-text-zone {
        padding: 40px 20px
    }

    .bld .post-h1 {
        font-size: 22px
    }

    .bld .post-body {
        padding: 40px 0
    }

    .bld .lead-text-zone::after {
        display: none
    }
}

@media (max-width: 360px) {
    .bld .post-h1 {
        font-size: 22px
    }

    .bld .reaction-group {
        gap: 6px
    }
}

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

.sub-pg .pg-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

.sub-pg .title-blk {
    background-color: #374D5F;
    position: relative;
    padding: 80px 20px;
    overflow: hidden
}

.sub-pg .title-blk::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#b2dbe512 1px, transparent 1px), linear-gradient(90deg, #b2dbe512 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none
}

.sub-pg .title-blk::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -40px;
    width: 320px;
    height: 320px;
    border: 1px solid #b2dbe51a;
    border-radius: 50%;
    pointer-events: none
}

.sub-pg .title-inner {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.sub-pg .title-overline {
    display: inline-block;
    font-size: 15px;
    line-height: 1.15;
    color: #B2DBE5;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 20px
}

.sub-pg .title-h1 {
    font-size: 68px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 20px;
    max-width: 820px
}

.sub-pg .title-h1 .acc {
    color: #B2DBE5
}

.sub-pg .title-sub {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffffd1;
    max-width: 560px;
    margin: 0 0 40px
}

.sub-pg .title-metric-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap
}

.sub-pg .t-metric {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.sub-pg .t-metric-num {
    font-size: 38px;
    line-height: 1.15;
    color: #B2DBE5;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.sub-pg .t-metric-arrow {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.sub-pg .t-metric-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #B2DBE5;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.sub-pg .t-metric-label {
    font-size: 15px;
    line-height: 1.15;
    color: #ffffffa6
}

.sub-pg .skills-blk {
    background: #fff;
    padding: 80px 20px;
    position: relative
}

.sub-pg .skills-blk::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #374D5F 0%, #B2DBE5 100%)
}

.sub-pg .skills-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.sub-pg .skills-left .sk-overline {
    font-size: 15px;
    line-height: 1.15;
    color: #68808D;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 12px
}

.sub-pg .skills-left h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0 0 20px
}

.sub-pg .skills-left h2 .acc {
    color: #68808D
}

.sub-pg .skills-left p {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    margin: 0 0 40px
}

.sub-pg .skill-bars {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.sub-pg .sk-bar-item {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.sub-pg .sk-bar-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;
    line-height: 1.15;
    color: #374D5F
}

.sub-pg .sk-bar-track {
    height: 8px;
    background: #68808d26;
    border-radius: 8px;
    overflow: hidden
}

.sub-pg .sk-bar-fill {
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg, #374D5F 0%, #68808D 100%);
    transform-origin: left;
    animation: barGrow .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes barGrow {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.sub-pg .skills-right {
    position: relative
}

.sub-pg .img-frame {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: -1px 4px 14px 0 #374d5f17;
    border: 1px solid #68808d2e;
    position: relative
}

.sub-pg .img-frame img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: brightness(1)
}

.sub-pg .img-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #374d5f00 100%);
    transition: background .6s ease;
    pointer-events: none;
    border-radius: 14px
}

.sub-pg .img-frame:hover::after {
    background: radial-gradient(ellipse at center, transparent 30%, #374d5f73 100%)
}

.sub-pg .img-frame:hover img {
    filter: brightness(1.04) contrast(1.06)
}

.sub-pg .feat-blk {
    background: linear-gradient(67deg, #b2dbe52e 0%, #68808d14 60%, #fff 100%);
    padding: 80px 20px;
    position: relative
}

.sub-pg .feat-blk .diag-lines {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 260px;
    pointer-events: none;
    overflow: hidden
}

.sub-pg .feat-blk .diag-lines svg {
    width: 100%;
    height: 100%;
    opacity: .08
}

.sub-pg .feat-inner {
    max-width: 1320px;
    margin: 0 auto
}

.sub-pg .feat-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px
}

.sub-pg .feat-top-text .ft-overline {
    font-size: 15px;
    line-height: 1.15;
    color: #68808D;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 12px
}

.sub-pg .feat-top-text h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0
}

.sub-pg .feat-top-text h2 .acc {
    color: #68808D
}

.sub-pg .feat-top p {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    max-width: 380px;
    margin: 0
}

.sub-pg .feat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px
}

.sub-pg .feat-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: -1px 1px 4px 0 #374d5f0f;
    border-left: 3px solid #B2DBE5;
    border-top: 1px solid #68808d1f;
    border-right: 1px solid #68808d1f;
    border-bottom: 1px solid #68808d1f;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-left-color .55s ease;
    position: relative
}

.sub-pg .feat-card:hover {
    box-shadow: -1px 4px 14px 0 #374d5f17;
    border-left-color: #374D5F
}

.sub-pg .feat-card .fc-icon {
    width: 40px;
    height: 40px;
    background: #b2dbe54d;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.sub-pg .feat-card .fc-icon svg {
    width: 20px;
    height: 20px;
    stroke: #374D5F;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.sub-pg .feat-card h4 {
    font-size: 18px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0 0 6px
}

.sub-pg .feat-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #68808D;
    margin: 0
}

.sub-pg .feat-preview {
    background: #374D5F;
    border-radius: 22px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: hidden
}

.sub-pg .feat-preview::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(67deg, #b2dbe50a 0px, #b2dbe50a 1px, transparent 1px, transparent 48px)
}

.sub-pg .fp-text h3 {
    font-size: 22px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 12px
}

.sub-pg .fp-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffbf;
    margin: 0 0 20px
}

.sub-pg .fp-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.sub-pg .fp-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffd9;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.sub-pg .fp-list li .li-dot {
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background: #B2DBE5;
    margin-top: 8px;
    flex-shrink: 0
}

.sub-pg .fp-visual {
    position: relative
}

.sub-pg .fp-mock {
    background: #ffffff0f;
    border: 1px solid #b2dbe533;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.sub-pg .fp-mock-line {
    height: 10px;
    border-radius: 8px;
    background: #b2dbe540
}

.sub-pg .fp-mock-line.short {
    width: 55%
}

.sub-pg .fp-mock-line.med {
    width: 80%
}

.sub-pg .fp-mock-line.long {
    width: 100%
}

.sub-pg .fp-mock-line.xshort {
    width: 38%
}

.sub-pg .fp-mock-img {
    height: 100px;
    border-radius: 8px;
    background: #b2dbe526;
    border: 1px solid #b2dbe51f;
    display: flex;
    align-items: center;
    justify-content: center
}

.sub-pg .fp-mock-img svg {
    width: 36px;
    height: 36px;
    stroke: #b2dbe580;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.sub-pg .pulse-blk {
    background: #fff;
    padding: 80px 20px;
    position: relative
}

.sub-pg .pulse-arena {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    pointer-events: none
}

.sub-pg .pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #b2dbe559;
    animation: ringPulse 3.5s ease-out infinite
}

.sub-pg .pulse-ring:nth-child(1) {
    width: 120px;
    height: 120px;
    animation-delay: 0s
}

.sub-pg .pulse-ring:nth-child(2) {
    width: 240px;
    height: 240px;
    animation-delay: .8s
}

.sub-pg .pulse-ring:nth-child(3) {
    width: 380px;
    height: 380px;
    animation-delay: 1.6s
}

.sub-pg .pulse-ring:nth-child(4) {
    width: 520px;
    height: 520px;
    animation-delay: 2.4s
}

@keyframes ringPulse {
    0% {
        opacity: .7;
        transform: translate(-50%, -50%) scale(0.85)
    }

    70% {
        opacity: .15
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.08)
    }
}

.sub-pg .pulse-inner {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.sub-pg .pulse-inner .p-overline {
    font-size: 15px;
    line-height: 1.15;
    color: #68808D;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 12px
}

.sub-pg .pulse-inner h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0 0 20px;
    max-width: 620px
}

.sub-pg .pulse-inner h2 .acc {
    color: #68808D
}

.sub-pg .pulse-inner p {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    max-width: 500px;
    margin: 0 0 40px
}

.sub-pg .contact-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px
}

.sub-pg .contact-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px 40px;
    box-shadow: -1px 4px 14px 0 #374d5f17;
    border: 1px solid #68808d26;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    transition: box-shadow .6s ease
}

.sub-pg .contact-card:hover {
    box-shadow: -1px 9px 60px 0 #374d5f1a
}

.sub-pg .contact-card .cc-label {
    font-size: 15px;
    line-height: 1.15;
    color: #68808D
}

.sub-pg .contact-card .cc-val {
    font-size: 18px;
    line-height: 1.15;
    color: #374D5F;
    text-decoration: none;
    transition: color .5s ease
}

.sub-pg .contact-card .cc-val:hover {
    color: #68808D
}

.sub-pg .reach-note {
    font-size: 15px;
    line-height: 1.7;
    color: #68808D;
    max-width: 440px;
    text-align: center
}

@media (max-width: 1024px) {
    .sub-pg .title-h1 {
        font-size: 38px
    }

    .sub-pg .skills-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .sub-pg .feat-grid {
        grid-template-columns: 1fr 1fr
    }

    .sub-pg .feat-preview {
        grid-template-columns: 1fr
    }

    .sub-pg .feat-top {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 768px) {
    .sub-pg .title-blk {
        padding: 40px 20px
    }

    .sub-pg .title-h1 {
        font-size: 38px
    }

    .sub-pg .title-metric-row {
        gap: 20px
    }

    .sub-pg .skills-blk {
        padding: 40px 20px
    }

    .sub-pg .skills-right {
        display: none
    }

    .sub-pg .feat-blk {
        padding: 40px 20px
    }

    .sub-pg .feat-grid {
        grid-template-columns: 1fr
    }

    .sub-pg .feat-preview {
        padding: 20px;
        gap: 20px
    }

    .sub-pg .pulse-blk {
        padding: 40px 20px
    }

    .sub-pg .pulse-arena {
        width: 360px;
        height: 360px
    }
}

@media (max-width: 360px) {
    .sub-pg .title-h1 {
        font-size: 22px
    }

    .sub-pg .contact-card {
        padding: 20px
    }
}

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

.ptl .pg-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

.ptl .bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    padding: 80px 20px;
    max-width: 1320px;
    margin: 0 auto;
    position: relative
}

.ptl .blob-bg {
    position: absolute;
    border-radius: 48px;
    filter: blur(60px);
    opacity: .18;
    pointer-events: none;
    z-index: 0
}

.ptl .blob-bg.b1 {
    width: 320px;
    height: 220px;
    background: #B2DBE5;
    top: 40px;
    left: -60px
}

.ptl .blob-bg.b2 {
    width: 260px;
    height: 180px;
    background: #68808D;
    bottom: 60px;
    right: -40px
}

.ptl .bento-cell {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 22px;
    box-shadow: -1px 1px 4px 0 #374d5f0f -1px 4px 14px 0 #374d5f17;
    overflow: hidden
}

.ptl .bento-cell.cell-text {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(67deg, #f4f8fa 80%, #B2DBE5 100%)
}

.ptl .bento-cell.cell-img {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    min-height: 420px
}

.ptl .bento-cell.cell-stat {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding: 40px;
    background: #374D5F;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.ptl .bento-cell.cell-sub {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding: 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ptl .bento-overline {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #68808D;
    margin-bottom: 12px;
    display: block
}

.ptl .bento-h1 {
    font-size: 68px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0 0 20px
}

.ptl .bento-h1 .accent {
    color: #68808D
}

.ptl .bento-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    max-width: 520px;
    margin: 0 0 20px
}

.ptl .bento-img-wrap {
    width: 100%;
    height: 100%;
    position: relative
}

.ptl .bento-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #374d5f1a
}

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

.ptl .bento-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #374d5f59;
    mix-blend-mode: multiply;
    pointer-events: none
}

.ptl .stat-label {
    font-size: 15px;
    color: #B2DBE5;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 6px
}

.ptl .stat-val {
    font-size: 38px;
    line-height: 1.15;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px
}

.ptl .stat-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #B2DBE5
}

.ptl .sub-overline {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #68808D;
    margin-bottom: 12px
}

.ptl .sub-text {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    margin-bottom: 20px
}

.ptl .btn-prim {
    display: inline-block;
    background: #374D5F;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .5s ease, padding .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: -1px 4px 14px 0 #374d5f17
}

.ptl .btn-prim:hover {
    background: #68808D;
    padding: 12px 52px
}

.ptl .btn-sec {
    display: inline-block;
    background: transparent;
    color: #374D5F;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #374D5F;
    cursor: pointer;
    transition: border-color .5s ease, padding .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease
}

.ptl .btn-sec:hover {
    border-color: #68808D;
    color: #68808D;
    padding: 12px 52px
}

.ptl .divider-tri {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

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

.ptl .series-area {
    background: #f4f8fa;
    padding: 80px 20px
}

.ptl .series-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start
}

.ptl .series-sidebar {
    position: sticky;
    top: 40px
}

.ptl .sidebar-overline {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #68808D;
    margin-bottom: 12px
}

.ptl .sidebar-h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0 0 20px
}

.ptl .sidebar-body {
    font-size: 15px;
    line-height: 1.7;
    color: #68808D;
    margin-bottom: 20px
}

.ptl .series-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ptl .series-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: -1px 1px 4px 0 #374d5f0f -1px 4px 14px 0 #374d5f17;
    border-left: 4px solid #B2DBE5;
    border-top: 1px solid #68808d1f;
    border-right: 1px solid #68808d1f;
    border-bottom: 1px solid #68808d1f;
    transition: border-left-color .6s ease, box-shadow .6s ease;
    text-decoration: none;
    display: block
}

.ptl .series-card:hover {
    border-left-color: #374D5F;
    box-shadow: -1px 9px 60px 0 #374d5f1a
}

.ptl .series-card-tag {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #68808D;
    margin-bottom: 6px
}

.ptl .series-card-title {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    font-weight: 700;
    margin-bottom: 6px
}

.ptl .series-card-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #68808D
}

.ptl .posts-area {
    background: #fff;
    padding: 80px 20px
}

.ptl .posts-inner {
    max-width: 1320px;
    margin: 0 auto
}

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

.ptl .posts-h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0
}

.ptl .posts-h2 .accent {
    color: #68808D
}

.ptl .posts-overline {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #68808D;
    margin-bottom: 6px
}

.ptl .posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.ptl .post-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    background: #fff;
    border-radius: 14px;
    box-shadow: -1px 1px 4px 0 #374d5f0f -1px 4px 14px 0 #374d5f17;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #68808d1a
}

.ptl .post-card:hover {
    box-shadow: -1px 9px 60px 0 #374d5f1a
}

.ptl .post-img-wrap {
    width: 180px;
    min-height: 160px;
    overflow: hidden;
    flex-shrink: 0
}

.ptl .post-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-right: 1px solid #374d5f14
}

.ptl .post-card:hover .post-img-wrap img {
    transform: scale(1.06)
}

.ptl .post-body {
    padding: 20px 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ptl .post-date {
    font-size: 15px;
    color: #68808D;
    margin-bottom: 6px
}

.ptl .post-title {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    font-weight: 700;
    margin-bottom: 6px
}

.ptl .post-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #68808D
}

.ptl .divider-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(67deg, #B2DBE5 0%, #374D5F 60%, #B2DBE5 100%);
    opacity: .3
}

.ptl .habit-area {
    padding: 80px 20px;
    background: linear-gradient(180deg, #374D5F 0%, #68808D 100%);
    position: relative;
    overflow: hidden
}

.ptl .habit-deco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

.ptl .habit-deco::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 3px;
    background: linear-gradient(67deg, transparent, #B2DBE5, transparent);
    top: 60px;
    left: -40px;
    transform: rotate(67deg);
    opacity: .3
}

.ptl .habit-deco::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 2px;
    background: linear-gradient(67deg, transparent, #B2DBE5, transparent);
    bottom: 80px;
    right: -20px;
    transform: rotate(67deg);
    opacity: .2
}

.ptl .habit-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: start
}

.ptl .habit-lead {
    grid-column: 1 / 2
}

.ptl .habit-overline {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #B2DBE5;
    margin-bottom: 12px
}

.ptl .habit-h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 20px
}

.ptl .habit-body {
    font-size: 15px;
    line-height: 1.7;
    color: #B2DBE5;
    margin-bottom: 20px
}

.ptl .habit-steps {
    grid-column: 2 / 4;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ptl .habit-step {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    background: #ffffff0f;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #b2dbe52e;
    transition: background .6s ease
}

.ptl .habit-step:hover {
    background: #ffffff1c
}

.ptl .step-num {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #B2DBE5;
    color: #374D5F;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ptl .step-title {
    font-size: 18px;
    line-height: 1.15;
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px
}

.ptl .step-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #B2DBE5
}

.ptl .divider-tri2 {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

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

.ptl .voice-area {
    background: #f4f8fa;
    padding: 80px 20px;
    position: relative
}

.ptl .voice-frame {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    border-top: 1px solid #68808d26;
    border-bottom: 1px solid #68808d26;
    pointer-events: none;
    border-radius: 22px
}

.ptl .voice-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: start
}

.ptl .voice-overline {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #68808D;
    margin-bottom: 12px
}

.ptl .voice-h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0 0 20px
}

.ptl .voice-h2 .accent {
    color: #68808D
}

.ptl .voice-body {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    margin-bottom: 20px
}

.ptl .voice-body-sm {
    font-size: 15px;
    line-height: 1.7;
    color: #68808D;
    margin-bottom: 20px
}

.ptl .standards-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ptl .standards-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.7;
    color: #374D5F
}

.ptl .check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px
}

.ptl .voice-aside {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ptl .voice-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #374d5f1a;
    box-shadow: -1px 4px 14px 0 #374d5f17
}

.ptl .voice-img-wrap img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ptl .voice-img-wrap:hover img {
    transform: scale(1.04) rotate(1deg)
}

.ptl .bar-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: -1px 1px 4px 0 #374d5f0f -1px 4px 14px 0 #374d5f17;
    border: 1px solid #68808d1a
}

.ptl .bar-label-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 6px
}

.ptl .bar-label {
    font-size: 15px;
    color: #374D5F;
    font-weight: 700
}

.ptl .bar-ends {
    font-size: 15px;
    color: #68808D
}

.ptl .bar-track {
    height: 8px;
    background: #B2DBE5;
    border-radius: 8px;
    margin-bottom: 6px;
    position: relative
}

.ptl .bar-fill {
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(67deg, #374D5F, #68808D);
    width: 68%
}

.ptl .bar-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #68808D
}

.ptl .sub-strip {
    background: #fff;
    padding: 80px 20px;
    border-top: 1px solid #68808d1f
}

.ptl .sub-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 40px;
    align-items: center
}

.ptl .sub-overline2 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #68808D;
    margin-bottom: 12px
}

.ptl .sub-h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0 0 20px
}

.ptl .sub-body {
    font-size: 15px;
    line-height: 1.7;
    color: #68808D
}

.ptl .sub-form {
    background: #f4f8fa;
    border-radius: 22px;
    padding: 40px;
    box-shadow: -1px 4px 14px 0 #374d5f17;
    border: 1px solid #68808d1f
}

.ptl .form-field {
    margin-bottom: 20px
}

.ptl .form-field label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #374D5F;
    margin-bottom: 6px
}

.ptl .form-field input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid #68808d4d !important;
    background: #fff;
    font-size: 15px;
    color: #374D5F;
    box-shadow: inset 0 2px 6px 0 #374d5f0a;
    transition: border-color .5s ease, box-shadow .5s ease;
    outline: none;
    box-sizing: border-box
}

.ptl .form-field input::placeholder {
    color: #68808D;
    transition: opacity .6s ease
}

.ptl .form-field input:focus::placeholder {
    opacity: 0
}

.ptl .form-field input:focus {
    border-color: #374D5F !important;
    box-shadow: inset 0 2px 6px 0 #374d5f0f
}

.ptl .sub-form .btn-prim {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    border-radius: 8px;
    transition: background .5s ease, padding 0s
}

.ptl .sub-form .btn-prim:hover {
    padding: 12px 20px
}

@media (max-width: 1024px) {
    .ptl .bento-grid {
        grid-template-columns: 1fr 1fr;
        padding: 40px 20px 60px
    }

    .ptl .bento-cell.cell-text {
        grid-column: 1 / 3;
        grid-row: 1 / 2
    }

    .ptl .bento-cell.cell-img {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        min-height: 280px
    }

    .ptl .bento-cell.cell-stat {
        grid-column: 1 / 2;
        grid-row: 3 / 4
    }

    .ptl .bento-cell.cell-sub {
        grid-column: 2 / 3;
        grid-row: 3 / 4
    }

    .ptl .bento-h1 {
        font-size: 38px
    }

    .ptl .series-inner {
        grid-template-columns: 1fr
    }

    .ptl .series-sidebar {
        position: static
    }

    .ptl .habit-inner {
        grid-template-columns: 1fr
    }

    .ptl .habit-lead {
        grid-column: 1 / 2
    }

    .ptl .habit-steps {
        grid-column: 1 / 2
    }

    .ptl .voice-inner {
        grid-template-columns: 1fr
    }

    .ptl .voice-aside {
        display: none
    }

    .ptl .sub-inner {
        grid-template-columns: 1fr
    }

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

@media (max-width: 768px) {
    .ptl .bento-grid {
        grid-template-columns: 1fr;
        padding: 40px 20px
    }

    .ptl .bento-cell.cell-text {
        grid-column: 1 / 2;
        grid-row: auto;
        padding: 20px
    }

    .ptl .bento-cell.cell-img {
        display: none
    }

    .ptl .bento-cell.cell-stat {
        grid-column: 1 / 2;
        grid-row: auto;
        padding: 20px
    }

    .ptl .bento-cell.cell-sub {
        grid-column: 1 / 2;
        grid-row: auto;
        padding: 20px
    }

    .ptl .bento-h1 {
        font-size: 38px
    }

    .ptl .posts-header {
        flex-direction: column;
        align-items: flex-start
    }

    .ptl .post-card {
        grid-template-columns: 1fr
    }

    .ptl .post-img-wrap {
        display: none
    }

    .ptl .post-body {
        padding: 20px
    }

    .ptl .series-area {
        padding: 40px 20px
    }

    .ptl .habit-area {
        padding: 40px 20px
    }

    .ptl .voice-area {
        padding: 40px 20px
    }

    .ptl .sub-strip {
        padding: 40px 20px
    }

    .ptl .posts-area {
        padding: 40px 20px
    }

    .ptl .voice-frame {
        display: none
    }
}

@media (max-width: 360px) {
    .ptl .bento-h1 {
        font-size: 22px
    }

    .ptl .posts-h2 {
        font-size: 22px
    }

    .ptl .sidebar-h2 {
        font-size: 22px
    }

    .ptl .habit-h2 {
        font-size: 22px
    }

    .ptl .voice-h2 {
        font-size: 22px
    }

    .ptl .sub-h2 {
        font-size: 22px
    }
}

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

.abt-auth .pg-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

.abt-auth ::selection {
    background: #374D5F;
    color: #fff
}

@keyframes diag-slide-in {
    from {
        opacity: 0;
        transform: translate(-24px, -18px)
    }

    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes diag-slide-in-right {
    from {
        opacity: 0;
        transform: translate(24px, 18px)
    }

    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes border-pulse {
    0% {
        border-color: #B2DBE5
    }

    50% {
        border-color: #374D5F
    }

    100% {
        border-color: #B2DBE5
    }
}

.abt-auth .reveal {
    opacity: 0;
    transform: translate(-20px, 14px);
    transition: opacity .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-auth .reveal.visible {
    opacity: 1;
    transform: translate(0, 0)
}

.abt-auth .title-strip {
    background: linear-gradient(67deg, #374D5F 0%, #68808D 55%, #B2DBE5 100%);
    padding: 40px 0
}

.abt-auth .title-strip .pg-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px
}

.abt-auth .title-img-col {
    flex: 0 0 auto;
    position: relative
}

.abt-auth .title-img-frame {
    width: 220px;
    height: 220px;
    border-radius: 22px;
    overflow: hidden;
    border: 2px solid #b2dbe580;
    box-shadow: -1px 4px 14px 0 #374d5f17;
    position: relative
}

.abt-auth .title-img-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(67deg, #374d5f59 0%, transparent 60%);
    border-radius: 22px;
    pointer-events: none
}

.abt-auth .title-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 22px;
    animation: diag-slide-in .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.abt-auth .title-text-col {
    flex: 1 1 auto;
    animation: diag-slide-in .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.abt-auth .eyebrow {
    display: inline-block;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #B2DBE5;
    margin-bottom: 12px
}

.abt-auth .title-h1 {
    font-size: 68px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 12px
}

.abt-auth .title-h1 span {
    color: #B2DBE5
}

.abt-auth .title-role {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffffd1;
    margin: 0
}

.abt-auth .div-tick {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 20px 0;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.abt-auth .div-tick .tick-line {
    flex: 1 1 auto;
    height: 1px;
    background: #B2DBE5;
    position: relative
}

.abt-auth .div-tick .tick-mark {
    width: 1px;
    height: 8px;
    background: #68808D;
    margin: 0 40px;
    flex-shrink: 0
}

.abt-auth .bio-sec {
    background: #fff;
    padding: 80px 0
}

.abt-auth .bio-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    align-items: start
}

.abt-auth .bio-main .overline-label {
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #68808D;
    display: block;
    margin-bottom: 12px
}

.abt-auth .bio-main h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0 0 20px
}

.abt-auth .bio-main h2 em {
    font-style: normal;
    color: #68808D
}

.abt-auth .bio-main p {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    margin: 0 0 20px
}

.abt-auth .bio-side {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.abt-auth .bio-img-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #B2DBE5;
    box-shadow: -1px 4px 14px 0 #374d5f17
}

.abt-auth .bio-img-wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-auth .bio-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #68808d00;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 14px;
    pointer-events: none
}

.abt-auth .bio-img-wrap:hover::after {
    background: #68808d47
}

.abt-auth .bio-img-wrap:hover img {
    transform: scale(1.03)
}

.abt-auth .stat-card {
    background: linear-gradient(67deg, #b2dbe52e 0%, #fff0 100%);
    border-radius: 14px;
    border: 1px solid #B2DBE5;
    border-left: 4px solid #374D5F;
    padding: 20px;
    box-shadow: -1px 1px 4px 0 #374d5f0f;
    box-shadow: inset 0 2px 6px 0 #374d5f0f -1px 1px 4px 0 #374d5f0f;
    transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-auth .stat-card:hover {
    animation: border-pulse .6s ease forwards
}

.abt-auth .stat-card .stat-num {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    display: block
}

.abt-auth .stat-card .stat-label {
    font-size: 15px;
    line-height: 1.7;
    color: #68808D
}

.abt-auth .div-tick-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

.abt-auth .div-tick-2 .tick-line {
    flex: 1;
    height: 1px;
    background: #B2DBE5
}

.abt-auth .div-tick-2 .tick-mark {
    width: 1px;
    height: 8px;
    background: #68808D;
    margin: 0 40px;
    flex-shrink: 0
}

.abt-auth .approach-sec {
    background: linear-gradient(67deg, #374D5F 0%, #68808D 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.abt-auth .approach-sec .geo-shape {
    position: absolute;
    top: -60px;
    right: -80px;
    width: 380px;
    height: 380px;
    border-radius: 48px;
    background: #b2dbe514;
    transform: rotate(22deg);
    pointer-events: none
}

.abt-auth .approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    position: relative;
    z-index: 1
}

.abt-auth .approach-card {
    background: #ffffff12;
    border-radius: 14px;
    border: 1px solid #b2dbe540;
    border-top: 3px solid #B2DBE5;
    padding: 40px 20px 20px;
    box-shadow: inset 0 2px 8px 0 #374d5f1a;
    transition: background .5s ease
}

.abt-auth .approach-card:hover {
    background: #ffffff1f
}

.abt-auth .approach-card .card-num {
    font-size: 38px;
    line-height: 1.15;
    color: #B2DBE5;
    display: block;
    margin-bottom: 12px
}

.abt-auth .approach-card h4 {
    font-size: 18px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 12px
}

.abt-auth .approach-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffc7;
    margin: 0
}

.abt-auth .approach-hd {
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

.abt-auth .approach-hd .overline-label {
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #B2DBE5;
    display: block;
    margin-bottom: 12px
}

.abt-auth .approach-hd h3 {
    font-size: 38px;
    line-height: 1.15;
    color: #fff;
    margin: 0
}

.abt-auth .irregular-sec {
    background: #f5f8fa;
    padding: 80px 0 40px
}

.abt-auth .irreg-grid {
    display: grid;
    grid-template-columns: 5fr 3fr;
    grid-template-rows: auto auto;
    gap: 20px;
    align-items: start
}

.abt-auth .irreg-featured {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #B2DBE5;
    border-left: 5px solid #374D5F;
    padding: 40px;
    box-shadow: -1px 9px 60px 0 #374d5f1a
}

.abt-auth .irreg-featured .overline-label {
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #68808D;
    display: block;
    margin-bottom: 12px
}

.abt-auth .irreg-featured h3 {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0 0 20px
}

.abt-auth .irreg-featured h3 span {
    color: #68808D
}

.abt-auth .irreg-featured p {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    margin: 0 0 20px
}

.abt-auth .skill-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.abt-auth .skill-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #374D5F;
    padding-left: 20px;
    position: relative
}

.abt-auth .skill-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #B2DBE5;
    border: 2px solid #68808D
}

.abt-auth .irreg-side {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.abt-auth .irreg-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #B2DBE5;
    box-shadow: -1px 4px 14px 0 #374d5f17;
    position: relative
}

.abt-auth .irreg-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-auth .irreg-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #374d5f00;
    transition: background .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 14px;
    pointer-events: none
}

.abt-auth .irreg-img-wrap:hover::after {
    background: #374d5f38
}

.abt-auth .irreg-img-wrap:hover img {
    transform: scale(1.04)
}

.abt-auth .contact-card {
    background: #374D5F;
    border-radius: 14px;
    padding: 20px;
    box-shadow: -1px 4px 14px 0 #374d5f17
}

.abt-auth .contact-card h5 {
    font-size: 15px;
    line-height: 1.15;
    color: #B2DBE5;
    margin: 0 0 12px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.abt-auth .contact-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffd1;
    margin: 0 0 20px
}

.abt-auth .contact-card a.contact-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1.15;
    color: #fff;
    background: #b2dbe52e;
    border: 1px solid #b2dbe566;
    border-radius: 8px;
    padding: 12px 20px;
    text-decoration: none;
    transition: background .5s ease, padding .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-auth .contact-card a.contact-link:hover {
    background: #b2dbe552;
    padding: 12px 28px
}

.abt-auth .irreg-lower {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.abt-auth .tool-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #B2DBE5;
    border-bottom: 3px solid #68808D;
    padding: 20px;
    box-shadow: -1px 1px 4px 0 #374d5f0f;
    transition: box-shadow .6s ease
}

.abt-auth .tool-card:hover {
    box-shadow: -1px 4px 14px 0 #374d5f17
}

.abt-auth .tool-card h5 {
    font-size: 15px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0 0 12px;
    letter-spacing: .07em;
    text-transform: uppercase
}

.abt-auth .tool-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #68808D;
    margin: 0
}

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

    .abt-auth .approach-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .abt-auth .irreg-grid {
        grid-template-columns: 1fr
    }

    .abt-auth .irreg-side {
        grid-column: 1;
        grid-row: auto;
        flex-direction: row
    }

    .abt-auth .irreg-featured {
        grid-column: 1;
        grid-row: auto
    }

    .abt-auth .irreg-lower {
        grid-column: 1;
        grid-row: auto
    }

    .abt-auth .irreg-img-wrap {
        flex: 1
    }

    .abt-auth .contact-card {
        flex: 1
    }
}

@media (max-width: 768px) {
    .abt-auth .title-h1 {
        font-size: 38px
    }

    .abt-auth .title-strip .pg-wrap {
        flex-direction: column;
        gap: 20px
    }

    .abt-auth .title-img-col {
        display: none
    }

    .abt-auth .approach-grid {
        grid-template-columns: 1fr
    }

    .abt-auth .irreg-lower {
        grid-template-columns: 1fr
    }

    .abt-auth .irreg-side {
        flex-direction: column
    }

    .abt-auth .bio-sec {
        padding: 40px 0
    }

    .abt-auth .approach-sec {
        padding: 40px 0
    }

    .abt-auth .irregular-sec {
        padding: 40px 0 20px
    }
}

@media (max-width: 360px) {
    .abt-auth .title-h1 {
        font-size: 22px
    }

    .abt-auth .pg-wrap {
        padding: 0 12px
    }
}

.blg-root {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    overflow-x: clip
}

.blg-root .slide-in {
    animation: slideFromLeft .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.blg-root .slide-in:nth-child(2) {
    animation-delay: .12s
}

.blg-root .slide-in:nth-child(3) {
    animation-delay: .24s
}

.blg-root .slide-in:nth-child(4) {
    animation-delay: .36s
}

@keyframes slideFromLeft {
    from {
        opacity: 0;
        transform: translateX(-38px)
    }

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

.blg-root ::selection {
    background: #374D5F;
    color: #fff
}

.blg-root .pg-top {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
    padding: 80px 0 40px;
    position: relative
}

.blg-root .pg-top__text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.blg-root .pg-top__overline {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #68808D
}

.blg-root .pg-top__h1 {
    font-size: 68px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0
}

.blg-root .pg-top__h1 span {
    color: #68808D
}

.blg-root .pg-top__desc {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    max-width: 540px;
    margin: 0
}

.blg-root .pg-top__link {
    display: inline-block;
    background: #374D5F;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 8px;
    text-decoration: none;
    align-self: flex-start;
    transition: padding .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease;
    box-shadow: -1px 4px 14px 0 #374d5f17
}

.blg-root .pg-top__link:hover {
    background: #68808D;
    padding-left: 52px;
    padding-right: 52px
}

.blg-root .pg-top__img-strip {
    width: 220px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: stretch
}

.blg-root .pg-top__img-wrap {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #374d5f26;
    box-shadow: -1px 9px 60px 0 #374d5f1a;
    position: relative
}

.blg-root .pg-top__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    clip-path: polygon(0 0, 100% 6%, 100% 94%, 0 100%)
}

.blg-root .pg-top__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(67deg, #b2dbe538 0%, transparent 60%);
    pointer-events: none
}

.blg-root .pg-top__dots {
    position: absolute;
    bottom: 20px;
    left: -20px;
    display: grid;
    grid-template-columns: repeat(5, 6px);
    grid-template-rows: repeat(4, 6px);
    gap: 6px;
    pointer-events: none
}

.blg-root .pg-top__dots span {
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background: #68808d47;
    display: block
}

.blg-root .pg-top__corner {
    position: absolute;
    top: 40px;
    right: -12px;
    width: 60px;
    height: 60px;
    pointer-events: none
}

.blg-root .pg-top__corner rect {
    fill: none;
    stroke: #b2dbe580
}

.blg-root .posts-grid {
    padding: 40px 0 80px
}

.blg-root .posts-grid__label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #68808D;
    margin-bottom: 20px
}

.blg-root .posts-grid__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.blg-root .post-card {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    background: #fff;
    box-shadow: -1px 1px 4px 0 #374d5f0f -1px 4px 14px 0 #374d5f17;
    border-left: 4px solid #B2DBE5;
    border-top: 1px solid #374d5f14;
    border-right: 1px solid #374d5f14;
    border-bottom: 1px solid #374d5f14;
    overflow: hidden;
    transition: box-shadow .6s ease, border-left-color .5s ease;
    text-decoration: none;
    color: inherit
}

.blg-root .post-card:hover {
    box-shadow: -1px 9px 60px 0 #374d5f1a;
    border-left-color: #374D5F
}

@keyframes borderPulse {
    0% {
        border-left-color: #374D5F
    }

    50% {
        border-left-color: #68808D
    }

    100% {
        border-left-color: #374D5F
    }
}

.blg-root .post-card:hover {
    animation: borderPulse .65s ease 1
}

.blg-root .post-card__img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative
}

.blg-root .post-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-bottom: 1px solid #374d5f1a
}

.blg-root .post-card:hover .post-card__img-wrap img {
    transform: scale(1.04)
}

.blg-root .post-card__ph {
    width: 100%;
    height: 100%;
    background: linear-gradient(67deg, #B2DBE5 0%, #e8f4f7 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

.blg-root .post-card__ph svg {
    opacity: .35
}

.blg-root .post-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1
}

.blg-root .post-card__date {
    font-size: 15px;
    color: #68808D
}

.blg-root .post-card__title {
    font-size: 18px;
    line-height: 1.15;
    color: #374D5F;
    font-weight: 700;
    margin: 0
}

.blg-root .post-card__desc {
    font-size: 15px;
    line-height: 1.7;
    color: #374D5F;
    margin: 0;
    flex: 1
}

.blg-root .post-card__read {
    font-size: 15px;
    font-weight: 600;
    color: #68808D;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color .5s ease
}

.blg-root .post-card:hover .post-card__read {
    color: #374D5F
}

.blg-root .post-card__read svg {
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blg-root .post-card:hover .post-card__read svg {
    transform: translateX(4px)
}

.blg-root .blk-process {
    padding: 80px 0;
    position: relative
}

.blg-root .blk-process::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(67deg, #374D5F 0%, #374D5F 48%, #B2DBE5 48%, #B2DBE5 100%);
    border-radius: 22px;
    pointer-events: none
}

.blg-root .blk-process__inner {
    position: relative;
    z-index: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.blg-root .blk-process__head {
    max-width: 480px
}

.blg-root .blk-process__overline {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #B2DBE5;
    margin-bottom: 12px
}

.blg-root .blk-process__h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 12px
}

.blg-root .blk-process__h2 span {
    color: #B2DBE5
}

.blg-root .blk-process__p {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffffd9;
    margin: 0
}

.blg-root .milestone-track {
    display: flex;
    flex-direction: row;
    gap: 0;
    position: relative
}

.blg-root .milestone-track::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 28px;
    right: 28px;
    height: 2px;
    background: #fff3
}

.blg-root .milestone {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1
}

.blg-root .milestone__icon {
    width: 56px;
    height: 56px;
    border-radius: 48px;
    background: #ffffff1f;
    border: 2px solid #ffffff4d;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .6s ease, border-color .5s ease
}

.blg-root .milestone:hover .milestone__icon {
    background: #b2dbe540;
    border-color: #B2DBE5
}

.blg-root .milestone__icon svg {
    opacity: .9
}

.blg-root .milestone__label {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.blg-root .milestone__date {
    font-size: 15px;
    color: #fff9;
    text-align: center
}

.blg-root .blk-tips {
    padding: 80px 0
}

.blg-root .blk-tips__head {
    margin-bottom: 40px
}

.blg-root .blk-tips__overline {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #68808D;
    margin-bottom: 12px
}

.blg-root .blk-tips__h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0 0 12px
}

.blg-root .blk-tips__h2 span {
    color: #68808D
}

.blg-root .blk-tips__sub {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    max-width: 560px;
    margin: 0
}

.blg-root .tips-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.blg-root .tip-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border-radius: 14px;
    background: #fff;
    border-left: 4px solid #B2DBE5;
    border-top: 1px solid #374d5f12;
    border-right: 1px solid #374d5f12;
    border-bottom: 1px solid #374d5f12;
    box-shadow: -1px 1px 4px 0 #374d5f0f;
    transition: border-left-color .55s ease, box-shadow .65s ease
}

.blg-root .tip-item:hover {
    border-left-color: #374D5F;
    box-shadow: -1px 4px 14px 0 #374d5f17
}

.blg-root .tip-item__num {
    font-size: 22px;
    font-weight: 700;
    color: #B2DBE5;
    min-width: 40px;
    line-height: 1.15
}

.blg-root .tip-item__body {
    flex: 1
}

.blg-root .tip-item__h4 {
    font-size: 18px;
    line-height: 1.15;
    color: #374D5F;
    font-weight: 700;
    margin: 0 0 6px
}

.blg-root .tip-item__p {
    font-size: 15px;
    line-height: 1.7;
    color: #374D5F;
    margin: 0
}

.blg-root .blk-about {
    padding: 80px 0;
    background: linear-gradient(67deg, #b2dbe52e 0%, #fff0 70%);
    border-radius: 22px;
    margin-bottom: 80px
}

.blg-root .blk-about__inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    padding: 0 40px
}

.blg-root .blk-about__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.blg-root .blk-about__overline {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #68808D
}

.blg-root .blk-about__h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0
}

.blg-root .blk-about__h2 span {
    color: #68808D
}

.blg-root .blk-about__p {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    margin: 0
}

.blg-root .blk-about__link {
    display: inline-block;
    background: #374D5F;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 8px;
    text-decoration: none;
    align-self: flex-start;
    transition: padding .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease;
    box-shadow: -1px 4px 14px 0 #374d5f17
}

.blg-root .blk-about__link:hover {
    background: #68808D;
    padding-left: 52px;
    padding-right: 52px
}

.blg-root .blk-about__visual {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.blg-root .blk-about__stat-row {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.blg-root .stat-box {
    flex: 1;
    padding: 20px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #374d5f1a;
    box-shadow: -1px 1px 4px 0 #374d5f0f;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.blg-root .stat-box__val {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    color: #374D5F
}

.blg-root .stat-box__label {
    font-size: 15px;
    color: #68808D;
    line-height: 1.7
}

.blg-root .blk-about__corner-rects {
    position: relative;
    width: 100%;
    height: 80px;
    pointer-events: none
}

.blg-root .blk-about__corner-rects svg {
    position: absolute;
    right: 0;
    bottom: 0
}

@media (max-width: 1024px) {
    .blg-root .pg-top__h1 {
        font-size: 38px
    }

    .blg-root .pg-top__img-strip {
        width: 160px
    }

    .blg-root .posts-grid__row {
        grid-template-columns: repeat(2, 1fr)
    }

    .blg-root .blk-about__inner {
        flex-direction: column
    }

    .blg-root .blk-about__visual {
        flex: none;
        width: 100%
    }

    .blg-root .milestone-track {
        flex-wrap: wrap;
        gap: 20px
    }

    .blg-root .milestone-track::before {
        display: none
    }
}

@media (max-width: 768px) {
    .blg-root .pg-top {
        flex-direction: column;
        padding: 40px 0 20px
    }

    .blg-root .pg-top__img-strip {
        display: none
    }

    .blg-root .pg-top__h1 {
        font-size: 38px
    }

    .blg-root .posts-grid__row {
        grid-template-columns: 1fr
    }

    .blg-root .blk-process__inner {
        padding: 20px
    }

    .blg-root .blk-about__inner {
        padding: 0 20px
    }

    .blg-root .blk-tips {
        padding: 40px 0
    }

    .blg-root .blk-process {
        padding: 40px 0
    }

    .blg-root .blk-about {
        padding: 40px 0;
        margin-bottom: 40px
    }

    .blg-root .blk-process__h2 {
        font-size: 22px
    }

    .blg-root .blk-about__h2 {
        font-size: 22px
    }

    .blg-root .blk-tips__h2 {
        font-size: 22px
    }
}

@media (max-width: 360px) {
    .blg-root .pg-top__h1 {
        font-size: 22px
    }

    .blg-root .posts-grid__row {
        grid-template-columns: 1fr
    }

    .blg-root .blk-about__stat-row {
        flex-direction: column
    }
}

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

.success-pg .msg-wrap {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #B2DBE5;
    border-left: 4px solid #374D5F;
    box-shadow: -1px 4px 14px 0 #374d5f17;
    padding: 40px
}

.success-pg .icon-wrap {
    width: 52px;
    height: 52px;
    margin-bottom: 20px
}

.success-pg .icon-wrap svg {
    width: 52px;
    height: 52px;
    display: block
}

.success-pg .msg-wrap .overline {
    font-size: 15px;
    line-height: 1.15;
    color: #68808D;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 12px
}

.success-pg .msg-wrap h1 {
    font-size: 38px;
    line-height: 1.15;
    color: #374D5F;
    margin: 0 0 20px
}

.success-pg .msg-wrap h1 span {
    color: #68808D
}

.success-pg .msg-wrap p {
    font-size: 18px;
    line-height: 1.7;
    color: #374D5F;
    margin: 0 0 20px
}

.success-pg .msg-wrap p:last-of-type {
    margin-bottom: 40px
}

.success-pg .msg-wrap .back-btn {
    display: inline-block;
    background: #374D5F;
    color: #fff;
    font-size: 15px;
    line-height: 1.15;
    padding: 12px 40px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: padding .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease
}

.success-pg .msg-wrap .back-btn:hover {
    padding: 12px 52px;
    background: #68808D
}

.success-pg .msg-wrap .back-btn:focus {
    outline: 2px solid #374D5F;
    outline-offset: 3px
}

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

    .success-pg .msg-wrap {
        padding: 40px 20px
    }

    .success-pg .msg-wrap h1 {
        font-size: 22px
    }
}