html {
    box-sizing: border-box
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #2c1a08;
    background: #fff
}

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

img {
    max-width: 100%
}

:focus-visible {
    outline: 2px solid #F16F20;
    outline-offset: 3px
}

:focus:not(:focus-visible) {
    outline: none
}

.hd-shell {
    background: linear-gradient(135deg, #6D3B10 0%, #8c4e18 40%, #F16F20 100%);
    position: relative;
    overflow: hidden
}

.hd-shell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #f16f2014 0%, #6d3b102e 100%);
    pointer-events: none
}

.hd-top {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 2
}

.hd-contact-strip {
    display: flex;
    align-items: center;
    gap: 24px
}

.hd-contact-strip a {
    color: #ffffffd1;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.hd-contact-strip a:hover {
    color: #fff
}

.hd-contact-strip a i {
    font-size: 16px;
    color: #F16F20
}

.hd-nav-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 2
}

.hd-logo-mount {
    flex: 0 0 auto;
    background: #fff;
    border-radius: 22px;
    padding: 8px 16px;
    box-shadow: inset -1px 1px 3px 0 #f16f200f -1px 5px 22px 0 #f16f202e;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px
}

.hd-logo-mount img {
    width: 70px;
    height: 60px;
    object-fit: contain;
    display: block
}

.hd-brand {
    font-family: 'Bitter', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0;
    flex: 0 0 auto;
    text-shadow: -1px 1px 3px #6d3b102e
}

.hd-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px
}

.hd-nav a {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffffe0;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 22px;
    border: 1px solid #ffffff2e;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    min-height: 44px;
    display: flex;
    align-items: center
}

.hd-nav a:hover,
.hd-nav a[aria-current="page"] {
    background: #ffffff26;
    color: #fff;
    border-color: #ffffff61
}

.hd-nav a.active-cta {
    background: linear-gradient(135deg, #F16F20 0%, #e05a10 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: -1px 5px 22px 0 #f16f2038
}

.hd-nav a.active-cta:hover {
    background: linear-gradient(225deg, #F16F20 0%, #e05a10 100%)
}

.ft-shell {
    background: linear-gradient(160deg, #2c1a08 0%, #3d2410 55%, #6D3B10 100%);
    color: #e8d5c0;
    padding: 80px 0 0
}

.ft-body {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 80px;
    align-items: start
}

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

.ft-logo-mount {
    width: 80px;
    height: 70px;
    background: #fff;
    border-radius: 22px;
    padding: 8px;
    box-shadow: inset -1px 1px 3px 0 #f16f2014 -1px 5px 22px 0 #f16f2024;
    display: flex;
    align-items: center;
    justify-content: center
}

.ft-logo-mount img {
    width: 64px;
    height: 54px;
    object-fit: contain;
    display: block
}

.ft-brand-name {
    font-family: 'Bitter', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1
}

.ft-tagline {
    font-size: 16px;
    line-height: 1.55;
    color: #e8d5c0c7;
    font-family: 'Nunito', sans-serif
}

.ft-founding {
    font-size: 16px;
    color: #e8d5c08c;
    font-family: 'Nunito', sans-serif
}

.ft-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ft-contact-list li a,
.ft-contact-list li span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e8d5c0d1;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft-contact-list li a:hover {
    color: #F16F20
}

.ft-contact-list li i {
    color: #F16F20;
    width: 16px;
    text-align: center
}

.ft-links-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.ft-link-grp {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ft-grp-lbl {
    font-family: 'Bitter', serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    padding-bottom: 8px;
    border-bottom: 1px solid #f16f2047
}

.ft-link-grp a {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: #e8d5c0c7;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 44px
}

.ft-link-grp a i {
    font-size: 16px;
    color: #f16f20b3;
    width: 16px;
    text-align: center
}

.ft-link-grp a:hover {
    color: #F16F20
}

.ft-link-grp a:hover i {
    color: #F16F20
}

.ft-bottom {
    margin-top: 80px;
    border-top: 1px solid #f16f202e;
    padding: 24px 40px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

.ft-copy {
    font-size: 16px;
    color: #e8d5c080;
    font-family: 'Nunito', sans-serif
}

.ft-legal-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.ft-legal-links a {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: #e8d5c08c;
    text-decoration: none;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft-legal-links a:hover {
    color: #F16F20
}

.ck-tile {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 320px;
    background: #fff;
    border-radius: 22px;
    box-shadow: -1px 8px 60px 0 #f16f202e;
    z-index: 8000;
    display: none;
    overflow: hidden;
    border: 1px solid #f16f2024
}

.ck-head {
    background: linear-gradient(135deg, #6D3B10 0%, #F16F20 100%);
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.ck-head i {
    color: #fff;
    font-size: 18px
}

.ck-body {
    padding: 16px
}

.ck-msg {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: #2c1a08;
    line-height: 1.55;
    margin: 0 0 16px
}

.ck-msg a {
    color: #F16F20;
    text-decoration: underline
}

.ck-pref-panel {
    display: none;
    padding: 0 0 16px
}

.ck-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #f16f201f
}

.ck-toggle-lbl {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: #2c1a08
}

.ck-switch {
    position: relative;
    width: 40px;
    height: 24px;
    flex-shrink: 0
}

.ck-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.ck-track {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d4c4b0;
    border-radius: 38px;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer
}

.ck-track::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 3px;
    left: 3px;
    background: #fff;
    border-radius: 38px;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-switch input:checked+.ck-track {
    background: #F16F20
}

.ck-switch input:checked+.ck-track::after {
    transform: translateX(16px)
}

.ck-btns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.ck-btn {
    flex: 1 1 auto;
    min-height: 44px;
    border: none;
    border-radius: 22px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    cursor: pointer;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px 16px
}

.ck-btn.accept {
    background: linear-gradient(135deg, #F16F20 0%, #e05a10 100%);
    color: #fff
}

.ck-btn.accept:hover {
    background: linear-gradient(225deg, #F16F20 0%, #e05a10 100%)
}

.ck-btn.manage {
    background: #E7F1FF;
    color: #2c1a08
}

.ck-btn.manage:hover {
    background: #d0e4ff
}

.ck-btn.save {
    background: linear-gradient(135deg, #6D3B10 0%, #8c4e18 100%);
    color: #fff
}

.ck-btn.save:hover {
    background: linear-gradient(225deg, #6D3B10 0%, #8c4e18 100%)
}

.ck-reopen {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #6D3B10 0%, #F16F20 100%);
    border: none;
    border-radius: 22px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 7999;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 5px 22px 0 #f16f2038;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-reopen:hover {
    background: linear-gradient(225deg, #6D3B10 0%, #F16F20 100%)
}

@media (max-width: 768px) {
    .hd-top {
        padding: 16px 24px;
        flex-wrap: wrap;
        gap: 16px
    }

    .hd-contact-strip {
        gap: 16px;
        flex-wrap: wrap
    }

    .hd-nav-shell {
        padding: 0 24px 24px;
        flex-wrap: wrap;
        gap: 16px
    }

    .hd-brand {
        font-size: 32px
    }

    .hd-nav {
        justify-content: flex-start
    }

    .ft-body {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 24px
    }

    .ft-links-col {
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .ft-bottom {
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-top: 40px
    }
}

@media (max-width: 375px) {
    .hd-top {
        padding: 16px
    }

    .hd-nav-shell {
        padding: 0 16px 16px
    }

    .hd-nav a {
        font-size: 16px;
        padding: 8px 12px
    }

    .hd-contact-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .ft-body {
        padding: 0 16px
    }

    .ft-links-col {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .ft-bottom {
        padding: 16px
    }

    .ck-tile {
        width: calc(100vw - 32px);
        right: 16px;
        bottom: 16px
    }
}

.legal-block {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2c1a08;
    line-height: 1.8;
    font-size: 18px
}

.legal-block h1 {
    font-size: 72px;
    line-height: 1.1;
    color: #6D3B10;
    margin-bottom: 40px;
    margin-top: 0
}

.legal-block h2 {
    font-size: 32px;
    line-height: 1.35;
    color: #6D3B10;
    margin-top: 80px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #E7F1FF
}

.legal-block h3 {
    font-size: 18px;
    line-height: 1.55;
    color: #F16F20;
    margin-top: 40px;
    margin-bottom: 16px;
    font-weight: 700
}

.legal-block h4,
.legal-block h5,
.legal-block h6 {
    font-size: 18px;
    line-height: 1.55;
    color: #6D3B10;
    margin-top: 24px;
    margin-bottom: 8px;
    font-weight: 700
}

.legal-block strong,
.legal-block b {
    font-weight: 700;
    color: #6D3B10
}

.legal-block hr {
    border: none;
    border-top: 2px solid #E7F1FF;
    margin: 80px 0
}

.legal-block div {
    margin-bottom: 16px
}

.legal-block table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 16px;
    line-height: 1.55;
    box-shadow: -1px 5px 22px 0 #f16f201a;
    border-radius: 22px;
    overflow: hidden
}

.legal-block thead {
    background: linear-gradient(135deg, #6D3B10 0%, #F16F20 100%);
    color: #fff
}

.legal-block thead th {
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    color: #fff
}

.legal-block tbody tr {
    border-bottom: 1px solid #E7F1FF;
    transition: background-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.legal-block tbody tr:last-child {
    border-bottom: none
}

.legal-block tbody tr:nth-child(even) {
    background: #f7f3ef
}

.legal-block tbody tr:hover {
    background: #E7F1FF
}

.legal-block td {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.55;
    color: #2c1a08;
    vertical-align: top
}

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

    .legal-block h1 {
        font-size: 32px
    }

    .legal-block h2 {
        font-size: 32px;
        margin-top: 40px
    }

    .legal-block table {
        display: block;
        overflow-x: auto;
        border-radius: 22px
    }
}

@media (max-width: 375px) {
    .legal-block {
        padding: 24px 16px
    }

    .legal-block h1 {
        font-size: 32px
    }

    .legal-block thead th,
    .legal-block td {
        padding: 8px 16px
    }
}

.ptf {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.ptf * {
    box-sizing: border-box;
    max-width: 100%
}

.ptf img {
    max-width: 100%;
    object-fit: cover
}

.ptf ::selection {
    background: #d0d0d0;
    color: #2a1a08
}

@keyframes spot_drift {
    0% {
        transform: translate(0, 0);
        opacity: .18
    }

    40% {
        transform: translate(60px, 30px);
        opacity: .28
    }

    70% {
        transform: translate(-30px, 60px);
        opacity: .2
    }

    100% {
        transform: translate(0, 0);
        opacity: .18
    }
}

.ptf .drift_spot {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(ellipse at 60% 40%, #f16f2038 0%, #e7f1ff1a 60%, transparent 80%);
    animation: spot_drift 14s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    pointer-events: none;
    z-index: 0
}

.ptf .pg_lim {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px
}

@media (max-width: 768px) {
    .ptf .pg_lim {
        padding: 0 16px
    }
}

.ptf .div_line {
    height: 1px;
    background: #6d3b101f;
    border: none;
    margin: 0
}

.ptf .num_bg {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 900;
    color: #f16f2012;
    position: absolute;
    pointer-events: none;
    user-select: none;
    letter-spacing: -4px
}

.ptf .t_blk {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(128deg, #fff 0%, #E7F1FF 45%, #f16f2014 100%);
    overflow: hidden
}

.ptf .t_blk .drift_spot {
    top: -120px;
    right: -80px
}

.ptf .t_blk .pg_lim {
    position: relative;
    z-index: 1
}

.ptf .t_grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    align-items: center
}

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

.ptf .t_left {
    position: relative
}

.ptf .t_left .num_bg {
    top: -24px;
    left: -16px;
    font-size: 72px;
    color: #6d3b100f
}

.ptf .t_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f16f201a;
    border-radius: 22px;
    padding: 8px 16px;
    margin-bottom: 24px
}

.ptf .t_eyebrow span {
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    font-weight: 600
}

.ptf .t_eyebrow i {
    color: #F16F20;
    font-size: 16px
}

.ptf .t_h1 {
    font-size: 72px;
    line-height: 1.1;
    color: #2a1a08;
    font-weight: 800;
    margin: 0 0 24px
}

.ptf .t_h1 .ln_acc {
    color: #F16F20;
    display: block
}

.ptf .t_h1 .ln_sub {
    color: #6D3B10;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.35;
    display: block;
    margin-top: 8px
}

.ptf .t_desc {
    font-size: 18px;
    line-height: 1.55;
    color: #3d2510;
    margin: 0 0 40px;
    max-width: 520px;
    padding-left: 16px;
    border-top: 2px solid #f16f204d;
    padding-top: 16px
}

.ptf .t_acts {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.ptf .btn_prim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(112deg, #F16F20 0%, #6D3B10 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    padding: 16px 24px;
    border-radius: 22px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
    box-shadow: -1px 5px 22px 0 #f16f201a
}

.ptf .btn_prim:hover {
    background: linear-gradient(225deg, #F16F20 0%, #6D3B10 100%);
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.ptf .btn_prim:focus {
    outline: 3px solid #F16F20;
    outline-offset: 3px
}

.ptf .btn_sec {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #6D3B10;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 22px;
    border: 2px solid #6d3b1033;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.ptf .btn_sec:hover {
    border-color: #F16F20;
    color: #F16F20
}

.ptf .btn_sec:focus {
    outline: 3px solid #F16F20;
    outline-offset: 3px
}

.ptf .t_right {
    position: relative
}

.ptf .img_duo {
    position: relative;
    border-radius: 38px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4/5;
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.ptf .img_duo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.ptf .img_duo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #f16f2047 0%, #6d3b1061 60%, transparent 100%);
    border-radius: 38px
}

.ptf .img_badge {
    position: absolute;
    bottom: 24px;
    left: -24px;
    background: #fff;
    border-radius: 22px;
    padding: 16px;
    box-shadow: -1px 5px 22px 0 #6d3b101a;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
    min-width: 160px
}

.ptf .img_badge .b_num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    color: #F16F20
}

.ptf .img_badge .b_lbl {
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    font-weight: 500
}

@media (max-width: 768px) {
    .ptf .t_h1 {
        font-size: 32px
    }

    .ptf .img_badge {
        left: 8px;
        bottom: 16px
    }

    .ptf .t_right {
        display: none
    }
}

.ptf .port_sec {
    position: relative;
    padding: 80px 0;
    background: #fff
}

.ptf .port_sec .drift_spot {
    bottom: -80px;
    left: -100px;
    animation-delay: -6s
}

.ptf .port_sec .pg_lim {
    position: relative;
    z-index: 1
}

.ptf .sec_hd {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
    flex-wrap: wrap
}

.ptf .sec_hd h2 {
    font-size: 32px;
    line-height: 1.35;
    color: #2a1a08;
    font-weight: 700;
    margin: 0
}

.ptf .sec_hd p {
    font-size: 16px;
    line-height: 1.55;
    color: #5a3a1a;
    margin: 0;
    max-width: 380px;
    text-align: right
}

@media (max-width: 768px) {
    .ptf .sec_hd {
        flex-direction: column;
        align-items: flex-start
    }

    .ptf .sec_hd p {
        text-align: left;
        max-width: 100%
    }
}

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

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

@media (min-width: 769px) and (max-width: 1366px) {
    .ptf .cards_row {
        grid-template-columns: repeat(2, 1fr)
    }
}

.ptf .w_card {
    background: #fff;
    border-radius: 38px;
    padding: 40px;
    box-shadow: -1px 5px 22px 0 #f16f201a;
    position: relative;
    overflow: hidden;
    transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.0, 0, 0.2, 1);
    cursor: default
}

.ptf .w_card:hover {
    box-shadow: -1px 8px 60px 0 #f16f201a;
    transform: translateY(-4px)
}

.ptf .w_card .num_bg {
    top: 8px;
    right: 16px;
    font-size: 72px
}

.ptf .w_card .card_ico {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F16F20 0%, #6D3B10 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 4px #f16f2024;
    outline: 2px solid #f16f204d;
    outline-offset: 3px;
    flex-shrink: 0
}

.ptf .w_card .card_ico i {
    color: #fff;
    font-size: 18px
}

.ptf .w_card h4 {
    font-size: 18px;
    line-height: 1.35;
    color: #2a1a08;
    font-weight: 700;
    margin: 0 0 8px;
    position: relative;
    z-index: 1
}

.ptf .w_card .card_tag {
    font-size: 16px;
    line-height: 1.35;
    color: #F16F20;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    position: relative;
    z-index: 1
}

.ptf .w_card p {
    font-size: 16px;
    line-height: 1.55;
    color: #5a3a1a;
    margin: 0 0 16px;
    position: relative;
    z-index: 1
}

.ptf .w_card .card_meta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.ptf .w_card .meta_it {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    font-weight: 500
}

.ptf .w_card .meta_it i {
    font-size: 16px;
    color: #F16F20
}

.ptf .w_card .card_lnk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ptf .w_card .card_lnk::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #F16F20;
    transition: width .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.ptf .w_card:hover .card_lnk {
    color: #F16F20
}

.ptf .w_card:hover .card_lnk::after {
    width: 100%
}

.ptf .team_sec {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(170deg, #E7F1FF 0%, #f16f200f 60%, #fff 100%);
    overflow: hidden
}

.ptf .team_sec .drift_spot {
    top: -60px;
    right: -120px;
    animation-delay: -3s
}

.ptf .team_sec .pg_lim {
    position: relative;
    z-index: 1
}

.ptf .team_grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start
}

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

.ptf .team_left h2 {
    font-size: 32px;
    line-height: 1.35;
    color: #2a1a08;
    font-weight: 700;
    margin: 0 0 8px
}

.ptf .team_left .sub_lbl {
    font-size: 16px;
    line-height: 1.55;
    color: #6D3B10;
    margin: 0 0 40px;
    font-style: italic
}

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

@media (max-width: 768px) {
    .ptf .portraits_row {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px
    }
}

@media (max-width: 375px) {
    .ptf .portraits_row {
        grid-template-columns: 1fr
    }
}

.ptf .prt_card {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ptf .prt_img_wrap {
    width: 100%;
    aspect-ratio: 5/7;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: -1px 5px 22px 0 #6d3b101a;
    flex-shrink: 0
}

.ptf .prt_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.ptf .prt_info h5 {
    font-size: 16px;
    line-height: 1.35;
    color: #2a1a08;
    font-weight: 700;
    margin: 0 0 8px
}

.ptf .prt_info .role_lbl {
    font-size: 16px;
    line-height: 1.35;
    color: #F16F20;
    font-weight: 500;
    display: block;
    margin-bottom: 8px
}

.ptf .prt_info p {
    font-size: 16px;
    line-height: 1.55;
    color: #5a3a1a;
    margin: 0
}

.ptf .team_right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ptf .stat_box {
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: -1px 3px 3px 0 #f16f200f;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ptf .stat_box .s_num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    color: #F16F20
}

.ptf .stat_box .s_lbl {
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    font-weight: 500
}

.ptf .stat_box .s_desc {
    font-size: 16px;
    line-height: 1.55;
    color: #5a3a1a;
    margin: 0
}

.ptf .rating_box {
    background: linear-gradient(128deg, #F16F20 0%, #6D3B10 100%);
    border-radius: 22px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ptf .rating_box .r_num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff
}

.ptf .rating_box .r_stars {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.ptf .rating_box .r_stars i {
    color: #fff;
    font-size: 16px
}

.ptf .rating_box .r_lbl {
    font-size: 16px;
    line-height: 1.35;
    color: #ffffffd9
}

.ptf .about_blurb {
    background: #e7f1ffb3;
    border-radius: 22px;
    padding: 24px
}

.ptf .about_blurb h6 {
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    font-weight: 700;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.ptf .about_blurb p {
    font-size: 16px;
    line-height: 1.55;
    color: #3d2510;
    margin: 0
}

@media (max-width: 375px) {
    .ptf .t_h1 {
        font-size: 32px
    }

    .ptf .cards_row {
        grid-template-columns: 1fr
    }

    .ptf .portraits_row {
        grid-template-columns: 1fr
    }

    .ptf .team_grid {
        grid-template-columns: 1fr
    }

    .ptf .pg_lim {
        padding: 0 8px
    }
}

.lrn-prog {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.lrn-prog .pg-stripe-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.lrn-prog .pg-stripe-bg::before {
    content: '';
    position: absolute;
    inset: -60% -40%;
    background: repeating-linear-gradient(128deg, transparent, transparent 48px, #f16f2009 48px, #f16f2009 50px);
    animation: stripe-drift 22s linear infinite
}

@keyframes stripe-drift {
    0% {
        transform: translateX(0) translateY(0)
    }

    100% {
        transform: translateX(60px) translateY(60px)
    }
}

.lrn-prog .pg-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px
}

.lrn-prog .divider-line {
    height: 2px;
    background: linear-gradient(90deg, #F16F20 0%, #6D3B10 40%, #E7F1FF 100%);
    border: none;
    margin: 0
}

.lrn-prog .ttl-blk {
    position: relative;
    z-index: 1;
    padding: 80px 0
}

.lrn-prog .ttl-frame {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px
}

.lrn-prog .ttl-frame::before,
.lrn-prog .ttl-frame::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border-color: #F16F20;
    border-style: solid;
    pointer-events: none
}

.lrn-prog .ttl-frame::before {
    top: -16px;
    left: 24px;
    border-width: 2px 0 0 2px
}

.lrn-prog .ttl-frame::after {
    bottom: -16px;
    right: 24px;
    border-width: 0 2px 2px 0
}

.lrn-prog .ttl-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.lrn-prog .ttl-txt-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px
}

.lrn-prog .ttl-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase
}

.lrn-prog .ttl-label i {
    color: #F16F20;
    font-size: 16px
}

.lrn-prog .ttl-h1 {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 800;
    color: #1a0a00;
    margin: 0
}

.lrn-prog .ttl-h1 span {
    color: #F16F20
}

.lrn-prog .ttl-desc {
    font-size: 18px;
    line-height: 1.55;
    color: #3a2010;
    margin: 0;
    max-width: 480px
}

.lrn-prog .ttl-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: linear-gradient(112deg, #F16F20 0%, #6D3B10 60%, #F16F20 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: -1px 5px 22px 0 #f16f201a;
    transition: background-position .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1);
    background-size: 200% 100%;
    background-position: 0 50%
}

.lrn-prog .ttl-cta:hover {
    background-position: 100% 50%;
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.lrn-prog .ttl-cta:focus-visible {
    outline: 2px solid #6D3B10;
    outline-offset: 3px
}

.lrn-prog .ttl-img-col {
    position: relative
}

.lrn-prog .ttl-img-wrap {
    border-radius: 22px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4/5;
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.lrn-prog .ttl-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .28s cubic-bezier(0.0, 0, 0.2, 1)
}

.lrn-prog .ttl-img-wrap:hover img {
    transform: scale(1.04)
}

.lrn-prog .ttl-punct {
    position: absolute;
    bottom: -24px;
    right: -16px;
    font-size: 160px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px #f16f202e;
    pointer-events: none;
    user-select: none;
    z-index: 2
}

.lrn-prog .prog-str {
    position: relative;
    z-index: 1;
    background: linear-gradient(160deg, #E7F1FF 0%, #f5ede6 60%, #fff 100%);
    padding: 80px 0
}

.lrn-prog .prog-str-head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px
}

.lrn-prog .prog-str-h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 300;
    color: #1a0a00;
    margin: 0;
    letter-spacing: .04em
}

.lrn-prog .prog-str-h2 strong {
    font-weight: 800;
    color: #F16F20
}

.lrn-prog .prog-str-meta {
    font-size: 16px;
    line-height: 1.55;
    color: #6D3B10;
    max-width: 340px;
    text-align: right;
    margin: 0;
    flex-shrink: 0
}

.lrn-prog .prog-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: start
}

.lrn-prog .prog-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog .prog-stat-card {
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: -1px 5px 22px 0 #f16f201a;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lrn-prog .prog-stat-num {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 900;
    margin: 0
}

.lrn-prog .prog-stat-num .int-part {
    color: #F16F20
}

.lrn-prog .prog-stat-num .frac-part {
    color: #6D3B10;
    font-size: 32px
}

.lrn-prog .prog-stat-lbl {
    font-size: 16px;
    line-height: 1.35;
    color: #3a2010;
    margin: 0;
    font-weight: 600
}

.lrn-prog .prog-info-blk {
    background: linear-gradient(135deg, #6D3B10 0%, #F16F20 100%);
    border-radius: 22px;
    padding: 24px;
    color: #fff
}

.lrn-prog .prog-info-blk p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    opacity: .95
}

.lrn-prog .prog-right {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lrn-prog .mod-item {
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: -1px 1px 3px 0 #f16f200f;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    align-items: start;
    position: relative;
    overflow: hidden;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .mod-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(112deg, #f16f200f 0%, transparent 100%);
    transition: width .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.lrn-prog .mod-item:hover {
    box-shadow: -1px 5px 22px 0 #f16f201a
}

.lrn-prog .mod-item:hover::after {
    width: 100%
}

.lrn-prog .mod-num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    color: #f16f202e;
    text-align: center;
    padding-top: 4px
}

.lrn-prog .mod-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lrn-prog .mod-h4 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #1a0a00;
    margin: 0
}

.lrn-prog .mod-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #3a2010;
    margin: 0
}

.lrn-prog .mod-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.lrn-prog .mod-tag {
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    background: #E7F1FF;
    border-radius: 0;
    padding: 4px 8px;
    font-weight: 600
}

.lrn-prog .inst-out {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background: #fff
}

.lrn-prog .inst-out-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.lrn-prog .inst-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog .col-h3 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 300;
    color: #1a0a00;
    margin: 0;
    letter-spacing: .03em
}

.lrn-prog .col-h3 em {
    font-style: normal;
    font-weight: 800;
    color: #6D3B10
}

.lrn-prog .inst-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
    align-items: center;
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: -1px 5px 22px 0 #6d3b101a
}

.lrn-prog .inst-portrait {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

.lrn-prog .inst-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.lrn-prog .inst-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lrn-prog .inst-name {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #1a0a00;
    margin: 0
}

.lrn-prog .inst-role {
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    margin: 0
}

.lrn-prog .inst-bio {
    font-size: 16px;
    line-height: 1.55;
    color: #3a2010;
    margin: 0
}

.lrn-prog .out-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog .out-bg-panel {
    background: linear-gradient(160deg, #1a0a00 0%, #6D3B10 100%);
    border-radius: 38px;
    padding: 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: -1px 8px 60px 0 #6d3b101a
}

.lrn-prog .out-panel-h4 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0;
    color: #F16F20;
    text-transform: uppercase;
    letter-spacing: .06em
}

.lrn-prog .out-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lrn-prog .out-list li {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 16px;
    align-items: start;
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffe6
}

.lrn-prog .out-list li .out-n {
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
    color: #f16f2059;
    text-align: right
}

.lrn-prog .out-enroll {
    background: linear-gradient(112deg, #F16F20 0%, #6D3B10 60%, #F16F20 100%);
    border-radius: 22px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: -1px 5px 22px 0 #f16f201a;
    background-size: 200% 100%;
    background-position: 0 50%;
    transition: background-position .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .out-enroll:hover {
    background-position: 100% 50%
}

.lrn-prog .enroll-lbl {
    font-size: 16px;
    line-height: 1.35;
    color: #fffc;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em
}

.lrn-prog .enroll-price {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 900;
    margin: 0;
    color: #fff
}

.lrn-prog .enroll-price .cur {
    font-size: 32px;
    font-weight: 400;
    color: #ffffffb3;
    vertical-align: super
}

.lrn-prog .enroll-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 40px;
    background: #fff;
    color: #6D3B10;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    box-shadow: -1px 1px 3px 0 #f16f200f;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .enroll-btn:hover {
    box-shadow: -1px 5px 22px 0 #f16f201a;
    color: #F16F20
}

.lrn-prog .enroll-btn:focus-visible {
    outline: 2px solid #6D3B10;
    outline-offset: 3px
}

@media (max-width: 1366px) {
    .lrn-prog .ttl-h1 {
        font-size: 72px
    }
}

@media (max-width: 768px) {
    .lrn-prog .ttl-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .lrn-prog .ttl-img-col {
        order: -1
    }

    .lrn-prog .ttl-h1 {
        font-size: 32px
    }

    .lrn-prog .ttl-txt-col {
        padding-top: 0
    }

    .lrn-prog .prog-grid {
        grid-template-columns: 1fr
    }

    .lrn-prog .prog-str-head {
        flex-direction: column;
        align-items: flex-start
    }

    .lrn-prog .prog-str-meta {
        text-align: left
    }

    .lrn-prog .inst-out-grid {
        grid-template-columns: 1fr
    }

    .lrn-prog .pg-wrap {
        padding: 0 16px
    }

    .lrn-prog .ttl-frame {
        padding: 0 16px
    }

    .lrn-prog .ttl-blk,
    .lrn-prog .prog-str,
    .lrn-prog .inst-out {
        padding: 40px 0
    }

    .lrn-prog .out-bg-panel {
        padding: 24px
    }
}

@media (max-width: 375px) {
    .lrn-prog .ttl-h1 {
        font-size: 32px
    }

    .lrn-prog .prog-stat-num {
        font-size: 32px
    }

    .lrn-prog .enroll-price {
        font-size: 32px
    }

    .lrn-prog .mod-item {
        grid-template-columns: 1fr
    }

    .lrn-prog .inst-card {
        grid-template-columns: 1fr
    }
}

.abt {
    position: relative;
    overflow: hidden;
    background: #fff
}

.abt .fog-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(108deg, #fff0 0%, #ffffff2e 40%, #fff0 70%);
    animation: fogdrift 18s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes fogdrift {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-30%)
    }
}

.abt .pg_wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.abt .tb {
    position: relative;
    background: #1a0a02;
    padding: 80px 0;
    overflow: hidden
}

.abt .tb::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    opacity: .6;
    pointer-events: none
}

.abt .tb::after {
    content: '';
    position: absolute;
    top: -30%;
    right: -8%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(ellipse at 70% 30%, #f16f2021 0%, #6d3b100f 55%, transparent 80%);
    pointer-events: none
}

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

.abt .tb .diag_line::before {
    content: '';
    position: absolute;
    top: -10%;
    left: 20%;
    width: 1px;
    height: 140%;
    background: linear-gradient(180deg, transparent 0%, #f16f2038 40%, #f16f201a 70%, transparent 100%);
    transform: rotate(18deg);
    transform-origin: top center
}

.abt .tb_inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 80px
}

.abt .tb_text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    position: relative;
    z-index: 2
}

.abt .tb_eyebrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.abt .tb_eyebrow span {
    font-size: 16px;
    line-height: 1.35;
    color: #F16F20;
    letter-spacing: .08em;
    text-transform: uppercase
}

.abt .tb_eyebrow .diam {
    width: 7px;
    height: 7px;
    background: #F16F20;
    transform: rotate(45deg);
    flex-shrink: 0
}

.abt .tb_h1 {
    font-size: 72px;
    line-height: 1.1;
    color: #fff;
    font-weight: 300;
    margin: 0
}

.abt .tb_h1 strong {
    font-weight: 700;
    color: #F16F20
}

.abt .tb_desc {
    font-size: 18px;
    line-height: 1.55;
    color: #ffffffb8;
    margin: 0;
    max-width: 480px
}

.abt .tb_actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.abt .btn_prim {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    border-radius: 22px;
    background: linear-gradient(135deg, #F16F20 0%, #6D3B10 60%, #F16F20 100%);
    background-size: 200% 200%;
    background-position: 0 50%;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: -1px 5px 22px 0 #f16f201a;
    transition: background-position .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .btn_prim:hover {
    background-position: 100% 50%;
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.abt .btn_sec {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    border-radius: 22px;
    background: transparent;
    color: #ffffffd9;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #f16f2061;
    cursor: pointer;
    transition: border-color .25s cubic-bezier(0.4, 0, 0.2, 1), color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .btn_sec:hover {
    border-color: #F16F20;
    color: #F16F20
}

.abt .tb_img_col {
    flex: 0 0 420px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center
}

.abt .tb_img_wrap {
    width: 420px;
    height: 420px;
    border-radius: 38px;
    overflow: hidden;
    position: relative;
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.abt .tb_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt .tb_img_wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 38px;
    box-shadow: inset 0 0 60px 24px #1a0a028c;
    pointer-events: none
}

.abt .tb_divider {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #f16f2061 30%, #f16f2061 70%, transparent 100%);
    margin: 0 40px;
    position: relative;
    z-index: 1
}

.abt .det {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(160deg, #fff 0%, #FEF4EC 55%, #fff 100%)
}

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

.abt .det .circles_bg::before,
.abt .det .circles_bg::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #f16f201a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.abt .det .circles_bg::before {
    width: 340px;
    height: 340px
}

.abt .det .circles_bg::after {
    width: 220px;
    height: 220px
}

.abt .det .circ_inner {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #f16f2014;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

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

.abt .det_left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 2
}

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

.abt .det_label .diam {
    width: 6px;
    height: 6px;
    background: #F16F20;
    transform: rotate(45deg);
    flex-shrink: 0
}

.abt .det_label span {
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    text-transform: uppercase;
    letter-spacing: .07em
}

.abt .det_h2 {
    font-size: 32px;
    line-height: 1.35;
    color: #1a0a02;
    font-weight: 300;
    margin: 0
}

.abt .det_h2 strong {
    font-weight: 700
}

.abt .det_body {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt .det_p {
    font-size: 16px;
    line-height: 1.8;
    color: #3a2010;
    margin: 0;
    text-indent: -1.2em;
    padding-left: 1.2em
}

.abt .det_imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    position: relative;
    z-index: 2
}

.abt .det_img_sq {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: -1px 5px 22px 0 #f16f201a
}

.abt .det_img_sq img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt .det_img_sq.tall img {
    height: 280px
}

.abt .det_stat_row {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    gap: 16px
}

.abt .stat_card {
    flex: 1 1 0;
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: -1px 5px 22px 0 #6d3b101a;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt .stat_card .stat_num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    color: #F16F20
}

.abt .stat_card .stat_lbl {
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10
}

.abt .exp_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.abt .exp_item {
    border-radius: 22px;
    background: #fff;
    box-shadow: -1px 1px 3px 0 #f16f200f;
    overflow: hidden
}

.abt .exp_item summary {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    color: #1a0a02;
    gap: 16px;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .exp_item summary::-webkit-details-marker {
    display: none
}

.abt .exp_item summary:hover {
    color: #F16F20
}

.abt .exp_item summary .exp_num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    color: #f16f2026;
    flex-shrink: 0;
    min-width: 40px
}

.abt .exp_item summary .exp_icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #f16f2066;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .exp_item[open] summary .exp_icon {
    background: #F16F20;
    border-color: #F16F20
}

.abt .exp_item[open] summary .exp_icon i {
    color: #fff
}

.abt .exp_item summary .exp_icon i {
    font-size: 11px;
    color: #F16F20;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .exp_body {
    padding: 0 24px 16px 64px;
    font-size: 16px;
    line-height: 1.8;
    color: #3a2010
}

.abt .prt_strip {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 40px;
    align-items: flex-start
}

.abt .prt_card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 0
}

.abt .prt_img_wrap {
    width: 100%;
    aspect-ratio: 7/9;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: -1px 5px 22px 0 #6d3b101a
}

.abt .prt_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.abt .prt_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 8px
}

.abt .prt_name {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #1a0a02;
    margin: 0
}

.abt .prt_role {
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    margin: 0
}

.abt .prt_quote {
    font-size: 16px;
    line-height: 1.8;
    color: #3a2010;
    margin: 0
}

.abt .hl_txt {
    display: inline;
    background: linear-gradient(90deg, #f16f2021 0%, #f16f2021 100%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0;
    transition: background-size .28s cubic-bezier(0.0, 0, 0.2, 1);
    border-radius: 0
}

.abt .hl_txt:hover {
    background-size: 100% 100%
}

.abt .div_fade {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #f16f2047 25%, #f16f2047 75%, transparent 100%);
    margin: 0;
    position: relative;
    z-index: 1
}

@media (max-width: 1366px) {
    .abt .tb_h1 {
        font-size: 56px
    }

    .abt .tb_img_col {
        flex: 0 0 340px
    }

    .abt .tb_img_wrap {
        width: 340px;
        height: 340px
    }

    .abt .tb_inner {
        gap: 40px
    }
}

@media (max-width: 768px) {
    .abt .pg_wrap {
        padding: 0 24px
    }

    .abt .tb {
        padding: 40px 0
    }

    .abt .tb_inner {
        flex-direction: column;
        gap: 40px
    }

    .abt .tb_img_col {
        flex: none;
        width: 100%
    }

    .abt .tb_img_wrap {
        width: 100%;
        height: 280px
    }

    .abt .tb_h1 {
        font-size: 32px
    }

    .abt .det {
        padding: 40px 0
    }

    .abt .det_grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .abt .det_imgs {
        grid-template-columns: 1fr 1fr
    }

    .abt .prt_strip {
        flex-direction: column;
        gap: 24px
    }

    .abt .det .circles_bg {
        display: none
    }

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

@media (max-width: 375px) {
    .abt .pg_wrap {
        padding: 0 16px
    }

    .abt .tb_h1 {
        font-size: 32px
    }

    .abt .det_imgs {
        grid-template-columns: 1fr
    }

    .abt .det_stat_row {
        flex-direction: column
    }

    .abt .prt_strip {
        gap: 16px
    }
}

.hiw {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #fff
}

.hiw * {
    box-sizing: border-box;
    max-width: 100%
}

.hiw img {
    max-width: 100%;
    display: block
}

.hiw .t_blk {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 40px;
    position: relative
}

.hiw .t_txt {
    position: relative;
    z-index: 1
}

.hiw .dot_grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0
}

.hiw .t_label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    border: 1.5px solid #6d3b1038;
    border-radius: 22px;
    padding: 8px 16px
}

.hiw .t_h1 {
    font-size: 72px;
    line-height: 1.1;
    color: #1b1400;
    font-weight: 800;
    margin: 0 0 24px
}

.hiw .t_h1 span {
    color: #F16F20
}

.hiw .t_sub {
    font-size: 18px;
    line-height: 1.55;
    color: #3a2800;
    max-width: 520px;
    margin: 0 0 40px
}

.hiw .t_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
    background: linear-gradient(135deg, #F16F20 0%, #6D3B10 60%, #F16F20 100%);
    background-size: 200% 200%;
    background-position: 0 50%;
    padding: 16px 40px;
    border-radius: 22px;
    text-decoration: none;
    font-weight: 600;
    transition: background-position .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -1px 5px 22px 0 #f16f201a
}

.hiw .t_link:hover {
    background-position: 100% 50%;
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.hiw .t_link:focus {
    outline: 2px solid #F16F20;
    outline-offset: 3px
}

.hiw .t_img_strip {
    position: relative;
    border-radius: 38px;
    overflow: hidden;
    height: 420px;
    flex-shrink: 0
}

.hiw .t_img_strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.18) contrast(1.08) sepia(0.18)
}

.hiw .t_img_strip::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #f16f2047 0%, #6d3b1061 100%);
    border-radius: 38px;
    pointer-events: none
}

.hiw .div_tri {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.hiw .div_tri svg {
    display: block;
    width: 100%
}

.hiw .steps_wrap {
    background: linear-gradient(160deg, #fdf6ee 0%, #E7F1FF 100%);
    position: relative;
    padding: 80px 0 40px;
    overflow: hidden
}

.hiw .steps_circles {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 260px;
    height: 260px;
    pointer-events: none;
    opacity: .13
}

.hiw .steps_inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px
}

.hiw .steps_hd {
    margin-bottom: 40px
}

.hiw .steps_hd h2 {
    font-size: 32px;
    line-height: 1.35;
    color: #1b1400;
    font-weight: 700;
    margin: 0 0 8px
}

.hiw .steps_hd p {
    font-size: 16px;
    line-height: 1.55;
    color: #4a3010;
    margin: 0
}

.hiw .steps_grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1.8fr;
    gap: 24px;
    align-items: start
}

.hiw .step_card {
    background: #fff;
    border-radius: 38px;
    padding: 40px 24px;
    box-shadow: -1px 5px 22px 0 #f16f201a;
    position: relative;
    opacity: 0;
    animation: fadeup .26s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.hiw .step_card:nth-child(1) {
    animation-delay: .08s
}

.hiw .step_card:nth-child(2) {
    animation-delay: .18s
}

.hiw .step_card:nth-child(3) {
    animation-delay: .26s
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(22px)
    }

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

.hiw .step_num {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 900;
    color: #f16f201a;
    position: absolute;
    top: 16px;
    right: 24px;
    pointer-events: none;
    user-select: none
}

.hiw .step_icon_box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid #f16f2061;
    border-radius: 22px;
    color: #F16F20;
    font-size: 18px;
    margin-bottom: 16px;
    transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), background .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.hiw .step_card:hover .step_icon_box {
    background: #f16f2014;
    border-color: #F16F20
}

.hiw .step_card h3 {
    font-size: 18px;
    line-height: 1.35;
    color: #1b1400;
    font-weight: 700;
    margin: 0 0 8px
}

.hiw .step_card p {
    font-size: 16px;
    line-height: 1.55;
    color: #4a3010;
    margin: 0
}

.hiw .step_card.featured {
    background: linear-gradient(140deg, #fff 0%, #fdf0e6 100%);
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.hiw .step_card.featured h3 {
    font-size: 18px
}

.hiw .step_detail_list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.hiw .step_detail_list li {
    font-size: 16px;
    line-height: 1.55;
    color: #4a3010;
    padding-left: 24px;
    position: relative
}

.hiw .step_detail_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #F16F20;
    opacity: .55;
    transform: rotate(45deg)
}

.hiw .central_anchor {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.hiw .anchor_ring {
    width: 80px;
    height: 80px;
    border-radius: 38px;
    border: 2.5px solid #f16f2059;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, #fff 0%, #fdf0e6 100%);
    box-shadow: -1px 5px 22px 0 #f16f201a;
    animation: slow_zoom 6s ease-in-out infinite alternate
}

@keyframes slow_zoom {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.06)
    }
}

.hiw .anchor_ring i {
    font-size: 32px;
    color: #F16F20
}

.hiw .anchor_label {
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    font-weight: 600;
    text-align: center
}

.hiw .div_line {
    height: 40px;
    background: linear-gradient(160deg, #fdf6ee 0%, #E7F1FF 100%);
    position: relative
}

.hiw .div_line::after {
    content: "";
    display: block;
    width: 60%;
    margin: 0 auto;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f16f2038, transparent);
    position: absolute;
    bottom: 0;
    left: 20%
}

.hiw .faq_wrap {
    background: #fff;
    padding: 80px 0;
    position: relative
}

.hiw .faq_circles {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 220px;
    height: 220px;
    pointer-events: none;
    opacity: .1
}

.hiw .faq_inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 80px;
    align-items: start
}

.hiw .faq_left {
    position: sticky;
    top: 40px
}

.hiw .faq_left h2 {
    font-size: 32px;
    line-height: 1.35;
    color: #1b1400;
    font-weight: 700;
    margin: 0 0 16px
}

.hiw .faq_left p {
    font-size: 16px;
    line-height: 1.55;
    color: #4a3010;
    margin: 0 0 40px
}

.hiw .rev_block {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.hiw .rev_card {
    background: #fdf6ee;
    border-radius: 22px;
    padding: 24px;
    box-shadow: -1px 1px 3px 0 #6d3b100f
}

.hiw .rev_card p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a2800;
    margin: 0 0 16px
}

.hiw .rev_person {
    display: flex;
    align-items: center;
    gap: 16px
}

.hiw .rev_portrait {
    width: 48px;
    height: 64px;
    border-radius: 22px;
    overflow: hidden;
    flex-shrink: 0
}

.hiw .rev_portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.hiw .rev_name {
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    font-weight: 700
}

.hiw .rev_role {
    font-size: 16px;
    line-height: 1.35;
    color: #7a5030
}

.hiw .faq_list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.hiw .faq_item {
    border-radius: 22px;
    background: #fdf6ee;
    box-shadow: -1px 1px 3px 0 #6d3b100f;
    overflow: hidden
}

.hiw .faq_q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1.55;
    color: #1b1400;
    font-weight: 600;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.hiw .faq_q:hover {
    background: #f16f200f
}

.hiw .faq_q:focus {
    outline: 2px solid #F16F20;
    outline-offset: -2px;
    border-radius: 22px
}

.hiw .faq_ico {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F16F20;
    font-size: 16px;
    transition: transform .26s cubic-bezier(0.0, 0, 0.2, 1)
}

.hiw .faq_item.open .faq_ico {
    transform: rotate(45deg)
}

.hiw .faq_ans {
    display: none;
    padding: 0 24px 24px;
    font-size: 16px;
    line-height: 1.55;
    color: #4a3010
}

.hiw .faq_item.open .faq_ans {
    display: block
}

@media (max-width: 1366px) {
    .hiw .t_h1 {
        font-size: 72px
    }

    .hiw .t_blk {
        grid-template-columns: 1fr 240px
    }
}

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

    .hiw .t_h1 {
        font-size: 32px
    }

    .hiw .t_img_strip {
        height: 240px
    }

    .hiw .steps_inner {
        padding: 0 24px
    }

    .hiw .steps_grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .hiw .faq_inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 24px
    }

    .hiw .faq_left {
        position: static
    }

    .hiw .faq_wrap {
        padding: 40px 0
    }

    .hiw .steps_wrap {
        padding: 40px 0 24px
    }
}

@media (max-width: 375px) {
    .hiw .t_blk {
        padding: 24px 16px 16px
    }

    .hiw .t_h1 {
        font-size: 32px
    }

    .hiw .steps_inner {
        padding: 0 16px
    }

    .hiw .faq_inner {
        padding: 0 16px
    }

    .hiw .t_link {
        padding: 16px 24px
    }
}

.frnt {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.frnt .pg-vignette {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(ellipse 80% 80% at 50% 50%, transparent 60%, #6d3b1012 100%);
    animation: vgpulse 6s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes vgpulse {
    from {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

.frnt .geo-circle {
    position: absolute;
    border-radius: 38px;
    border: 1.5px solid #f16f2012;
    pointer-events: none;
    z-index: 0
}

.frnt * {
    box-sizing: border-box
}

img {
    max-width: 100%
}

.frnt ::selection {
    background: #d1d5db;
    color: #1b1b1b
}

.frnt :focus-visible {
    outline: 3px solid #F16F20 !important;
    outline-offset: 3px !important;
    border-radius: 0 !important
}

.frnt .titl-blk {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding-bottom: 80px
}

.frnt .titl-strip {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden
}

.frnt .titl-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block
}

.frnt .titl-strip-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(162deg, #f16f20b8 0%, #6d3b108c 55%, #e7f1ff2e 100%)
}

.frnt .titl-corner-tl {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 60px;
    height: 60px;
    border-top: 2px solid #f16f2073;
    border-left: 2px solid #f16f2073;
    pointer-events: none
}

.frnt .titl-corner-br {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border-bottom: 2px solid #6d3b104d;
    border-right: 2px solid #6d3b104d;
    pointer-events: none
}

.frnt .titl-txt-zone {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 80px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px
}

.frnt .titl-left {
    flex: 1 1 0;
    min-width: 0
}

.frnt .titl-right {
    flex: 0 0 280px;
    padding-top: 16px
}

.frnt .titl-label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.35;
    color: #F16F20;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 16px;
    background: #f16f2014;
    padding: 8px 16px;
    border-radius: 0
}

.frnt .titl-h1 {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 800;
    color: #1b1209;
    margin: 0 0 24px
}

.frnt .titl-desc {
    font-size: 18px;
    line-height: 1.55;
    color: #3d2a12;
    max-width: 560px;
    margin: 0
}

.frnt .titl-aside-label {
    font-size: 16px;
    line-height: 1.8;
    color: #6D3B10;
    font-weight: 500;
    border-top: 2px solid #f16f2040;
    padding-top: 16px
}

.frnt .titl-aside-stat {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    color: #F16F20;
    margin-top: 8px
}

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

.frnt .testi-blk {
    position: relative;
    background: #F7F0E8;
    padding: 80px 0
}

.frnt .testi-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px
}

.frnt .testi-head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px
}

.frnt .testi-h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 300;
    color: #1b1209;
    letter-spacing: .03em;
    margin: 0;
    max-width: 480px
}

.frnt .testi-sub {
    font-size: 16px;
    line-height: 1.55;
    color: #6D3B10;
    max-width: 300px;
    text-align: right;
    margin: 0
}

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

.frnt .testi-card {
    background: #fff;
    border-radius: 22px;
    padding: 40px;
    box-shadow: -1px 5px 22px 0 #f16f201a;
    position: relative;
    overflow: hidden;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.frnt .testi-card:hover {
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.frnt .testi-card-diag {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 56px 56px 0;
    border-color: transparent #f16f202e transparent transparent
}

.frnt .testi-card.featured {
    grid-column: span 2;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    background: linear-gradient(118deg, #fff 0%, #F7F0E8 100%)
}

.frnt .testi-portrait-wrap {
    flex: 0 0 120px
}

.frnt .testi-portrait {
    width: 120px;
    height: 180px;
    border-radius: 38px;
    object-fit: cover;
    object-position: top;
    display: block;
    box-shadow: -1px 5px 22px 0 #6d3b101a
}

.frnt .testi-body {
    flex: 1 1 0;
    min-width: 0
}

.frnt .testi-quote {
    font-size: 18px;
    line-height: 1.8;
    color: #1b1209;
    margin: 0 0 16px;
    font-style: italic
}

.frnt .testi-meta {
    font-size: 16px;
    line-height: 1.35;
    color: #6D3B10;
    font-weight: 600
}

.frnt .testi-role {
    font-size: 16px;
    line-height: 1.35;
    color: #9a6a3a;
    font-weight: 400
}

.frnt .testi-result {
    margin-top: 16px;
    padding: 16px;
    background: #f16f2014;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #3d2a12
}

.frnt .testi-num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    color: #f16f2026;
    position: absolute;
    bottom: 16px;
    left: 16px;
    pointer-events: none;
    user-select: none
}

.frnt .rep-blk {
    position: relative;
    background: #fff;
    padding: 80px 0
}

.frnt .rep-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 80px;
    align-items: start
}

.frnt .rep-left {
    position: relative
}

.frnt .rep-img-wrap {
    width: 100%;
    height: 420px;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: -1px 8px 60px 0 #6d3b101a
}

.frnt .rep-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.frnt .rep-badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: linear-gradient(135deg, #F16F20 0%, #6D3B10 100%);
    color: #fff;
    border-radius: 22px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    box-shadow: -1px 5px 22px 0 #f16f201a
}

.frnt .rep-h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 300;
    color: #1b1209;
    letter-spacing: .03em;
    margin: 0 0 24px
}

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

.frnt .rep-item {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start
}

.frnt .rep-num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    color: #f16f202e;
    flex: 0 0 40px;
    user-select: none
}

.frnt .rep-item-h {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    color: #1b1209;
    margin: 0 0 8px
}

.frnt .rep-item-p {
    font-size: 16px;
    line-height: 1.55;
    color: #3d2a12;
    margin: 0
}

.frnt .rep-qa-card {
    background: #E7F1FF;
    border-radius: 22px;
    padding: 40px;
    box-shadow: -1px 1px 3px 0 #6d3b100f
}

.frnt .rep-qa-q {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #1b1209;
    margin: 0 0 16px
}

.frnt .rep-qa-a {
    font-size: 16px;
    line-height: 1.8;
    color: #3d2a12;
    margin: 0
}

.frnt .gap-blk {
    position: relative;
    background: linear-gradient(162deg, #1b1209 0%, #3d2a12 40%, #6D3B10 80%, #F16F20 100%);
    padding: 80px 0;
    overflow: hidden
}

.frnt .gap-geo1 {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 38px;
    border: 2px solid #f16f201f;
    top: -80px;
    right: 80px;
    pointer-events: none;
    transform: rotate(18deg)
}

.frnt .gap-geo2 {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 38px;
    border: 1.5px solid #ffffff0f;
    bottom: 40px;
    left: 40px;
    pointer-events: none;
    transform: rotate(-12deg)
}

.frnt .gap-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
    z-index: 1
}

.frnt .gap-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 80px;
    align-items: start
}

.frnt .gap-h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 300;
    color: #fff;
    letter-spacing: .04em;
    margin: 0 0 24px
}

.frnt .gap-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffffc7;
    margin: 0
}

.frnt .gap-img-wrap {
    width: 100%;
    height: 280px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.frnt .gap-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.frnt .gap-rows {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.frnt .gap-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center
}

.frnt .gap-row:nth-child(even) {
    flex-direction: row-reverse
}

.frnt .gap-row-img {
    flex: 0 0 200px;
    height: 140px;
    border-radius: 22px;
    overflow: hidden
}

.frnt .gap-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.frnt .gap-row-h {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px
}

.frnt .gap-row-p {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffb8;
    margin: 0
}

.frnt .gap-cta-wrap {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.frnt .gap-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: linear-gradient(118deg, #F16F20 0%, #6D3B10 100%);
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: -1px 5px 22px 0 #f16f201a;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.frnt .gap-btn:hover {
    background: linear-gradient(220deg, #F16F20 0%, #6D3B10 100%);
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.frnt .gap-btn:active {
    background: linear-gradient(118deg, #6D3B10 0%, #F16F20 100%)
}

.frnt .gap-note {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffff8c;
    margin: 0
}

@media (max-width: 1366px) {
    .frnt .titl-txt-zone {
        padding: 40px 40px 0;
        gap: 40px
    }

    .frnt .testi-inner {
        padding: 0 40px
    }

    .frnt .rep-inner {
        padding: 0 40px;
        gap: 40px
    }

    .frnt .gap-inner {
        padding: 0 40px
    }

    .frnt .titl-h1 {
        font-size: 72px
    }
}

@media (max-width: 768px) {
    .frnt .titl-strip {
        height: 200px
    }

    .frnt .titl-txt-zone {
        flex-direction: column;
        padding: 24px 16px 0;
        gap: 24px
    }

    .frnt .titl-right {
        flex: none;
        width: 100%;
        padding-top: 0
    }

    .frnt .titl-h1 {
        font-size: 32px
    }

    .frnt .titl-blk {
        padding-bottom: 40px
    }

    .frnt .testi-inner {
        padding: 0 16px
    }

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

    .frnt .testi-card.featured {
        flex-direction: column;
        gap: 24px;
        grid-column: span 1
    }

    .frnt .testi-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .frnt .testi-sub {
        text-align: left
    }

    .frnt .testi-blk {
        padding: 40px 0
    }

    .frnt .rep-inner {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 40px
    }

    .frnt .rep-img-wrap {
        height: 240px
    }

    .frnt .rep-badge {
        position: static;
        margin-top: 16px;
        display: inline-block
    }

    .frnt .rep-blk {
        padding: 40px 0
    }

    .frnt .gap-inner {
        padding: 0 16px
    }

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

    .frnt .gap-rows {
        gap: 24px
    }

    .frnt .gap-row {
        flex-direction: column !important;
        gap: 16px
    }

    .frnt .gap-row-img {
        flex: none;
        width: 100%;
        height: 160px
    }

    .frnt .gap-blk {
        padding: 40px 0
    }

    .frnt .gap-cta-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-top: 40px
    }
}

@media (max-width: 375px) {
    .frnt .titl-h1 {
        font-size: 32px
    }

    .frnt .gap-btn {
        padding: 16px 24px;
        font-size: 16px
    }

    .frnt .testi-card {
        padding: 24px
    }

    .frnt .rep-qa-card {
        padding: 24px
    }
}

.cnt-pg {
    background: #fff;
    overflow-x: clip
}

.cnt-pg * {
    box-sizing: border-box;
    max-width: 100%
}

.cnt-pg img {
    max-width: 100%;
    object-fit: cover
}

.cnt-pg .ttl-blk {
    padding: 80px 40px;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.cnt-pg .ttl-left {
    position: relative;
    z-index: 1
}

.cnt-pg .ttl-left h1 {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 300;
    color: #2a1505;
    margin: 0 0 24px;
    letter-spacing: -1px
}

.cnt-pg .ttl-left h1 .grad-wd {
    background: linear-gradient(135deg, #F16F20 0%, #6D3B10 55%, #F16F20 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: bg-breathe 10s ease-in-out infinite
}

@keyframes bg-breathe {

    0%,
    100% {
        background-size: 200% 200%;
        background-position: 0 50%
    }

    50% {
        background-size: 220% 220%;
        background-position: 100% 50%
    }
}

.cnt-pg .ttl-left p {
    font-size: 18px;
    line-height: 1.55;
    color: #3d2008;
    margin: 0 0 40px
}

.cnt-pg .ttl-meta {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cnt-pg .ttl-meta a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #6D3B10;
    text-decoration: none;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.cnt-pg .ttl-meta a:hover {
    color: #F16F20
}

.cnt-pg .ttl-meta a i {
    color: #F16F20;
    font-size: 16px
}

.cnt-pg .ttl-right {
    position: relative;
    height: 480px
}

.cnt-pg .ttl-right .img-msk {
    width: 100%;
    height: 100%;
    clip-path: polygon(12% 0%, 100% 0%, 100% 88%, 88% 100%, 0% 100%, 0% 12%);
    overflow: hidden;
    position: relative;
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.cnt-pg .ttl-right .img-msk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.cnt-pg .ttl-right .img-msk::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, #f16f202e 0%, #6d3b1052 60%, transparent 100%)
}

.cnt-pg .ttl-right .deco-shp {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 2px solid #f16f202e;
    border-radius: 38px;
    top: -24px;
    right: -16px;
    pointer-events: none
}

.cnt-pg .ttl-right .deco-shp2 {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #e7f1ff8c;
    border-radius: 22px;
    bottom: 40px;
    left: -16px;
    pointer-events: none
}

.cnt-pg .diag-div {
    width: 100%;
    height: 48px;
    background: linear-gradient(170deg, #fff 49%, #E7F1FF 50%);
    pointer-events: none
}

.cnt-pg .frm-sec {
    background: #E7F1FF;
    padding: 80px 40px;
    position: relative
}

.cnt-pg .frm-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, #f16f200a 0%, transparent 60%);
    pointer-events: none
}

.cnt-pg .frm-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: start
}

.cnt-pg .frm-aside h2 {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 300;
    color: #2a1505;
    margin: 0 0 16px
}

.cnt-pg .frm-aside p {
    font-size: 16px;
    line-height: 1.55;
    color: #3d2008;
    margin: 0 0 40px;
    text-indent: -1.2em;
    padding-left: 1.2em
}

.cnt-pg .frm-aside .sep-ln {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin: 40px 0
}

.cnt-pg .frm-aside .sep-ln::before,
.cnt-pg .frm-aside .sep-ln::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #6d3b1033
}

.cnt-pg .frm-aside .sep-ln .sep-ico {
    width: 10px;
    height: 10px;
    background: #F16F20;
    border-radius: 0;
    transform: rotate(45deg);
    flex-shrink: 0;
    animation: pulse-ico 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

@keyframes pulse-ico {

    0%,
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1
    }

    50% {
        transform: rotate(45deg) scale(1.5);
        opacity: .6
    }
}

.cnt-pg .frm-aside .addr-blk {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cnt-pg .frm-aside .addr-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    color: #3d2008;
    line-height: 1.55
}

.cnt-pg .frm-aside .addr-item i {
    color: #F16F20;
    margin-top: 3px;
    flex-shrink: 0
}

.cnt-pg .frm-aside .addr-item a {
    color: #6D3B10;
    text-decoration: none;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.cnt-pg .frm-aside .addr-item a:hover {
    color: #F16F20
}

.cnt-pg .frm-box {
    background: #fff;
    border-radius: 38px;
    padding: 40px;
    box-shadow: -1px 5px 22px 0 #f16f201a
}

.cnt-pg .frm-box form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cnt-pg .frm-box .fld-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cnt-pg .frm-box label {
    font-size: 16px;
    color: #6D3B10;
    font-weight: 600;
    line-height: 1.35
}

.cnt-pg .frm-box input[type="text"],
.cnt-pg .frm-box input[type="email"],
.cnt-pg .frm-box select {
    width: 100%;
    padding: 16px;
    border: 1.5px solid #6d3b1038;
    border-radius: 22px;
    font-size: 16px;
    color: #2a1505;
    background: #fff;
    outline: none;
    transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
    box-shadow: -1px 1px 3px 0 #f16f200f inset;
    appearance: none;
    -webkit-appearance: none
}

.cnt-pg .frm-box input[type="text"]:focus,
.cnt-pg .frm-box input[type="email"]:focus,
.cnt-pg .frm-box select:focus {
    border-color: #F16F20;
    box-shadow: -1px 1px 3px 0 #f16f200f inset, 0 0 0 3px #f16f201f
}

.cnt-pg .frm-box input::placeholder {
    color: #6d3b1066;
    font-size: 16px
}

.cnt-pg .frm-box .sel-wrap {
    position: relative
}

.cnt-pg .frm-box .sel-wrap::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-right: 2px solid #F16F20;
    border-bottom: 2px solid #F16F20;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none
}

.cnt-pg .frm-box select {
    cursor: pointer;
    padding-right: 40px
}

.cnt-pg .frm-box select option {
    color: #2a1505
}

.cnt-pg .frm-box .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.cnt-pg .frm-box .prv-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.cnt-pg .frm-box .prv-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px;
    accent-color: #F16F20;
    cursor: pointer;
    border-radius: 0;
    flex-shrink: 0
}

.cnt-pg .frm-box .prv-row span {
    font-size: 16px;
    color: #3d2008;
    line-height: 1.55
}

.cnt-pg .frm-box .prv-row span a {
    color: #F16F20;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.cnt-pg .frm-box .prv-row span a:hover {
    color: #6D3B10
}

.cnt-pg .frm-box .sub-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 40px;
    border: none;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #F16F20 0%, #6D3B10 100%);
    background-size: 200% 200%;
    background-position: 0 50%;
    cursor: pointer;
    transition: background-position .25s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -1px 5px 22px 0 #f16f201a;
    align-self: flex-start
}

.cnt-pg .frm-box .sub-btn:hover {
    background-position: 100% 50%;
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.cnt-pg .frm-box .sub-btn:focus {
    outline: 3px solid #F16F20;
    outline-offset: 3px
}

.cnt-pg .frm-box .sub-btn:active {
    transform: translateY(1px)
}

.cnt-pg .diag-div2 {
    width: 100%;
    height: 48px;
    background: linear-gradient(170deg, #E7F1FF 49%, #fff 50%);
    pointer-events: none
}

.cnt-pg .inf-sec {
    padding: 80px 40px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative
}

.cnt-pg .inf-sec .split-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0
}

.cnt-pg .inf-sec .split-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: #fff
}

.cnt-pg .inf-sec .split-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: #f16f200a
}

.cnt-pg .inf-inner {
    position: relative;
    z-index: 1
}

.cnt-pg .inf-inner h2 {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 300;
    color: #2a1505;
    margin: 0 0 40px;
    text-align: center
}

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

.cnt-pg .inf-card {
    background: #fff;
    border-radius: 22px;
    padding: 40px 24px;
    box-shadow: -1px 5px 22px 0 #6d3b101a;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.cnt-pg .inf-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #F16F20 0%, #6D3B10 100%);
    border-radius: 22px 22px 0 0
}

.cnt-pg .inf-card:hover {
    box-shadow: -1px 8px 60px 0 #6d3b101a;
    transform: translateY(-2px)
}

.cnt-pg .inf-card .ic-wrap {
    width: 48px;
    height: 48px;
    background: #f16f201a;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.cnt-pg .inf-card .ic-wrap i {
    font-size: 18px;
    color: #F16F20
}

.cnt-pg .inf-card h4 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    color: #2a1505;
    margin: 0
}

.cnt-pg .inf-card p {
    font-size: 16px;
    line-height: 1.55;
    color: #3d2008;
    margin: 0
}

.cnt-pg .inf-card a {
    font-size: 16px;
    color: #F16F20;
    text-decoration: none;
    font-weight: 600;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.cnt-pg .inf-card a:hover {
    color: #6D3B10
}

.cnt-pg .num-lst {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none
}

.cnt-pg .num-lst li {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 16px;
    line-height: 1.55;
    color: #3d2008;
    align-items: flex-start
}

.cnt-pg .num-lst li .n-pfx {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    color: #f16f2026;
    min-width: 32px;
    flex-shrink: 0;
    margin-top: -4px
}

@media (max-width: 1366px) {
    .cnt-pg .ttl-blk {
        padding: 80px 40px
    }

    .cnt-pg .ttl-left h1 {
        font-size: 72px
    }
}

@media (max-width: 768px) {
    .cnt-pg .ttl-blk {
        grid-template-columns: 1fr;
        padding: 40px 24px;
        gap: 24px
    }

    .cnt-pg .ttl-left h1 {
        font-size: 32px
    }

    .cnt-pg .ttl-right {
        height: 280px
    }

    .cnt-pg .frm-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0
    }

    .cnt-pg .frm-sec {
        padding: 40px 24px
    }

    .cnt-pg .frm-box {
        padding: 24px
    }

    .cnt-pg .frm-box .two-col {
        grid-template-columns: 1fr
    }

    .cnt-pg .inf-grid {
        grid-template-columns: 1fr
    }

    .cnt-pg .inf-sec {
        padding: 40px 24px
    }

    .cnt-pg .sub-btn {
        width: 100%
    }
}

@media (max-width: 375px) {
    .cnt-pg .ttl-left h1 {
        font-size: 32px
    }

    .cnt-pg .frm-box {
        padding: 16px;
        border-radius: 22px
    }

    .cnt-pg .frm-box .sub-btn {
        width: 100%;
        font-size: 16px;
        padding: 16px 24px
    }
}

.suc_pg {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background: linear-gradient(158deg, #fff7f2 0%, #E7F1FF 60%, #fff 100%)
}

.suc_pg .suc_wrap {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 38px;
    box-shadow: -1px 8px 60px 0 #f16f201a -1px 5px 22px 0 #f16f201a;
    padding: 80px 40px;
    text-align: center
}

.suc_pg .suc_icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 40px;
    border-radius: 22px;
    background: linear-gradient(135deg, #F16F20 0%, #6D3B10 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 5px 22px 0 #f16f201a
}

.suc_pg .suc_icon svg {
    width: 36px;
    height: 36px;
    display: block
}

.suc_pg .suc_head {
    font-size: 32px;
    line-height: 1.1;
    color: #6D3B10;
    margin: 0 0 16px;
    font-weight: 700
}

.suc_pg .suc_txt {
    font-size: 18px;
    line-height: 1.55;
    color: #3a2008;
    margin: 0 0 40px
}

.suc_pg .suc_divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #F16F20 0%, #E7F1FF 100%);
    border-radius: 0;
    margin: 0 auto 40px
}

.suc_pg .suc_meta {
    font-size: 16px;
    line-height: 1.8;
    color: #5a3a18;
    margin: 0 0 40px
}

.suc_pg .suc_meta a {
    color: #F16F20;
    text-decoration: none;
    border-bottom: 1px solid #f16f204d;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc_pg .suc_meta a:hover {
    color: #6D3B10;
    border-color: #6D3B10
}

.suc_pg .suc_btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    border-radius: 22px;
    background: linear-gradient(120deg, #F16F20 0%, #6D3B10 80%, #E7F1FF 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: -1px 5px 22px 0 #f16f201a;
    transition: background .26s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc_pg .suc_btn:hover {
    background: linear-gradient(240deg, #F16F20 0%, #6D3B10 80%, #E7F1FF 100%);
    box-shadow: -1px 8px 60px 0 #f16f201a
}

.suc_pg .suc_btn:focus-visible {
    outline: 2px solid #6D3B10;
    outline-offset: 3px
}

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

@media (max-width: 375px) {
    .suc_pg {
        padding: 40px 16px
    }

    .suc_pg .suc_wrap {
        padding: 40px 16px;
        border-radius: 22px
    }

    .suc_pg .suc_head {
        font-size: 32px
    }
}