html {
box-sizing: border-box;
}

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

body {
margin: 0;
padding: 0;
overscroll-behavior: contain;
overflow-x: hidden;
font-family: 'Lexend', sans-serif;
}

.top-bar {
background: linear-gradient(135deg, #03897E 0%, #78AC9A 60%, #B6C79D 100%);
padding: 8px 40px;
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1600px;
margin: 0 auto;
}

.top-bar__descriptor {
color: #ffffff;
font-size: 15px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.04em;
text-transform: uppercase;
}

.top-bar__contact-strip {
display: flex;
align-items: center;
gap: 24px;
}

.top-bar__link {
color: #ffffff;
font-size: 15px;
font-weight: 400;
line-height: 1.6;
text-decoration: none;
position: relative;
padding-bottom: 2px;
}

.top-bar__link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background: #ffffff;
transition: width 0.25s ease-out;
}

@media (min-width: 768px) {
.top-bar__link:hover::after {
width: 100%;
}
}

.site-header {
background: #ffffff;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
position: relative;
}

.hd-plate {
max-width: 1600px;
margin: 0 auto;
padding: 24px 40px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}

.logo-hex-pod {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
position: relative;
width: 64px;
height: 64px;
}

.logo-hex-pod::before {
content: '';
position: absolute;
inset: 0;
background: #ffffff;
border: 2px solid #78AC9A;
box-shadow: 0 1px 3px 0 rgba(3, 137, 126, 0.05), 0 6px 22px 0 rgba(3, 137, 126, 0.10);
clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}

.logo-hex-pod img {
position: relative;
width: 44px;
height: 44px;
object-fit: contain;
display: block;
}

.nav-left,
.nav-right {
display: flex;
align-items: center;
gap: 4px;
flex-wrap: wrap;
}

.nav-left {
justify-content: flex-end;
}

.nav-right {
justify-content: flex-start;
}

.nav-item {
display: block;
color: #2a4a46;
font-size: 15px;
font-weight: 500;
line-height: 1.6;
text-decoration: none;
padding: 8px 16px;
border-radius: 7px;
position: relative;
min-height: 44px;
display: flex;
align-items: center;
}

.nav-item::after {
content: '';
position: absolute;
bottom: 6px;
left: 16px;
width: 0;
height: 2px;
background: #03897E;
border-radius: 4px;
}

@media (min-width: 768px) {
.nav-item:hover {
color: #03897E;
background: rgba(3, 137, 126, 0.05);
}

.nav-item:hover::after {
width: calc(100% - 32px);
transition: width 0.22s ease-out;
}
}

.nav-item:focus {
outline: none;
border: 2px solid #03897E;
background: rgba(3, 137, 126, 0.07);
}

.nav-item.active {
color: #03897E;
font-weight: 700;
}

.nav-item.active::after {
width: calc(100% - 32px);
}

.nav-cta {
background: #03897E;
color: #ffffff;
border-radius: 12px;
padding: 8px 24px;
font-size: 15px;
font-weight: 700;
line-height: 1.6;
text-decoration: none;
min-height: 44px;
display: flex;
align-items: center;
box-shadow: 0 1px 3px 0 rgba(3, 137, 126, 0.05), 0 6px 22px 0 rgba(3, 137, 126, 0.10);
}

@media (min-width: 768px) {
.nav-cta:hover {
background: #027a70;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
transition: background 0.18s ease-out, box-shadow 0.28s ease-out;
}
}

.nav-cta:active {
transform: scale(0.97);
}

.nav-cta:focus {
outline: none;
border: 2px solid #B6C79D;
background: #027a70;
}

@media (max-width: 767px) {
.top-bar {
padding: 8px 16px;
flex-direction: column;
gap: 8px;
align-items: flex-start;
}

.top-bar__contact-strip {
gap: 16px;
flex-wrap: wrap;
}

.hd-plate {
padding: 16px;
flex-wrap: wrap;
gap: 16px;
}

.nav-left,
.nav-right {
gap: 4px;
justify-content: center;
flex: 1 1 100%;
}

.logo-hex-pod {
margin: 0 auto;
}
}

@media (min-width: 375px) and (max-width: 767px) {
.nav-item {
font-size: 15px;
padding: 8px 12px;
}
}

.site-footer {
background: linear-gradient(160deg, #2a4a46 0%, #1e3632 100%);
padding: 80px 40px 40px;
}

.ft-plate {
max-width: 1600px;
margin: 0 auto;
}

.ft-deck {
display: flex;
gap: 80px;
align-items: flex-start;
margin-bottom: 80px;
}

.ft-brand-pod {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
flex-shrink: 0;
}

.ft-logo-hex {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 72px;
height: 72px;
}

.ft-logo-hex::before {
content: '';
position: absolute;
inset: 0;
background: #ffffff;
border: 2px solid #78AC9A;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}

.ft-logo-hex img {
position: relative;
width: 48px;
height: 48px;
object-fit: contain;
display: block;
}

.ft-brand-name {
color: #ffffff;
font-size: 21px;
font-weight: 700;
line-height: 1.1;
text-align: center;
}

.ft-brand-tag {
color: #B6C79D;
font-size: 15px;
font-weight: 400;
line-height: 1.6;
text-align: center;
max-width: 180px;
}

.ft-cols {
display: flex;
gap: 80px;
flex: 1;
}

.ft-col {
display: flex;
flex-direction: column;
gap: 16px;
flex: 1;
}

.ft-col__label {
color: #78AC9A;
font-size: 15px;
font-weight: 700;
line-height: 1.1;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 8px;
border-bottom: 1px solid rgba(120, 172, 154, 0.25);
padding-bottom: 8px;
}

.ft-nav-link {
color: #d4e8e3;
font-size: 15px;
font-weight: 400;
line-height: 1.6;
text-decoration: none;
position: relative;
padding-bottom: 2px;
display: inline-block;
}

.ft-nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background: #78AC9A;
}

@media (min-width: 768px) {
.ft-nav-link:hover {
color: #ffffff;
}

.ft-nav-link:hover::after {
width: 100%;
transition: width 0.20s ease-out;
}
}

.ft-nav-link:focus {
outline: none;
color: #ffffff;
border-bottom: 2px solid #78AC9A;
}

.ft-contact-item {
display: flex;
flex-direction: column;
gap: 4px;
}

.ft-contact-item__lbl {
color: #78AC9A;
font-size: 15px;
font-weight: 500;
line-height: 1.1;
}

.ft-contact-item__val {
color: #d4e8e3;
font-size: 15px;
font-weight: 400;
line-height: 1.6;
text-decoration: none;
position: relative;
padding-bottom: 2px;
display: inline-block;
}

.ft-contact-item__val::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background: #78AC9A;
}

@media (min-width: 768px) {
.ft-contact-item__val:hover {
color: #ffffff;
}

.ft-contact-item__val:hover::after {
width: 100%;
transition: width 0.22s ease-out;
}
}

.ft-contact-item__val:focus {
outline: none;
color: #ffffff;
border-bottom: 2px solid #78AC9A;
}

.ft-bottom {
border-top: 1px solid rgba(120, 172, 154, 0.20);
padding-top: 40px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
flex-wrap: wrap;
}

.ft-copy {
color: #78AC9A;
font-size: 15px;
font-weight: 400;
line-height: 1.6;
}

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

.ft-legal-link {
color: #78AC9A;
font-size: 15px;
font-weight: 400;
line-height: 1.6;
text-decoration: none;
position: relative;
padding-bottom: 2px;
}

.ft-legal-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background: #B6C79D;
}

@media (min-width: 768px) {
.ft-legal-link:hover {
color: #B6C79D;
}

.ft-legal-link:hover::after {
width: 100%;
transition: width 0.18s ease-out;
}
}

.ft-legal-link:focus {
outline: none;
color: #ffffff;
border-bottom: 2px solid #B6C79D;
}

@media (max-width: 767px) {
.site-footer {
padding: 40px 16px 24px;
}

.ft-deck {
flex-direction: column;
gap: 40px;
margin-bottom: 40px;
}

.ft-brand-pod {
align-items: flex-start;
}

.ft-cols {
flex-direction: column;
gap: 40px;
}

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

@media (min-width: 768px) and (max-width: 1365px) {
.ft-deck {
gap: 40px;
}

.ft-cols {
gap: 40px;
}
}

.consent-bar {
display: none;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #ffffff;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
border-top: 2px solid #78AC9A;
z-index: 2000;
transform: translateX(-100%);
transition: transform 0.22s ease-out;
}

.consent-bar.cb-visible {
transform: translateX(0);
}

.consent-bar__inner {
max-width: 1600px;
margin: 0 auto;
padding: 24px 40px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
flex-wrap: wrap;
}

.consent-bar__text-pod {
flex: 1;
min-width: 220px;
}

.consent-bar__hdl {
color: #2a4a46;
font-size: 17px;
font-weight: 700;
line-height: 1.1;
margin-bottom: 8px;
}

.consent-bar__desc {
color: #3a5a55;
font-size: 15px;
font-weight: 400;
line-height: 1.6;
margin-bottom: 8px;
}

.consent-bar__uses {
color: #3a5a55;
font-size: 15px;
font-weight: 400;
line-height: 1.6;
padding-left: 16px;
margin: 0;
}

.consent-bar__uses li {
margin-bottom: 4px;
}

.consent-bar__btns {
display: flex;
gap: 16px;
flex-shrink: 0;
flex-wrap: wrap;
}

.cb-btn {
min-width: 140px;
min-height: 44px;
padding: 8px 24px;
border-radius: 12px;
font-family: 'Lexend', sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 1.6;
cursor: pointer;
border: 2px solid #03897E;
transition: background 0.18s ease-out, color 0.18s ease-out;
}

.cb-btn:active {
transform: scale(0.97);
}

.cb-btn:focus {
outline: none;
background: #027a70;
color: #ffffff;
border-color: #B6C79D;
}

.cb-accept {
background: #03897E;
color: #ffffff;
}

.cb-accept:hover {
background: #027a70;
color: #ffffff;
}

.cb-decline {
background: #ffffff;
color: #03897E;
}

.cb-decline:hover {
background: rgba(3, 137, 126, 0.07);
color: #027a70;
}

@media (max-width: 767px) {
.consent-bar__inner {
padding: 16px;
flex-direction: column;
align-items: flex-start;
}

.consent-bar__btns {
width: 100%;
}

.cb-btn {
flex: 1;
}
}

.doc-section {
max-width: 1600px;
margin: 0 auto;
padding: 80px 40px;
}

.doc-section h1 {
font-size: 68px;
line-height: 1.1;
color: #03897E;
margin-bottom: 40px;
margin-top: 0;
}

.doc-section h2 {
font-size: 21px;
line-height: 1.1;
color: #03897E;
margin-top: 80px;
margin-bottom: 16px;
text-transform: uppercase;
letter-spacing: 0.08em;
}

.doc-section h3 {
font-size: 21px;
line-height: 1.6;
color: #1b5e58;
margin-top: 40px;
margin-bottom: 16px;
}

.doc-section h4 {
font-size: 17px;
line-height: 1.6;
color: #1b5e58;
margin-top: 24px;
margin-bottom: 8px;
}

.doc-section h5 {
font-size: 15px;
line-height: 1.6;
color: #2a7a72;
margin-top: 24px;
margin-bottom: 8px;
text-transform: uppercase;
letter-spacing: 0.06em;
}

.doc-section h6 {
font-size: 15px;
line-height: 1.6;
color: #2a7a72;
margin-top: 16px;
margin-bottom: 8px;
}

.doc-section p {
font-size: 17px;
line-height: 1.6;
color: #1e3a38;
margin-top: 0;
margin-bottom: 16px;
max-width: 72ch;
}

.doc-section ul,
.doc-section ol {
font-size: 17px;
line-height: 1.6;
color: #1e3a38;
margin-top: 0;
margin-bottom: 24px;
padding-left: 24px;
max-width: 72ch;
}

.doc-section ul {
list-style-type: disc;
}

.doc-section ol {
list-style-type: decimal;
}

.doc-section li {
font-size: 17px;
line-height: 1.6;
color: #1e3a38;
margin-bottom: 8px;
padding-left: 8px;
}

.doc-section li::marker {
color: #78AC9A;
}

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

.doc-section table {
width: 100%;
border-collapse: collapse;
margin-top: 24px;
margin-bottom: 40px;
font-size: 15px;
line-height: 1.6;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 1px 3px 0 rgba(3, 137, 126, 0.05), 0 6px 22px 0 rgba(3, 137, 126, 0.10);
}

.doc-section thead {
background-color: #03897E;
}

.doc-section thead th {
color: #ffffff;
font-size: 15px;
line-height: 1.6;
text-transform: uppercase;
letter-spacing: 0.06em;
padding: 16px 24px;
text-align: left;
border: none;
}

.doc-section tbody {
background-color: #ffffff;
}

.doc-section tbody tr {
border-bottom: 1px solid #d4e6e2;
transition: background-color 0.2s ease-out;
}

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

.doc-section tbody tr:hover {
background-color: #edf5f3;
}

.doc-section td {
font-size: 15px;
line-height: 1.6;
color: #1e3a38;
padding: 16px 24px;
vertical-align: top;
border: none;
}

.doc-section th {
font-size: 15px;
line-height: 1.6;
}

.doc-section hr {
border: none;
border-top: 2px solid #B6C79D;
margin-top: 40px;
margin-bottom: 40px;
border-radius: 4px;
}

@media (max-width: 768px) {
.doc-section {
padding: 40px 24px;
}

.doc-section h1 {
font-size: 21px;
margin-bottom: 24px;
}

.doc-section h2 {
font-size: 17px;
margin-top: 40px;
margin-bottom: 16px;
}

.doc-section h3 {
font-size: 17px;
margin-top: 24px;
}

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

.doc-section thead th,
.doc-section td {
padding: 16px;
white-space: nowrap;
}
}

@media (max-width: 375px) {
.doc-section {
padding: 24px 16px;
}

.doc-section h1 {
font-size: 21px;
}

.doc-section p,
.doc-section ul,
.doc-section ol {
font-size: 15px;
}

.doc-section li {
font-size: 15px;
}
}

.sst {
max-width: 1600px;
margin: 0 auto;
overflow-x: clip;
}

.sst .str-decor {
display: flex;
flex-direction: column;
gap: 4px;
position: absolute;
top: 40px;
right: 40px;
pointer-events: none;
}

.sst .str-decor span {
display: block;
width: 32px;
height: 3px;
background: #78AC9A;
border-radius: 4px;
opacity: 0.5;
}

.sst .str-decor span:nth-child(2) {
width: 22px;
}

.sst .str-decor span:nth-child(3) {
width: 28px;
}

.sst .str-decor span:nth-child(4) {
width: 18px;
}

.sst .lead-blk {
position: relative;
padding: 80px 40px 80px;
background: #f4f7f5;
}

.sst .lead-img-wrap {
position: relative;
border-radius: 20px;
overflow: hidden;
margin-bottom: 40px;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
}

.sst .lead-img-wrap img {
width: 100%;
height: 420px;
object-fit: cover;
display: block;
border-radius: 20px;
transition: transform 0.45s ease-out;
}

.sst .lead-img-wrap:hover img {
transform: scale(1.04);
}

.sst .lead-img-vignette {
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(3, 137, 126, 0.08) 0%, rgba(3, 137, 126, 0.38) 100%);
border-radius: 20px;
pointer-events: none;
}

.sst .lead-bg-num {
position: absolute;
bottom: 80px;
left: 16px;
font-size: 160px;
font-weight: 900;
color: #78AC9A;
opacity: 0.07;
line-height: 1.1;
pointer-events: none;
user-select: none;
letter-spacing: -8px;
}

.sst .lead-txt {
max-width: 820px;
margin: 0 auto;
text-align: center;
}

.sst .lead-tag {
display: inline-block;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #03897E;
background: rgba(3, 137, 126, 0.09);
border-radius: 7px;
padding: 4px 16px;
margin-bottom: 24px;
}

.sst .lead-h1 {
font-size: 68px;
font-weight: 900;
line-height: 1.1;
color: #1b2e2b;
margin-bottom: 24px;
letter-spacing: -1px;
}

.sst .lead-h1 .acc-word {
color: #03897E;
position: relative;
display: inline-block;
}

.sst .lead-sub {
font-size: 21px;
line-height: 1.6;
color: #3d5450;
text-align: left;
max-width: 640px;
margin: 0 auto 40px;
}

.sst .lead-split {
display: flex;
flex-direction: row;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
}

.sst .lead-stat {
background: #fff;
border-radius: 12px;
padding: 24px 40px;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
text-align: center;
min-width: 160px;
}

.sst .lead-stat-num {
font-size: 68px;
font-weight: 900;
line-height: 1.1;
color: #03897E;
display: block;
}

.sst .lead-stat-lbl {
font-size: 15px;
color: #5a7570;
line-height: 1.6;
display: block;
margin-top: 4px;
}

.sst .sec-divider-dot {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
padding: 24px 0;
}

.sst .sec-divider-dot span {
width: 6px;
height: 6px;
border-radius: 36px;
background: #78AC9A;
display: block;
opacity: 0.5;
}

.sst .sec-divider-dot span:nth-child(even) {
opacity: 0.25;
}

.sst .stories-blk {
padding: 80px 40px;
background: linear-gradient(67deg, #78AC9A 0%, #B6C79D 45%, #e8f0e9 100%);
position: relative;
}

.sst .stories-blk::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(67deg, rgba(3, 137, 126, 0.18) 0%, rgba(182, 199, 157, 0.12) 60%, rgba(255, 255, 255, 0.55) 100%);
pointer-events: none;
}

.sst .stories-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 1;
}

.sst .story-card {
background: #fff;
border-radius: 20px;
padding: 40px;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10), inset 0 1px 3px 0 rgba(3, 137, 126, 0.05);
display: flex;
flex-direction: column;
gap: 16px;
transition: box-shadow 0.25s ease-out, transform 0.2s ease-out;
}

.sst .story-card:hover {
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
transform: translateY(-3px);
}

.sst .story-card.wide {
grid-column: 1 / -1;
flex-direction: row;
gap: 40px;
align-items: flex-start;
}

.sst .story-card-img {
border-radius: 12px;
overflow: hidden;
flex-shrink: 0;
}

.sst .story-card-img img {
width: 320px;
height: 240px;
object-fit: cover;
display: block;
border-radius: 12px;
transition: transform 0.35s ease-out;
}

.sst .story-card-img:hover img {
transform: scale(1.05);
}

.sst .story-card-body {
display: flex;
flex-direction: column;
gap: 16px;
flex: 1;
}

.sst .story-role {
font-size: 15px;
font-weight: 600;
color: #03897E;
text-transform: uppercase;
letter-spacing: 0.1em;
}

.sst .story-h3 {
font-size: 21px;
font-weight: 700;
line-height: 1.1;
color: #1b2e2b;
}

.sst .story-p {
font-size: 17px;
line-height: 1.6;
color: #3d5450;
}

.sst .story-num-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 16px;
}

.sst .story-num-list li {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 16px;
position: relative;
}

.sst .story-num-list li .sn-num {
font-size: 68px;
font-weight: 900;
line-height: 1.1;
color: #B6C79D;
opacity: 0.45;
min-width: 48px;
text-align: right;
flex-shrink: 0;
user-select: none;
}

.sst .story-num-list li .sn-txt {
font-size: 17px;
line-height: 1.6;
color: #3d5450;
padding-top: 8px;
}

.sst .story-num-list li .sn-txt strong {
color: #1b2e2b;
font-weight: 700;
}

.sst .stories-lbl {
text-align: center;
margin-bottom: 40px;
position: relative;
z-index: 1;
}

.sst .stories-lbl-tag {
display: inline-block;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #fff;
background: rgba(3, 137, 126, 0.55);
border-radius: 7px;
padding: 4px 16px;
margin-bottom: 16px;
}

.sst .stories-h2 {
font-size: 21px;
font-weight: 300;
color: #1b2e2b;
line-height: 1.6;
text-align: left;
max-width: 700px;
margin: 0 auto;
}

.sst .metrics-blk {
padding: 80px 40px;
background: #fff;
position: relative;
}

.sst .metrics-blk .str-decor-btm {
position: absolute;
bottom: 40px;
left: 40px;
display: flex;
flex-direction: column;
gap: 4px;
pointer-events: none;
}

.sst .metrics-blk .str-decor-btm span {
display: block;
height: 3px;
background: #B6C79D;
border-radius: 4px;
opacity: 0.45;
}

.sst .metrics-blk .str-decor-btm span:nth-child(1) {
width: 36px;
}

.sst .metrics-blk .str-decor-btm span:nth-child(2) {
width: 24px;
}

.sst .metrics-blk .str-decor-btm span:nth-child(3) {
width: 30px;
}

.sst .metrics-blk .str-decor-btm span:nth-child(4) {
width: 18px;
}

.sst .metrics-inner {
max-width: 1100px;
margin: 0 auto;
}

.sst .metrics-top {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 80px;
margin-bottom: 40px;
}

.sst .metrics-head {
flex: 1;
}

.sst .metrics-h2 {
font-size: 68px;
font-weight: 900;
line-height: 1.1;
color: #1b2e2b;
margin-bottom: 16px;
text-align: center;
}

.sst .metrics-sub {
font-size: 17px;
line-height: 1.6;
color: #3d5450;
text-align: left;
}

.sst .metrics-aside {
flex: 1;
display: flex;
flex-direction: column;
gap: 16px;
}

.sst .met-item {
background: #f4f7f5;
border-radius: 12px;
padding: 24px;
box-shadow: 0 1px 3px 0 rgba(3, 137, 126, 0.05);
display: flex;
flex-direction: column;
gap: 8px;
}

.sst .met-label {
font-size: 15px;
color: #5a7570;
text-transform: uppercase;
letter-spacing: 0.09em;
font-weight: 600;
}

.sst .met-bar-wrap {
background: #e0ece9;
border-radius: 36px;
height: 10px;
overflow: hidden;
}

.sst .met-bar {
height: 10px;
border-radius: 36px;
background: linear-gradient(67deg, #03897E, #78AC9A);
transition: width 0.45s ease-out;
}

.sst .met-val {
font-size: 17px;
font-weight: 700;
color: #03897E;
}

.sst .quotes-row {
display: flex;
flex-direction: row;
gap: 24px;
flex-wrap: wrap;
}

.sst .quote-card {
flex: 1;
min-width: 260px;
background: linear-gradient(67deg, #03897E 0%, #78AC9A 100%);
border-radius: 20px;
padding: 40px;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
display: flex;
flex-direction: column;
gap: 16px;
}

.sst .quote-card.alt {
background: #f4f7f5;
}

.sst .quote-mark {
font-size: 68px;
font-weight: 900;
line-height: 1.1;
color: rgba(255, 255, 255, 0.25);
user-select: none;
}

.sst .quote-card.alt .quote-mark {
color: rgba(3, 137, 126, 0.18);
}

.sst .quote-txt {
font-size: 17px;
line-height: 1.6;
color: #fff;
}

.sst .quote-card.alt .quote-txt {
color: #3d5450;
}

.sst .quote-author {
margin-top: 8px;
}

.sst .quote-name {
font-size: 15px;
font-weight: 700;
color: #fff;
display: block;
}

.sst .quote-card.alt .quote-name {
color: #1b2e2b;
}

.sst .quote-role-txt {
font-size: 15px;
color: rgba(255, 255, 255, 0.75);
display: block;
}

.sst .quote-card.alt .quote-role-txt {
color: #5a7570;
}

@media (max-width: 768px) {
.sst .lead-h1 {
font-size: 21px !important;
}

.sst .lead-img-wrap img {
height: 220px;
}

.sst .lead-bg-num {
font-size: 80px;
}

.sst .stories-grid {
grid-template-columns: 1fr;
}

.sst .story-card.wide {
flex-direction: column;
}

.sst .story-card-img img {
width: 100%;
height: 200px;
}

.sst .metrics-top {
flex-direction: column;
gap: 40px;
}

.sst .metrics-h2 {
font-size: 21px;
}

.sst .lead-blk,
.sst .stories-blk,
.sst .metrics-blk {
padding: 40px 16px;
}

.sst .str-decor {
top: 16px;
right: 16px;
}

.sst .lead-sub {
font-size: 17px;
}

.sst .quotes-row {
flex-direction: column;
}

.sst .lead-split {
flex-direction: column;
align-items: center;
}

.sst .lead-stat {
width: 100%;
padding: 16px 24px;
}
}

@media (min-width: 375px) and (max-width: 768px) {
.sst .lead-h1 {
font-size: 21px;
}
}

@media (min-width: 1366px) {
.sst .stories-grid {
grid-template-columns: 1fr 1fr;
}
}

.lrn-prog {
max-width: 1600px;
margin: 0 auto;
overflow-x: clip;
}

.lrn-prog .prog-reveal {
opacity: 0;
transform: translateY(24px);
animation: prog-rise 0.45s ease-out forwards;
}

.lrn-prog .prog-reveal.row-2 {
animation-delay: 0.15s;
}

.lrn-prog .prog-reveal.row-3 {
animation-delay: 0.28s;
}

.lrn-prog .prog-reveal.row-4 {
animation-delay: 0.38s;
}

@keyframes prog-rise {
to {
opacity: 1;
transform: translateY(0);
}
}

.lrn-prog .stripe-deco {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(67deg, #78AC9A, #03897E);
border-radius: 4px 4px 0 0;
}

.lrn-prog .dot-grp {
position: absolute;
pointer-events: none;
overflow: hidden;
}

.lrn-prog .dot-grp span {
display: block;
border-radius: 36px;
background: #78AC9A;
position: absolute;
}

.lrn-prog .img-wrap {
overflow: hidden;
border-radius: 12px;
}

.lrn-prog .img-wrap img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
filter: saturate(0.7);
transition: filter 0.25s ease-out, transform 0.35s ease-out;
}

.lrn-prog .img-wrap:hover img {
filter: saturate(1);
transform: scale(1.04);
}

.lrn-prog .ul-numbered {
list-style: none;
padding: 0;
margin: 0;
}

.lrn-prog .ul-numbered li {
position: relative;
padding-left: 40px;
margin-bottom: 16px;
font-size: 17px;
line-height: 1.6;
color: #1e3a35;
}

.lrn-prog .ul-numbered li::before {
content: attr(data-n);
position: absolute;
left: 0;
top: -4px;
font-size: 21px;
font-weight: 700;
color: #B6C79D;
line-height: 1.1;
}

.lrn-prog .ring-stat {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}

.lrn-prog .ring-svg {
width: 96px;
height: 96px;
}

.lrn-prog .ring-label {
font-size: 15px;
color: #2a4d47;
text-align: center;
line-height: 1.6;
max-width: 120px;
}

.lrn-prog .btn-prim {
display: inline-block;
background: #03897E;
color: #fff;
font-size: 17px;
font-weight: 700;
padding: 16px 40px;
border-radius: 7px;
border: none;
cursor: pointer;
text-decoration: none;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
transition: box-shadow 0.2s ease-out, background 0.2s ease-out;
}

.lrn-prog .btn-prim:hover {
background: #027068;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
}

.lrn-prog .btn-prim:active {
transform: scale(0.97);
}

.lrn-prog .btn-sec {
display: inline-block;
background: #fff;
color: #03897E;
font-size: 17px;
font-weight: 700;
padding: 16px 40px;
border-radius: 7px;
border: 2px solid #03897E;
cursor: pointer;
text-decoration: none;
transition: background 0.2s ease-out, color 0.2s ease-out;
}

.lrn-prog .btn-sec:hover {
background: #03897E;
color: #fff;
}

.lrn-prog .btn-sec:active {
transform: scale(0.97);
}

.lrn-prog .underline-hover {
position: relative;
text-decoration: none;
color: #03897E;
}

.lrn-prog .underline-hover::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: #03897E;
transition: width 0.22s ease-out;
}

.lrn-prog .underline-hover:hover::after {
width: 100%;
}

@media (max-width: 768px) {
.lrn-prog .prog-reveal {
animation-duration: 0s;
animation-delay: 0s;
opacity: 1;
transform: none;
}
}

.lrn-prog .ttl-blk {
position: relative;
background: #f4f8f6;
padding: 0 0 40px 0;
}

.lrn-prog .ttl-img-zone {
position: relative;
width: 100%;
height: 320px;
overflow: hidden;
}

.lrn-prog .ttl-img-zone img {
width: 100%;
height: 100%;
object-fit: cover;
filter: saturate(0.72);
display: block;
transition: filter 0.35s ease-out;
}

.lrn-prog .ttl-img-zone:hover img {
filter: saturate(1);
}

.lrn-prog .ttl-grad {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 60%;
background: linear-gradient(to top, #f4f8f6 18%, transparent 100%);
pointer-events: none;
}

.lrn-prog .ttl-txt-zone {
padding: 24px 40px 0 40px;
max-width: 860px;
}

.lrn-prog .ttl-kicker {
font-size: 15px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #03897E;
margin-bottom: 16px;
display: block;
}

.lrn-prog .ttl-h1 {
font-size: 68px;
font-weight: 800;
line-height: 1.1;
color: #0f2e2a;
margin-bottom: 16px;
}

.lrn-prog .ttl-desc {
font-size: 21px;
line-height: 1.6;
color: #2a4d47;
margin-bottom: 24px;
max-width: 640px;
}

.lrn-prog .ttl-actions {
display: flex;
flex-direction: row;
gap: 16px;
flex-wrap: wrap;
}

@media (max-width: 768px) {
.lrn-prog .ttl-img-zone {
height: 200px;
}

.lrn-prog .ttl-txt-zone {
padding: 24px 16px 0 16px;
}

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

.lrn-prog .ttl-desc {
font-size: 17px;
}
}

.lrn-prog .mod-grid-blk {
position: relative;
background: #fff;
padding: 80px 40px;
clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
}

.lrn-prog .mod-grid-blk .dot-grp {
bottom: 40px;
right: 40px;
width: 120px;
height: 120px;
}

.lrn-prog .mod-hd {
text-align: center;
margin-bottom: 40px;
}

.lrn-prog .mod-hd h2 {
font-size: 21px;
font-weight: 300;
color: #2a4d47;
margin-bottom: 8px;
line-height: 1.6;
}

.lrn-prog .mod-hd h3 {
font-size: 21px;
font-weight: 800;
color: #0f2e2a;
line-height: 1.1;
}

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

.lrn-prog .mod-card {
background: #f4f8f6;
border-radius: 12px;
padding: 24px;
box-shadow: 0 1px 3px 0 rgba(3, 137, 126, 0.05), inset 0 2px 8px 0 rgba(3, 137, 126, 0.04);
position: relative;
transition: box-shadow 0.25s ease-out;
}

.lrn-prog .mod-card:hover {
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
}

.lrn-prog .mod-num {
font-size: 68px;
font-weight: 800;
color: #B6C79D;
line-height: 1.1;
margin-bottom: 8px;
}

.lrn-prog .mod-card h4 {
font-size: 17px;
font-weight: 700;
color: #0f2e2a;
margin-bottom: 8px;
line-height: 1.6;
}

.lrn-prog .mod-card p {
font-size: 15px;
color: #2a4d47;
line-height: 1.6;
margin: 0;
}

.lrn-prog .mod-tag {
display: inline-block;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
background: linear-gradient(67deg, #B6C79D, #78AC9A);
color: #0f2e2a;
border-radius: 4px;
padding: 4px 8px;
margin-bottom: 16px;
}

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

.lrn-prog .mod-grid-blk {
padding: 40px 16px 60px 16px;
clip-path: none;
}
}

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

.lrn-prog .outcome-blk {
background: linear-gradient(67deg, #78AC9A, #03897E);
padding: 80px 40px 80px 40px;
position: relative;
}

.lrn-prog .outcome-blk .dot-grp {
top: 40px;
left: 40px;
width: 100px;
height: 100px;
}

.lrn-prog .outcome-inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
max-width: 1200px;
margin: 0 auto;
}

.lrn-prog .outcome-left h2 {
font-size: 21px;
font-weight: 800;
color: #fff;
line-height: 1.1;
margin-bottom: 16px;
}

.lrn-prog .outcome-left p {
font-size: 17px;
color: #e8f4f1;
line-height: 1.6;
margin-bottom: 24px;
}

.lrn-prog .outcome-img {
border-radius: 20px;
overflow: hidden;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
}

.lrn-prog .outcome-img img {
width: 100%;
height: 280px;
object-fit: cover;
filter: saturate(0.75);
display: block;
transition: filter 0.3s ease-out, transform 0.4s ease-out;
}

.lrn-prog .outcome-img:hover img {
filter: saturate(1);
transform: scale(1.05);
}

.lrn-prog .outcome-stats {
display: flex;
flex-direction: row;
gap: 24px;
flex-wrap: wrap;
margin-top: 24px;
}

.lrn-prog .ring-stat .ring-label {
color: #e8f4f1;
}

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

.lrn-prog .outcome-blk {
padding: 40px 16px;
}

.lrn-prog .outcome-stats {
gap: 16px;
}
}

.lrn-prog .enroll-blk {
background: #f4f8f6;
padding: 80px 40px;
position: relative;
}

.lrn-prog .enroll-blk .dot-grp {
bottom: 24px;
right: 80px;
width: 80px;
height: 80px;
}

.lrn-prog .enroll-inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: start;
max-width: 1100px;
margin: 0 auto;
}

.lrn-prog .enroll-left h2 {
font-size: 21px;
font-weight: 800;
color: #0f2e2a;
line-height: 1.1;
margin-bottom: 16px;
}

.lrn-prog .enroll-left p {
font-size: 17px;
color: #2a4d47;
line-height: 1.6;
margin-bottom: 24px;
}

.lrn-prog .enroll-meta {
display: flex;
flex-direction: column;
gap: 8px;
margin-bottom: 24px;
}

.lrn-prog .enroll-meta-row {
display: flex;
flex-direction: row;
align-items: center;
gap: 16px;
font-size: 15px;
color: #2a4d47;
line-height: 1.6;
}

.lrn-prog .enroll-meta-lbl {
font-weight: 700;
color: #03897E;
min-width: 120px;
font-size: 15px;
}

.lrn-prog .enroll-right h3 {
font-size: 17px;
font-weight: 700;
color: #0f2e2a;
margin-bottom: 16px;
line-height: 1.6;
}

.lrn-prog .enroll-price-area {
background: #fff;
border-radius: 20px;
padding: 24px;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
margin-bottom: 24px;
}

.lrn-prog .price-amt {
font-size: 68px;
font-weight: 800;
color: #03897E;
line-height: 1.1;
}

.lrn-prog .price-sub {
font-size: 15px;
color: #2a4d47;
line-height: 1.6;
margin-top: 8px;
}

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

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

.lrn-prog .enroll-blk {
padding: 40px 16px;
}
}

.infgrph {
max-width: 1600px;
margin: 0 auto;
overflow-x: clip;
}

.infgrph .pg-schema {
display: none;
}

.infgrph .blk-hero {
position: relative;
padding: 80px 80px 80px 40px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: center;
background: linear-gradient(67deg, #f4f9f8 0%, #e8f4f1 55%, #d6ede8 100%);
}

.infgrph .blk-hero::before {
content: "";
position: absolute;
inset: 0;
background-image: repeating-linear-gradient(-45deg,
transparent,
transparent 18px,
rgba(3, 137, 126, 0.04) 18px,
rgba(3, 137, 126, 0.04) 20px);
pointer-events: none;
z-index: 0;
}

.infgrph .blk-hero__txt {
position: relative;
z-index: 1;
padding-left: 40px;
}

.infgrph .blk-hero__label {
display: inline-block;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #03897E;
margin-bottom: 24px;
padding-bottom: 8px;
border-bottom: 1px solid rgba(3, 137, 126, 0.3);
}

.infgrph .blk-hero__h1 {
font-size: 68px;
line-height: 1.1;
font-weight: 800;
color: #1b3a37;
margin: 0 0 40px 0;
}

.infgrph .blk-hero__img-wrap {
position: relative;
z-index: 1;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
}

.infgrph .blk-hero__img-wrap::after {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 40% 40%, transparent 40%, rgba(3, 137, 126, 0.18) 100%);
pointer-events: none;
}

.infgrph .blk-hero__img {
width: 100%;
height: 420px;
object-fit: cover;
display: block;
filter: saturate(0.7);
transition: filter 0.25s ease-out;
}

.infgrph .blk-hero__img-wrap:hover .blk-hero__img {
filter: saturate(1);
}

.infgrph .blk-hero__outline-shape {
position: absolute;
top: 16px;
right: -24px;
width: 220px;
height: 220px;
border: 2px solid rgba(3, 137, 126, 0.12);
border-radius: 36px;
pointer-events: none;
z-index: 0;
transform: rotate(12deg);
}

.infgrph .svg-divider {
display: block;
width: 100%;
height: 32px;
overflow: hidden;
}

.infgrph .blk-metrics {
padding: 80px 80px 40px 80px;
background: #ffffff;
animation: brightness-cycle 6s ease-in-out infinite;
}

@keyframes brightness-cycle {

0%,
100% {
background: #ffffff;
}

50% {
background: #f0faf8;
}
}

.infgrph .blk-metrics__top {
text-align: center;
margin-bottom: 40px;
}

.infgrph .blk-metrics__h2 {
font-size: 21px;
font-weight: 300;
color: #2a4a47;
line-height: 1.6;
margin: 0;
}

.infgrph .metrics-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}

.infgrph .metric-card {
background: linear-gradient(67deg, #f4f9f8 0%, #eef6f4 100%);
border-radius: 12px;
padding: 24px;
box-shadow: inset 0 1px 3px 0 rgba(3, 137, 126, 0.05), 0 1px 3px 0 rgba(3, 137, 126, 0.05);
display: flex;
flex-direction: column;
gap: 8px;
}

.infgrph .metric-card__num {
font-size: 68px;
line-height: 1.1;
font-weight: 800;
color: #03897E;
}

.infgrph .metric-card__divider {
width: 32px;
height: 1px;
background: rgba(3, 137, 126, 0.3);
}

.infgrph .metric-card__label {
font-size: 15px;
font-weight: 600;
color: #1b3a37;
line-height: 1.6;
}

.infgrph .metric-card__desc {
font-size: 15px;
color: #3d5c58;
line-height: 1.6;
}

.infgrph .svg-divider-2 {
display: block;
width: 100%;
height: 32px;
overflow: hidden;
}

.infgrph .blk-pipeline {
padding: 40px 80px 80px 80px;
background: linear-gradient(67deg, #03897E 0%, #78AC9A 60%, #B6C79D 100%);
position: relative;
}

.infgrph .blk-pipeline__top {
margin-bottom: 40px;
}

.infgrph .blk-pipeline__h2 {
font-size: 21px;
font-weight: 800;
color: #ffffff;
line-height: 1.1;
margin: 0 0 8px 0;
}

.infgrph .blk-pipeline__sub {
font-size: 17px;
color: rgba(255, 255, 255, 0.82);
line-height: 1.6;
max-width: 520px;
}

.infgrph .pipeline-steps {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}

.infgrph .pipe-step {
background: rgba(255, 255, 255, 0.12);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
border-radius: 12px;
padding: 24px;
display: flex;
flex-direction: column;
gap: 8px;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
transition: background 0.2s ease-out;
}

.infgrph .pipe-step:hover {
background: rgba(255, 255, 255, 0.2);
}

.infgrph .pipe-step__num {
font-size: 68px;
line-height: 1.1;
font-weight: 800;
color: rgba(255, 255, 255, 0.18);
}

.infgrph .pipe-step__title {
font-size: 17px;
font-weight: 700;
color: #ffffff;
line-height: 1.1;
}

.infgrph .pipe-step__divider {
width: 40px;
height: 1px;
background: rgba(255, 255, 255, 0.4);
}

.infgrph .pipe-step__body {
font-size: 15px;
color: rgba(255, 255, 255, 0.85);
line-height: 1.6;
}

.infgrph .svg-divider-3 {
display: block;
width: 100%;
height: 32px;
overflow: hidden;
}

.infgrph .blk-compare {
padding: 80px 80px 80px 80px;
background: #f4f9f8;
}

.infgrph .blk-compare__top {
margin-bottom: 40px;
text-align: center;
}

.infgrph .blk-compare__h2 {
font-size: 21px;
font-weight: 800;
color: #1b3a37;
line-height: 1.1;
margin: 0 0 8px 0;
}

.infgrph .blk-compare__sub {
font-size: 17px;
font-weight: 300;
color: #3d5c58;
line-height: 1.6;
}

.infgrph .compare-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px;
}

.infgrph .cmp-col {
display: flex;
flex-direction: column;
gap: 16px;
}

.infgrph .cmp-col__head {
border-radius: 7px;
padding: 16px 24px;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
text-align: center;
}

.infgrph .cmp-col__head.traditional {
background: #e8f4f1;
color: #2a4a47;
}

.infgrph .cmp-col__head.ml-based {
background: #03897E;
color: #ffffff !important;
}

.infgrph .cmp-col__head.dimension {
background: #d4e8e4;
color: #1b3a37;
}

.infgrph .cmp-row {
display: flex;
flex-direction: column;
gap: 4px;
border-radius: 7px;
padding: 16px;
background: #ffffff;
box-shadow: 0 1px 3px 0 rgba(3, 137, 126, 0.05);
min-height: 72px;
justify-content: center;
}

.infgrph .cmp-row.dim-row {
background: #eef6f4;
}

.infgrph .cmp-row__val {
font-size: 17px;
font-weight: 600;
color: #1b3a37;
line-height: 1.1;
}

.infgrph .cmp-row__sub {
font-size: 15px;
color: #3d5c58;
line-height: 1.6;
}

.infgrph .cmp-row.ml-row .cmp-row__val {
color: #03897E;
}

@media (max-width: 1366px) {
.infgrph .blk-hero {
padding: 80px 40px 80px 24px;
gap: 24px;
}

.infgrph .blk-hero__h1 {
font-size: 68px;
}

.infgrph .metrics-grid {
grid-template-columns: repeat(2, 1fr);
}

.infgrph .blk-metrics,
.infgrph .blk-pipeline,
.infgrph .blk-compare {
padding-left: 40px;
padding-right: 40px;
}

.infgrph .compare-grid {
grid-template-columns: 1fr 1fr 1fr;
}
}

@media (max-width: 768px) {
.infgrph .blk-hero {
grid-template-columns: 1fr;
padding: 40px 16px 80px 16px;
}

.infgrph .blk-hero__txt {
padding-left: 0;
}

.infgrph .blk-hero__h1 {
font-size: 21px;
}

.infgrph .blk-hero__img {
height: 240px;
}

.infgrph .blk-hero__outline-shape {
display: none;
}

.infgrph .metrics-grid {
grid-template-columns: 1fr 1fr;
}

.infgrph .metric-card__num {
font-size: 21px;
}

.infgrph .blk-metrics,
.infgrph .blk-pipeline,
.infgrph .blk-compare {
padding: 40px 16px;
}

.infgrph .pipeline-steps {
grid-template-columns: 1fr;
}

.infgrph .pipe-step__num {
font-size: 21px;
}

.infgrph .compare-grid {
grid-template-columns: 1fr;
}

.infgrph .cmp-col {
gap: 8px;
}
}

@media (max-width: 375px) {
.infgrph .metrics-grid {
grid-template-columns: 1fr;
}

.infgrph .blk-hero__h1 {
font-size: 21px;
}
}

@media (min-width: 769px) {
.infgrph .blk-hero__img-wrap:hover .blk-hero__img {
transform: scale(1.04);
transition: filter 0.25s ease-out, transform 0.35s ease-out;
}

.infgrph .blk-hero__img {
transition: filter 0.25s ease-out, transform 0.35s ease-out;
}
}

.abt-us {
max-width: 1600px;
margin: 0 auto;
overflow-x: clip;
}

.abt-us .blk-one {
padding: 80px 40px;
background: #ffffff;
position: relative;
}

.abt-us .blk-one__grid {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 80px;
max-width: 1600px;
margin: 0 auto;
}

.abt-us .blk-one__txt {
flex: 1 1 55%;
min-width: 0;
}

.abt-us .blk-one__deco {
position: relative;
flex: 0 0 auto;
width: 38px;
height: 120px;
display: flex;
align-items: flex-start;
justify-content: center;
}

.abt-us .blk-one__deco-mark {
width: 38px;
height: 38px;
border-radius: 7px;
background: linear-gradient(67deg, #78AC9A, #03897E);
display: block;
margin-top: 8px;
}

.abt-us .blk-one__img-col {
flex: 0 0 auto;
width: 380px;
position: relative;
}

.abt-us .blk-one__img-frame {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
position: relative;
}

.abt-us .blk-one__img-frame img {
width: 380px;
height: 460px;
object-fit: cover;
display: block;
filter: blur(0px);
transition: transform 0.25s ease-out;
}

.abt-us .blk-one__img-frame:hover img {
transform: scale(1.04);
}

.abt-us .blk-one__img-blur {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 120px;
background: linear-gradient(to top, rgba(255, 255, 255, 0.55), transparent);
pointer-events: none;
}

.abt-us .blk-one__accent-phrase {
display: inline-block;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #03897E;
border-bottom: 2px solid #78AC9A;
padding-bottom: 4px;
margin-bottom: 24px;
}

.abt-us .blk-one__h1 {
font-size: 68px;
line-height: 1.1;
font-weight: 800;
color: #1b2d2b;
margin: 0 0 24px 0;
text-align: center;
}

.abt-us .blk-one__lead {
font-size: 21px;
line-height: 1.6;
color: #2c4a46;
margin: 0 0 24px 0;
text-align: left;
}

.abt-us .blk-one__body {
font-size: 17px;
line-height: 1.6;
color: #3a5450;
margin: 0 0 16px 0;
}

.abt-us .blk-one__stats {
display: flex;
flex-direction: row;
gap: 24px;
margin-top: 40px;
flex-wrap: wrap;
}

.abt-us .stat-pill {
border-radius: 20px;
background: linear-gradient(67deg, #78AC9A22, #03897E18);
padding: 16px 24px;
flex: 1 1 120px;
min-width: 0;
box-shadow: 0 1px 3px 0 rgba(3, 137, 126, 0.05);
}

.abt-us .stat-pill__num {
font-size: 21px;
font-weight: 800;
color: #03897E;
line-height: 1.1;
display: block;
}

.abt-us .stat-pill__lbl {
font-size: 15px;
color: #3a5450;
line-height: 1.6;
display: block;
margin-top: 4px;
}

.abt-us .blk-one__deco-bg {
position: absolute;
top: 40px;
left: 0;
width: 320px;
height: 320px;
border-radius: 50%;
background: linear-gradient(67deg, #B6C79D33, #78AC9A22);
pointer-events: none;
z-index: 0;
filter: blur(40px);
}

.abt-us .blk-one__txt {
position: relative;
z-index: 1;
}

.abt-us .svgdiv {
display: block;
width: 100%;
line-height: 0;
overflow: hidden;
}

.abt-us .svgdiv svg {
display: block;
width: 100%;
}

.abt-us .blk-two {
position: relative;
padding: 0;
background: #f4f8f6;
}

.abt-us .blk-two__grain {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
}

.abt-us .blk-two__inner {
position: relative;
z-index: 1;
max-width: 1600px;
margin: 0 auto;
padding: 80px 40px;
}

.abt-us .blk-two__top {
display: flex;
flex-direction: row;
gap: 40px;
align-items: flex-start;
margin-bottom: 80px;
}

.abt-us .blk-two__h2 {
font-size: 68px;
line-height: 1.1;
font-weight: 800;
color: #1b2d2b;
margin: 0 0 16px 0;
text-align: center;
flex: 1 1 auto;
}

.abt-us .blk-two__sub {
font-size: 17px;
line-height: 1.6;
color: #3a5450;
text-align: left;
flex: 0 0 400px;
margin: 0;
padding-top: 8px;
}

.abt-us .team-row {
display: flex;
flex-direction: row;
gap: 24px;
flex-wrap: wrap;
}

.abt-us .team-card {
flex: 1 1 260px;
min-width: 0;
border-radius: 12px;
background: #ffffff;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
overflow: hidden;
display: flex;
flex-direction: column;
transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}

.abt-us .team-card:hover {
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
transform: translateY(-4px);
}

.abt-us .team-card__img-wrap {
overflow: hidden;
height: 220px;
}

.abt-us .team-card__img-wrap img {
width: 100%;
height: 220px;
object-fit: cover;
display: block;
transition: transform 0.35s ease-out;
}

.abt-us .team-card:hover .team-card__img-wrap img {
transform: scale(1.06);
}

.abt-us .team-card__body {
padding: 24px;
flex: 1 1 auto;
display: flex;
flex-direction: column;
gap: 8px;
}

.abt-us .team-card__name {
font-size: 17px;
font-weight: 700;
color: #1b2d2b;
line-height: 1.1;
margin: 0;
}

.abt-us .team-card__role {
font-size: 15px;
color: #03897E;
font-weight: 600;
line-height: 1.6;
margin: 0;
}

.abt-us .team-card__desc {
font-size: 15px;
color: #3a5450;
line-height: 1.6;
margin: 0;
}

.abt-us .blk-two__list-area {
margin-top: 80px;
display: flex;
flex-direction: row;
gap: 40px;
align-items: flex-start;
}

.abt-us .blk-two__list-txt {
flex: 1 1 45%;
min-width: 0;
}

.abt-us .blk-two__list-h3 {
font-size: 21px;
font-weight: 700;
color: #1b2d2b;
margin: 0 0 24px 0;
line-height: 1.1;
}

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

.abt-us .num-list__item {
display: flex;
flex-direction: row;
gap: 16px;
align-items: flex-start;
}

.abt-us .num-list__n {
font-size: 68px;
line-height: 1.1;
font-weight: 800;
color: #B6C79D;
opacity: 0.55;
flex: 0 0 auto;
width: 56px;
text-align: right;
user-select: none;
}

.abt-us .num-list__txt {
flex: 1 1 auto;
min-width: 0;
padding-top: 8px;
}

.abt-us .num-list__head {
font-size: 17px;
font-weight: 700;
color: #1b2d2b;
line-height: 1.1;
margin: 0 0 4px 0;
}

.abt-us .num-list__desc {
font-size: 15px;
color: #3a5450;
line-height: 1.6;
margin: 0;
}

.abt-us .blk-two__img-pair {
flex: 0 0 auto;
width: 340px;
display: flex;
flex-direction: column;
gap: 16px;
}

.abt-us .img-pair__frame {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
border: 2px solid #B6C79D;
}

.abt-us .img-pair__frame img {
width: 340px;
height: 200px;
object-fit: cover;
display: block;
transition: transform 0.3s ease-out;
}

.abt-us .img-pair__frame:hover img {
transform: scale(1.05);
}

.abt-us .blk-two__quote-area {
margin-top: 80px;
position: relative;
padding: 40px;
border-radius: 20px;
background: linear-gradient(67deg, #78AC9A, #03897E);
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 40px;
}

.abt-us .quote-mark {
font-size: 120px;
line-height: 1.1;
color: #ffffff;
opacity: 0.18;
font-weight: 800;
flex: 0 0 auto;
margin-top: -24px;
user-select: none;
}

.abt-us .quote-body {
flex: 1 1 auto;
min-width: 0;
}

.abt-us .quote-body__txt {
font-size: 21px;
line-height: 1.6;
color: #ffffff;
font-style: italic;
margin: 0 0 16px 0;
}

.abt-us .quote-body__attr {
font-size: 15px;
color: #B6C79D;
font-weight: 600;
margin: 0;
line-height: 1.6;
}

.abt-us .blk-two__cta-row {
margin-top: 40px;
display: flex;
flex-direction: row;
gap: 16px;
align-items: center;
flex-wrap: wrap;
}

.abt-us .btn-prim {
display: inline-block;
padding: 16px 40px;
border-radius: 7px;
background: #03897E;
color: #ffffff;
font-size: 17px;
font-weight: 700;
text-decoration: none;
border: none !important;
cursor: pointer;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
transition: background 0.2s ease-out, transform 0.15s ease-out;
}

.abt-us .btn-prim:hover {
background: #027068;
text-decoration: none;
color: #ffffff;
}

.abt-us .btn-prim:active {
transform: scale(0.97);
}

.abt-us .btn-sec {
display: inline-block;
padding: 16px 40px;
border-radius: 7px;
background: transparent;
color: #03897E;
font-size: 17px;
font-weight: 700;
text-decoration: none;
border: 2px solid #03897E;
cursor: pointer;
transition: background 0.25s ease-out, color 0.25s ease-out, transform 0.15s ease-out;
}

.abt-us .btn-sec:hover {
background: #03897E;
color: #ffffff;
text-decoration: none;
}

.abt-us .btn-sec:active {
transform: scale(0.97);
}

.abt-us .bounce-in {
animation: bounceIn 0.45s ease-out both;
}

.abt-us .bounce-in-d1 {
animation-delay: 0.08s;
}

.abt-us .bounce-in-d2 {
animation-delay: 0.16s;
}

.abt-us .bounce-in-d3 {
animation-delay: 0.24s;
}

@keyframes bounceIn {
0% {
opacity: 0;
transform: translateY(18px) scale(0.97);
}

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

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

.abt-us .link-inline {
color: #03897E;
font-weight: 600;
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-thickness: 1px;
transition: color 0.2s ease-out;
}

.abt-us .link-inline:hover {
color: #027068;
}

@media (max-width: 768px) {
.abt-us .blk-one {
padding: 40px 16px;
}

.abt-us .blk-one__grid {
flex-direction: column;
gap: 40px;
}

.abt-us .blk-one__img-col {
width: 100%;
}

.abt-us .blk-one__img-frame img {
width: 100%;
height: 280px;
}

.abt-us .blk-one__h1 {
font-size: 40px;
}

.abt-us .blk-one__deco {
display: none;
}

.abt-us .blk-two__inner {
padding: 40px 16px;
}

.abt-us .blk-two__top {
flex-direction: column;
gap: 16px;
}

.abt-us .blk-two__h2 {
font-size: 40px;
}

.abt-us .blk-two__sub {
flex: 0 0 auto;
}

.abt-us .blk-two__list-area {
flex-direction: column;
gap: 40px;
}

.abt-us .blk-two__img-pair {
width: 100%;
}

.abt-us .img-pair__frame img {
width: 100%;
height: 180px;
}

.abt-us .blk-two__quote-area {
flex-direction: column;
gap: 16px;
padding: 24px 16px;
}

.abt-us .quote-mark {
font-size: 60px;
margin-top: 0;
}

.abt-us .num-list__n {
font-size: 40px;
width: 40px;
}

.abt-us .blk-two__cta-row {
flex-direction: column;
align-items: flex-start;
}

.abt-us .team-row {
flex-direction: column;
}

.abt-us .team-card {
flex: 0 0 auto;
width: 100%;
}

.abt-us .blk-one__stats {
flex-direction: column;
gap: 16px;
}
}

@media (max-width: 375px) {
.abt-us .blk-one__h1 {
font-size: 32px;
}

.abt-us .blk-two__h2 {
font-size: 32px;
}

.abt-us .btn-prim,
.abt-us .btn-sec {
padding: 16px 24px;
font-size: 15px;
}
}

@media (min-width: 769px) and (max-width: 1366px) {
.abt-us .blk-one__img-col {
width: 300px;
}

.abt-us .blk-one__img-frame img {
width: 300px;
height: 380px;
}

.abt-us .blk-two__img-pair {
width: 280px;
}

.abt-us .img-pair__frame img {
width: 280px;
}
}

.cont-us {
max-width: 1600px;
margin: 0 auto;
overflow-x: clip;
}

.cont-us .pg-top {
position: relative;
padding: 80px 40px;
background: #f4f7f5;
}

.cont-us .pg-top::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(67deg, #78AC9A, #03897E);
}

.cont-us .bento-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
gap: 24px;
max-width: 960px;
margin: 0 auto;
}

.cont-us .bento-cell {
border-radius: 12px;
padding: 40px;
}

.cont-us .bento-cell.cell-vis {
background: linear-gradient(67deg, #03897E, #78AC9A);
grid-row: 1 / 3;
display: flex;
flex-direction: column;
justify-content: flex-end;
position: relative;
min-height: 340px;
border-radius: 12px;
}

.cont-us .bento-cell.cell-vis::after {
content: "";
position: absolute;
inset: 0;
border-radius: 12px;
background: linear-gradient(180deg, transparent 30%, rgba(3, 137, 126, 0.85) 100%);
pointer-events: none;
}

.cont-us .vis-curves {
position: absolute;
inset: 0;
border-radius: 12px;
overflow: hidden;
pointer-events: none;
}

.cont-us .vis-curves svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.18;
}

.cont-us .vis-text {
position: relative;
z-index: 2;
}

.cont-us .vis-text .pg-label {
font-size: 15px;
line-height: 1.6;
color: #B6C79D;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 16px;
display: block;
}

.cont-us .vis-text .pg-hdg {
font-size: 68px;
line-height: 1.1;
color: #ffffff;
font-weight: 700;
margin: 0;
}

.cont-us .vis-text .pg-hdg .accent-dot {
color: #B6C79D;
}

.cont-us .bento-cell.cell-info {
background: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
border-radius: 12px;
}

.cont-us .info-lbl {
font-size: 15px;
line-height: 1.6;
color: #03897E;
text-transform: uppercase;
letter-spacing: 0.08em;
margin-bottom: 8px;
display: block;
}

.cont-us .info-val {
font-size: 17px;
line-height: 1.6;
color: #2a3d38;
margin: 0;
}

.cont-us .info-val a {
color: #03897E;
text-decoration: none;
position: relative;
display: inline-block;
}

.cont-us .info-val a::after {
content: "";
position: absolute;
bottom: -1px;
left: 0;
width: 0;
height: 1px;
background: #03897E;
transition: width 0.25s ease-out;
}

.cont-us .info-val a:hover::after {
width: 100%;
}

.cont-us .bento-cell.cell-tagline {
background: linear-gradient(67deg, #B6C79D, #78AC9A);
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 12px;
}

.cont-us .tagline-txt {
font-size: 21px;
line-height: 1.6;
color: #ffffff;
margin: 0;
font-weight: 300;
}

.cont-us .tagline-txt strong {
font-weight: 700;
}

.cont-us .zigzag-div {
width: 100%;
height: 32px;
position: relative;
overflow: hidden;
background: #f4f7f5;
}

.cont-us .zigzag-div svg {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 32px;
}

.cont-us .form-area {
padding: 80px 40px;
background: #ffffff;
position: relative;
}

.cont-us .form-area::before {
content: "";
position: absolute;
top: 0;
left: 40px;
right: 40px;
height: 1px;
background: linear-gradient(67deg, transparent, #78AC9A, transparent);
}

.cont-us .form-wrap {
max-width: 760px;
margin: 0 auto;
}

.cont-us .form-hdg-row {
margin-bottom: 40px;
}

.cont-us .form-hdg {
font-size: 21px;
line-height: 1.1;
color: #2a3d38;
font-weight: 700;
margin: 0 0 8px 0;
}

.cont-us .form-sub {
font-size: 17px;
line-height: 1.6;
color: #4a6560;
margin: 0;
}

.cont-us .f-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}

.cont-us .f-full {
grid-column: 1 / -1;
}

.cont-us .f-group {
display: flex;
flex-direction: column;
gap: 8px;
}

.cont-us .f-lbl {
font-size: 15px;
line-height: 1.6;
color: #2a3d38;
font-weight: 700;
}

.cont-us .f-lbl .req {
color: #03897E;
margin-left: 2px;
}

.cont-us .f-inp {
border: 1.5px solid #c8d8d4;
border-radius: 7px;
padding: 16px;
font-size: 17px;
line-height: 1.6;
color: #2a3d38;
background: #f9fcfb;
width: 100%;
box-sizing: border-box;
box-shadow: inset 0 1px 3px 0 rgba(3, 137, 126, 0.05);
transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
outline: none;
}

.cont-us .f-inp::placeholder {
color: #8aada7;
transition: opacity 0.35s ease-out;
}

.cont-us .f-inp:focus::placeholder {
opacity: 0;
}

.cont-us .f-inp:focus {
border-color: #03897E;
box-shadow: 0 0 0 3px rgba(3, 137, 126, 0.10), inset 0 1px 3px 0 rgba(3, 137, 126, 0.05);
background: #ffffff;
}

.cont-us .f-select {
border: 1.5px solid #c8d8d4;
border-radius: 7px;
padding: 16px;
font-size: 17px;
line-height: 1.6;
color: #2a3d38;
background: #f9fcfb;
width: 100%;
box-sizing: border-box;
box-shadow: inset 0 1px 3px 0 rgba(3, 137, 126, 0.05);
transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
outline: none;
appearance: none;
-webkit-appearance: none;
cursor: pointer;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2303897E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 16px center;
padding-right: 48px;
}

.cont-us .f-select:focus {
border-color: #03897E;
box-shadow: 0 0 0 3px rgba(3, 137, 126, 0.10), inset 0 1px 3px 0 rgba(3, 137, 126, 0.05);
background-color: #ffffff;
}

.cont-us .timeline-row {
display: flex;
flex-direction: row;
gap: 8px;
flex-wrap: wrap;
}

.cont-us .tl-opt {
display: none;
}

.cont-us .tl-lbl {
display: inline-flex;
align-items: center;
padding: 8px 16px;
border: 1.5px solid #c8d8d4;
border-radius: 20px;
font-size: 15px;
line-height: 1.6;
color: #4a6560;
cursor: pointer;
transition: border-color 0.2s ease-out, background 0.2s ease-out, color 0.15s ease-out;
background: #f9fcfb;
user-select: none;
}

.cont-us .tl-lbl:hover {
border-color: #78AC9A;
color: #03897E;
}

.cont-us .tl-opt:checked+.tl-lbl {
background: #03897E;
border-color: #03897E;
color: #ffffff;
}

.cont-us .tl-opt:focus+.tl-lbl {
outline: 2px solid #03897E;
outline-offset: 2px;
}

.cont-us .msg-area {
border: 1.5px solid #c8d8d4;
border-radius: 12px;
padding: 16px;
font-size: 17px;
line-height: 1.6;
color: #2a3d38;
background: #f9fcfb;
width: 100%;
box-sizing: border-box;
box-shadow: inset 0 1px 3px 0 rgba(3, 137, 126, 0.05);
resize: vertical;
min-height: 120px;
transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
outline: none;
}

.cont-us .msg-area::placeholder {
color: #8aada7;
transition: opacity 0.35s ease-out;
}

.cont-us .msg-area:focus::placeholder {
opacity: 0;
}

.cont-us .msg-area:focus {
border-color: #03897E;
box-shadow: 0 0 0 3px rgba(3, 137, 126, 0.10), inset 0 1px 3px 0 rgba(3, 137, 126, 0.05);
background: #ffffff;
}

.cont-us .priv-row {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 16px;
padding: 24px;
background: #f4f7f5;
border-radius: 12px;
}

.cont-us .priv-chk {
width: 20px;
height: 20px;
min-width: 20px;
accent-color: #03897E;
margin-top: 2px;
cursor: pointer;
}

.cont-us .priv-txt {
font-size: 15px;
line-height: 1.6;
color: #4a6560;
margin: 0;
}

.cont-us .priv-txt a {
color: #03897E;
text-decoration: none;
position: relative;
display: inline-block;
}

.cont-us .priv-txt a::after {
content: "";
position: absolute;
bottom: -1px;
left: 0;
width: 0;
height: 1px;
background: #03897E;
transition: width 0.22s ease-out;
}

.cont-us .priv-txt a:hover::after {
width: 100%;
}

.cont-us .submit-row {
display: flex;
flex-direction: row;
align-items: center;
gap: 24px;
}

.cont-us .btn-send {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 16px 40px;
background: #2a3d38;
color: #ffffff;
font-size: 17px;
line-height: 1.6;
border: none;
border-radius: 7px;
cursor: pointer;
font-weight: 700;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
transition: background 0.2s ease-out, box-shadow 0.25s ease-out, transform 0.15s ease-out;
}

.cont-us .btn-send:hover {
background: #03897E;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
}

.cont-us .btn-send:focus {
outline: 2px solid #03897E;
outline-offset: 3px;
}

.cont-us .btn-send:active {
transform: scale(0.97);
}

.cont-us .btn-note {
font-size: 15px;
line-height: 1.6;
color: #8aada7;
margin: 0;
}

.cont-us .f-divider {
height: 1px;
background: linear-gradient(67deg, transparent, #c8d8d4, transparent);
margin: 8px 0;
}

@keyframes desat-cycle {
0% {
filter: saturate(1);
}

50% {
filter: saturate(0.3);
}

100% {
filter: saturate(1);
}
}

.cont-us .bento-cell.cell-vis {
animation: desat-cycle 8s ease-out infinite;
}

@media (max-width: 768px) {
.cont-us .pg-top {
padding: 40px 16px;
}

.cont-us .bento-grid {
grid-template-columns: 1fr;
grid-template-rows: auto;
}

.cont-us .bento-cell.cell-vis {
grid-row: auto;
min-height: 220px;
}

.cont-us .bento-cell {
padding: 24px;
}

.cont-us .vis-text .pg-hdg {
font-size: 21px;
}

.cont-us .form-area {
padding: 40px 16px;
}

.cont-us .f-grid {
grid-template-columns: 1fr;
}

.cont-us .f-full {
grid-column: 1;
}

.cont-us .submit-row {
flex-direction: column;
align-items: flex-start;
}

.cont-us .btn-send {
width: 100%;
justify-content: center;
}
}

@media (max-width: 375px) {
.cont-us .vis-text .pg-hdg {
font-size: 21px;
}

.cont-us .timeline-row {
gap: 8px;
}

.cont-us .tl-lbl {
font-size: 15px;
padding: 8px 12px;
}
}

@media (min-width: 769px) {
.cont-us .info-val a::after {
transition: width 0.25s ease-out;
}
}

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

.entr-pg .divider-dash {
border: none;
border-top: 1px dashed #78AC9A;
margin: 0;
}

.entr-pg a {
text-decoration: none !important;
}

.entr-pg .pg-band {
display: flex;
flex-direction: row;
align-items: stretch;
min-height: 220px;
background: #fff;
position: relative;
}

.entr-pg .pg-band__left {
flex: 1 1 0;
padding: 40px 40px 40px 40px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
border-right: 2px solid #03897E;
}

.entr-pg .pg-band__deco {
position: absolute;
right: 0;
top: 0;
width: 4px;
height: 100%;
background: linear-gradient(67deg, #78AC9A, #03897E);
border-radius: 0 4px 4px 0;
pointer-events: none;
}

.entr-pg .pg-band__right {
width: 340px;
flex-shrink: 0;
position: relative;
overflow: hidden;
border-radius: 0 12px 12px 0;
}

.entr-pg .pg-band__img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
animation: img-scale-in 0.45s ease-out both;
}

.entr-pg .pg-band__img-overlay {
position: absolute;
inset: 0;
background: linear-gradient(67deg, rgba(3, 137, 126, 0.72) 0%, rgba(182, 199, 157, 0.18) 100%);
pointer-events: none;
}

.entr-pg .pg-band__accent {
position: absolute;
bottom: 16px;
left: 16px;
width: 64px;
height: 64px;
border-radius: 20px;
background: rgba(3, 137, 126, 0.10);
pointer-events: none;
}

.entr-pg .band-h1 {
font-size: 68px;
line-height: 1.1;
font-weight: 700;
color: #1b3a36;
margin: 0 0 16px 0;
letter-spacing: -1px;
}

.entr-pg .band-desc {
font-size: 17px;
line-height: 1.6;
color: #2d4a45;
max-width: 600px;
margin: 0;
}

@keyframes img-scale-in {
from {
transform: scale(0.97);
}

to {
transform: scale(1);
}
}

.entr-pg .who-sec {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
background: linear-gradient(67deg, #f5faf8 60%, #e8f2ee 100%);
padding: 80px 40px;
position: relative;
}

.entr-pg .who-sec::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(67deg, #B6C79D18 0%, #03897E08 100%);
pointer-events: none;
}

.entr-pg .who-left {
padding-right: 40px;
border-right: 1px dashed #78AC9A;
}

.entr-pg .who-right {
padding-left: 40px;
}

.entr-pg .sec-label {
font-size: 15px;
line-height: 1.6;
color: #03897E;
text-transform: uppercase;
letter-spacing: 0.12em;
font-weight: 700;
margin: 0 0 16px 0;
}

.entr-pg .who-h2 {
font-size: 21px;
line-height: 1.1;
font-weight: 700;
color: #1b3a36;
margin: 0 0 16px 0;
}

.entr-pg .who-body {
font-size: 17px;
line-height: 1.6;
color: #2d4a45;
margin: 0 0 24px 0;
}

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

.entr-pg .num-list li {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 16px;
font-size: 17px;
line-height: 1.6;
color: #2d4a45;
position: relative;
}

.entr-pg .num-list li .num-idx {
font-size: 68px;
line-height: 1.1;
font-weight: 700;
color: #B6C79D;
opacity: 0.45;
min-width: 48px;
text-align: right;
margin-top: -8px;
flex-shrink: 0;
}

.entr-pg .num-list li .num-text {
padding-top: 8px;
}

.entr-pg .proof-sec {
background: #fff;
padding: 80px 40px 40px 40px;
display: flex;
flex-direction: column;
gap: 40px;
}

.entr-pg .proof-inner {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px;
}

.entr-pg .proof-card {
background: linear-gradient(67deg, #f5faf8, #eaf3ef);
border-radius: 12px;
padding: 24px;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
display: flex;
flex-direction: column;
gap: 8px;
position: relative;
overflow: hidden;
}

.entr-pg .proof-card::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 4px;
height: 100%;
background: linear-gradient(67deg, #B6C79D, #03897E);
border-radius: 0 12px 12px 0;
pointer-events: none;
}

.entr-pg .proof-card-h {
font-size: 21px;
line-height: 1.1;
font-weight: 700;
color: #1b3a36;
margin: 0;
}

.entr-pg .proof-card-p {
font-size: 15px;
line-height: 1.6;
color: #2d4a45;
margin: 0;
}

.entr-pg .proof-img-row {
display: flex;
flex-direction: row;
gap: 24px;
align-items: center;
}

.entr-pg .proof-img-wrap {
width: 260px;
height: 175px;
border-radius: 12px;
overflow: hidden;
flex-shrink: 0;
box-shadow: 0 1px 3px 0 rgba(3, 137, 126, 0.05);
}

.entr-pg .proof-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.25s ease-out;
}

.entr-pg .proof-img-wrap:hover img {
transform: scale(1.04);
}

.entr-pg .proof-text-aside {
flex: 1 1 0;
}

.entr-pg .proof-aside-h {
font-size: 21px;
line-height: 1.1;
font-weight: 700;
color: #1b3a36;
margin: 0 0 8px 0;
}

.entr-pg .proof-aside-p {
font-size: 17px;
line-height: 1.6;
color: #2d4a45;
margin: 0;
}

.entr-pg .metrics-sec {
background: linear-gradient(67deg, #03897E 0%, #78AC9A 55%, #B6C79D 100%);
padding: 80px 40px;
position: relative;
}

.entr-pg .metrics-sec__diag {
position: absolute;
inset: 0;
background: linear-gradient(157deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 60%);
pointer-events: none;
}

.entr-pg .metrics-h2 {
font-size: 21px;
line-height: 1.1;
font-weight: 300;
color: #e8f5f3;
margin: 0 0 40px 0;
text-align: center;
}

.entr-pg .metrics-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}

.entr-pg .met-item {
background: rgba(255, 255, 255, 0.13);
border-radius: 12px;
padding: 24px 16px;
text-align: center;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
display: flex;
flex-direction: column;
gap: 8px;
position: relative;
}

.entr-pg .met-counter {
position: absolute;
top: 8px;
right: 12px;
font-size: 15px;
line-height: 1.1;
color: rgba(255, 255, 255, 0.45);
font-weight: 700;
}

.entr-pg .met-num {
font-size: 68px;
line-height: 1.1;
font-weight: 700;
color: #fff;
}

.entr-pg .met-label {
font-size: 15px;
line-height: 1.6;
color: rgba(255, 255, 255, 0.85);
}

.entr-pg .team-sec {
background: #fff;
padding: 80px 40px;
display: grid;
grid-template-columns: 380px 1fr;
gap: 40px;
align-items: start;
}

.entr-pg .team-img-col {
position: relative;
}

.entr-pg .team-img-wrap {
width: 100%;
height: 280px;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
}

.entr-pg .team-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.35s ease-out;
animation: img-scale-in 0.45s ease-out both;
}

.entr-pg .team-img-wrap:hover img {
transform: scale(1.04);
}

.entr-pg .team-img-counter {
position: absolute;
bottom: 16px;
right: 16px;
background: #03897E;
color: #fff;
border-radius: 7px;
padding: 4px 16px;
font-size: 15px;
font-weight: 700;
line-height: 1.6;
}

.entr-pg .team-txt {
display: flex;
flex-direction: column;
gap: 16px;
}

.entr-pg .team-h2 {
font-size: 21px;
line-height: 1.1;
font-weight: 700;
color: #1b3a36;
margin: 0;
text-align: center;
}

.entr-pg .team-body {
font-size: 17px;
line-height: 1.6;
color: #2d4a45;
margin: 0;
}

.entr-pg .team-profiles {
display: flex;
flex-direction: column;
gap: 16px;
margin-top: 8px;
}

.entr-pg .prof-item {
background: linear-gradient(67deg, #f5faf8, #eef5f2);
border-radius: 12px;
padding: 16px 24px;
box-shadow: inset 0 1px 3px 0 rgba(3, 137, 126, 0.05);
display: flex;
flex-direction: column;
gap: 4px;
}

.entr-pg .prof-name {
font-size: 17px;
line-height: 1.6;
font-weight: 700;
color: #1b3a36;
}

.entr-pg .prof-role {
font-size: 15px;
line-height: 1.6;
color: #03897E;
}

.entr-pg .prof-note {
font-size: 15px;
line-height: 1.6;
color: #2d4a45;
}

.entr-pg .community-sec {
background: linear-gradient(67deg, #eef5f2 0%, #f9fbf7 55%, #f0f6f3 100%);
padding: 80px 40px;
position: relative;
}

.entr-pg .community-sec__split {
position: absolute;
inset: 0;
background: linear-gradient(157deg, #B6C79D1a 0%, transparent 50%);
pointer-events: none;
}

.entr-pg .community-h2 {
font-size: 21px;
line-height: 1.1;
font-weight: 700;
color: #1b3a36;
text-align: center;
margin: 0 0 40px 0;
}

.entr-pg .community-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
position: relative;
}

.entr-pg .comm-stat {
background: #fff;
border-radius: 20px;
padding: 24px;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
display: flex;
flex-direction: column;
gap: 8px;
position: relative;
}

.entr-pg .comm-stat-num {
position: absolute;
top: 12px;
right: 16px;
font-size: 15px;
color: #B6C79D;
font-weight: 700;
}

.entr-pg .testi-block {
grid-column: 1 / -1;
background: linear-gradient(67deg, #03897E, #78AC9A);
border-radius: 20px;
padding: 40px;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: center;
position: relative;
}

.entr-pg .testi-quote {
font-size: 17px;
line-height: 1.6;
color: #fff;
margin: 0 0 16px 0;
font-style: italic;
}

.entr-pg .testi-author {
font-size: 15px;
line-height: 1.6;
color: rgba(255, 255, 255, 0.78);
}

.entr-pg .testi-stats {
display: flex;
flex-direction: column;
gap: 16px;
}

.entr-pg .testi-stat-row {
display: flex;
flex-direction: row;
align-items: center;
gap: 16px;
}

.entr-pg .testi-stat-val {
font-size: 68px;
line-height: 1.1;
font-weight: 700;
color: rgba(255, 255, 255, 0.92);
min-width: 80px;
}

.entr-pg .testi-stat-desc {
font-size: 15px;
line-height: 1.6;
color: rgba(255, 255, 255, 0.78);
}

.entr-pg .comm-body {
font-size: 17px;
line-height: 1.6;
color: #2d4a45;
margin: 0;
}

.entr-pg .comm-h4 {
font-size: 21px;
line-height: 1.1;
font-weight: 700;
color: #1b3a36;
margin: 0;
}

.entr-pg .spider-wrap {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 8px;
}

.entr-pg .spider-svg {
width: 200px;
height: 200px;
}

.entr-pg .avail-sec {
background: #fff;
padding: 80px 40px;
display: flex;
flex-direction: column;
gap: 40px;
}

.entr-pg .avail-h2 {
font-size: 21px;
line-height: 1.1;
font-weight: 700;
color: #1b3a36;
text-align: center;
margin: 0;
}

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

.entr-pg .avail-card {
border-radius: 20px;
background: linear-gradient(67deg, #f5faf8, #eaf3ef);
padding: 24px;
box-shadow: inset 0 1px 3px 0 rgba(3, 137, 126, 0.05), 0 6px 22px 0 rgba(3, 137, 126, 0.10);
display: flex;
flex-direction: column;
gap: 8px;
position: relative;
animation-name: cycling-bg;
animation-duration: 6s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
animation-direction: alternate;
}

.entr-pg .avail-card:nth-child(2) {
animation-delay: 2s;
}

.entr-pg .avail-card:nth-child(3) {
animation-delay: 4s;
}

@keyframes cycling-bg {
0% {
background: linear-gradient(67deg, #f5faf8, #eaf3ef);
}

100% {
background: linear-gradient(67deg, #eaf3ef, #dff0e8);
}
}

.entr-pg .avail-card-num {
position: absolute;
top: 12px;
right: 16px;
font-size: 15px;
font-weight: 700;
color: #B6C79D;
}

.entr-pg .avail-card-h {
font-size: 21px;
line-height: 1.1;
font-weight: 700;
color: #1b3a36;
margin: 0;
}

.entr-pg .avail-card-p {
font-size: 15px;
line-height: 1.6;
color: #2d4a45;
margin: 0;
}

.entr-pg .avail-link {
display: inline-block;
margin-top: 8px;
font-size: 15px;
font-weight: 700;
color: #03897E;
border-bottom: 2px solid #03897E;
padding-bottom: 2px;
transition: color 0.2s ease-out, border-color 0.2s ease-out;
}

.entr-pg .avail-link:hover {
color: #78AC9A;
border-color: #78AC9A;
}

.entr-pg .avail-link:focus {
outline: 2px solid #03897E;
outline-offset: 4px;
border-radius: 4px;
}

@media (max-width: 1366px) {
.entr-pg .metrics-grid {
grid-template-columns: repeat(2, 1fr);
}

.entr-pg .avail-grid {
grid-template-columns: 1fr 1fr;
}

.entr-pg .proof-inner {
grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 768px) {
.entr-pg .pg-band {
flex-direction: column;
}

.entr-pg .pg-band__right {
width: 100%;
height: 200px;
border-radius: 0 0 12px 12px;
}

.entr-pg .pg-band__left {
border-right: none;
padding: 24px 16px;
}

.entr-pg .band-h1 {
font-size: 40px;
}

.entr-pg .who-sec {
grid-template-columns: 1fr;
padding: 40px 16px;
}

.entr-pg .who-left {
padding-right: 0;
border-right: none;
border-bottom: 1px dashed #78AC9A;
padding-bottom: 24px;
}

.entr-pg .who-right {
padding-left: 0;
padding-top: 24px;
}

.entr-pg .proof-sec {
padding: 40px 16px;
}

.entr-pg .proof-inner {
grid-template-columns: 1fr;
}

.entr-pg .proof-img-row {
flex-direction: column;
}

.entr-pg .proof-img-wrap {
width: 100%;
height: 180px;
}

.entr-pg .metrics-sec {
padding: 40px 16px;
}

.entr-pg .metrics-grid {
grid-template-columns: 1fr 1fr;
}

.entr-pg .team-sec {
grid-template-columns: 1fr;
padding: 40px 16px;
}

.entr-pg .team-img-wrap {
height: 200px;
}

.entr-pg .community-sec {
padding: 40px 16px;
}

.entr-pg .community-grid {
grid-template-columns: 1fr;
}

.entr-pg .testi-block {
grid-template-columns: 1fr;
gap: 24px;
padding: 24px;
}

.entr-pg .avail-sec {
padding: 40px 16px;
}

.entr-pg .avail-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 375px) {
.entr-pg .band-h1 {
font-size: 32px;
}

.entr-pg .metrics-grid {
grid-template-columns: 1fr;
}

.entr-pg .testi-stat-val {
font-size: 40px;
}
}

.succ-page {
min-height: 80vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 80px 24px;
background: linear-gradient(67deg, #78AC9A 0%, #03897E 100%);
}

.succ-page .succ-card {
background: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
padding: 80px 40px;
max-width: 560px;
width: 100%;
text-align: center;
}

.succ-page .succ-card .succ-icon {
width: 64px;
height: 64px;
margin: 0 auto 40px;
display: block;
}

.succ-page .succ-card .succ-icon circle {
fill: none;
stroke: #03897E;
stroke-width: 2.5;
}

.succ-page .succ-card .succ-icon polyline {
fill: none;
stroke: #03897E;
stroke-width: 2.5;
stroke-linecap: round;
stroke-linejoin: round;
}

.succ-page .succ-card .succ-label {
font-size: 15px;
line-height: 1.6;
color: #03897E;
text-transform: uppercase;
letter-spacing: 0.12em;
margin-bottom: 16px;
display: block;
}

.succ-page .succ-card .succ-heading {
font-size: 68px;
line-height: 1.1;
color: #1b3d38;
margin-bottom: 24px;
font-weight: 700;
}

.succ-page .succ-card .succ-body {
font-size: 17px;
line-height: 1.6;
color: #3a5a54;
margin-bottom: 40px;
}

.succ-page .succ-card .succ-divider {
width: 48px;
height: 3px;
background: linear-gradient(67deg, #B6C79D, #03897E);
border-radius: 4px;
margin: 0 auto 40px;
}

.succ-page .succ-card .succ-detail {
font-size: 15px;
line-height: 1.6;
color: #5a7a74;
margin-bottom: 40px;
}

.succ-page .succ-card .succ-detail strong {
color: #03897E;
}

.succ-page .succ-card .succ-btn {
display: inline-block;
background: #03897E;
color: #ffffff;
font-size: 15px;
line-height: 1.6;
padding: 16px 40px;
border-radius: 7px;
text-decoration: none;
border: none;
cursor: pointer;
box-shadow: 0 6px 22px 0 rgba(3, 137, 126, 0.10);
transition: background-color 0.25s ease-out, box-shadow 0.2s ease-out;
}

.succ-page .succ-card .succ-btn:hover {
background: #027068;
box-shadow: 0 8px 40px 0 rgba(3, 137, 126, 0.13);
}

.succ-page .succ-card .succ-btn:active {
transform: scale(0.97);
}

.succ-page .succ-card .succ-btn:focus-visible {
outline: 3px solid #B6C79D;
outline-offset: 3px;
}

@media (max-width: 768px) {
.succ-page {
padding: 40px 16px;
}

.succ-page .succ-card {
padding: 40px 24px;
}

.succ-page .succ-card .succ-heading {
font-size: 21px;
}
}

@media (min-width: 768px) and (max-width: 1366px) {
.succ-page .succ-card {
padding: 80px 40px;
}
}