html {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: "Oxygen", sans-serif;
    min-height: 100svh;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%
}

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

.site-head {
    background: #231F3E;
    position: relative
}

.site-head-top {
    border-bottom: 2px solid #ff7e3938
}

.site-head-top-plate {
    max-width: 1600px;
    margin: 0 auto;
    padding: 24px 40px;
    display: flex;
    align-items: stretch;
    gap: 40px
}

.brand-pod {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0
}

.brand-img-cell {
    background-color: #fff;
    border-radius: 14px;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 6px 1px #ff7e390d 0 7px 14px 1px #ff7e391a;
    border: 2px solid #ff7e392e
}

.brand-img-cell img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    display: block
}

.brand-name-text {
    font-size: 20px;
    font-weight: 700;
    color: #FBFBFB;
    line-height: 1.15;
    letter-spacing: 0
}

.brand-tag-text {
    font-size: 14px;
    color: #fbfbfb9e;
    line-height: 1.4
}

.head-right-deck {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 24px
}

.notice-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

.notice-pill {
    background: linear-gradient(90deg, #ff7e3924 0%, #ff7e390f 100%);
    border: 1.5px solid #ff7e3961;
    border-radius: 22px;
    padding: 8px 24px;
    font-size: 14px;
    color: #FF7E39;
    line-height: 1.4;
    font-weight: 700
}

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

.notice-contact a {
    font-size: 14px;
    color: #fbfbfbb3;
    text-decoration: none;
    line-height: 1.4;
    transition: color .15s ease-out
}

.notice-contact a:hover {
    color: #FF7E39
}

.notice-contact a:focus {
    outline: 2px solid #FF7E39;
    outline-offset: 3px;
    border-radius: 8px
}

.notice-sep {
    width: 1px;
    height: 16px;
    background: #fbfbfb2e
}

.site-nav-cell {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.site-nav-cell nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end
}

.site-nav-cell nav a {
    font-size: 15px;
    font-weight: 700;
    color: #fbfbfbc7;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 8px;
    border: 1.5px solid transparent;
    line-height: 1.4;
    transition: color .12s ease-out, border-color .12s ease-out, background .18s ease;
    white-space: nowrap
}

.site-nav-cell nav a:hover {
    color: #FF7E39;
    border-color: #ff7e3952;
    background: #ff7e3912
}

.site-nav-cell nav a:focus {
    outline: 2px solid #FF7E39;
    outline-offset: 2px
}

.site-nav-cell nav a.active-pg {
    color: #FF7E39;
    border-color: #FF7E39;
    background: #ff7e391a;
    box-shadow: inset 0 1px 6px #ff7e391f
}

.site-foot {
    background: #231F3E;
    border-top: 2px solid #ff7e392e
}

.foot-main-plate {
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start
}

.foot-brand-pod {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 0 0 auto;
    min-width: 200px
}

.foot-img-cell {
    background-color: #fff;
    border-radius: 14px;
    padding: 8px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 6px 1px #ff7e390d 0 7px 14px 1px #ff7e391a;
    border: 2px solid #ff7e3926;
    width: fit-content
}

.foot-img-cell img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block
}

.foot-brand-name {
    font-size: 17px;
    font-weight: 700;
    color: #FBFBFB;
    line-height: 1.15
}

.foot-desc {
    font-size: 14px;
    color: #fbfbfb94;
    line-height: 1.6;
    max-width: 320px
}

.foot-info-deck {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-end
}

.foot-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 180px
}

.foot-col-label {
    font-size: 14px;
    font-weight: 700;
    color: #FF7E39;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0
}

.foot-col-links {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.foot-col-links a {
    font-size: 15px;
    color: #fbfbfba6;
    text-decoration: none;
    line-height: 1.6;
    transition: color .15s ease-out
}

.foot-col-links a:hover {
    color: #FF7E39
}

.foot-col-links a:focus {
    outline: 2px solid #FF7E39;
    outline-offset: 3px;
    border-radius: 8px
}

.foot-contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.foot-contact-list span,
.foot-contact-list a {
    font-size: 14px;
    color: #fbfbfb94;
    line-height: 1.6;
    text-decoration: none
}

.foot-contact-list a:hover {
    color: #FF7E39
}

.foot-contact-list a:focus {
    outline: 2px solid #FF7E39;
    outline-offset: 2px;
    border-radius: 8px
}

.foot-bottom-plate {
    max-width: 1600px;
    margin: 0 auto;
    padding: 24px 40px;
    border-top: 1px solid #fbfbfb14;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.foot-copy {
    font-size: 14px;
    color: #fbfbfb61;
    line-height: 1.4
}

.foot-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center
}

.foot-legal-links a {
    font-size: 14px;
    color: #fbfbfb73;
    text-decoration: none;
    line-height: 1.4;
    transition: color .12s ease-out
}

.foot-legal-links a:hover {
    color: #FF7E39
}

.foot-legal-links a:focus {
    outline: 2px solid #FF7E39;
    outline-offset: 3px;
    border-radius: 8px
}

.foot-consent-link {
    font-size: 14px;
    color: #fbfbfb73;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    line-height: 1.4;
    transition: color .12s ease-out
}

.foot-consent-link:hover {
    color: #FF7E39
}

.foot-consent-link:focus {
    outline: 2px solid #FF7E39;
    outline-offset: 3px;
    border-radius: 8px
}

.ck-popup-mount {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 1200;
    width: 300px;
    max-width: calc(100vw - 48px)
}

.ck-popup-box {
    background: #231F3E;
    border: 1.5px solid #ff7e3952;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 12px 52px 1px #231f3e1c;
    display: flex;
    flex-direction: column;
    gap: 24px;
    transform: translateY(0);
    transition: transform .22s ease-out, opacity .22s ease-out;
    opacity: 1
}

.ck-popup-box.ck-hidden-state {
    transform: translateY(110%);
    opacity: 0
}

.ck-popup-head {
    font-size: 15px;
    font-weight: 700;
    color: #FBFBFB;
    line-height: 1.4
}

.ck-popup-desc {
    font-size: 14px;
    color: #fbfbfba6;
    line-height: 1.6
}

.ck-expand-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    color: #FF7E39;
    text-decoration: underline;
    padding: 0;
    text-align: left;
    transition: color .12s ease-out
}

.ck-expand-btn:hover {
    color: #FBFBFB
}

.ck-expand-btn:focus {
    outline: 2px solid #FF7E39;
    outline-offset: 3px;
    border-radius: 8px
}

.ck-prefs-panel {
    display: none;
    flex-direction: column;
    gap: 8px
}

.ck-prefs-panel.ck-prefs-open {
    display: flex
}

.ck-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.ck-toggle-label {
    font-size: 14px;
    color: #fbfbfbb8;
    line-height: 1.4
}

.ck-toggle-label.ck-always-on {
    color: #fbfbfb6b;
    font-size: 14px
}

.ck-toggle-switch {
    width: 36px;
    height: 20px;
    background: #fbfbfb1f;
    border-radius: 22px;
    border: 1.5px solid #fbfbfb2e;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .18s ease, border-color .18s ease
}

.ck-toggle-switch::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 22px;
    background: #fbfbfb80;
    transition: transform .18s ease, background .18s ease
}

.ck-toggle-switch.ck-tog-on {
    background: #ff7e3947;
    border-color: #FF7E39
}

.ck-toggle-switch.ck-tog-on::after {
    transform: translateX(16px);
    background: #FF7E39
}

.ck-toggle-switch.ck-tog-disabled {
    cursor: default;
    opacity: .5
}

.ck-always-badge {
    font-size: 14px;
    color: #fbfbfb61
}

.ck-btn-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ck-accept-all {
    background: none;
    border: 2px solid #FF7E39;
    border-radius: 8px;
    padding: 8px 24px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    color: #FF7E39;
    cursor: pointer;
    text-align: center;
    transition: background .15s ease-out, color .15s ease-out
}

.ck-accept-all:hover {
    background: #FF7E39;
    color: #231F3E
}

.ck-accept-all:focus {
    outline: 2px solid #FF7E39;
    outline-offset: 3px;
    border-radius: 8px
}

.ck-reject-all {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 14px;
    color: #fbfbfb80;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    text-align: center;
    transition: color .12s ease-out
}

.ck-reject-all:hover {
    color: #FBFBFB
}

.ck-reject-all:focus {
    outline: 2px solid #FF7E39;
    outline-offset: 3px;
    border-radius: 8px
}

.ck-save-prefs {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 14px;
    color: #fbfbfb80;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    text-align: center;
    transition: color .12s ease-out
}

.ck-save-prefs:hover {
    color: #FBFBFB
}

.ck-save-prefs:focus {
    outline: 2px solid #FF7E39;
    outline-offset: 3px;
    border-radius: 8px
}

@media screen and (max-width: 860px) {
    .site-head-top-plate {
        flex-direction: column;
        gap: 24px;
        padding: 24px
    }

    .notice-bar {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .site-nav-cell nav {
        justify-content: flex-start
    }

    .head-right-deck {
        gap: 24px
    }

    .foot-main-plate {
        flex-direction: column;
        padding: 40px 24px 24px
    }

    .foot-info-deck {
        justify-content: flex-start
    }

    .foot-bottom-plate {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px
    }
}

.rules-section {
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 40px;
    background: #FBFBFB
}

.rules-section p {
    font-size: 17px;
    line-height: 1.6;
    color: #231F3E;
    margin-bottom: 24px
}

.rules-section ul,
.rules-section ol {
    margin: 0 0 24px;
    padding-left: 40px
}

.rules-section ul {
    list-style-type: disc
}

.rules-section ol {
    list-style-type: decimal
}

.rules-section li {
    font-size: 17px;
    line-height: 1.6;
    color: #231F3E;
    margin-bottom: 8px;
    padding-left: 8px
}

.rules-section li:last-child {
    margin-bottom: 0
}

.rules-section ul ul,
.rules-section ol ol,
.rules-section ul ol,
.rules-section ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.rules-section em,
.rules-section i {
    font-style: italic;
    color: #231F3E
}

.rules-section a {
    color: #FF7E39;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color .15s ease-out, color .1s ease;
    font-size: inherit;
    line-height: inherit
}

.rules-section a:hover {
    color: #231F3E;
    border-bottom-color: #FF7E39
}

.rules-section a:focus-visible {
    outline: 2px solid #FF7E39;
    outline-offset: 2px;
    border-radius: 8px
}

.rules-section table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.4;
    background: #FBFBFB;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 7px 14px 1px #231f3e1a
}

.rules-section thead {
    background: #231F3E
}

.rules-section thead tr {
    border-bottom: none
}

.rules-section thead th {
    color: #FBFBFB;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 24px;
    text-align: left;
    border: none
}

.rules-section tbody tr {
    border-bottom: 1px solid #231f3e14;
    transition: background .12s ease-out
}

.rules-section tbody tr:last-child {
    border-bottom: none
}

.rules-section tbody tr:hover {
    background: #ff7e390d
}

.rules-section td {
    font-size: 15px;
    line-height: 1.6;
    color: #231F3E;
    padding: 24px;
    vertical-align: top;
    border: none
}

.rules-section th {
    font-size: 14px;
    line-height: 1.4
}

.rules-section hr {
    border: none;
    border-top: 2px solid #231f3e1a;
    margin: 40px 0;
    border-radius: 8px
}

.rules-section div {
    margin-bottom: 24px
}

.rules-section div:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 860px) {
    .rules-section {
        padding: 40px 24px
    }

    .rules-section table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 8px
    }

    .rules-section thead th,
    .rules-section td {
        padding: 24px 8px;
        white-space: nowrap
    }
}

@media screen and (max-width: 560px) {
    .rules-section {
        padding: 40px 8px
    }

    .rules-section p,
    .rules-section li {
        font-size: 15px
    }

    .rules-section ul,
    .rules-section ol {
        padding-left: 24px
    }

    .rules-section hr {
        margin: 24px 0
    }
}

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

.lrn-prog .lp-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px
}

.lrn-prog .tb-wrap {
    padding-top: 80px;
    padding-bottom: 40px;
    background: #FBFBFB;
    position: relative
}

.lrn-prog .tb-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px
}

.lrn-prog .tb-text-col {
    flex: 1 1 55%;
    position: relative;
    z-index: 1
}

.lrn-prog .tb-img-col {
    flex: 0 0 42%;
    position: relative
}

.lrn-prog .tb-faded-num {
    position: absolute;
    top: -24px;
    left: -24px;
    font-size: 200px;
    line-height: 1.15;
    color: #FF7E39;
    opacity: .07;
    font-weight: 900;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    white-space: nowrap
}

.lrn-prog .tb-label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    color: #FF7E39;
    border: 2px solid #FF7E39;
    border-radius: 8px;
    padding: 8px 24px;
    margin-bottom: 24px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.lrn-prog .tb-h1 {
    font-size: 48px;
    line-height: 1.15;
    color: #231F3E;
    font-weight: 800;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    max-width: 640px
}

.lrn-prog .tb-sub {
    font-size: 20px;
    line-height: 1.6;
    color: #231F3E;
    opacity: .75;
    margin-bottom: 40px;
    max-width: 520px;
    position: relative;
    z-index: 1
}

.lrn-prog .tb-link {
    display: inline-block;
    font-size: 17px;
    line-height: 1.4;
    color: #FBFBFB;
    background: #231F3E;
    border: 3px solid #231F3E;
    border-radius: 14px;
    padding: 24px 40px;
    font-weight: 700;
    text-decoration: none;
    transition: background .18s ease-out, color .18s ease-out, border-color .15s ease;
    position: relative;
    z-index: 1
}

.lrn-prog .tb-link:hover {
    background: #FF7E39;
    border-color: #FF7E39;
    color: #FBFBFB
}

.lrn-prog .tb-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px
}

.lrn-prog .tb-img-main {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 0 7px 14px 1px #ff7e391a
}

.lrn-prog .tb-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .2s ease-out;
    filter: saturate(0.6) sepia(0.35) hue-rotate(0deg) brightness(0.9)
}

.lrn-prog .tb-img-main:hover img {
    transform: translateX(8px)
}

.lrn-prog .tb-stat-a,
.lrn-prog .tb-stat-b {
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lrn-prog .tb-stat-a {
    background: #231F3E
}

.lrn-prog .tb-stat-b {
    background: #FF7E39
}

.lrn-prog .tb-stat-num {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
    color: #FBFBFB
}

.lrn-prog .tb-stat-desc {
    font-size: 14px;
    line-height: 1.4;
    color: #FBFBFB;
    opacity: .85
}

.lrn-prog .str-wrap {
    background: #231F3E;
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.lrn-prog .str-wrap::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: conic-gradient(from 45deg, #ff7e391f, #ff7e3908, #ff7e3917);
    pointer-events: none
}

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

.lrn-prog .str-sidebar {
    position: sticky;
    top: 40px
}

.lrn-prog .str-sidebar-label {
    font-size: 14px;
    line-height: 1.4;
    color: #FF7E39;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block
}

.lrn-prog .str-sidebar-h2 {
    font-size: 36px;
    line-height: 1.15;
    color: #FBFBFB;
    font-weight: 700;
    margin-bottom: 24px
}

.lrn-prog .str-sidebar-p {
    font-size: 17px;
    line-height: 1.6;
    color: #FBFBFB;
    opacity: .7
}

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

.lrn-prog .str-mod {
    background: #fbfbfb0d;
    border-radius: 14px;
    padding: 40px;
    border: 1.5px solid #ff7e3926;
    position: relative;
    transition: border-color .18s ease-out, background .15s ease;
    box-shadow: 0 1px 6px 1px #231f3e0d
}

.lrn-prog .str-mod:hover {
    border-color: #ff7e3973;
    background: #fbfbfb14
}

.lrn-prog .str-mod-num {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 900;
    color: #FF7E39;
    opacity: .25;
    position: absolute;
    top: 24px;
    right: 40px;
    pointer-events: none;
    user-select: none
}

.lrn-prog .str-mod-tag {
    font-size: 14px;
    line-height: 1.4;
    color: #FF7E39;
    font-weight: 600;
    margin-bottom: 8px;
    display: block
}

.lrn-prog .str-mod-h {
    font-size: 20px;
    line-height: 1.4;
    color: #FBFBFB;
    font-weight: 700;
    margin-bottom: 8px
}

.lrn-prog .str-mod-p {
    font-size: 15px;
    line-height: 1.6;
    color: #FBFBFB;
    opacity: .65
}

.lrn-prog .fmt-wrap {
    background: #FBFBFB;
    padding: 80px 0;
    position: relative
}

.lrn-prog .fmt-wrap::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF7E39 0%, #231F3E 100%)
}

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

.lrn-prog .fmt-h2 {
    font-size: 36px;
    line-height: 1.15;
    color: #231F3E;
    font-weight: 800;
    max-width: 480px
}

.lrn-prog .fmt-intro {
    font-size: 17px;
    line-height: 1.6;
    color: #231F3E;
    opacity: .7;
    max-width: 420px
}

.lrn-prog .fmt-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.lrn-prog .fmt-item {
    background: #231F3E;
    border-radius: 22px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    box-shadow: 0 7px 14px 1px #231f3e1a;
    transition: transform .18s ease-out, box-shadow .18s ease;
    position: relative
}

.lrn-prog .fmt-item::before {
    content: "";
    display: block;
    width: 5px;
    height: 40px;
    background: #FF7E39;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: inset 0 2px 8px #ff7e3959
}

.lrn-prog .fmt-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 52px 1px #231f3e1c
}

.lrn-prog .fmt-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px
}

.lrn-prog .fmt-icon svg {
    width: 40px;
    height: 40px
}

.lrn-prog .fmt-item-label {
    font-size: 14px;
    line-height: 1.4;
    color: #FF7E39;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em
}

.lrn-prog .fmt-item-h {
    font-size: 20px;
    line-height: 1.4;
    color: #FBFBFB;
    font-weight: 700
}

.lrn-prog .fmt-item-p {
    font-size: 15px;
    line-height: 1.6;
    color: #FBFBFB;
    opacity: .65
}

.lrn-prog .off-wrap {
    background: #FF7E39;
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.lrn-prog .off-wrap::before {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -80px;
    width: 520px;
    height: 520px;
    background: conic-gradient(from 200deg, #231f3e24, #231f3e0a, #231f3e1a);
    border-radius: 50%;
    pointer-events: none
}

.lrn-prog .off-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    align-items: center
}

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

.lrn-prog .off-h2 {
    font-size: 48px;
    line-height: 1.15;
    color: #231F3E;
    font-weight: 800
}

.lrn-prog .off-body-lg {
    font-size: 20px;
    line-height: 1.6;
    color: #231F3E;
    opacity: .85
}

.lrn-prog .off-body {
    font-size: 17px;
    line-height: 1.6;
    color: #231F3E;
    opacity: .75
}

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

.lrn-prog .off-list li {
    font-size: 17px;
    line-height: 1.6;
    color: #231F3E;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.lrn-prog .off-list li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: #231F3E;
    margin-top: 8px
}

.lrn-prog .off-card {
    background: #231F3E;
    border-radius: 34px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 12px 52px 1px #231f3e1c;
    position: relative;
    z-index: 1
}

.lrn-prog .off-card-label {
    font-size: 14px;
    line-height: 1.4;
    color: #FF7E39 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em
}

.lrn-prog .off-card-price {
    font-size: 36px;
    line-height: 1.15;
    color: #FBFBFB;
    font-weight: 900
}

.lrn-prog .off-card-sub {
    font-size: 15px;
    line-height: 1.4;
    color: #FBFBFB;
    opacity: .6
}

.lrn-prog .off-card-divider {
    height: 1px;
    background: #fbfbfb26;
    border: none
}

.lrn-prog .off-card-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.lrn-prog .off-card-key {
    font-size: 15px;
    line-height: 1.4;
    color: #FBFBFB;
    opacity: .6
}

.lrn-prog .off-card-val {
    font-size: 15px;
    line-height: 1.4;
    color: #FBFBFB;
    font-weight: 700
}

.lrn-prog .off-btn {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 1.4;
    color: #231F3E;
    background: #FF7E39;
    border: 3px solid #FF7E39;
    border-radius: 14px;
    padding: 24px 40px;
    font-weight: 700;
    text-decoration: none;
    transition: background .15s ease-out, color .18s ease, border-color .15s ease
}

.lrn-prog .off-btn:hover {
    background: #FBFBFB;
    border-color: #FBFBFB;
    color: #231F3E
}

@media (max-width: 1024px) {
    .lrn-prog .tb-grid {
        flex-direction: column
    }

    .lrn-prog .tb-img-col {
        flex: 0 0 auto;
        width: 100%;
        max-width: 480px
    }

    .lrn-prog .str-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .lrn-prog .str-sidebar {
        position: static
    }

    .lrn-prog .fmt-strip {
        grid-template-columns: repeat(2, 1fr)
    }

    .lrn-prog .off-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .lrn-prog .fmt-top {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 640px) {
    .lrn-prog .lp-inner {
        padding: 0 24px
    }

    .lrn-prog .tb-h1 {
        font-size: 36px
    }

    .lrn-prog .tb-faded-num {
        font-size: 120px
    }

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

    .lrn-prog .off-h2 {
        font-size: 36px
    }

    .lrn-prog .str-sidebar-h2 {
        font-size: 26px
    }

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

    .lrn-prog .tb-img-main {
        grid-column: 1 / 2
    }
}

@keyframes lp-reveal {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

.lrn-prog .tb-label {
    animation: lp-reveal .18s ease-out both;
    animation-delay: .05s
}

.lrn-prog .tb-h1 {
    animation: lp-reveal .2s ease-out both;
    animation-delay: .12s
}

.lrn-prog .tb-sub {
    animation: lp-reveal .2s ease-out both;
    animation-delay: .18s
}

.lrn-prog .tb-link {
    animation: lp-reveal .18s ease-out both;
    animation-delay: .24s
}

.lrn-prog .tb-mosaic {
    animation: lp-reveal .2s ease-out both;
    animation-delay: .3s
}

.cont-pg {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.cont-pg .reach-out {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 92vh;
    background: #FBFBFB;
    position: relative
}

.cont-pg .reach-out .img-col {
    flex: 0 0 44%;
    position: relative;
    overflow: hidden
}

.cont-pg .reach-out .img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    animation: slowzoom 9s ease-out forwards
}

@keyframes slowzoom {
    from {
        transform: scale(1.08)
    }

    to {
        transform: scale(1)
    }
}

.cont-pg .reach-out .img-col .film-layer {
    position: absolute;
    inset: 0;
    background: linear-gradient(163deg, #ff7e392e 0%, #231f3e85 100%);
    pointer-events: none
}

.cont-pg .reach-out .img-col .geo-a {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 72px;
    height: 72px;
    border: 2px solid #ff7e3961;
    border-radius: 22px;
    transform: rotate(18deg);
    pointer-events: none
}

.cont-pg .reach-out .img-col .geo-b {
    position: absolute;
    bottom: 80px;
    right: 32px;
    width: 48px;
    height: 48px;
    border: 2px solid #fbfbfb47;
    border-radius: 14px;
    transform: rotate(-12deg);
    pointer-events: none
}

.cont-pg .reach-out .img-col .img-border-wrap {
    position: absolute;
    inset: 24px;
    border: 1px solid #ff7e3938;
    border-radius: 14px;
    pointer-events: none
}

.cont-pg .reach-out .txt-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    background: #FBFBFB
}

.cont-pg .reach-out .txt-col .sup-label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    color: #FF7E39;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 24px;
    position: relative
}

.cont-pg .reach-out .txt-col .sup-label::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #FF7E39;
    vertical-align: middle;
    margin-left: 8px;
    border-radius: 8px
}

.cont-pg .reach-out .txt-col .pg-head {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    color: #231F3E;
    margin-bottom: 24px;
    max-width: 520px
}

.cont-pg .reach-out .txt-col .pg-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #231F3E;
    opacity: .72;
    max-width: 460px;
    margin-bottom: 40px
}

.cont-pg .reach-out .txt-col .pg-desc strong {
    color: #FF7E39;
    opacity: 1;
    font-weight: 700
}

.cont-pg .ed-form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cont-pg .ed-form .row-fields {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.cont-pg .ed-form .field-grp {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 0
}

.cont-pg .ed-form .field-grp label {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #231F3E;
    letter-spacing: .04em;
    text-transform: uppercase
}

.cont-pg .ed-form .field-grp input,
.cont-pg .ed-form .field-grp textarea {
    background: transparent;
    border: 2.5px solid #231f3e2e;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.4;
    color: #231F3E;
    outline: none;
    transition: border-color .18s ease-out, box-shadow .15s ease-out;
    width: 100%;
    box-sizing: border-box
}

.cont-pg .ed-form .field-grp input::placeholder,
.cont-pg .ed-form .field-grp textarea::placeholder {
    color: #231f3e59;
    transition: opacity .18s ease-out
}

.cont-pg .ed-form .field-grp input:focus::placeholder,
.cont-pg .ed-form .field-grp textarea:focus::placeholder {
    opacity: 0
}

.cont-pg .ed-form .field-grp input:focus,
.cont-pg .ed-form .field-grp textarea:focus {
    border-color: #FF7E39;
    box-shadow: 0 1px 6px 1px #ff7e390d 0 7px 14px 1px #ff7e391a
}

.cont-pg .ed-form .field-grp textarea {
    resize: vertical;
    min-height: 120px
}

.cont-pg .ed-form .prv-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.cont-pg .ed-form .prv-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #FF7E39;
    cursor: pointer;
    border-radius: 8px
}

.cont-pg .ed-form .prv-row .prv-txt {
    font-size: 14px;
    line-height: 1.6;
    color: #231f3ead
}

.cont-pg .ed-form .prv-row .prv-txt a {
    color: #FF7E39;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .12s ease-out
}

.cont-pg .ed-form .prv-row .prv-txt a:hover {
    opacity: .78
}

.cont-pg .ed-form .sub-btn {
    align-self: flex-start;
    background: transparent;
    border: 2.5px solid #FF7E39;
    border-radius: 8px;
    padding: 14px 40px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #FF7E39;
    cursor: pointer;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: background .16s ease-out, color .16s ease-out, box-shadow .18s ease;
    position: relative
}

.cont-pg .ed-form .sub-btn:hover {
    background: #FF7E39;
    color: #FBFBFB;
    box-shadow: 0 7px 14px 1px #ff7e391a
}

.cont-pg .ed-form .sub-btn:focus {
    outline: 3px solid #ff7e3980;
    outline-offset: 3px
}

.cont-pg .ed-form .sub-btn:active {
    transform: translateY(1px)
}

.cont-pg .detail-band {
    background: #231F3E;
    padding: 80px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    overflow: hidden
}

.cont-pg .detail-band::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    border-radius: 48px;
    background: conic-gradient(from 200deg at 60% 40%, #ff7e3924 0%, #231f3e00 60%);
    pointer-events: none
}

.cont-pg .detail-band .band-intro {
    flex: 0 0 340px
}

.cont-pg .detail-band .band-intro .band-label {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #fbfbfb80;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 24px
}

.cont-pg .detail-band .band-intro .band-head {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
    color: #FBFBFB;
    margin-bottom: 24px
}

.cont-pg .detail-band .band-intro .band-body {
    font-size: 15px;
    line-height: 1.6;
    color: #fbfbfb9e;
    max-width: 300px
}

.cont-pg .detail-band .contacts-grid {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cont-pg .detail-band .contacts-grid .c-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
    border: 1.5px solid #fbfbfb1a;
    border-radius: 14px;
    transition: border-color .15s ease-out, background .15s ease-out
}

.cont-pg .detail-band .contacts-grid .c-item:hover {
    border-color: #ff7e3961;
    background: #ff7e390d
}

.cont-pg .detail-band .contacts-grid .c-item .c-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 2px solid #ff7e3961;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff7e3914
}

.cont-pg .detail-band .contacts-grid .c-item .c-icon svg {
    width: 20px;
    height: 20px;
    stroke: #FF7E39;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cont-pg .detail-band .contacts-grid .c-item .c-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cont-pg .detail-band .contacts-grid .c-item .c-info .c-lbl {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #fbfbfb73;
    text-transform: uppercase;
    letter-spacing: .06em
}

.cont-pg .detail-band .contacts-grid .c-item .c-info .c-val {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    color: #FBFBFB
}

.cont-pg .detail-band .contacts-grid .c-item .c-info .c-val a {
    color: #FBFBFB;
    text-decoration: none;
    transition: color .12s ease-out
}

.cont-pg .detail-band .contacts-grid .c-item .c-info .c-val a:hover {
    color: #FF7E39
}

.cont-pg .detail-band .trust-col {
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cont-pg .detail-band .trust-col .t-card {
    background: #ff7e3914;
    border: 1.5px solid #ff7e392e;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 1px 6px 1px #ff7e390d
}

.cont-pg .detail-band .trust-col .t-card .t-num {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
    color: #FF7E39;
    animation: bounceload .7s ease-out both
}

@keyframes bounceload {
    0% {
        transform: translateY(-28px);
        opacity: 0
    }

    65% {
        transform: translateY(6px);
        opacity: 1
    }

    82% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(0)
    }
}

.cont-pg .detail-band .trust-col .t-card .t-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #fbfbfb9e
}

.cont-pg .detail-band .trust-col .pulse-dot {
    width: 10px;
    height: 10px;
    border-radius: 48px;
    background: #FF7E39;
    animation: pulsedot 1.8s ease-in-out infinite;
    align-self: center
}

@keyframes pulsedot {

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

    50% {
        transform: scale(1.55);
        opacity: .55
    }
}

@media (max-width: 1100px) {
    .cont-pg .reach-out {
        flex-direction: column;
        min-height: auto
    }

    .cont-pg .reach-out .img-col {
        flex: 0 0 320px;
        height: 320px
    }

    .cont-pg .reach-out .txt-col {
        padding: 40px
    }

    .cont-pg .detail-band {
        flex-direction: column;
        gap: 40px;
        padding: 40px
    }

    .cont-pg .detail-band .band-intro {
        flex: none
    }

    .cont-pg .detail-band .trust-col {
        flex: none;
        flex-direction: row;
        flex-wrap: wrap
    }

    .cont-pg .detail-band .trust-col .t-card {
        flex: 1 1 160px
    }
}

@media (max-width: 700px) {
    .cont-pg .reach-out .txt-col {
        padding: 40px 24px
    }

    .cont-pg .reach-out .txt-col .pg-head {
        font-size: 36px
    }

    .cont-pg .ed-form .row-fields {
        flex-direction: column;
        gap: 24px
    }

    .cont-pg .detail-band {
        padding: 40px 24px;
        gap: 40px
    }

    .cont-pg .detail-band .band-head {
        font-size: 26px
    }

    .cont-pg .detail-band .trust-col {
        flex-direction: column
    }
}

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

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

.opn ::selection {
    background: #FF7E39;
    color: #FBFBFB
}

.opn .split-scr {
    display: flex;
    flex-direction: row;
    min-height: 580px;
    position: relative
}

.opn .split-left {
    flex: 1 1 50%;
    background: #231F3E;
    padding: 80px 40px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.opn .split-left::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    border: 2px dashed #ff7e3947;
    border-radius: 14px;
    pointer-events: none
}

.opn .split-right {
    flex: 1 1 50%;
    position: relative;
    overflow: hidden;
    background: #FBFBFB
}

.opn .split-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(1.15) contrast(1.08) brightness(0.92) sepia(0.12) hue-rotate(0deg)
}

.opn .split-right::after {
    content: '';
    position: absolute;
    inset: 0;
    background: conic-gradient(from 200deg at 80% 60%, #ff7e392e 0deg, #231f3e38 120deg, transparent 200deg);
    pointer-events: none
}

.opn .lbl-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #FF7E39;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ff7e3966
}

.opn .h-main {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    color: #FBFBFB;
    margin: 0 0 24px;
    max-width: 520px
}

.opn .h-main em {
    font-style: normal;
    color: #FF7E39
}

.opn .sub-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #fbfbfbbf;
    max-width: 440px;
    margin: 0 0 40px
}

.opn .btn-primary {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #FF7E39;
    background: transparent;
    border: 3px solid #FF7E39;
    border-radius: 8px;
    padding: 14px 40px;
    cursor: pointer;
    text-decoration: none;
    transition: background .15s ease-out, color .15s ease-out;
    position: relative;
    align-self: flex-start
}

.opn .btn-primary:hover {
    background: #FF7E39;
    color: #231F3E;
    box-shadow: 0 7px 14px 1px #ff7e391a
}

.opn .btn-primary:focus {
    outline: 3px solid #FF7E39;
    outline-offset: 3px
}

.opn .btn-primary:hover::after {
    content: '';
    position: absolute;
    inset: -6px;
    border: 2px solid #ff7e3966;
    border-radius: 12px;
    transition: opacity .22s ease-out
}

.opn .comm-sec {
    background: #FBFBFB;
    padding: 80px 0
}

.opn .comm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start
}

.opn .comm-text-col {
    grid-column: 1 / 2;
    padding-right: 24px
}

.opn .comm-img-col {
    grid-column: 2 / 3;
    position: relative
}

.opn .comm-img-col img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    box-shadow: 0 12px 52px 1px #231f3e1c
}

.opn .comm-stats-col {
    grid-column: 3 / 4;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px
}

.opn .stat-item {
    background: #231F3E;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 7px 14px 1px #231f3e1a
}

.opn .stat-num {
    font-size: 36px;
    font-weight: 800;
    color: #FF7E39;
    line-height: 1.15;
    display: block
}

.opn .stat-label {
    font-size: 14px;
    color: #fbfbfbb3;
    line-height: 1.4;
    display: block;
    margin-top: 8px
}

.opn .sec-label {
    font-size: 14px;
    font-weight: 600;
    color: #FF7E39;
    text-transform: uppercase;
    letter-spacing: .07em;
    display: block;
    margin-bottom: 24px
}

.opn .h2-mod {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    color: #231F3E;
    margin: 0 0 24px
}

.opn .body-lg {
    font-size: 17px;
    line-height: 1.6;
    color: #231F3E;
    margin: 0 0 24px
}

.opn .body-sm {
    font-size: 15px;
    line-height: 1.6;
    color: #231F3E;
    margin: 0 0 24px
}

.opn .peer-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.opn .peer-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #231f3e1f
}

.opn .peer-list li:last-child {
    border-bottom: none
}

.opn .peer-num {
    font-size: 36px;
    font-weight: 800;
    color: #FF7E39;
    line-height: 1.15;
    min-width: 48px
}

.opn .peer-text {
    font-size: 15px;
    line-height: 1.6;
    color: #231F3E
}

.opn .invest-sec {
    background: #231F3E;
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.opn .invest-sec::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 0 120px;
    border-color: transparent transparent transparent #FBFBFB;
    pointer-events: none
}

.opn .invest-inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: stretch
}

.opn .invest-left {
    flex: 1 1 55%
}

.opn .invest-right {
    flex: 1 1 45%;
    position: relative
}

.opn .invest-right img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    box-shadow: 0 12px 52px 1px #ff7e391c;
    filter: saturate(0.9) contrast(1.1)
}

.opn .h2-light {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.15;
    color: #FBFBFB;
    margin: 0 0 24px;
    letter-spacing: .02em
}

.opn .h2-light strong {
    font-weight: 800;
    color: #FF7E39
}

.opn .body-inv {
    font-size: 15px;
    line-height: 1.6;
    color: #fbfbfbbf;
    margin: 0 0 24px
}

.opn .inv-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 40px
}

.opn .inv-card {
    background: #fbfbfb0f;
    border: 2px solid #ff7e3938;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    transition: border-color .18s ease-out, background .18s ease-out
}

.opn .inv-card:hover {
    border-color: #ff7e3999;
    background: #ff7e3914;
    box-shadow: 0 7px 14px 1px #ff7e391a inset 0 1px 0 #ff7e3926
}

.opn .inv-card:hover::after {
    content: '';
    display: none
}

.opn .inv-ico {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.opn .inv-ico svg {
    width: 28px;
    height: 28px
}

.opn .inv-card-text {
    flex: 1
}

.opn .inv-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #FBFBFB;
    display: block;
    margin-bottom: 8px
}

.opn .inv-card-desc {
    font-size: 14px;
    line-height: 1.4;
    color: #fbfbfb99;
    margin: 0
}

.opn .inv-divider {
    width: 1px;
    background: #ff7e394d;
    align-self: stretch;
    margin: 0 8px
}

.opn .team-sec {
    background: #FBFBFB;
    padding: 80px 0
}

.opn .team-layout {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.opn .team-img-side {
    flex: 0 0 420px;
    position: relative
}

.opn .team-img-side img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    box-shadow: 0 12px 52px 1px #231f3e1c
}

.opn .team-img-side::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: 8px;
    bottom: 8px;
    border: 2px dashed #ff7e3959;
    border-radius: 22px;
    pointer-events: none;
    z-index: 0
}

.opn .team-txt-side {
    flex: 1 1 auto
}

.opn .team-members {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px
}

.opn .member-card {
    background: #231F3E;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 1px 6px 1px #231f3e0d;
    transition: box-shadow .16s ease-out
}

.opn .member-card:hover {
    box-shadow: 0 7px 14px 1px #231f3e1a 0 0 0 3px #ff7e3959
}

.opn .member-name {
    font-size: 17px;
    font-weight: 700;
    color: #FBFBFB;
    display: block;
    margin-bottom: 8px
}

.opn .member-role {
    font-size: 14px;
    color: #FF7E39;
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #ff7e3940;
    margin-bottom: 8px
}

.opn .member-bio {
    font-size: 14px;
    line-height: 1.6;
    color: #fbfbfba6;
    margin: 0
}

.opn .exp-sec {
    background: #231F3E;
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.opn .exp-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    height: 320px;
    background: conic-gradient(from 45deg at 100% 100%, #ff7e391f 0deg, transparent 120deg);
    pointer-events: none
}

.opn .exp-top {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 40px
}

.opn .exp-top-text {
    flex: 1 1 60%
}

.opn .exp-top-aside {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.opn .exp-img-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden
}

.opn .exp-img-wrap img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    filter: saturate(0.85) contrast(1.05)
}

.opn .exp-img-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: conic-gradient(from 270deg at 20% 80%, #ff7e3938 0deg, #231f3e59 90deg, transparent 180deg);
    z-index: 1;
    pointer-events: none
}

.opn .h2-exp {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.15;
    color: #FBFBFB;
    margin: 0 0 24px;
    letter-spacing: .02em
}

.opn .h2-exp strong {
    font-weight: 800;
    color: #FF7E39
}

.opn .body-exp {
    font-size: 17px;
    line-height: 1.6;
    color: #fbfbfbbf;
    margin: 0 0 24px
}

.opn .body-exp-sm {
    font-size: 15px;
    line-height: 1.6;
    color: #fbfbfba6;
    margin: 0
}

.opn .phases {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px
}

.opn .phase-item {
    background: #fbfbfb0d;
    border: 2px solid #fbfbfb1a;
    border-radius: 14px;
    padding: 24px;
    transition: border-color .14s ease-out, background .14s ease-out
}

.opn .phase-item:hover {
    border-color: #ff7e3980;
    background: #ff7e3912;
    box-shadow: inset 0 1px 0 #ff7e3933 0 7px 14px 1px #ff7e391a
}

.opn .phase-num {
    font-size: 48px;
    font-weight: 800;
    color: #ff7e3959;
    line-height: 1.15;
    display: block;
    margin-bottom: 8px
}

.opn .phase-title {
    font-size: 15px;
    font-weight: 700;
    color: #FBFBFB;
    display: block;
    margin-bottom: 8px
}

.opn .phase-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #fbfbfb8c;
    margin: 0
}

.opn .rating-strip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
    padding: 24px;
    background: #fbfbfb0a;
    border-radius: 14px;
    border: 1px solid #ff7e3933
}

.opn .rating-val {
    font-size: 48px;
    font-weight: 800;
    color: #FF7E39;
    line-height: 1.15
}

.opn .rating-info {
    flex: 1
}

.opn .rating-stars {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 8px
}

.opn .star {
    width: 20px;
    height: 20px;
    display: inline-block
}

.opn .rating-count {
    font-size: 14px;
    color: #fbfbfb8c
}

@media (max-width: 1024px) {
    .opn .split-scr {
        flex-direction: column
    }

    .opn .split-left {
        padding: 80px 40px
    }

    .opn .split-right {
        min-height: 360px
    }

    .opn .comm-grid {
        grid-template-columns: 1fr 1fr
    }

    .opn .comm-stats-col {
        grid-column: 1 / -1;
        flex-direction: row
    }

    .opn .comm-text-col {
        grid-column: 1 / 2
    }

    .opn .comm-img-col {
        grid-column: 2 / 3
    }

    .opn .team-layout {
        flex-direction: column
    }

    .opn .team-img-side {
        flex: 0 0 auto;
        width: 100%;
        max-width: 420px
    }

    .opn .phases {
        grid-template-columns: repeat(2, 1fr)
    }

    .opn .invest-inner {
        flex-direction: column
    }

    .opn .exp-top {
        flex-direction: column
    }
}

@media (max-width: 768px) {
    .opn .split-left {
        padding: 40px 24px
    }

    .opn .h-main {
        font-size: 36px
    }

    .opn .comm-grid {
        grid-template-columns: 1fr
    }

    .opn .comm-img-col {
        grid-column: 1 / 2
    }

    .opn .comm-stats-col {
        grid-column: 1 / 2;
        flex-direction: column
    }

    .opn .team-members {
        grid-template-columns: 1fr
    }

    .opn .phases {
        grid-template-columns: 1fr
    }

    .opn .invest-sec::before {
        display: none
    }

    .opn .rating-strip {
        flex-direction: column;
        align-items: flex-start
    }

    .opn .exp-top {
        flex-direction: column
    }

    .opn .pg-wrap {
        padding: 0 24px
    }

    .opn .comm-sec {
        padding: 40px 0
    }

    .opn .invest-sec {
        padding: 40px 0
    }

    .opn .team-sec {
        padding: 40px 0
    }

    .opn .exp-sec {
        padding: 40px 0
    }
}

.tm-pg {
    background: #FBFBFB;
    overflow-x: clip
}

.tm-pg .lk-hero {
    background: linear-gradient(170deg, transparent 0%, #231F3E 78%);
    position: relative;
    padding: 80px 24px
}

.tm-pg .lk-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: conic-gradient(from 210deg at 85% 15%, #ff7e392e 0deg, #231f3e14 120deg, transparent 200deg);
    pointer-events: none
}

.tm-pg .lk-hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 340px;
    background: radial-gradient(ellipse at 90% 10%, #ff7e3938 0%, transparent 65%);
    pointer-events: none
}

.tm-pg .lk-hero-grid {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 80px
}

.tm-pg .lk-hero-text {
    flex: 1 1 0;
    position: relative;
    z-index: 1
}

.tm-pg .lk-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px
}

.tm-pg .lk-dot-seq {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.tm-pg .lk-dot-seq span {
    display: block;
    border-radius: 48px;
    background: #FF7E39
}

.tm-pg .lk-dot-seq span:nth-child(1) {
    width: 8px;
    height: 8px;
    opacity: .5
}

.tm-pg .lk-dot-seq span:nth-child(2) {
    width: 8px;
    height: 8px;
    opacity: .75
}

.tm-pg .lk-dot-seq span:nth-child(3) {
    width: 8px;
    height: 8px;
    opacity: 1
}

.tm-pg .lk-eyebrow-label {
    font-size: 14px;
    line-height: 1.4;
    color: #ff7e39e6;
    letter-spacing: .06em;
    text-transform: uppercase
}

.tm-pg .lk-h1 {
    font-size: 48px;
    line-height: 1.15;
    color: #FBFBFB;
    font-weight: 800;
    margin-bottom: 24px;
    max-width: 600px
}

.tm-pg .lk-h1 em {
    font-style: normal;
    color: #FF7E39
}

.tm-pg .lk-hero-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #fbfbfbb8;
    max-width: 480px;
    margin-bottom: 0
}

.tm-pg .lk-hero-img-col {
    flex: 0 0 340px;
    position: relative;
    z-index: 1
}

.tm-pg .lk-hero-img-wrap {
    width: 340px;
    height: 340px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 52px 1px #ff7e391c
}

.tm-pg .lk-hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.tm-pg .lk-hero-img-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 55%;
    background: radial-gradient(ellipse at 0% 0%, #ff7e3961 0%, transparent 70%);
    pointer-events: none
}

.tm-pg .lk-curve-connector {
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: visible
}

.tm-pg .lk-members {
    background: #FBFBFB;
    padding: 80px 24px;
    position: relative
}

.tm-pg .lk-members-inner {
    max-width: 1600px;
    margin: 0 auto
}

.tm-pg .lk-members-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 80px
}

.tm-pg .lk-members-hdg {
    font-size: 36px;
    line-height: 1.15;
    color: #231F3E;
    font-weight: 700;
    max-width: 420px
}

.tm-pg .lk-members-hdg strong {
    color: #FF7E39
}

.tm-pg .lk-members-note {
    font-size: 15px;
    line-height: 1.6;
    color: #231f3e99;
    max-width: 340px;
    text-align: right
}

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

.tm-pg .lk-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 7px 14px 1px #231f3e1a;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .15s ease-out, transform .15s ease-out;
    border: 2px solid transparent
}

.tm-pg .lk-card:hover {
    box-shadow: 0 12px 52px 1px #ff7e391c;
    transform: translateY(-4px);
    border-color: #ff7e392e
}

.tm-pg .lk-card-img-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative
}

.tm-pg .lk-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .2s ease-out
}

.tm-pg .lk-card:hover .lk-card-img-wrap img {
    transform: scale(1.04)
}

.tm-pg .lk-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.tm-pg .lk-card-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 48px;
    background: #FF7E39;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    flex-shrink: 0;
    box-shadow: inset 0 1px 6px 1px #ff7e3940
}

.tm-pg .lk-card-name {
    font-size: 20px;
    line-height: 1.4;
    color: #231F3E;
    font-weight: 700;
    margin: 0
}

.tm-pg .lk-card-role {
    font-size: 14px;
    line-height: 1.4;
    color: #FF7E39;
    font-weight: 600;
    margin: 0
}

.tm-pg .lk-card-bio {
    font-size: 15px;
    line-height: 1.6;
    color: #231f3eb3;
    margin: 0;
    margin-top: 8px
}

.tm-pg .lk-card-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.tm-pg .lk-tag {
    font-size: 14px;
    line-height: 1.4;
    color: #231F3E;
    background: #231f3e12;
    border-radius: 8px;
    padding: 4px 10px;
    border: 1.5px solid #231f3e1a
}

.tm-pg .lk-about-band {
    background: #231F3E;
    padding: 80px 24px;
    position: relative;
    overflow: hidden
}

.tm-pg .lk-about-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: conic-gradient(from 30deg at 10% 90%, #ff7e391f 0deg, transparent 130deg);
    pointer-events: none;
    animation: lk-bg-fade 6s ease-in-out infinite
}

@keyframes lk-bg-fade {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .55
    }
}

.tm-pg .lk-about-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 80px
}

.tm-pg .lk-about-rich {
    flex: 1.4 1 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1
}

.tm-pg .lk-about-hdg {
    font-size: 36px;
    line-height: 1.15;
    color: #FBFBFB;
    font-weight: 700;
    margin: 0
}

.tm-pg .lk-about-hdg em {
    font-style: normal;
    color: #FF7E39
}

.tm-pg .lk-about-body {
    font-size: 17px;
    line-height: 1.6;
    color: #fbfbfbb8;
    margin: 0
}

.tm-pg .lk-about-body.lk-large {
    font-size: 20px;
    line-height: 1.4;
    color: #fbfbfbe0
}

.tm-pg .lk-metrics-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 8px
}

.tm-pg .lk-metric {
    flex: 1;
    background: #fbfbfb0d;
    border-radius: 14px;
    padding: 24px;
    border: 1.5px solid #ff7e392e;
    box-shadow: inset 0 1px 6px 1px #ff7e390f;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.tm-pg .lk-metric-val {
    font-size: 36px;
    line-height: 1.15;
    color: #FF7E39;
    font-weight: 800
}

.tm-pg .lk-metric-lbl {
    font-size: 14px;
    line-height: 1.4;
    color: #fbfbfb99
}

.tm-pg .lk-about-min {
    flex: .7 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    position: relative;
    z-index: 1
}

.tm-pg .lk-about-img-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 52px 1px #ff7e391c
}

.tm-pg .lk-about-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.tm-pg .lk-about-quote {
    background: #ff7e391a;
    border-radius: 14px;
    padding: 24px;
    border: 1.5px solid #ff7e3938
}

.tm-pg .lk-about-quote p {
    font-size: 15px;
    line-height: 1.6;
    color: #fbfbfbcc;
    margin: 0 0 8px;
    font-style: italic
}

.tm-pg .lk-about-quote cite {
    font-size: 14px;
    color: #FF7E39;
    font-style: normal;
    font-weight: 600
}

@media (max-width: 1024px) {
    .tm-pg .lk-cards-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .tm-pg .lk-about-inner {
        flex-direction: column;
        gap: 40px
    }

    .tm-pg .lk-about-min {
        flex-direction: row;
        flex-wrap: wrap
    }

    .tm-pg .lk-about-img-wrap {
        flex: 0 0 240px;
        height: 240px;
        aspect-ratio: unset
    }

    .tm-pg .lk-about-quote {
        flex: 1 1 200px
    }
}

@media (max-width: 768px) {
    .tm-pg .lk-hero-grid {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start
    }

    .tm-pg .lk-hero-img-col {
        flex: 0 0 auto;
        width: 100%
    }

    .tm-pg .lk-hero-img-wrap {
        width: 100%;
        height: 260px
    }

    .tm-pg .lk-h1 {
        font-size: 36px
    }

    .tm-pg .lk-cards-grid {
        grid-template-columns: 1fr
    }

    .tm-pg .lk-members-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .tm-pg .lk-members-note {
        text-align: left
    }

    .tm-pg .lk-metrics-row {
        flex-direction: column
    }

    .tm-pg .lk-about-min {
        flex-direction: column
    }

    .tm-pg .lk-about-img-wrap {
        flex: none;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1
    }
}

.strs-pg {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.strs-pg .pg-band-a {
    background: #FBFBFB;
    padding: 80px 40px;
    position: relative
}

.strs-pg .pg-band-a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF7E39 0%, #231F3E 60%, transparent 100%)
}

.strs-pg .pg-band-a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #FF7E39 0%, #231f3e2e 100%)
}

.strs-pg .band-a-grid {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto
}

.strs-pg .band-a-img-col {
    flex: 0 0 380px;
    position: relative
}

.strs-pg .band-a-img-frame {
    width: 380px;
    height: 380px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 52px 1px #ff7e391c;
    position: relative
}

.strs-pg .band-a-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(1.08) contrast(1.04)
}

.strs-pg .band-a-img-frame .img-noise {
    position: absolute;
    inset: 0;
    border-radius: 22px;
    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.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none
}

.strs-pg .band-a-img-badge {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background: #231F3E;
    color: #FBFBFB;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 7px 14px 1px #231f3e1a;
    text-align: center;
    min-width: 120px
}

.strs-pg .band-a-img-badge .badge-num {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #FF7E39;
    line-height: 1.15
}

.strs-pg .band-a-img-badge .badge-lbl {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #FBFBFB;
    margin-top: 8px
}

.strs-pg .band-a-txt-col {
    flex: 1 1 0
}

.strs-pg .band-a-eyebrow {
    font-size: 14px;
    font-weight: 600;
    color: #FF7E39;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.strs-pg .band-a-eyebrow .eyebrow-dash {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #FF7E39;
    border-radius: 8px
}

.strs-pg .band-a-h1 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.15;
    color: #231F3E;
    margin-bottom: 24px;
    letter-spacing: -.01em
}

.strs-pg .band-a-h1 strong {
    font-weight: 700;
    color: #FF7E39
}

.strs-pg .band-a-lead {
    font-size: 20px;
    line-height: 1.6;
    color: #231F3E;
    margin-bottom: 24px;
    opacity: .85
}

.strs-pg .band-a-body {
    font-size: 17px;
    line-height: 1.6;
    color: #231F3E;
    opacity: .75
}

.strs-pg .band-a-wavy {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 18px;
    overflow: hidden;
    pointer-events: none
}

.strs-pg .band-a-wavy svg {
    display: block;
    width: 100%
}

.strs-pg .pg-band-b {
    background: #231F3E;
    padding: 80px 40px;
    position: relative
}

.strs-pg .pg-band-b::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff7e3999 0%, #FF7E39 40%, transparent 100%)
}

.strs-pg .band-b-inner {
    max-width: 1600px;
    margin: 0 auto
}

.strs-pg .band-b-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 80px
}

.strs-pg .band-b-top-txt h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.15;
    color: #FBFBFB;
    margin-bottom: 24px
}

.strs-pg .band-b-top-txt h2 em {
    font-style: normal;
    font-weight: 700;
    color: #FF7E39
}

.strs-pg .band-b-top-txt p {
    font-size: 17px;
    line-height: 1.6;
    color: #fbfbfba6;
    max-width: 520px
}

.strs-pg .band-b-connector {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex-shrink: 0
}

.strs-pg .band-b-connector .conn-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #ff7e391f;
    border: 2px solid #ff7e3966;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .15s ease-out, border-color .15s ease-out
}

.strs-pg .band-b-connector .conn-icon:hover {
    background: #ff7e3938;
    border-color: #FF7E39
}

.strs-pg .band-b-connector .conn-icon svg {
    display: block
}

.strs-pg .band-b-connector .conn-dash {
    width: 40px;
    height: 0;
    border-top: 2px dashed #ff7e3980
}

.strs-pg .stories-list {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.strs-pg .story-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
    background: #fbfbfb0a;
    border-radius: 22px;
    border: 1.5px solid #ff7e391f;
    box-shadow: 0 7px 14px 1px #231f3e1a;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease
}

.strs-pg .story-row:hover {
    border-color: #ff7e3961;
    box-shadow: 0 12px 52px 1px #ff7e391c
}

.strs-pg .story-row.alt {
    flex-direction: row-reverse
}

.strs-pg .story-accent-col {
    flex: 0 0 220px;
    background: conic-gradient(from 210deg at 30% 60%, #ff7e392e 0deg, #231f3ee6 120deg, #ff7e3914 240deg, #231f3ee6 360deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    gap: 24px;
    position: relative
}

.strs-pg .story-accent-col::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 32px 0 #ff7e3914;
    border-radius: 0;
    pointer-events: none
}

.strs-pg .story-num {
    font-size: 48px;
    font-weight: 700;
    color: #FF7E39;
    line-height: 1.15;
    opacity: .22;
    user-select: none
}

.strs-pg .story-avatar {
    width: 80px;
    height: 80px;
    border-radius: 48px;
    background: #ff7e3926;
    border: 2.5px solid #ff7e3959;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0
}

.strs-pg .story-avatar svg {
    display: block
}

.strs-pg .story-rating {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.strs-pg .story-rating .star {
    width: 14px;
    height: 14px;
    display: block
}

.strs-pg .story-body-col {
    flex: 1 1 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.strs-pg .story-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.strs-pg .story-name {
    font-size: 20px;
    font-weight: 700;
    color: #FBFBFB;
    line-height: 1.15
}

.strs-pg .story-role {
    font-size: 14px;
    color: #ff7e39e6;
    line-height: 1.4;
    padding: 8px 24px;
    background: #ff7e391a;
    border-radius: 8px;
    border: 1px solid #ff7e3933
}

.strs-pg .story-quote {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #FBFBFB;
    position: relative;
    padding-top: 8px
}

.strs-pg .story-quote::before {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #FF7E39;
    border-radius: 8px;
    margin-bottom: 24px
}

.strs-pg .story-detail {
    font-size: 15px;
    line-height: 1.6;
    color: #fbfbfb8c
}

.strs-pg .story-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.strs-pg .story-tag {
    font-size: 14px;
    color: #fbfbfb80;
    border: 1px solid #fbfbfb1f;
    border-radius: 8px;
    padding: 8px 24px;
    line-height: 1.4;
    transition: color .12s ease-out, border-color .12s ease-out
}

.strs-pg .story-tag:hover {
    color: #FF7E39;
    border-color: #ff7e3966
}

.strs-pg .band-b-wavy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 18px;
    overflow: hidden;
    pointer-events: none
}

.strs-pg .band-b-wavy svg {
    display: block;
    width: 100%
}

.strs-pg .fill-anim-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px
}

.strs-pg .fill-anim-wrap .fill-bg {
    position: absolute;
    inset: 0;
    background: #FF7E39;
    transform: scaleX(0);
    transform-origin: left center;
    border-radius: 8px;
    transition: transform .18s ease-out;
    pointer-events: none
}

.strs-pg .fill-anim-wrap:hover .fill-bg {
    transform: scaleX(1)
}

.strs-pg .fill-anim-wrap .fill-txt {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    color: #FBFBFB;
    padding: 8px 24px;
    display: block;
    transition: color .18s ease-out
}

@media (max-width: 1024px) {
    .strs-pg .band-a-grid {
        flex-direction: column;
        gap: 40px
    }

    .strs-pg .band-a-img-col {
        flex: none;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .strs-pg .band-b-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .strs-pg .story-row,
    .strs-pg .story-row.alt {
        flex-direction: column
    }

    .strs-pg .story-accent-col {
        flex: none;
        flex-direction: row;
        padding: 24px 40px;
        gap: 24px;
        justify-content: flex-start
    }

    .strs-pg .story-num {
        font-size: 36px
    }
}

@media (max-width: 640px) {

    .strs-pg .pg-band-a,
    .strs-pg .pg-band-b {
        padding: 80px 24px
    }

    .strs-pg .band-a-h1 {
        font-size: 36px
    }

    .strs-pg .band-a-img-frame {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1
    }

    .strs-pg .band-a-img-badge {
        bottom: -16px;
        right: 8px
    }

    .strs-pg .story-body-col {
        padding: 24px
    }

    .strs-pg .band-b-connector {
        display: none
    }
}

.abt-pg {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.abt-pg .strip-img {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative
}

.abt-pg .strip-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    filter: sepia(0.45) contrast(0.88) brightness(1.08) saturate(0.7);
    display: block
}

.abt-pg .strip-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #231f3e2e 0%, #ff7e391a 100%);
    pointer-events: none
}

.abt-pg .dot-rhythm {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 8px 0
}

.abt-pg .dot-rhythm span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FF7E39;
    opacity: .35
}

.abt-pg .dot-rhythm span:nth-child(3) {
    opacity: .7
}

.abt-pg .dot-rhythm span:nth-child(5) {
    opacity: .18
}

.abt-pg .lbl-tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1.15;
    color: #FF7E39;
    border: 2px solid #FF7E39;
    border-radius: 8px;
    padding: 4px 16px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px
}

.abt-pg .pg-head {
    padding: 40px 80px;
    text-align: center;
    background: #FBFBFB;
    border-bottom: 1px solid #231f3e14;
    position: relative
}

.abt-pg .pg-head::before,
.abt-pg .pg-head::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 2px dashed #ff7e3947;
    border-radius: 8px;
    pointer-events: none
}

.abt-pg .pg-head::before {
    left: 40px
}

.abt-pg .pg-head::after {
    right: 40px
}

.abt-pg .pg-head h1 {
    font-size: 48px;
    line-height: 1.15;
    color: #231F3E;
    font-weight: 300;
    margin: 0 0 8px
}

.abt-pg .pg-head h1 strong {
    font-weight: 700;
    color: #FF7E39
}

.abt-pg .pg-head .sub-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #231F3E;
    opacity: .72;
    max-width: 640px;
    margin: 0 auto
}

.abt-pg .sym-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px
}

.abt-pg .sym-icons svg {
    width: 22px;
    height: 22px;
    opacity: .38
}

.abt-pg .about-story {
    padding: 80px;
    background: #231F3E;
    position: relative;
    border-right: 5px solid #FF7E39
}

.abt-pg .about-story .row {
    max-width: 1440px;
    margin: 0 auto
}

.abt-pg .story-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px
}

.abt-pg .story-text-col h2 {
    font-size: 36px;
    line-height: 1.15;
    color: #FBFBFB;
    font-weight: 300;
    margin: 0 0 24px
}

.abt-pg .story-text-col h2 em {
    font-style: normal;
    color: #FF7E39;
    font-weight: 700
}

.abt-pg .story-text-col .intro-p {
    font-size: 20px;
    line-height: 1.6;
    color: #fbfbfbe0;
    margin-bottom: 24px
}

.abt-pg .story-text-col p {
    font-size: 15px;
    line-height: 1.6;
    color: #fbfbfba6;
    margin-bottom: 24px
}

.abt-pg .story-text-col p:last-child {
    margin-bottom: 0
}

.abt-pg .story-img-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center
}

.abt-pg .story-img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 52px 1px #ff7e391c;
    border: 3px solid #ff7e3938;
    max-width: 420px
}

.abt-pg .story-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: sepia(0.2) brightness(0.92);
    transition: filter .18s ease-out
}

.abt-pg .story-img-wrap:hover img {
    filter: sepia(0) brightness(1)
}

.abt-pg .circ-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 40px;
    flex-wrap: wrap
}

.abt-pg .circ-ind {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.abt-pg .circ-ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid #FF7E39;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff7e3914;
    box-shadow: inset 0 0 12px #ff7e392e 0 7px 14px 1px #ff7e391a;
    transition: background .15s ease-out, box-shadow .15s ease-out
}

.abt-pg .circ-ring:hover {
    background: #ff7e392e;
    box-shadow: inset 0 0 20px #ff7e3947 0 7px 14px 1px #ff7e3924
}

.abt-pg .circ-val {
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
    color: #FF7E39
}

.abt-pg .circ-lbl {
    font-size: 14px;
    line-height: 1.4;
    color: #fbfbfb8c;
    text-align: center;
    max-width: 70px
}

.abt-pg .method-sec {
    padding: 80px;
    background: #FBFBFB;
    position: relative
}

.abt-pg .method-sec::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #231f3e14
}

.abt-pg .method-head {
    text-align: center;
    margin-bottom: 80px
}

.abt-pg .method-head h2 {
    font-size: 36px;
    line-height: 1.15;
    color: #231F3E;
    font-weight: 700;
    margin: 0 0 24px
}

.abt-pg .method-head p {
    font-size: 17px;
    line-height: 1.6;
    color: #231f3ea6;
    max-width: 560px;
    margin: 0 auto
}

.abt-pg .steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: end
}

.abt-pg .step-card {
    border-radius: 14px;
    border: 2px solid #231f3e1a;
    background: #fff;
    padding: 40px 24px;
    position: relative;
    box-shadow: 0 1px 6px 1px #231f3e0d;
    transition: box-shadow .18s ease-out, border-color .18s ease-out;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-pg .steps-grid:hover .step-card {
    opacity: .55
}

.abt-pg .steps-grid:hover .step-card:hover {
    opacity: 1;
    box-shadow: 0 7px 14px 1px #ff7e391a;
    border-color: #ff7e3959
}

.abt-pg .step-card:nth-child(2) {
    margin-bottom: 40px
}

.abt-pg .step-card:nth-child(3) {
    margin-bottom: 80px
}

.abt-pg .step-num {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    color: #FF7E39;
    opacity: .22;
    position: absolute;
    top: 16px;
    right: 20px;
    pointer-events: none
}

.abt-pg .step-card h4 {
    font-size: 20px;
    line-height: 1.4;
    color: #231F3E;
    font-weight: 600;
    margin: 0
}

.abt-pg .step-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #231f3ea6;
    margin: 0
}

.abt-pg .connect-line {
    display: none
}

@keyframes drawLine {
    from {
        stroke-dashoffset: 400
    }

    to {
        stroke-dashoffset: 0
    }
}

.abt-pg .line-connector {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    height: 40px;
    overflow: visible
}

.abt-pg .line-connector path {
    stroke: #ff7e3947;
    stroke-width: 1.5;
    fill: none;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation: drawLine 1.2s .3s ease-out forwards
}

.abt-pg .team-sec {
    padding: 80px;
    background: #231F3E;
    position: relative
}

.abt-pg .team-sec::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 60%;
    background: conic-gradient(from 180deg at 50% 50%, #FF7E39 0deg, #ff7e3933 180deg, #FF7E39 360deg);
    border-radius: 8px 0 0 8px;
    pointer-events: none
}

.abt-pg .team-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    align-items: flex-start
}

.abt-pg .team-left {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-pg .team-left h2 {
    font-size: 36px;
    line-height: 1.15;
    color: #FBFBFB;
    font-weight: 300;
    margin: 0
}

.abt-pg .team-left h2 strong {
    font-weight: 700;
    color: #FF7E39
}

.abt-pg .team-left p {
    font-size: 15px;
    line-height: 1.6;
    color: #fbfbfb9e;
    margin: 0
}

.abt-pg .team-right {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.abt-pg .member-card {
    border-radius: 22px;
    overflow: hidden;
    background: #fbfbfb0d;
    border: 2px solid #fbfbfb14;
    box-shadow: 0 7px 14px 1px #231f3e1a;
    transition: border-color .12s ease-out, box-shadow .12s ease-out
}

.abt-pg .team-right:hover .member-card {
    opacity: .5
}

.abt-pg .team-right:hover .member-card:hover {
    opacity: 1;
    border-color: #ff7e3961;
    box-shadow: 0 12px 52px 1px #ff7e391c
}

.abt-pg .member-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden
}

.abt-pg .member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: sepia(0.15) brightness(0.9) saturate(0.85);
    transition: filter .16s ease
}

.abt-pg .member-card:hover .member-img img {
    filter: sepia(0) brightness(1) saturate(1)
}

.abt-pg .member-info {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-pg .member-info h5 {
    font-size: 17px;
    line-height: 1.4;
    color: #FBFBFB;
    font-weight: 600;
    margin: 0
}

.abt-pg .member-info span {
    font-size: 14px;
    line-height: 1.4;
    color: #FF7E39;
    font-weight: 500
}

.abt-pg .member-info p {
    font-size: 14px;
    line-height: 1.6;
    color: #fbfbfb85;
    margin: 0
}

.abt-pg .vals-sec {
    padding: 80px;
    background: #FBFBFB;
    position: relative
}

.abt-pg .vals-sec::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 80px;
    right: 80px;
    height: 1px;
    background: #231f3e14
}

.abt-pg .vals-top {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto 80px
}

.abt-pg .vals-head-col {
    flex: 0 0 380px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-pg .vals-head-col h2 {
    font-size: 36px;
    line-height: 1.15;
    color: #231F3E;
    font-weight: 700;
    margin: 0
}

.abt-pg .vals-head-col p {
    font-size: 17px;
    line-height: 1.6;
    color: #231f3ea6;
    margin: 0
}

.abt-pg .vals-img-col {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.abt-pg .vals-img-frame {
    width: 100%;
    max-width: 480px;
    aspect-ratio: 1 / 1;
    border-radius: 34px;
    overflow: hidden;
    border: 2px solid #231f3e1a;
    box-shadow: 0 12px 52px 1px #231f3e1c;
    position: relative
}

.abt-pg .vals-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: sepia(0.3) contrast(0.9) brightness(1.05)
}

.abt-pg .vals-img-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ff7e391a 0%, transparent 60%);
    pointer-events: none;
    z-index: 1
}

.abt-pg .vals-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto
}

.abt-pg .val-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    border-radius: 14px;
    border: 2px solid #231f3e14;
    background: #fff;
    box-shadow: 0 1px 6px 1px #231f3e0d;
    transition: border-color .14s ease-out, transform .14s ease-out
}

.abt-pg .val-item:hover {
    border-color: #ff7e3952;
    transform: translateY(-4px)
}

.abt-pg .val-num {
    font-size: 26px;
    line-height: 1.15;
    font-weight: 700;
    color: #FF7E39
}

.abt-pg .val-item h5 {
    font-size: 17px;
    line-height: 1.4;
    color: #231F3E;
    font-weight: 600;
    margin: 0
}

.abt-pg .val-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #231f3e9e;
    margin: 0
}

.abt-pg .contact-strip {
    padding: 40px 80px;
    background: #FF7E39;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

.abt-pg .contact-strip h3 {
    font-size: 26px;
    line-height: 1.15;
    color: #FBFBFB;
    font-weight: 700;
    margin: 0
}

.abt-pg .contact-strip p {
    font-size: 15px;
    line-height: 1.4;
    color: #fbfbfbd1;
    margin: 0
}

.abt-pg .contact-strip-links {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap
}

.abt-pg .strip-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.4;
    color: #231F3E;
    font-weight: 700;
    background: #FBFBFB;
    border: 3px solid #231F3E;
    border-radius: 14px;
    padding: 12px 24px;
    text-decoration: none;
    transition: background .12s ease-out, color .12s ease-out
}

.abt-pg .strip-link:hover {
    background: #231F3E;
    color: #FBFBFB
}

@media (max-width: 1024px) {
    .abt-pg .pg-head {
        padding: 40px
    }

    .abt-pg .about-story {
        padding: 80px 40px
    }

    .abt-pg .method-sec {
        padding: 80px 40px
    }

    .abt-pg .team-sec {
        padding: 80px 40px
    }

    .abt-pg .vals-sec {
        padding: 80px 40px
    }

    .abt-pg .contact-strip {
        padding: 40px
    }

    .abt-pg .steps-grid {
        grid-template-columns: 1fr 1fr
    }

    .abt-pg .step-card:nth-child(3) {
        margin-bottom: 0
    }

    .abt-pg .vals-list {
        grid-template-columns: 1fr 1fr
    }

    .abt-pg .team-row {
        flex-direction: column
    }

    .abt-pg .team-left {
        flex: none;
        width: 100%
    }
}

@media (max-width: 768px) {
    .abt-pg .pg-head {
        padding: 40px 24px
    }

    .abt-pg .pg-head h1 {
        font-size: 36px
    }

    .abt-pg .about-story {
        padding: 40px 24px
    }

    .abt-pg .story-text-col {
        padding-right: 0
    }

    .abt-pg .method-sec {
        padding: 40px 24px
    }

    .abt-pg .steps-grid {
        grid-template-columns: 1fr
    }

    .abt-pg .step-card:nth-child(2),
    .abt-pg .step-card:nth-child(3) {
        margin-bottom: 0
    }

    .abt-pg .team-sec {
        padding: 40px 24px
    }

    .abt-pg .team-right {
        grid-template-columns: 1fr
    }

    .abt-pg .vals-sec {
        padding: 40px 24px
    }

    .abt-pg .vals-top {
        flex-direction: column;
        gap: 40px
    }

    .abt-pg .vals-head-col {
        flex: none;
        width: 100%
    }

    .abt-pg .vals-list {
        grid-template-columns: 1fr
    }

    .abt-pg .contact-strip {
        padding: 40px 24px;
        flex-direction: column;
        align-items: flex-start
    }

    .abt-pg .circ-row {
        flex-wrap: wrap
    }

    .abt-pg .vals-sec::before {
        left: 24px;
        right: 24px
    }
}

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

.pg-success .success-wrap {
    max-width: 560px;
    width: 100%;
    text-align: center
}

.pg-success .icon-area {
    width: 80px;
    height: 80px;
    margin: 0 auto 40px;
    border-radius: 48px;
    background: #FBFBFB;
    border: 3px solid #FF7E39;
    box-shadow: 0 7px 14px 1px #ff7e391a inset 0 1px 6px 1px #ff7e3914;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.pg-success .icon-area svg {
    display: block
}

.pg-success .success-heading {
    font-size: 36px;
    line-height: 1.15;
    color: #231F3E;
    font-weight: 700;
    margin: 0 0 24px
}

.pg-success .success-heading span {
    color: #FF7E39
}

.pg-success .success-body {
    font-size: 17px;
    line-height: 1.6;
    color: #231F3E;
    margin: 0 0 40px;
    opacity: .82
}

.pg-success .divider-line {
    width: 48px;
    height: 3px;
    background: #FF7E39;
    border-radius: 8px;
    margin: 0 auto 40px
}

.pg-success .info-card {
    background: #fff;
    border-radius: 14px;
    border: 2px solid #231f3e1a;
    box-shadow: 0 1px 6px 1px #231f3e0d;
    padding: 24px 40px;
    margin: 0 0 40px
}

.pg-success .info-card .info-label {
    font-size: 14px;
    line-height: 1.4;
    color: #231F3E;
    opacity: .55;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.pg-success .info-card .info-text {
    font-size: 17px;
    line-height: 1.4;
    color: #231F3E;
    margin: 0;
    font-weight: 600
}

.pg-success .btn-home {
    display: inline-block;
    font-size: 17px;
    line-height: 1.4;
    color: #FF7E39;
    background: transparent;
    border: 2.5px solid #FF7E39;
    border-radius: 14px;
    padding: 24px 40px;
    text-decoration: none;
    font-weight: 700;
    transition: background .15s ease-out, color .15s ease-out;
    cursor: pointer
}

.pg-success .btn-home:hover {
    background: #FF7E39;
    color: #fff
}

.pg-success .btn-home:focus {
    outline: 3px solid #231F3E;
    outline-offset: 3px
}

@media screen and (max-width: 600px) {
    .pg-success {
        padding: 40px 24px
    }

    .pg-success .info-card {
        padding: 24px
    }

    .pg-success .success-heading {
        font-size: 26px
    }
}