* {
box-sizing: border-box
}

html {
scroll-behavior: auto
}

body {
margin: 0;
overflow-x: hidden;
min-height: 100vh;
font-family: 'Manrope', sans-serif
}

.utility-bar {
background-color: #225475;
padding: 8px 24px
}

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

.util-contact-item {
display: flex;
align-items: center;
gap: 8px;
color: #FBFBFB;
font-size: 14px;
line-height: 1.3;
text-decoration: none;
transition: color .2s ease-out
}

.util-contact-item:hover {
color: #6FAECA
}

.util-contact-item i {
font-size: 14px;
color: #6FAECA
}

.util-divider {
width: 1px;
height: 16px;
background-color: #6faeca59
}

.brand-nav-bar {
background-color: #FBFBFB;
border-bottom: 1px solid #2254751a;
box-shadow: 0 3px 2px 0 #2254750d;
padding: 0 24px
}

.brand-nav-shell {
max-width: 1500px;
margin: 0 auto;
display: flex;
align-items: stretch;
gap: 0;
min-height: 80px
}

.brand-block {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 24px 12px 0;
border-right: 1px solid #2254751f;
flex-shrink: 0;
text-decoration: none
}

.brand-logo-mount {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
padding: 4px;
background-color: #fff;
border-radius: 4px;
box-shadow: 0 3px 2px 0 #2254750d inset 0 0 0 1px #2254751a
}

.brand-logo-mount img {
width: 36px;
height: 36px;
object-fit: contain;
display: block
}

.brand-text-hold {
display: flex;
flex-direction: column;
gap: 4px
}

.brand-name {
font-size: 18px;
font-weight: 700;
line-height: 1.1;
color: #225475;
letter-spacing: 0
}

.brand-tagline {
font-size: 14px;
font-weight: 400;
line-height: 1.3;
color: #6FAECA
}

.primary-nav {
display: flex;
align-items: center;
padding: 0 0 0 24px;
flex: 1
}

.primary-nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
gap: 4px;
flex-wrap: wrap
}

.primary-nav ul li {
margin: 0;
padding: 0
}

.primary-nav ul li a {
display: inline-flex;
align-items: center;
padding: 8px 12px;
font-size: 14px;
font-weight: 500;
line-height: 1.3;
color: #225475;
text-decoration: none;
border-radius: 4px;
border: 1px solid transparent;
transition: color .2s ease-out, border-color .25s ease-out, background-color .2s ease-out
}

.primary-nav ul li a:hover {
color: #225475;
background-color: #6faeca1f;
border-color: #22547526
}

.primary-nav ul li a.active-link {
color: #225475;
font-weight: 600;
border-color: #22547533;
background-color: #6faeca1a
}

.primary-nav ul li a:focus-visible {
outline: none;
box-shadow: 0 0 0 3px #6faeca80
}

.year-badge {
margin-left: auto;
padding: 0 0 0 24px;
display: flex;
align-items: center;
flex-shrink: 0
}

.year-badge-pill {
font-size: 14px;
font-weight: 500;
color: #6FAECA;
line-height: 1.3;
border: 1px solid #6faeca4d;
border-radius: 2px;
padding: 4px 8px
}

@media (max-width: 768px) {
.utility-bar-shell {
gap: 12px
}

.util-contact-item span {
display: none
}

.brand-tagline {
display: none
}

.year-badge {
display: none
}

.primary-nav {
padding: 0 0 0 12px
}

.primary-nav ul {
gap: 4px
}

.primary-nav ul li a {
padding: 8px;
font-size: 14px
}
}

@media (max-width: 640px) {
.brand-nav-shell {
flex-wrap: wrap;
min-height: auto;
padding: 8px 0
}

.brand-block {
border-right: none;
padding: 8px 0
}

.primary-nav {
width: 100%;
padding: 0;
border-top: 1px solid #22547514;
padding-top: 8px;
padding-bottom: 8px
}

.primary-nav ul {
gap: 4px;
flex-wrap: wrap
}
}

.site-footer {
background-color: #225475;
padding: 48px 24px 24px;
margin-top: auto
}

.footer-shell {
max-width: 1500px;
margin: 0 auto
}

.footer-top {
display: grid;
grid-template-columns: 220px 1fr 1fr;
gap: 48px;
padding-bottom: 48px;
border-bottom: 1px solid #6faeca33
}

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

.footer-logo-mount {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
padding: 4px;
background-color: #FBFBFB;
border-radius: 4px;
box-shadow: 0 3px 2px 0 #2254750d
}

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

.footer-brand-name {
font-size: 18px;
font-weight: 700;
line-height: 1.1;
color: #FBFBFB
}

.footer-brand-desc {
font-size: 14px;
font-weight: 400;
line-height: 1.55;
color: #fbfbfba6
}

.footer-col-label {
font-size: 14px;
font-weight: 600;
line-height: 1.3;
color: #6FAECA;
text-transform: uppercase;
letter-spacing: .08em;
margin-bottom: 12px
}

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

.footer-link-list li {
margin: 0;
padding: 0
}

.footer-link-list li a {
font-size: 14px;
font-weight: 400;
line-height: 1.55;
color: #fbfbfbbf;
text-decoration: none;
transition: color .18s ease-out
}

.footer-link-list li a:hover {
color: #6FAECA
}

.footer-link-list li a:focus-visible {
outline: none;
box-shadow: 0 0 0 3px #6faeca73;
border-radius: 2px
}

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

.footer-contact-list li {
margin: 0;
padding: 0;
display: flex;
align-items: flex-start;
gap: 8px
}

.footer-contact-list li i {
color: #6FAECA;
font-size: 16px;
margin-top: 2px;
flex-shrink: 0
}

.footer-contact-list li a,
.footer-contact-list li span {
font-size: 14px;
font-weight: 400;
line-height: 1.55;
color: #fbfbfbbf;
text-decoration: none;
transition: color .18s ease-out
}

.footer-contact-list li a:hover {
color: #6FAECA
}

.footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
padding-top: 24px
}

.footer-copy {
font-size: 14px;
font-weight: 400;
line-height: 1.3;
color: #fbfbfb73
}

.footer-legal-links {
display: flex;
align-items: center;
gap: 24px;
list-style: none;
margin: 0;
padding: 0
}

.footer-legal-links li {
margin: 0;
padding: 0
}

.footer-legal-links li a {
font-size: 14px;
font-weight: 400;
line-height: 1.3;
color: #fbfbfb73;
text-decoration: none;
transition: color .2s ease-out
}

.footer-legal-links li a:hover {
color: #fbfbfbcc
}

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

.footer-brand-col {
grid-column: 1 / -1
}
}

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

.footer-brand-col {
grid-column: auto
}

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

.cookie-strip {
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
max-width: 760px;
background-color: #FBFBFB;
border-radius: 0 0 12px 12px;
box-shadow: 0 6px 22px 0 #2254751c;
padding: 12px 24px;
z-index: 1000;
display: flex;
align-items: center;
gap: 24px;
flex-wrap: wrap;
border: 1px solid #2254751a;
border-top: none;
transform: translateY(-100%);
transition: transform .42s ease-out
}

.cookie-strip.sliding-in {
transform: translateY(0)
}

.cookie-text {
flex: 1;
font-size: 14px;
font-weight: 400;
line-height: 1.55;
color: #225475;
min-width: 200px
}

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

.cookie-opt-out {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: #225475;
flex-shrink: 0
}

.cookie-opt-out input[type="checkbox"] {
accent-color: #225475;
width: 16px;
height: 16px;
cursor: pointer
}

.cookie-btn {
background: none;
border: none;
padding: 0;
font-family: 'Manrope', sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 1.3;
cursor: pointer;
text-decoration: underline;
text-underline-offset: 3px;
transition: color .18s ease-out
}

.cookie-btn.accept-choice {
color: #225475
}

.cookie-btn.accept-choice:hover {
color: #6FAECA
}

.cookie-btn.decline-choice {
color: #2254758c
}

.cookie-btn.decline-choice:hover {
color: #225475
}

.cookie-btn:focus-visible {
outline: none;
box-shadow: 0 0 0 3px #6faeca80;
border-radius: 2px
}

@media (max-width: 640px) {
.cookie-strip {
border-radius: 0 0 8px 8px;
padding: 12px;
gap: 12px
}

.cookie-actions {
gap: 12px
}
}

.terms-area {
max-width: 860px;
margin: 0 auto;
padding: 48px 24px 96px
}

.terms-area h1 {
font-size: 52px;
line-height: 1.1;
color: #225475;
margin-bottom: 24px;
padding-bottom: 12px;
border-bottom: 2px solid #6FAECA
}

.terms-area h2 {
font-size: 36px;
line-height: 1.3;
color: #225475;
margin-top: 48px;
margin-bottom: 16px
}

.terms-area h3 {
font-size: 24px;
line-height: 1.3;
color: #225475;
margin-top: 24px;
margin-bottom: 12px
}

.terms-area h4 {
font-size: 18px;
line-height: 1.55;
color: #225475;
margin-top: 24px;
margin-bottom: 8px
}

.terms-area h5 {
font-size: 16px;
line-height: 1.55;
color: #225475;
margin-top: 24px;
margin-bottom: 8px
}

.terms-area h6 {
font-size: 14px;
line-height: 1.55;
color: #225475;
text-transform: uppercase;
letter-spacing: .08em;
margin-top: 24px;
margin-bottom: 8px
}

.terms-area p {
font-size: 16px;
line-height: 1.75;
color: #2a3d4a;
margin-bottom: 16px
}

.terms-area ul,
.terms-area ol {
font-size: 16px;
line-height: 1.75;
color: #2a3d4a;
margin-bottom: 16px;
padding-left: 24px
}

.terms-area ul {
list-style-type: disc
}

.terms-area ol {
list-style-type: decimal
}

.terms-area li {
margin-bottom: 8px;
padding-left: 4px
}

.terms-area li::marker {
color: #6FAECA
}

.terms-area strong,
.terms-area b {
color: #225475;
font-weight: 700
}

.terms-area a {
color: #225475;
text-decoration: underline;
text-decoration-color: #6FAECA;
text-underline-offset: 3px;
transition: color .2s ease-out, text-decoration-color .15s ease-out
}

.terms-area a:hover {
color: #6FAECA;
text-decoration-color: #225475
}

.terms-area table {
width: 100%;
border-collapse: collapse;
margin-bottom: 24px;
font-size: 15px;
box-shadow: 0 3px 2px 0 #2254750d;
border-radius: 4px;
overflow: hidden
}

.terms-area thead {
background-color: #225475
}

.terms-area thead th {
color: #FBFBFB;
font-size: 14px;
text-transform: uppercase;
letter-spacing: .07em;
padding: 12px 16px;
text-align: left;
font-weight: 600
}

.terms-area tbody tr {
border-bottom: 1px solid #6faeca40;
transition: background-color .18s ease-out
}

.terms-area tbody tr:last-child {
border-bottom: none
}

.terms-area tbody tr:nth-child(even) {
background-color: #6faeca0f
}

.terms-area tbody tr:hover {
background-color: #6faeca21
}

.terms-area td {
padding: 12px 16px;
color: #2a3d4a;
line-height: 1.55;
vertical-align: top
}

.terms-area th {
padding: 12px 16px;
vertical-align: middle
}

.terms-area div {
margin-bottom: 12px
}

@media (max-width: 768px) {
.terms-area {
padding: 24px 12px 48px
}

.terms-area h1 {
font-size: 36px
}

.terms-area h2 {
font-size: 24px;
margin-top: 24px
}

.terms-area h3 {
font-size: 18px
}

.terms-area table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
}

@media (max-width: 640px) {
.terms-area h1 {
font-size: 24px;
line-height: 1.3
}

.terms-area h2 {
font-size: 18px
}

.terms-area p,
.terms-area ul,
.terms-area ol {
font-size: 14px
}
}

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

.dgt-page .bento-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
gap: 24px;
padding: 96px 48px
}

.dgt-page .bento-img-cell {
grid-row: 1 / 3;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 6px 22px 0 #2254751c
}

.dgt-page .bento-img-cell img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: brightness(0.88);
transition: filter .25s ease-out
}

.dgt-page .bento-img-cell:hover img {
filter: brightness(1)
}

.dgt-page .bento-text-top {
padding: 48px 48px 24px;
background: #FBFBFB;
border-radius: 12px;
border-top: 4px solid #225475;
box-shadow: 0 3px 2px 0 #2254750d;
align-self: start
}

.dgt-page .bento-text-top .label-tag {
display: inline-block;
font-size: 14px;
letter-spacing: .12em;
text-transform: uppercase;
color: #6FAECA;
margin-bottom: 12px
}

.dgt-page .bento-text-top h1 {
font-size: 52px;
line-height: 1.1;
color: #225475;
margin: 0 0 24px
}

.dgt-page .bento-text-top h1 span {
display: block
}

.dgt-page .bento-text-top p {
font-size: 18px;
line-height: 1.55;
color: #3a5a6e;
margin: 0
}

.dgt-page .bento-text-bottom {
padding: 24px 48px 48px;
display: flex;
flex-direction: row;
gap: 24px;
align-items: center
}

.dgt-page .bento-link {
display: inline-block;
font-size: 16px;
padding: 12px 24px;
border-radius: 4px;
border: 2px solid #225475;
color: #225475;
text-decoration: none;
background: transparent;
position: relative;
overflow: hidden;
transition: color .2s ease-out, border-color .18s ease-out;
z-index: 0
}

.dgt-page .bento-link::before {
content: '';
position: absolute;
inset: 0;
background: #225475;
transform: translateX(-101%);
transition: transform .22s ease-out;
z-index: -1
}

.dgt-page .bento-link:hover::before {
transform: translateX(0)
}

.dgt-page .bento-link:hover {
color: #FBFBFB
}

.dgt-page .bento-link.alt {
border-color: #6FAECA;
color: #6FAECA
}

.dgt-page .bento-link.alt::before {
background: #6FAECA
}

.dgt-page .bento-link.alt:hover {
color: #FBFBFB
}

.dgt-page .divider-a {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 12px;
padding: 8px 0
}

.dgt-page .divider-a .d-line {
width: 48px;
height: 2px;
background: #6FAECA;
border-radius: 2px
}

.dgt-page .divider-a .d-shape {
width: 8px;
height: 8px;
border: 2px solid #225475;
border-radius: 2px;
transform: rotate(45deg)
}

.dgt-page .metrics-band {
background: linear-gradient(175deg, #eaf4f9 0%, #FBFBFB 100%);
padding: 48px 96px
}

.dgt-page .metrics-row {
display: flex;
flex-direction: row;
align-items: stretch;
gap: 0;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 6px 22px 0 #2254751c
}

.dgt-page .metric-item {
flex: 1;
padding: 48px 24px;
background: #FBFBFB;
text-align: center;
position: relative;
transition: background .35s ease-out
}

.dgt-page .metric-item:not(:last-child)::after {
content: '';
position: absolute;
right: 0;
top: 20%;
height: 60%;
width: 1px;
background: #6FAECA;
opacity: .4
}

.dgt-page .metric-item:hover {
background: #f0f8fd
}

.dgt-page .metric-num {
font-size: 52px;
line-height: 1.1;
color: #225475;
display: block
}

.dgt-page .metric-desc {
font-size: 16px;
line-height: 1.55;
color: #4a6e82;
margin-top: 8px;
display: block
}

.dgt-page .topics-section {
padding: 96px 48px;
background: #FBFBFB
}

.dgt-page .topics-header {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-bottom: 48px
}

.dgt-page .topics-header h2 {
font-size: 36px;
line-height: 1.3;
color: #225475;
margin: 0 0 12px
}

.dgt-page .topics-header p {
font-size: 18px;
line-height: 1.55;
color: #4a6e82;
max-width: 600px;
margin: 0
}

.dgt-page .topics-layout {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px
}

.dgt-page .topic-card {
border-radius: 12px;
border-top: 3px solid #6FAECA;
background: linear-gradient(168deg, #f5fbff 0%, #FBFBFB 100%);
padding: 24px;
box-shadow: 0 3px 2px 0 #2254750d;
transition: box-shadow .28s ease-out, background .28s ease-out;
position: relative;
overflow: hidden
}

.dgt-page .topic-card::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(168deg, #d6eef8 0%, #eaf4f9 100%);
opacity: 0;
transition: opacity .28s ease-out;
border-radius: 12px
}

.dgt-page .topic-card:hover::before {
opacity: 1
}

.dgt-page .topic-card:hover {
box-shadow: 0 12px 60px 0 #22547521
}

.dgt-page .topic-card>* {
position: relative;
z-index: 1
}

.dgt-page .topic-num {
font-size: 24px;
line-height: 1.1;
color: #6FAECA;
font-weight: 700;
display: block;
margin-bottom: 8px
}

.dgt-page .topic-card h4 {
font-size: 18px;
line-height: 1.3;
color: #225475;
margin: 0 0 12px
}

.dgt-page .topic-card p {
font-size: 14px;
line-height: 1.55;
color: #4a6e82;
margin: 0
}

.dgt-page .topic-card ul {
list-style: none;
padding: 0;
margin: 12px 0 0
}

.dgt-page .topic-card ul li {
font-size: 14px;
line-height: 1.75;
color: #4a6e82;
padding-left: 16px;
position: relative
}

.dgt-page .topic-card ul li::before {
content: '';
position: absolute;
left: 0;
top: 10px;
width: 6px;
height: 6px;
border-right: 2px solid #6FAECA;
border-top: 2px solid #6FAECA;
transform: rotate(45deg)
}

.dgt-page .divider-b {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 12px;
padding: 8px 0
}

.dgt-page .divider-b .db-line {
width: 32px;
height: 1px;
background: #225475;
opacity: .3;
border-radius: 2px
}

.dgt-page .divider-b .db-dot {
width: 6px;
height: 6px;
background: #225475;
border-radius: 2px;
opacity: .5
}

@media (max-width: 1024px) {
.dgt-page .bento-grid {
grid-template-columns: 1fr;
grid-template-rows: auto;
padding: 48px 24px
}

.dgt-page .bento-img-cell {
grid-row: auto;
height: 320px
}

.dgt-page .bento-text-top {
padding: 24px
}

.dgt-page .bento-text-top h1 {
font-size: 36px
}

.dgt-page .bento-text-bottom {
padding: 0 0 24px
}

.dgt-page .metrics-band {
padding: 48px 24px
}

.dgt-page .topics-layout {
grid-template-columns: 1fr 1fr
}

.dgt-page .topics-section {
padding: 48px 24px
}
}

@media (max-width: 768px) {
.dgt-page .bento-text-top h1 {
font-size: 36px
}

.dgt-page .metrics-row {
flex-direction: column
}

.dgt-page .metric-item:not(:last-child)::after {
display: none
}

.dgt-page .topics-layout {
grid-template-columns: 1fr
}
}

@media (max-width: 640px) {
.dgt-page .bento-grid {
padding: 24px 12px;
gap: 12px
}

.dgt-page .bento-text-top {
padding: 24px 12px
}

.dgt-page .bento-text-top h1 {
font-size: 36px
}

.dgt-page .bento-text-bottom {
flex-direction: column;
align-items: flex-start;
padding: 0
}

.dgt-page .metrics-band {
padding: 24px 12px
}

.dgt-page .topics-section {
padding: 24px 12px
}
}

.abt-us {
max-width: 1500px;
margin: 0 auto;
overflow: hidden
}

.abt-us .num-accent {
color: #225475;
font-size: 52px;
line-height: 1.1;
font-weight: 700;
display: block
}

.abt-us .fill-bar {
height: 2px;
background: linear-gradient(90deg, #225475 0%, #6FAECA 60%, transparent 100%);
margin-top: 4px;
border-radius: 2px
}

.abt-us .fill-bar.short {
width: 38%
}

.abt-us .fill-bar.mid {
width: 62%
}

.abt-us .fill-bar.long {
width: 85%
}

.abt-us ::selection {
background: linear-gradient(90deg, #225475, #6FAECA);
color: #FBFBFB
}

.abt-us .band-top {
border-top: 2px solid #225475;
border-bottom: 2px solid #6FAECA;
padding: 48px;
display: grid;
grid-template-columns: 340px 1fr;
gap: 48px;
align-items: center;
background: #FBFBFB;
position: relative
}

.abt-us .band-top::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #225475 0%, transparent 100%);
pointer-events: none
}

.abt-us .img-card {
position: relative;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 6px 22px 0 #2254751c
}

.abt-us .img-card img {
width: 100%;
height: 240px;
object-fit: cover;
display: block;
filter: saturate(0.55) brightness(1.05);
transition: filter .25s ease-out
}

.abt-us .img-card:hover img {
filter: saturate(0.8) brightness(1.02)
}

.abt-us .img-card .card-tag {
position: absolute;
bottom: 12px;
left: 12px;
background: #225475;
color: #FBFBFB;
font-size: 14px;
line-height: 1.3;
padding: 4px 12px;
border-radius: 4px;
letter-spacing: .04em;
text-transform: uppercase
}

.abt-us .band-text {
display: flex;
flex-direction: column;
gap: 24px
}

.abt-us .band-text .num-row {
display: flex;
align-items: flex-end;
gap: 24px
}

.abt-us .band-text .num-item {
display: flex;
flex-direction: column
}

.abt-us .band-text .num-label {
font-size: 14px;
line-height: 1.55;
color: #444
}

.abt-us .band-heading {
font-size: 52px;
line-height: 1.1;
color: #225475;
margin: 0
}

.abt-us .band-heading span {
display: block
}

.abt-us .band-desc {
font-size: 18px;
line-height: 1.55;
color: #333;
max-width: 520px;
margin: 0
}

.abt-us .dir-arrow {
display: flex;
align-items: center;
gap: 8px;
color: #6FAECA
}

.abt-us .dir-arrow svg {
flex-shrink: 0
}

.abt-us .dir-arrow span {
font-size: 14px;
line-height: 1.3;
letter-spacing: .06em;
text-transform: uppercase;
color: #6FAECA
}

.abt-us .detail-sec {
background: #225475;
padding: 96px 48px;
position: relative
}

.abt-us .detail-sec::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, #6FAECA 0%, transparent 100%);
pointer-events: none
}

.abt-us .detail-grid {
display: grid;
grid-template-columns: 1fr 280px 1fr;
gap: 48px;
align-items: start;
max-width: 1200px;
margin: 0 auto
}

.abt-us .detail-col {
display: flex;
flex-direction: column;
gap: 24px
}

.abt-us .detail-col.center-col {
align-items: center;
gap: 12px;
padding-top: 24px
}

.abt-us .detail-col h2 {
font-size: 36px;
line-height: 1.1;
color: #FBFBFB;
margin: 0
}

.abt-us .detail-col h2 span {
display: block
}

.abt-us .detail-col p {
font-size: 16px;
line-height: 1.75;
color: #fbfbfbd1;
margin: 0
}

.abt-us .detail-col h5 {
font-size: 14px;
line-height: 1.3;
color: #6FAECA;
letter-spacing: .07em;
text-transform: uppercase;
margin: 0
}

.abt-us .conn-diagram {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
width: 100%
}

.abt-us .conn-node {
background: #fbfbfb1a;
border: 1px solid #6faeca66;
border-radius: 12px;
padding: 12px;
text-align: center;
width: 100%;
box-shadow: 0 3px 2px 0 #2254750d;
transition: background .2s ease-out, box-shadow .35s ease-out
}

.abt-us .conn-node:hover {
background: #6faeca2e;
box-shadow: 0 6px 22px 0 #2254751c
}

.abt-us .conn-node span {
font-size: 14px;
line-height: 1.3;
color: #FBFBFB;
display: block
}

.abt-us .conn-node .node-label {
font-size: 14px;
color: #6FAECA;
margin-top: 4px
}

.abt-us .conn-line {
width: 1px;
height: 20px;
background: linear-gradient(180deg, #6FAECA 0%, #6faeca33 100%)
}

.abt-us .metric-list {
display: flex;
flex-direction: column;
gap: 24px
}

.abt-us .metric-item {
display: flex;
flex-direction: column;
gap: 4px;
animation: shadow-build .45s ease-out both
}

@keyframes shadow-build {
from {
box-shadow: 0 0 0 0 #22547500
}

to {
box-shadow: 0 3px 2px 0 #2254750d
}
}

.abt-us .metric-item .m-val {
font-size: 36px;
line-height: 1.1;
color: #6FAECA;
font-weight: 700
}

.abt-us .metric-item .m-desc {
font-size: 14px;
line-height: 1.55;
color: #fbfbfbb3
}

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

.abt-us .approach-list li {
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 16px;
line-height: 1.55;
color: #fbfbfbd1
}

.abt-us .approach-list li::before {
content: '';
display: inline-block;
width: 10px;
height: 10px;
min-width: 10px;
margin-top: 5px;
border-right: 2px solid #6FAECA;
border-top: 2px solid #6FAECA;
transform: rotate(45deg)
}

.abt-us .img-pair {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin-top: 8px
}

.abt-us .img-pair .img-wrap {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 6px 22px 0 #2254751c
}

.abt-us .img-pair .img-wrap img {
width: 100%;
height: 160px;
object-fit: cover;
display: block;
filter: saturate(0.6) brightness(0.9);
transition: filter .4s ease-out
}

.abt-us .img-pair .img-wrap:hover img {
filter: saturate(0.85) brightness(0.95)
}

.abt-us .img-pair .img-wrap.tall img {
height: 200px
}

.abt-us .cta-row {
display: flex;
flex-direction: row;
gap: 12px;
flex-wrap: wrap
}

.abt-us .btn-outline {
display: inline-block;
padding: 12px 24px;
border: 1px solid #6FAECA;
border-radius: 4px;
color: #FBFBFB;
font-size: 16px;
line-height: 1.3;
text-decoration: none;
background: transparent;
transition: background .2s ease-out, padding-left .18s ease-out, padding-right .18s ease-out;
cursor: pointer
}

.abt-us .btn-outline:hover {
background: #6faeca26;
padding-left: 32px;
padding-right: 32px
}

.abt-us .btn-outline:focus {
outline: 2px solid #6FAECA;
outline-offset: 2px
}

@media (max-width: 1024px) {
.abt-us .band-top {
grid-template-columns: 260px 1fr;
gap: 24px;
padding: 48px 24px
}

.abt-us .detail-grid {
grid-template-columns: 1fr 1fr;
gap: 24px
}

.abt-us .detail-col.center-col {
grid-column: 1 / -1;
flex-direction: row;
flex-wrap: wrap;
justify-content: center
}

.abt-us .conn-diagram {
flex-direction: row;
flex-wrap: wrap;
justify-content: center
}

.abt-us .conn-line {
width: 20px;
height: 1px;
background: linear-gradient(90deg, #6FAECA 0%, #6faeca33 100%)
}
}

@media (max-width: 768px) {
.abt-us .band-top {
grid-template-columns: 1fr;
padding: 24px;
gap: 24px
}

.abt-us .img-card img {
height: 200px
}

.abt-us .band-heading {
font-size: 36px
}

.abt-us .detail-sec {
padding: 48px 24px
}

.abt-us .detail-grid {
grid-template-columns: 1fr;
gap: 24px
}

.abt-us .detail-col.center-col {
grid-column: auto
}

.abt-us .img-pair {
grid-template-columns: 1fr
}

.abt-us .num-row {
flex-wrap: wrap
}
}

@media (max-width: 640px) {
.abt-us .band-top {
padding: 24px 12px
}

.abt-us .detail-sec {
padding: 48px 12px
}

.abt-us .band-heading {
font-size: 36px
}

.abt-us .num-accent {
font-size: 36px
}
}

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

.strt .pg-open {
display: grid;
grid-template-columns: 1fr 1fr;
min-height: 520px
}

.strt .pg-open .txt-side {
padding: 96px 48px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 24px;
background: #FBFBFB
}

.strt .pg-open .txt-side .eyebrow {
font-size: 14px;
letter-spacing: .12em;
text-transform: uppercase;
color: #225475;
border-top: 2px solid #225475;
padding-top: 12px;
display: inline-block;
width: fit-content
}

.strt .pg-open .txt-side h1 {
font-size: 52px;
line-height: 1.1;
color: #225475;
margin: 0
}

.strt .pg-open .txt-side h1 span {
display: block
}

.strt .pg-open .txt-side .sub {
font-size: 18px;
line-height: 1.55;
color: #3a5f75;
max-width: 420px;
margin: 0
}

.strt .pg-open .txt-side .open-link {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 16px;
color: #225475;
border: 1.5px solid #225475;
border-radius: 4px;
padding: 12px 24px;
text-decoration: none;
width: fit-content;
transition: padding .22s ease-out, background .18s ease-out, color .18s ease-out
}

.strt .pg-open .txt-side .open-link:hover {
background: #225475;
color: #FBFBFB;
padding: 12px 36px
}

.strt .pg-open .img-side {
position: relative;
overflow: hidden;
background: #1a3a50
}

.strt .pg-open .img-side img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
opacity: .82
}

.strt .pg-open .img-side .scanline {
position: absolute;
inset: 0;
background: repeating-linear-gradient(0deg, #22547512 0px, #22547512 1px, transparent 1px, transparent 4px);
pointer-events: none
}

.strt .pg-open .img-side .img-deco {
position: absolute;
bottom: 0;
right: 0;
width: 160px;
height: 160px;
background: linear-gradient(135deg, transparent 50%, #6faeca2e 50%);
pointer-events: none
}

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

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

.strt .who-fits {
background: #FBFBFB;
padding: 96px 48px;
border-top: 2px solid #6FAECA;
border-bottom: 2px solid #6FAECA
}

.strt .who-fits .wf-inner {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 48px;
align-items: start
}

.strt .who-fits h2 {
font-size: 36px;
line-height: 1.1;
color: #225475;
margin: 0
}

.strt .who-fits h2 span {
display: block
}

.strt .who-fits .wf-right {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px
}

.strt .who-fits .wf-card {
border: 1.5px solid #d0dde5;
border-radius: 12px;
padding: 24px;
background: #fff;
box-shadow: 0 3px 2px 0 #2254750d;
position: relative;
overflow: hidden
}

.strt .who-fits .wf-card::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 48px;
height: 48px;
background: linear-gradient(135deg, transparent 50%, #6FAECA 50%);
border-radius: 0 12px 0 0;
pointer-events: none
}

.strt .who-fits .wf-card.no-fit {
border-color: #c9d8e0;
opacity: .72
}

.strt .who-fits .wf-card.no-fit::before {
background: linear-gradient(135deg, transparent 50%, #b0c8d8 50%)
}

.strt .who-fits .wf-card h5 {
font-size: 14px;
letter-spacing: .1em;
text-transform: uppercase;
color: #225475;
margin: 0 0 12px
}

.strt .who-fits .wf-card ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 8px
}

.strt .who-fits .wf-card ul li {
font-size: 16px;
line-height: 1.55;
color: #2e4f62;
padding-left: 16px;
position: relative
}

.strt .who-fits .wf-card ul li::before {
content: '';
position: absolute;
left: 0;
top: 9px;
width: 6px;
height: 6px;
border-right: 1.5px solid #6FAECA;
border-top: 1.5px solid #6FAECA;
transform: rotate(45deg)
}

.strt .gap-blk {
background: #1b3f57;
padding: 96px 48px
}

.strt .gap-blk .gap-inner {
display: grid;
grid-template-columns: 3fr 2fr;
gap: 48px;
align-items: center
}

.strt .gap-blk h2 {
font-size: 52px;
line-height: 1.1;
color: #FBFBFB;
margin: 0 0 24px
}

.strt .gap-blk .gap-desc {
font-size: 18px;
line-height: 1.55;
color: #9fc8de;
margin: 0 0 24px
}

.strt .gap-blk .gap-note {
font-size: 16px;
line-height: 1.55;
color: #7aafc8;
margin: 0
}

.strt .gap-blk .gap-img-wrap {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 12px 60px 0 #22547521
}

.strt .gap-blk .gap-img-wrap img {
width: 100%;
height: 360px;
object-fit: cover;
display: block;
transition: transform .45s ease-out
}

.strt .gap-blk .gap-img-wrap:hover img {
transform: scale(1.04)
}

.strt .approach-blk {
background: #FBFBFB;
padding: 96px 48px
}

.strt .approach-blk .ap-top {
text-align: center;
margin-bottom: 48px
}

.strt .approach-blk .ap-top h2 {
font-size: 36px;
line-height: 1.1;
color: #225475;
margin: 0 0 12px
}

.strt .approach-blk .ap-top p {
font-size: 18px;
line-height: 1.55;
color: #3a5f75;
max-width: 560px;
margin: 0 auto
}

.strt .approach-blk .ap-cols {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px
}

.strt .approach-blk .ap-item {
border-top: 3px solid #225475;
padding: 24px 0 0
}

.strt .approach-blk .ap-item .ap-num {
font-size: 36px;
line-height: 1.1;
color: #6FAECA;
font-weight: 700;
margin: 0 0 12px
}

.strt .approach-blk .ap-item h4 {
font-size: 18px;
line-height: 1.3;
color: #225475;
margin: 0 0 12px
}

.strt .approach-blk .ap-item p {
font-size: 16px;
line-height: 1.55;
color: #3a5f75;
margin: 0
}

.strt .journey-blk {
padding: 96px 48px;
background: linear-gradient(158deg, #eaf3f8 0%, #f5f9fb 100%)
}

.strt .journey-blk .jrn-grid {
display: grid;
grid-template-columns: 2fr 3fr;
gap: 48px;
align-items: start
}

.strt .journey-blk h2 {
font-size: 36px;
line-height: 1.1;
color: #225475;
margin: 0 0 24px
}

.strt .journey-blk h2 span {
display: block
}

.strt .journey-blk .jrn-aside p {
font-size: 16px;
line-height: 1.55;
color: #3a5f75;
margin: 0 0 24px
}

.strt .journey-blk .jrn-img-wrap {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 6px 22px 0 #2254751c
}

.strt .journey-blk .jrn-img-wrap img {
width: 100%;
height: 420px;
object-fit: cover;
display: block;
transition: transform .38s ease-out
}

.strt .journey-blk .jrn-img-wrap:hover img {
transform: scale(1.03)
}

.strt .journey-blk .phases {
display: flex;
flex-direction: column;
gap: 24px
}

.strt .journey-blk .phase-row {
display: flex;
flex-direction: row;
gap: 24px;
align-items: flex-start;
padding: 24px;
background: #fff;
border-radius: 12px;
box-shadow: 0 3px 2px 0 #2254750d
}

.strt .journey-blk .phase-num {
font-size: 24px;
line-height: 1.1;
color: #6FAECA;
font-weight: 700;
min-width: 36px
}

.strt .journey-blk .phase-txt h5 {
font-size: 16px;
color: #225475;
margin: 0 0 8px;
font-weight: 600
}

.strt .journey-blk .phase-txt p {
font-size: 14px;
line-height: 1.55;
color: #3a5f75;
margin: 0
}

.strt .longval-blk {
background: #1b3f57;
padding: 96px 48px;
position: relative
}

.strt .longval-blk .lv-stripe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: repeating-linear-gradient(-62deg, #6faeca0a 0px, #6faeca0a 1px, transparent 1px, transparent 48px);
pointer-events: none
}

.strt .longval-blk .lv-inner {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 48px;
align-items: start;
position: relative
}

.strt .longval-blk h2 {
font-size: 36px;
line-height: 1.1;
color: #FBFBFB;
margin: 0
}

.strt .longval-blk h2 span {
display: block
}

.strt .longval-blk .lv-items {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px
}

.strt .longval-blk .lv-item {
border-radius: 12px;
padding: 24px;
background: #6faeca17;
border: 1px solid #6faeca33
}

.strt .longval-blk .lv-item h5 {
font-size: 16px;
color: #6FAECA;
margin: 0 0 8px
}

.strt .longval-blk .lv-item p {
font-size: 14px;
line-height: 1.55;
color: #9fc8de;
margin: 0
}

.strt .conditions-blk {
background: #FBFBFB;
padding: 96px 48px;
border-top: 2px solid #225475
}

.strt .conditions-blk .cond-inner {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 48px;
align-items: start
}

.strt .conditions-blk h2 {
font-size: 36px;
line-height: 1.1;
color: #225475;
margin: 0 0 24px
}

.strt .conditions-blk h2 span {
display: block
}

.strt .conditions-blk .cond-body p {
font-size: 16px;
line-height: 1.55;
color: #3a5f75;
margin: 0 0 24px
}

.strt .conditions-blk .cond-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px
}

.strt .conditions-blk .cond-list li {
font-size: 16px;
line-height: 1.55;
color: #2e4f62;
padding-left: 20px;
position: relative
}

.strt .conditions-blk .cond-list li::before {
content: '';
position: absolute;
left: 0;
top: 9px;
width: 7px;
height: 7px;
border-right: 2px solid #225475;
border-top: 2px solid #225475;
transform: rotate(45deg)
}

.strt .conditions-blk .cond-aside {
display: flex;
flex-direction: column;
gap: 24px
}

.strt .conditions-blk .cond-img-wrap {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 6px 22px 0 #2254751c
}

.strt .conditions-blk .cond-img-wrap img {
width: 100%;
height: 280px;
object-fit: cover;
display: block;
transition: transform .42s ease-out
}

.strt .conditions-blk .cond-img-wrap:hover img {
transform: scale(1.04)
}

.strt .conditions-blk .cond-note {
font-size: 14px;
line-height: 1.75;
color: #5a7f96;
border-radius: 4px;
background: linear-gradient(158deg, #eaf3f8 0%, #f5f9fb 100%);
padding: 24px
}

@keyframes clipReveal {
from {
clip-path: inset(0 100% 0 0)
}

to {
clip-path: inset(0 0% 0 0)
}
}

.strt .pg-open .txt-side h1 {
animation: clipReveal .45s ease-out both
}

.strt .pg-open .txt-side .sub {
animation: clipReveal .38s .15s ease-out both
}

.strt .pg-open .txt-side .open-link {
animation: clipReveal .32s .28s ease-out both
}

@media (max-width: 1024px) {
.strt .pg-open {
grid-template-columns: 1fr
}

.strt .pg-open .img-side {
height: 320px
}

.strt .who-fits .wf-inner {
grid-template-columns: 1fr
}

.strt .gap-blk .gap-inner {
grid-template-columns: 1fr
}

.strt .approach-blk .ap-cols {
grid-template-columns: 1fr 1fr
}

.strt .journey-blk .jrn-grid {
grid-template-columns: 1fr
}

.strt .longval-blk .lv-inner {
grid-template-columns: 1fr
}

.strt .conditions-blk .cond-inner {
grid-template-columns: 1fr
}
}

@media (max-width: 768px) {
.strt .pg-open .txt-side {
padding: 48px 24px
}

.strt .pg-open .txt-side h1 {
font-size: 36px
}

.strt .who-fits {
padding: 48px 24px
}

.strt .who-fits .wf-right {
grid-template-columns: 1fr
}

.strt .gap-blk {
padding: 48px 24px
}

.strt .gap-blk h2 {
font-size: 36px
}

.strt .approach-blk {
padding: 48px 24px
}

.strt .approach-blk .ap-cols {
grid-template-columns: 1fr
}

.strt .journey-blk {
padding: 48px 24px
}

.strt .longval-blk {
padding: 48px 24px
}

.strt .longval-blk .lv-items {
grid-template-columns: 1fr
}

.strt .conditions-blk {
padding: 48px 24px
}
}

@media (max-width: 640px) {
.strt .pg-open .txt-side h1 {
font-size: 36px
}

.strt .gap-blk h2 {
font-size: 24px
}
}

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

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

.lrn-prog ::selection {
background: linear-gradient(90deg, #225475, #6FAECA);
color: #FBFBFB;
background: linear-gradient(90deg, #225475, #6FAECA);
color: #FBFBFB
}

.lrn-prog .top-split {
display: grid;
grid-template-columns: 1fr 1fr;
min-height: 520px
}

.lrn-prog .top-left {
background: #225475;
padding: 96px 48px 48px;
position: relative;
overflow: hidden
}

.lrn-prog .dot-field {
position: absolute;
inset: 0;
pointer-events: none
}

.lrn-prog .dot-field span {
position: absolute;
width: 3px;
height: 3px;
border-radius: 50%;
background: #6FAECA;
opacity: .18
}

.lrn-prog .top-left .eyebrow {
display: block;
font-size: 14px;
letter-spacing: .12em;
text-transform: uppercase;
color: #6FAECA;
margin-bottom: 24px
}

.lrn-prog .top-left h1 {
font-size: 52px;
line-height: 1.1;
color: #FBFBFB;
margin: 0 0 24px
}

.lrn-prog .top-left h1 span {
display: block
}

.lrn-prog .top-tagline {
font-size: 18px;
line-height: 1.55;
color: #fbfbfbc7;
margin: 0 0 48px;
max-width: 380px
}

.lrn-prog .act-links {
display: flex;
flex-direction: row;
gap: 12px;
flex-wrap: wrap
}

.lrn-prog .act-links a {
display: inline-block;
font-size: 16px;
padding: 12px 24px;
border-radius: 4px;
text-decoration: none;
border: 1.5px solid #6FAECA;
color: #6FAECA;
background: transparent;
transition: padding .22s ease-out, background .18s ease-out, color .18s ease-out
}

.lrn-prog .act-links a:hover {
background: #6FAECA;
color: #225475;
padding-left: 32px;
padding-right: 32px
}

.lrn-prog .act-links a.prim {
background: #6FAECA;
color: #225475;
border-color: #6FAECA
}

.lrn-prog .act-links a.prim:hover {
background: transparent;
color: #6FAECA
}

.lrn-prog .top-right {
background: #FBFBFB;
position: relative;
overflow: hidden;
display: flex;
align-items: stretch
}

.lrn-prog .top-img-wrap {
width: 100%;
height: 100%;
position: relative;
overflow: hidden
}

.lrn-prog .top-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: grayscale(20%);
transition: filter .35s ease-out
}

.lrn-prog .top-img-wrap::after {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 0% 0%, #22547561 0%, transparent 60%), radial-gradient(ellipse at 100% 100%, #22547547 0%, transparent 55%);
pointer-events: none
}

.lrn-prog .top-img-wrap:hover img {
filter: grayscale(0%)
}

.lrn-prog .prog-struct {
background: #FBFBFB;
padding: 96px 0 48px;
position: relative
}

.lrn-prog .prog-struct::before {
content: "";
display: block;
height: 40px;
background: #225475;
clip-path: ellipse(55% 100% at 50% 0%);
margin-bottom: 48px
}

.lrn-prog .struct-label {
display: block;
font-size: 14px;
letter-spacing: .1em;
text-transform: uppercase;
color: #225475;
margin-bottom: 12px
}

.lrn-prog .struct-head {
font-size: 36px;
line-height: 1.1;
color: #225475;
margin: 0 0 48px;
max-width: 560px
}

.lrn-prog .struct-head span {
display: block
}

.lrn-prog .four-col {
display: grid;
grid-template-columns: 220px 1fr 1fr 1fr;
gap: 24px;
align-items: start
}

.lrn-prog .col-accent {
background: #225475;
border-radius: 12px;
padding: 48px 24px;
color: #FBFBFB;
box-shadow: 0 12px 60px 0 #22547521;
display: flex;
flex-direction: column;
gap: 24px
}

.lrn-prog .col-accent .big-num {
font-size: 70px;
line-height: 1.1;
color: #6FAECA;
font-weight: 700
}

.lrn-prog .col-accent .acc-label {
font-size: 16px;
line-height: 1.55;
color: #fbfbfbd1
}

.lrn-prog .mod-card {
border: 1.5px solid #22547524;
border-radius: 12px;
padding: 24px;
background: #fff;
box-shadow: 0 3px 2px 0 #2254750d;
transition: box-shadow .25s ease-out, border-color .2s ease-out
}

.lrn-prog .mod-card:hover {
box-shadow: 0 6px 22px 0 #2254751c;
border-color: #6faeca73
}

.lrn-prog .mod-num {
font-size: 14px;
letter-spacing: .1em;
text-transform: uppercase;
color: #6FAECA;
margin-bottom: 8px
}

.lrn-prog .mod-card h4 {
font-size: 18px;
line-height: 1.3;
color: #225475;
margin: 0 0 12px
}

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

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

.lrn-prog .mod-list li {
font-size: 14px;
line-height: 1.55;
color: #4a6a7e;
padding-left: 16px;
position: relative
}

.lrn-prog .mod-list li::before {
content: "";
position: absolute;
left: 0;
top: 8px;
width: 6px;
height: 6px;
border-right: 1.5px solid #6FAECA;
border-top: 1.5px solid #6FAECA;
transform: rotate(45deg)
}

.lrn-prog .how-works {
padding: 96px 0;
background: linear-gradient(158deg, #e8f2f8 0%, #f5f9fb 60%, #FBFBFB 100%);
position: relative
}

.lrn-prog .how-works .pg-wrap {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 96px;
align-items: start
}

.lrn-prog .hw-left .hw-label {
display: block;
font-size: 14px;
letter-spacing: .1em;
text-transform: uppercase;
color: #6FAECA;
margin-bottom: 12px
}

.lrn-prog .hw-left h2 {
font-size: 36px;
line-height: 1.1;
color: #225475;
margin: 0 0 24px
}

.lrn-prog .hw-left h2 span {
display: block
}

.lrn-prog .hw-left p {
font-size: 16px;
line-height: 1.75;
color: #3a5a6e;
margin: 0 0 24px
}

.lrn-prog .step-list {
display: flex;
flex-direction: column;
gap: 24px;
margin-top: 24px
}

.lrn-prog .step-item {
display: flex;
flex-direction: row;
gap: 16px;
align-items: flex-start
}

.lrn-prog .step-num {
flex-shrink: 0;
width: 36px;
height: 36px;
border-radius: 4px;
background: #225475;
color: #6FAECA;
font-size: 16px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center
}

.lrn-prog .step-body h5 {
font-size: 16px;
line-height: 1.3;
color: #225475;
margin: 0 0 4px
}

.lrn-prog .step-body p {
font-size: 14px;
line-height: 1.55;
color: #4a6a7e;
margin: 0
}

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

.lrn-prog .detail-panel {
background: #fff;
border-radius: 12px;
padding: 24px;
box-shadow: 0 6px 22px 0 #2254751c;
border-top: 3px solid #6FAECA
}

.lrn-prog .detail-panel h5 {
font-size: 18px;
line-height: 1.3;
color: #225475;
margin: 0 0 8px
}

.lrn-prog .detail-panel p {
font-size: 16px;
line-height: 1.55;
color: #3a5a6e;
margin: 0
}

.lrn-prog .metrics-row {
display: flex;
flex-direction: row;
gap: 12px
}

.lrn-prog .metric-box {
flex: 1;
background: #225475;
border-radius: 12px;
padding: 24px 12px;
text-align: center;
box-shadow: 0 3px 2px 0 #2254750d
}

.lrn-prog .metric-val {
display: block;
font-size: 36px;
line-height: 1.1;
color: #6FAECA;
font-weight: 700
}

.lrn-prog .metric-desc {
display: block;
font-size: 14px;
line-height: 1.3;
color: #fbfbfbc7;
margin-top: 8px
}

.lrn-prog .faq-area {
padding: 96px 0;
background: #fff;
position: relative
}

.lrn-prog .faq-area::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, transparent 0%, #6FAECA 40%, #225475 60%, transparent 100%)
}

.lrn-prog .faq-area .pg-wrap {
display: grid;
grid-template-columns: 320px 1fr;
gap: 96px;
align-items: start
}

.lrn-prog .faq-intro .faq-label {
display: block;
font-size: 14px;
letter-spacing: .1em;
text-transform: uppercase;
color: #225475;
margin-bottom: 12px
}

.lrn-prog .faq-intro h2 {
font-size: 36px;
line-height: 1.1;
color: #225475;
margin: 0 0 24px
}

.lrn-prog .faq-intro h2 span {
display: block
}

.lrn-prog .faq-intro p {
font-size: 16px;
line-height: 1.75;
color: #3a5a6e;
margin: 0
}

.lrn-prog .faq-list {
display: flex;
flex-direction: column;
gap: 4px
}

.lrn-prog .faq-item {
border-radius: 4px;
border: 1.5px solid #2254751f;
overflow: hidden;
background: #FBFBFB;
transition: border-color .2s ease-out
}

.lrn-prog .faq-item:hover {
border-color: #6faeca80
}

.lrn-prog .faq-item summary {
padding: 20px 24px;
font-size: 16px;
line-height: 1.3;
color: #225475;
font-weight: 600;
cursor: pointer;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 12px;
transition: background .18s ease-out
}

.lrn-prog .faq-item summary::-webkit-details-marker {
display: none
}

.lrn-prog .faq-item summary:hover {
background: #6faeca14
}

.lrn-prog .faq-chevron {
flex-shrink: 0;
width: 18px;
height: 18px;
border-right: 2px solid #6FAECA;
border-bottom: 2px solid #6FAECA;
transform: rotate(45deg);
transition: transform .22s ease-out;
margin-top: -4px
}

.lrn-prog .faq-item[open] .faq-chevron {
transform: rotate(-135deg);
margin-top: 4px
}

.lrn-prog .faq-ans {
padding: 0 24px 20px;
font-size: 16px;
line-height: 1.75;
color: #3a5a6e
}

@keyframes bg-flicker {

0%,
100% {
opacity: 1
}

48% {
opacity: .97
}

52% {
opacity: .94
}

55% {
opacity: .98
}
}

.lrn-prog .prog-struct {
animation: bg-flicker 9s ease-out infinite
}

@media (max-width: 1024px) {
.lrn-prog .four-col {
grid-template-columns: 1fr 1fr
}

.lrn-prog .col-accent {
grid-column: span 2;
flex-direction: row;
align-items: center
}

.lrn-prog .how-works .pg-wrap {
grid-template-columns: 1fr;
gap: 48px
}

.lrn-prog .faq-area .pg-wrap {
grid-template-columns: 1fr;
gap: 48px
}
}

@media (max-width: 768px) {
.lrn-prog .top-split {
grid-template-columns: 1fr
}

.lrn-prog .top-right {
min-height: 280px
}

.lrn-prog .top-left {
padding: 48px 24px
}

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

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

.lrn-prog .col-accent {
grid-column: span 1;
flex-direction: column
}

.lrn-prog .metrics-row {
flex-direction: column
}

.lrn-prog .struct-head {
font-size: 24px
}
}

@media (max-width: 640px) {
.lrn-prog .top-left h1 {
font-size: 36px
}

.lrn-prog .act-links {
flex-direction: column
}

.lrn-prog .hw-left h2,
.lrn-prog .faq-intro h2 {
font-size: 24px
}
}

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

.cont-pg .split-top {
display: grid;
grid-template-columns: 1fr 1fr;
min-height: 520px
}

.cont-pg .split-left {
background: #225475;
padding: 96px 48px;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between
}

.cont-pg .split-left::before {
content: '';
position: absolute;
top: 16px;
left: 16px;
right: 16px;
bottom: 16px;
border: 1px solid #6faeca40;
border-radius: 4px;
pointer-events: none
}

.cont-pg .split-left::after {
content: '';
position: absolute;
top: 16px;
left: 16px;
width: 24px;
height: 24px;
border-top: 2px solid #6FAECA;
border-left: 2px solid #6FAECA;
border-radius: 2px 0 0 0;
pointer-events: none
}

.cont-pg .corner-br {
position: absolute;
bottom: 16px;
right: 16px;
width: 24px;
height: 24px;
border-bottom: 2px solid #6FAECA;
border-right: 2px solid #6FAECA;
border-radius: 0 0 2px 0;
pointer-events: none
}

.cont-pg .reach-label {
font-size: 14px;
letter-spacing: .12em;
text-transform: uppercase;
color: #6FAECA;
margin-bottom: 24px;
display: block
}

.cont-pg .reach-heading {
font-size: 52px;
line-height: 1.1;
color: #FBFBFB;
margin: 0 0 48px
}

.cont-pg .reach-heading span {
display: block
}

.cont-pg .contact-items {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 24px
}

.cont-pg .contact-items li {
display: flex;
flex-direction: column;
gap: 4px
}

.cont-pg .ci-label {
font-size: 14px;
color: #6faecab3;
text-transform: uppercase;
letter-spacing: .08em
}

.cont-pg .ci-val {
font-size: 16px;
color: #FBFBFB;
line-height: 1.55;
text-decoration: none;
transition: color .22s ease-out
}

.cont-pg .ci-val:hover {
color: #6FAECA
}

.cont-pg .split-right {
background: #FBFBFB;
padding: 96px 48px;
display: flex;
flex-direction: column;
justify-content: center
}

.cont-pg .form-eyebrow {
font-size: 14px;
color: #225475;
text-transform: uppercase;
letter-spacing: .1em;
margin-bottom: 12px
}

.cont-pg .form-title {
font-size: 36px;
line-height: 1.1;
color: #225475;
margin: 0 0 48px
}

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

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

.cont-pg .field-grp label {
font-size: 14px;
color: #225475;
letter-spacing: .04em
}

.cont-pg .reach-form input[type="email"],
.cont-pg .reach-form select {
width: 100%;
padding: 12px 16px;
border: 1px solid #22547540;
border-radius: 4px;
background: #fff;
color: #225475;
font-size: 16px;
line-height: 1.55;
box-shadow: 0 3px 2px 0 #2254750d;
transition: border-color .22s ease-out, box-shadow .18s ease-out;
appearance: none;
-webkit-appearance: none
}

.cont-pg .reach-form input[type="email"]::placeholder {
color: #22547561
}

.cont-pg .reach-form input[type="email"]:focus,
.cont-pg .reach-form select:focus {
outline: none;
border-color: #6FAECA;
box-shadow: 0 6px 22px 0 #2254751c
}

.cont-pg .slot-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px
}

.cont-pg .slot-opt {
position: relative
}

.cont-pg .slot-opt input[type="radio"] {
position: absolute;
opacity: 0;
width: 0;
height: 0
}

.cont-pg .slot-opt label {
display: flex;
flex-direction: column;
gap: 4px;
padding: 12px 16px;
border: 1px solid #22547533;
border-radius: 4px;
cursor: pointer;
transition: border-color .2s ease-out, background .2s ease-out, box-shadow .18s ease-out;
background: #fff
}

.cont-pg .slot-opt input[type="radio"]:checked+label {
border-color: #225475;
background: #2254750d;
box-shadow: 0 3px 2px 0 #2254750d
}

.cont-pg .slot-opt label:hover {
border-color: #6FAECA
}

.cont-pg .slot-day {
font-size: 14px;
color: #225475;
font-weight: 600
}

.cont-pg .slot-time {
font-size: 14px;
color: #22547599
}

.cont-pg .privacy-row {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px
}

.cont-pg .privacy-row input[type="checkbox"] {
margin-top: 3px;
flex-shrink: 0;
accent-color: #225475;
width: 16px;
height: 16px;
cursor: pointer
}

.cont-pg .privacy-row span {
font-size: 14px;
color: #225475bf;
line-height: 1.55
}

.cont-pg .privacy-row a {
color: #225475;
text-decoration: underline;
text-underline-offset: 2px
}

.cont-pg .submit-btn {
align-self: flex-start;
padding: 12px 48px;
border: 1.5px solid #225475;
border-radius: 4px;
background: transparent;
color: #225475;
font-size: 16px;
cursor: pointer;
letter-spacing: .06em;
transition: padding .25s ease-out, background .2s ease-out, color .2s ease-out;
box-shadow: 0 3px 2px 0 #2254750d
}

.cont-pg .submit-btn:hover {
padding: 12px 64px;
background: #225475;
color: #FBFBFB;
box-shadow: 0 6px 22px 0 #2254751c
}

.cont-pg .submit-btn:focus {
outline: 2px solid #6FAECA;
outline-offset: 3px
}

.cont-pg .divider-double {
display: flex;
flex-direction: column;
gap: 4px;
padding: 0 48px;
margin: 0
}

.cont-pg .divider-double span {
display: block;
height: 1px;
background: #2254751f
}

.cont-pg .digest-strip {
padding: 48px;
background: linear-gradient(170deg, #6faeca1f 0%, #fff 60%);
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 48px;
align-items: center
}

.cont-pg .digest-text h4 {
font-size: 24px;
line-height: 1.3;
color: #225475;
margin: 0 0 8px
}

.cont-pg .digest-text p {
font-size: 16px;
line-height: 1.55;
color: #225475b3;
margin: 0
}

.cont-pg .digest-link {
display: inline-block;
padding: 12px 24px;
border: 1.5px solid #225475;
border-radius: 4px;
color: #225475;
font-size: 16px;
text-decoration: none;
text-align: center;
transition: padding .28s ease-out, background .22s ease-out, color .22s ease-out
}

.cont-pg .digest-link:hover {
padding: 12px 36px;
background: #225475;
color: #FBFBFB
}

.cont-pg .path-visual {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
justify-content: center
}

.cont-pg .path-icon {
width: 40px;
height: 40px;
border: 1.5px solid #6FAECA;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.cont-pg .path-icon svg {
width: 18px;
height: 18px
}

.cont-pg .path-dash {
flex: 1;
border-top: 1.5px dashed #2254754d;
min-width: 16px
}

@media (max-width: 1024px) {
.cont-pg .split-top {
grid-template-columns: 1fr
}

.cont-pg .split-left {
padding: 48px 24px
}

.cont-pg .split-right {
padding: 48px 24px
}

.cont-pg .reach-heading {
font-size: 36px
}

.cont-pg .digest-strip {
grid-template-columns: 1fr;
gap: 24px;
padding: 48px 24px
}

.cont-pg .path-visual {
display: none
}
}

@media (max-width: 768px) {
.cont-pg .slot-grid {
grid-template-columns: 1fr
}

.cont-pg .divider-double {
padding: 0 24px
}
}

@media (max-width: 640px) {

.cont-pg .split-left,
.cont-pg .split-right {
padding: 48px 24px
}

.cont-pg .form-title {
font-size: 24px
}
}

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

.gds-pg .grad-line {
height: 3px;
background: linear-gradient(90deg, #225475, #6FAECA);
border: none;
margin: 0
}

.gds-pg .top-band {
padding: 96px 48px 48px;
position: relative;
background: #FBFBFB;
display: flex;
flex-direction: column;
align-items: center;
text-align: center
}

.gds-pg .top-band .eyebrow {
font-size: 14px;
letter-spacing: .12em;
text-transform: uppercase;
color: #6FAECA;
margin-bottom: 24px;
display: block
}

.gds-pg .top-band .img-wrap {
position: relative;
width: 100%;
max-width: 860px;
border-radius: 12px;
overflow: hidden;
margin-bottom: 48px;
box-shadow: 0 6px 22px 0 #2254751c
}

.gds-pg .top-band .img-wrap img {
width: 100%;
height: 420px;
object-fit: cover;
display: block;
border-radius: 12px
}

.gds-pg .top-band .img-tint {
position: absolute;
inset: 0;
background: #2254752e;
border-radius: 12px;
pointer-events: none
}

.gds-pg .top-band .deco-ring {
position: absolute;
top: -60px;
left: 50%;
transform: translateX(-50%);
width: 340px;
height: 340px;
border-radius: 20px;
border: 2px solid #6faeca2e;
pointer-events: none;
z-index: 0
}

.gds-pg .top-band .txt-below {
max-width: 720px;
position: relative;
z-index: 1
}

.gds-pg .top-band .txt-below h1 {
font-size: 52px;
line-height: 1.1;
color: #225475;
margin-bottom: 24px
}

.gds-pg .top-band .txt-below h1 span {
display: block
}

.gds-pg .top-band .txt-below p {
font-size: 18px;
line-height: 1.55;
color: #3a5a6e;
margin-bottom: 0
}

.gds-pg .mid-band {
padding: 96px 48px;
background: #fff;
position: relative
}

.gds-pg .mid-band .sec-label {
font-size: 14px;
letter-spacing: .12em;
text-transform: uppercase;
color: #6FAECA;
margin-bottom: 24px;
display: block
}

.gds-pg .mid-band .layout-split {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 96px;
align-items: start;
max-width: 1200px
}

.gds-pg .mid-band .left-col h2 {
font-size: 36px;
line-height: 1.1;
color: #225475;
margin-bottom: 24px
}

.gds-pg .mid-band .left-col h2 span {
display: block
}

.gds-pg .mid-band .left-col p {
font-size: 16px;
line-height: 1.55;
color: #3a5a6e
}

.gds-pg .mid-band .right-col {
display: flex;
flex-direction: column;
gap: 24px
}

.gds-pg .mid-band .guide-item {
border-radius: 12px;
padding: 24px;
background: #FBFBFB;
box-shadow: 0 3px 2px 0 #2254750d;
transition: box-shadow .22s ease-out, background .18s ease-out;
display: grid;
grid-template-columns: 48px 1fr;
gap: 24px;
align-items: start;
cursor: default
}

.gds-pg .mid-band .guide-item:hover {
box-shadow: 0 6px 22px 0 #2254751c;
background: #fff
}

.gds-pg .mid-band .guide-num {
font-size: 36px;
line-height: 1.1;
color: #6FAECA;
font-weight: 700
}

.gds-pg .mid-band .guide-body h4 {
font-size: 18px;
line-height: 1.3;
color: #225475;
margin-bottom: 8px
}

.gds-pg .mid-band .guide-body p {
font-size: 14px;
line-height: 1.55;
color: #3a5a6e;
margin: 0
}

.gds-pg .mid-band .guide-body .tag-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 8px;
margin-top: 12px
}

.gds-pg .mid-band .guide-body .tag {
font-size: 14px;
border: 1px solid #6FAECA;
color: #225475;
border-radius: 4px;
padding: 4px 8px
}

.gds-pg .deco-outline {
position: absolute;
right: -80px;
top: 50%;
transform: translateY(-50%);
width: 320px;
height: 320px;
border: 2px solid #6faeca21;
border-radius: 20px;
pointer-events: none
}

.gds-pg .bot-band {
padding: 96px 48px;
background: #FBFBFB;
position: relative
}

.gds-pg .bot-band .sec-label {
font-size: 14px;
letter-spacing: .12em;
text-transform: uppercase;
color: #6FAECA;
margin-bottom: 24px;
display: block
}

.gds-pg .bot-band h2 {
font-size: 36px;
line-height: 1.1;
color: #225475;
margin-bottom: 48px;
max-width: 560px
}

.gds-pg .bot-band h2 span {
display: block
}

.gds-pg .timeline-row {
display: flex;
flex-direction: row;
gap: 4px;
align-items: flex-start;
overflow-x: auto;
padding-bottom: 8px
}

.gds-pg .tl-step {
flex: 1;
min-width: 180px;
display: flex;
flex-direction: column;
align-items: center
}

.gds-pg .tl-dot-wrap {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
margin-bottom: 24px
}

.gds-pg .tl-dot {
width: 16px;
height: 16px;
border-radius: 20px;
background: #225475;
flex-shrink: 0;
transition: background .25s ease-out, transform .2s ease-out
}

.gds-pg .tl-step:hover .tl-dot {
background: #6FAECA;
transform: scale(1.3)
}

.gds-pg .tl-line {
flex: 1;
height: 2px;
background: linear-gradient(90deg, #225475, #6FAECA)
}

.gds-pg .tl-step:last-child .tl-line {
display: none
}

.gds-pg .tl-card {
background: #fff;
border-radius: 12px;
padding: 24px;
width: 100%;
box-shadow: 0 3px 2px 0 #2254750d;
transition: box-shadow .28s ease-out
}

.gds-pg .tl-step:hover .tl-card {
box-shadow: 0 12px 60px 0 #22547521
}

.gds-pg .tl-card h5 {
font-size: 16px;
line-height: 1.3;
color: #225475;
margin-bottom: 8px
}

.gds-pg .tl-card p {
font-size: 14px;
line-height: 1.55;
color: #3a5a6e;
margin: 0
}

.gds-pg .three-col {
display: grid;
grid-template-columns: 1fr 1.3fr 1fr;
gap: 24px;
margin-top: 48px;
align-items: start
}

.gds-pg .feat-card {
border-radius: 12px;
padding: 24px;
background: #fff;
box-shadow: 0 6px 22px 0 #2254751c;
display: flex;
flex-direction: column;
gap: 12px
}

.gds-pg .feat-card.tall {
padding: 48px 24px;
background: #225475
}

.gds-pg .feat-card.tall h4 {
color: #FBFBFB
}

.gds-pg .feat-card.tall p {
color: #fbfbfbcc
}

.gds-pg .feat-card h4 {
font-size: 18px;
line-height: 1.3;
color: #225475;
margin: 0
}

.gds-pg .feat-card p {
font-size: 14px;
line-height: 1.55;
color: #3a5a6e;
margin: 0
}

.gds-pg .feat-card .icon-row {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px
}

.gds-pg .feat-card .icon-sq {
width: 36px;
height: 36px;
border-radius: 4px;
background: #6faeca26;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.gds-pg .feat-card.tall .icon-sq {
background: #fbfbfb26
}

.gds-pg .feat-icon-cycle {
display: flex;
flex-direction: row;
gap: 8px;
flex-wrap: wrap;
margin-top: 12px
}

.gds-pg .cycle-dot {
width: 10px;
height: 10px;
border-radius: 20px;
background: #fbfbfb4d;
animation: dot-cycle 3s ease-out infinite
}

.gds-pg .cycle-dot:nth-child(1) {
animation-delay: 0s
}

.gds-pg .cycle-dot:nth-child(2) {
animation-delay: .5s
}

.gds-pg .cycle-dot:nth-child(3) {
animation-delay: 1s
}

.gds-pg .cycle-dot:nth-child(4) {
animation-delay: 1.5s
}

.gds-pg .cycle-dot:nth-child(5) {
animation-delay: 2s
}

@keyframes dot-cycle {

0%,
60%,
100% {
background: #fbfbfb40
}

30% {
background: #6FAECA;
transform: scale(1.5)
}
}

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

.gds-pg .arrow-list li {
font-size: 14px;
line-height: 1.55;
color: #3a5a6e;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 8px
}

.gds-pg .feat-card.tall .arrow-list li {
color: #fbfbfbcc
}

.gds-pg .arr {
color: #6FAECA;
flex-shrink: 0;
font-size: 14px;
line-height: 1.55
}

.gds-pg .feat-card.tall .arr {
color: #FBFBFB
}

@media (max-width: 1024px) {
.gds-pg .mid-band .layout-split {
grid-template-columns: 1fr;
gap: 48px
}

.gds-pg .three-col {
grid-template-columns: 1fr 1fr
}

.gds-pg .feat-card.tall {
grid-column: 1 / -1
}
}

@media (max-width: 768px) {
.gds-pg .top-band {
padding: 48px 24px
}

.gds-pg .top-band .txt-below h1 {
font-size: 36px
}

.gds-pg .top-band .img-wrap img {
height: 260px
}

.gds-pg .mid-band {
padding: 48px 24px
}

.gds-pg .bot-band {
padding: 48px 24px
}

.gds-pg .three-col {
grid-template-columns: 1fr
}

.gds-pg .timeline-row {
flex-direction: column;
gap: 24px
}

.gds-pg .tl-line {
display: none
}

.gds-pg .mid-band .guide-item {
grid-template-columns: 36px 1fr;
gap: 12px
}
}

@media (max-width: 640px) {
.gds-pg .top-band .txt-below h1 {
font-size: 24px
}

.gds-pg .mid-band .left-col h2 {
font-size: 24px
}

.gds-pg .bot-band h2 {
font-size: 24px
}
}

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

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

.success-page .icon-ring {
width: 72px;
height: 72px;
border-radius: 20px;
background: linear-gradient(135deg, #e8f3fa 0%, #d0e8f5 100%);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 48px;
box-shadow: 0 6px 22px 0 #2254751c
}

.success-page .icon-ring svg {
display: block
}

.success-page .success-heading {
font-size: 36px;
line-height: 1.1;
color: #225475;
margin: 0 0 24px;
letter-spacing: -.5px
}

.success-page .success-sub {
font-size: 18px;
line-height: 1.55;
color: #3a5f78;
margin: 0 0 48px
}

.success-page .success-divider {
width: 48px;
height: 2px;
background: linear-gradient(90deg, #225475 0%, #6FAECA 100%);
border-radius: 2px;
margin: 0 auto 48px
}

.success-page .success-note {
font-size: 14px;
line-height: 1.75;
color: #5a7a8e;
margin: 0 0 48px;
padding: 24px;
border-radius: 12px;
background: #fff;
box-shadow: 0 3px 2px 0 #2254750d
}

.success-page .back-btn {
display: inline-block;
padding: 12px 48px;
font-size: 16px;
line-height: 1.3;
color: #225475;
background: transparent;
border: 1.5px solid #225475;
border-radius: 4px;
text-decoration: none;
transition: padding .25s ease-out, background .2s ease-out, color .2s ease-out;
cursor: pointer
}

.success-page .back-btn:hover {
background: #225475;
color: #FBFBFB;
padding: 12px 56px
}

.success-page .back-btn:focus-visible {
outline: 2px solid #6FAECA;
outline-offset: 3px
}

@media (max-width: 640px) {
.success-page {
padding: 48px 24px
}

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

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