@import "https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&display=swap";

* {
  box-sizing: border-box
}

html {
  margin: 0;
  padding: 0
}

body {
  margin: 0;
  font-family: 'Public Sans', sans-serif;
  background: #FDFCFA;
  color: #1D1B18;
  font-size: 15px;
  line-height: 1.75
}

.top-bar {
  background: linear-gradient(135deg, #4FB6F5 0%, #EAF5CB 100%);
  padding: 28px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #4fb6f52e;
  box-shadow: 1px 2px 5px 0 #4fb6f512
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px
}

.logo-holder {
  background: #FDFCFA;
  padding: 8px;
  border: 1px solid #4fb6f552;
  border-radius: 22px;
  box-shadow: 1px 7px 18px 0 #4fb6f51c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.logo-holder:hover {
  box-shadow: 1px 8px 44px 0 #4fb6f521
}

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

.brand-name {
  font-family: 'Cabin', sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1D1B18;
  text-align: center;
  margin: 0;
  text-shadow: 1px 2px 5px #4fb6f512
}

.tagline {
  font-size: 15px;
  line-height: 1.75;
  color: #1d1b18c7;
  text-align: center;
  max-width: 680px;
  margin: 0;
  font-style: italic;
  letter-spacing: .03em
}

.primary-nav {
  width: 100%;
  max-width: 1280px;
  background: #ffffffeb;
  border-radius: 22px;
  padding: 16px 28px;
  box-shadow: 1px 7px 18px 0 #ba1e1a1c;
  border: 1px solid #ba1e1a24
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
  align-items: center
}

.nav-list li {
  margin: 0
}

.nav-list a {
  font-family: 'Public Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  color: #1D1B18;
  text-decoration: none;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 1px;
  border: 1px solid transparent;
  transition: border-color .6s ease, background-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s ease;
  position: relative
}

.nav-list a:hover {
  background: #4fb6f514;
  border-color: #4fb6f542;
  box-shadow: 1px 2px 5px 0 #4fb6f512
}

.nav-list a:focus {
  outline: 2px solid #4FB6F5;
  outline-offset: 3px;
  transform: scale(1.02)
}

.nav-list a:active {
  background: #ba1e1a1f;
  border-color: #ba1e1a52
}

.bottom-bar {
  background: linear-gradient(180deg, #eaf5cb47 0%, #fdfcfaf2 100%);
  padding: 56px 28px 96px;
  border-top: 1px solid #4fb6f51f;
  position: relative
}

.bottom-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #ba1e1a2e 50%, transparent 100%)
}

.ftr-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px
}

.ftr-brand-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.ftr-logo-holder {
  background: #FDFCFA;
  padding: 8px;
  border: 1px solid #ba1e1a3d;
  border-radius: 22px;
  box-shadow: 1px 2px 5px 0 #ba1e1a12;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.ftr-logo-holder img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block
}

.ftr-tagline {
  font-size: 15px;
  line-height: 1.75;
  color: #1d1b18b8;
  text-align: center;
  margin: 0;
  font-style: italic;
  letter-spacing: .04em;
  max-width: 560px
}

.ftr-nav-group {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  align-items: center
}

.ftr-nav-cluster {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 28px
}

.ftr-nav-cluster a {
  font-family: 'Public Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #1D1B18;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #4fb6f538;
  border-radius: 1px;
  background: #ffffff7a;
  transition: background-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .6s ease, box-shadow .65s ease;
  display: inline-block
}

.ftr-nav-cluster a:hover {
  background: #4fb6f51f;
  border-color: #4fb6f56b;
  box-shadow: 1px 7px 18px 0 #4fb6f51c
}

.ftr-nav-cluster a:focus {
  outline: 2px solid #BA1E1A;
  outline-offset: 3px;
  transform: scale(1.02)
}

.contact-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 28px;
  background: #ffffffa3;
  border-radius: 22px;
  border: 1px solid #ba1e1a29;
  box-shadow: 1px 2px 5px 0 #ba1e1a12
}

.contact-group h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  color: #1D1B18;
  margin: 0 0 8px;
  text-align: center
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.75;
  color: #1d1b18db
}

.contact-item i {
  color: #4FB6F5;
  font-size: 21px
}

.contact-item a {
  color: #1D1B18;
  text-decoration: none;
  transition: color .6s ease
}

.contact-item a:hover {
  color: #4FB6F5
}

.contact-item a:focus {
  outline: 2px solid #4FB6F5;
  outline-offset: 2px;
  transform: scale(1.02)
}

.address-block {
  text-align: center;
  font-size: 15px;
  line-height: 1.75;
  color: #1d1b18c7;
  max-width: 420px
}

.decorative-script {
  font-family: 'Cabin', sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.1;
  color: #4fb6f524;
  text-align: center;
  margin: 0;
  font-style: italic;
  letter-spacing: .02em;
  user-select: none;
  pointer-events: none
}

.copyright-line {
  font-size: 15px;
  line-height: 1.75;
  color: #1d1b18ad;
  text-align: center;
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid #4fb6f51f;
  width: 100%;
  max-width: 1280px
}

.consent-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #fdfcfafa 0%, #fffffff5 100%);
  border-top: 1px solid #4fb6f547;
  box-shadow: 1px 8px 44px 0 #4fb6f521;
  padding: 28px 56px;
  z-index: 4000;
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .65s ease
}

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

.consent-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.consent-text-block {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.consent-text-block h3 {
  font-family: 'Cabin', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  color: #1D1B18;
  margin: 0
}

.consent-description {
  font-size: 15px;
  line-height: 1.75;
  color: #1d1b18d1;
  margin: 0
}

.consent-description strong {
  color: #1D1B18;
  font-weight: 700
}

.consent-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center
}

.consent-prefs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}

.pref-toggle {
  display: flex;
  align-items: center;
  gap: 8px
}

.pref-toggle input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #4FB6F5;
  transition: transform .55s ease
}

.pref-toggle input[type="checkbox"]:focus {
  outline: 2px solid #4FB6F5;
  outline-offset: 2px;
  transform: scale(1.02)
}

.pref-toggle label {
  font-size: 15px;
  line-height: 1.75;
  color: #1D1B18;
  cursor: pointer;
  user-select: none
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-left: auto
}

.btn-accept {
  font-family: 'Public Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  color: #FDFCFA;
  background: #4FB6F5;
  border: 1px solid #4FB6F5;
  border-radius: 1px;
  padding: 8px 28px;
  cursor: pointer;
  transition: background-color .6s ease, box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s ease;
  box-shadow: 1px 2px 5px 0 #4fb6f512
}

.btn-accept:hover {
  background: #3A9DD9;
  box-shadow: 1px 8px 44px 0 #4fb6f521
}

.btn-accept:focus {
  outline: 2px solid #1D1B18;
  outline-offset: 3px;
  transform: scale(1.02)
}

.btn-accept:active {
  background: #2E8AC4;
  transform: scale(0.98)
}

.btn-decline {
  font-family: 'Public Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  color: #1D1B18;
  background: transparent;
  border: 1px solid #ba1e1a52;
  border-radius: 1px;
  padding: 8px 28px;
  cursor: pointer;
  transition: background-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .6s ease, box-shadow .65s ease
}

.btn-decline:hover {
  background: #ba1e1a14;
  border-color: #ba1e1a7a;
  box-shadow: 1px 7px 18px 0 #ba1e1a1c
}

.btn-decline:focus {
  outline: 2px solid #BA1E1A;
  outline-offset: 3px;
  transform: scale(1.02)
}

.btn-decline:active {
  background: #ba1e1a29;
  transform: scale(0.98)
}

.sale-opt-notice {
  background: #eaf5cb6b;
  border: 1px solid #ba1e1a2e;
  border-radius: 22px;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px
}

.sale-opt-notice p {
  font-size: 15px;
  line-height: 1.75;
  color: #1d1b18db;
  margin: 0;
  flex: 1
}

.sale-opt-toggle {
  display: flex;
  align-items: center;
  gap: 8px
}

.sale-opt-toggle input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #BA1E1A;
  transition: transform .55s ease
}

.sale-opt-toggle input[type="checkbox"]:focus {
  outline: 2px solid #BA1E1A;
  outline-offset: 2px;
  transform: scale(1.02)
}

.sale-opt-toggle label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  color: #1D1B18;
  cursor: pointer;
  user-select: none
}

@media (max-width: 768px) {
  .top-bar {
    padding: 28px
  }

  .brand-name {
    font-size: 37px
  }

  .primary-nav {
    padding: 16px
  }

  .nav-list {
    gap: 8px 16px
  }

  .nav-list a {
    padding: 8px 12px;
    font-size: 15px
  }

  .bottom-bar {
    padding: 56px 16px 96px
  }

  .ftr-nav-cluster {
    flex-direction: column;
    align-items: stretch
  }

  .ftr-nav-cluster a {
    text-align: center
  }

  .contact-group {
    padding: 16px
  }

  .decorative-script {
    font-size: 51px
  }

  .consent-bar {
    padding: 28px 16px
  }

  .consent-controls {
    flex-direction: column;
    align-items: stretch
  }

  .consent-actions {
    margin-left: 0;
    width: 100%
  }

  .btn-accept,
  .btn-decline {
    width: 100%;
    text-align: center
  }

  .sale-opt-notice {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 480px) {
  .brand-name {
    font-size: 27px
  }

  .tagline {
    font-size: 15px
  }

  .nav-list {
    flex-direction: column;
    gap: 8px;
    width: 100%
  }

  .nav-list a {
    width: 100%;
    text-align: center
  }

  .decorative-script {
    font-size: 37px
  }

  .consent-prefs {
    flex-direction: column;
    width: 100%
  }

  .pref-toggle {
    width: 100%
  }
}

.legal-pj-text {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px;
  background: #fefefe
}

.legal-pj-text h1 {
  font-size: 51px;
  line-height: 1.1;
  color: #1a1a2e;
  margin: 0 0 56px;
  font-weight: 700
}

.legal-pj-text h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #2d2d44;
  margin: 56px 0 28px;
  font-weight: 600
}

.legal-pj-text h3 {
  font-size: 27px;
  line-height: 1.1;
  color: #3a3a52;
  margin: 28px 0 16px;
  font-weight: 600
}

.legal-pj-text h4 {
  font-size: 21px;
  line-height: 1.1;
  color: #3a3a52;
  margin: 28px 0 16px;
  font-weight: 600
}

.legal-pj-text h5 {
  font-size: 15px;
  line-height: 1.1;
  color: #3a3a52;
  margin: 16px 0 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em
}

.legal-pj-text h6 {
  font-size: 15px;
  line-height: 1.1;
  color: #3a3a52;
  margin: 16px 0 8px;
  font-weight: 600
}

.legal-pj-text p {
  font-size: 15px;
  line-height: 1.75;
  color: #2d2d44;
  margin: 0 0 16px
}

.legal-pj-text ul,
.legal-pj-text ol {
  font-size: 15px;
  line-height: 1.75;
  color: #2d2d44;
  margin: 0 0 16px;
  padding: 0 0 0 28px
}

.legal-pj-text li {
  margin: 0 0 8px
}

.legal-pj-text li:last-child {
  margin-bottom: 0
}

.legal-pj-text strong,
.legal-pj-text b {
  font-weight: 600;
  color: #1a1a2e
}

.legal-pj-text em,
.legal-pj-text i {
  font-style: italic
}

.legal-pj-text a {
  color: #4FB6F5;
  text-decoration: none;
  border-bottom: 1px solid #4fb6f54d;
  transition: border-color .6s ease, color .6s ease
}

.legal-pj-text a:hover {
  color: #BA1E1A;
  border-bottom-color: #ba1e1a80
}

.legal-pj-text hr {
  border: none;
  height: 1px;
  background: #4fb6f526;
  margin: 56px 0
}

@media (max-width: 768px) {
  .legal-pj-text {
    padding: 28px 16px
  }

  .legal-pj-text h1 {
    font-size: 37px;
    margin-bottom: 28px
  }

  .legal-pj-text h2 {
    font-size: 27px;
    margin-top: 28px
  }

  .legal-pj-text h3 {
    font-size: 21px
  }

  .legal-pj-text hr {
    margin: 28px 0
  }
}

.affl {
  background: #fefefe;
  color: #1a1715;
  max-width: 1280px;
  margin: 0 auto
}

.affl .top-intro {
  display: flex;
  align-items: center;
  padding: 56px 28px;
  gap: 56px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f8fafb 0%, #fff 100%)
}

.affl .top-intro::before {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: #4FB6F5;
  opacity: .04;
  top: -180px;
  right: 140px;
  pointer-events: none
}

.affl .top-intro::after {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #BA1E1A;
  opacity: .03;
  bottom: -120px;
  right: 280px;
  pointer-events: none
}

.affl .intro-txt {
  flex: 0 0 42%;
  z-index: 1
}

.affl .intro-vis {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  z-index: 1
}

.affl .intro-vis img {
  width: 100%;
  max-width: 540px;
  height: 380px;
  object-fit: cover;
  border-radius: 22px;
  filter: brightness(0.92) saturate(1.15) hue-rotate(-8deg);
  box-shadow: 1px 8px 44px 0 #4fb6f521
}

.affl .intro-heading {
  font-size: 51px;
  line-height: 1.1;
  margin: 0 0 28px;
  font-weight: 700;
  color: #2a2421;
  animation: letter-drop .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

@keyframes letter-drop {
  from {
    opacity: 0;
    transform: translateY(-18px)
  }

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

.affl .intro-desc {
  font-size: 21px;
  line-height: 1.75;
  margin: 0 0 28px;
  color: #4a423d
}

.affl .intro-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 21px;
  color: #4FB6F5;
  text-decoration: none;
  font-weight: 600;
  transition: gap .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.affl .intro-link:hover {
  gap: 16px
}

.affl .intro-link::after {
  content: '';
  width: 18px;
  height: 18px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 20% 50%)
}

.affl .terms-zone {
  padding: 96px 28px;
  background: #fff;
  position: relative
}

.affl .terms-inner {
  max-width: 920px;
  margin: 0 auto
}

.affl .terms-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 56px
}

.affl .terms-divider::before,
.affl .terms-divider::after {
  content: '';
  width: 68px;
  height: 2px;
  background: linear-gradient(90deg, #4FB6F5 0%, #BA1E1A 100%)
}

.affl .terms-divider-shape {
  width: 12px;
  height: 12px;
  background: #EAF5CB;
  border-radius: 1px;
  transform: rotate(45deg)
}

.affl .terms-head {
  font-size: 37px;
  line-height: 1.1;
  margin: 0 0 56px;
  font-weight: 700;
  text-align: center;
  color: #2a2421
}

.affl .terms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  margin: 0 0 56px
}

.affl .term-card {
  background: linear-gradient(135deg, #fafcfd 0%, #fff 100%);
  padding: 28px;
  border-radius: 22px;
  border: 1px solid #4fb6f51f;
  box-shadow: 1px 2px 5px 0 #4fb6f512;
  transition: box-shadow .65s ease, transform .65s ease;
  position: relative
}

.affl .term-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, #4FB6F5 0%, #BA1E1A 100%);
  border-radius: 22px 0 0 22px;
  transition: height .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.affl .term-card:hover::before {
  height: 100%
}

.affl .term-card:hover {
  box-shadow: 1px 7px 18px 0 #4fb6f51c;
  transform: translateY(-4px)
}

.affl .term-card::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4FB6F5;
  border-right: 2px solid #4FB6F5;
  opacity: .3
}

.affl .term-label {
  font-size: 15px;
  line-height: 1.75;
  color: #7a6f68;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600
}

.affl .term-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #4FB6F5 0%, transparent 100%);
  margin: 0 0 16px
}

.affl .term-value {
  font-size: 27px;
  line-height: 1.1;
  margin: 0;
  font-weight: 700;
  background: linear-gradient(135deg, #BA1E1A 0%, #4FB6F5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.affl .detail-blocks {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.affl .detail-item {
  padding: 28px;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #ba1e1a14;
  box-shadow: 1px 2px 5px 0 #ba1e1a12;
  position: relative
}

.affl .detail-item::before {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #BA1E1A;
  border-left: 2px solid #BA1E1A;
  opacity: .3
}

.affl .detail-subhead {
  font-size: 27px;
  line-height: 1.1;
  margin: 0 0 16px;
  font-weight: 700;
  color: #2a2421
}

.affl .detail-content {
  font-size: 21px;
  line-height: 1.75;
  margin: 0;
  color: #4a423d
}

.affl .detail-content:first-child {
  text-indent: 42px
}

.affl .detail-content+.detail-content {
  margin-top: 0;
  text-indent: 42px
}

.affl .detail-content::first-letter {
  font-size: 37px;
  font-weight: 700;
  color: #4FB6F5;
  float: left;
  line-height: 1;
  margin-right: 8px
}

.affl .metric-spotlight {
  background: radial-gradient(circle at 15% 85%, #4fb6f50f 0%, transparent 60%);
  padding: 56px 28px;
  margin: 56px 0 0;
  border-radius: 22px;
  border: 2px solid #4fb6f526;
  text-align: right;
  position: relative;
  overflow: hidden
}

.affl .metric-spotlight::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 28px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #4FB6F5;
  border-left: 2px solid #4FB6F5
}

.affl .metric-spotlight::after {
  content: '';
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #BA1E1A;
  border-right: 2px solid #BA1E1A
}

.affl .metric-num {
  font-size: 68px;
  line-height: 1.1;
  margin: 0 0 16px;
  font-weight: 700;
  color: #4FB6F5;
  animation: count-pulse 1.2s ease infinite
}

@keyframes count-pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .7
  }
}

.affl .metric-context {
  font-size: 21px;
  line-height: 1.75;
  margin: 0;
  color: #4a423d
}

.affl .action-row {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 56px 0 0
}

.affl .btn-primary {
  padding: 16px 56px;
  font-size: 21px;
  font-weight: 600;
  color: #4FB6F5;
  background: transparent;
  border: 2px solid #4FB6F5;
  border-radius: 22px;
  cursor: pointer;
  transition: background .55s ease, color .55s ease, box-shadow .55s ease;
  box-shadow: 1px 2px 5px 0 #4fb6f512
}

.affl .btn-primary:hover {
  background: #4FB6F5;
  color: #fff;
  box-shadow: 1px 7px 18px 0 #4fb6f51c
}

.affl .btn-secondary {
  padding: 16px 56px;
  font-size: 21px;
  font-weight: 600;
  color: #BA1E1A;
  background: transparent;
  border: 2px solid #BA1E1A;
  border-radius: 22px;
  cursor: pointer;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 1px 2px 5px 0 #ba1e1a12
}

.affl .btn-secondary:hover {
  background: #BA1E1A;
  color: #fff;
  box-shadow: 1px 7px 18px 0 #ba1e1a1c
}

@media (max-width: 768px) {
  .affl .top-intro {
    flex-direction: column-reverse;
    padding: 28px 16px;
    gap: 28px
  }

  .affl .intro-txt {
    flex: 1
  }

  .affl .intro-vis img {
    max-width: 100%;
    height: 280px
  }

  .affl .intro-heading {
    font-size: 37px;
    margin: 0 0 16px
  }

  .affl .intro-desc {
    font-size: 15px;
    margin: 0 0 16px
  }

  .affl .intro-link {
    font-size: 15px
  }

  .affl .terms-zone {
    padding: 56px 16px
  }

  .affl .terms-head {
    font-size: 27px;
    margin: 0 0 28px
  }

  .affl .terms-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin: 0 0 28px
  }

  .affl .term-card {
    padding: 16px
  }

  .affl .term-label {
    font-size: 15px
  }

  .affl .term-value {
    font-size: 21px
  }

  .affl .detail-item {
    padding: 16px
  }

  .affl .detail-subhead {
    font-size: 21px;
    margin: 0 0 8px
  }

  .affl .detail-content {
    font-size: 15px
  }

  .affl .detail-content::first-letter {
    font-size: 27px
  }

  .affl .metric-spotlight {
    padding: 28px 16px;
    margin: 28px 0 0
  }

  .affl .metric-num {
    font-size: 51px
  }

  .affl .metric-context {
    font-size: 15px
  }

  .affl .action-row {
    flex-direction: column;
    gap: 16px;
    margin: 28px 0 0
  }

  .affl .btn-primary,
  .affl .btn-secondary {
    padding: 16px 28px;
    font-size: 15px
  }
}

.abt-us {
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  font-size: 15px;
  line-height: 1.75
}

.abt-us .hero-intro {
  position: relative;
  background: linear-gradient(135deg, #4FB6F5 0%, #BA1E1A 100%);
  padding-top: 96px;
  padding-bottom: 56px;
  overflow: hidden;
  margin-left: 0
}

.abt-us .hero-intro::before {
  content: '"';
  position: absolute;
  top: 28px;
  right: 56px;
  font-size: 320px;
  line-height: 1;
  color: #ffffff14;
  font-weight: 700;
  pointer-events: none
}

.abt-us .hero-intro .contain {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 56px;
  position: relative;
  z-index: 2
}

.abt-us .hero-intro .main-statement {
  font-size: 68px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 28px;
  font-weight: 700;
  max-width: 880px
}

.abt-us .hero-intro .support-text {
  font-size: 27px;
  line-height: 1.75;
  color: #fffffff2;
  margin: 0;
  max-width: 720px
}

.abt-us .story-segment {
  padding: 96px 56px;
  background: #fafbf9;
  margin-left: 56px;
  position: relative
}

.abt-us .story-segment::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 80" preserveAspectRatio="none"><path d="M0,40 Q150,0 300,40 T600,40 T900,40 T1200,40 L1200,80 L0,80 Z" fill="%23fafbf9"/></svg>') no-repeat center top;
  background-size: 100% 100%
}

.abt-us .story-segment .grid-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto
}

.abt-us .story-segment .txt-zone h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #2a2a2a;
  margin: 0 0 28px;
  font-weight: 700
}

.abt-us .story-segment .txt-zone .par {
  margin: 0 0 16px;
  color: #3a3a3a;
  text-indent: 28px
}

.abt-us .story-segment .txt-zone .par:first-of-type::first-letter {
  font-size: 51px;
  line-height: 1;
  color: #4FB6F5;
  float: left;
  margin-right: 8px;
  font-weight: 700
}

.abt-us .story-segment .txt-zone .par:last-of-type {
  margin-bottom: 0
}

.abt-us .story-segment .img-frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 1px 8px 44px 0 #4fb6f521;
  animation: cascade-1 .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards
}

@keyframes cascade-1 {
  from {
    opacity: 0;
    transform: translateY(28px)
  }

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

.abt-us .story-segment .img-frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .story-segment .img-frame:hover img {
  transform: scale(1.05)
}

.abt-us .values-display {
  padding: 96px 56px;
  background: linear-gradient(circle at bottom left, #4fb6f50f 0%, transparent 65%);
  position: relative;
  margin-left: 0
}

.abt-us .values-display::before {
  content: '∑';
  position: absolute;
  top: 56px;
  left: 56px;
  font-size: 280px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #ba1e1a14;
  font-weight: 700;
  pointer-events: none;
  z-index: 1
}

.abt-us .values-display .inner-contain {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.abt-us .values-display h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #2a2a2a;
  margin: 0 0 56px;
  font-weight: 700;
  text-align: center
}

.abt-us .values-display .value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.abt-us .values-display .value-card {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 1px 2px 5px 0 #4fb6f512;
  transition: box-shadow .6s ease, transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: cascade-2 .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards
}

.abt-us .values-display .value-card:nth-child(1) {
  animation-delay: .1s
}

.abt-us .values-display .value-card:nth-child(2) {
  animation-delay: .2s
}

.abt-us .values-display .value-card:nth-child(3) {
  animation-delay: .3s
}

@keyframes cascade-2 {
  from {
    opacity: 0;
    transform: translateY(28px)
  }

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

.abt-us .values-display .value-card:hover {
  box-shadow: 1px 8px 44px 0 #4fb6f521;
  transform: translateY(-8px)
}

.abt-us .values-display .value-card .icon-holder {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: linear-gradient(135deg, #4fb6f51a 0%, #ba1e1a1a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.abt-us .values-display .value-card .icon-holder svg {
  width: 32px;
  height: 32px
}

.abt-us .values-display .value-card h3 {
  font-size: 27px;
  line-height: 1.1;
  color: #2a2a2a;
  margin: 0 0 16px;
  font-weight: 700;
  background: linear-gradient(135deg, #BA1E1A 0%, #4FB6F5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt-us .values-display .value-card .desc {
  margin: 0;
  color: #3a3a3a
}

.abt-us .expertise-zone {
  padding: 96px 56px;
  background: #fff;
  position: relative;
  margin-left: 96px
}

.abt-us .expertise-zone::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 80" preserveAspectRatio="none"><path d="M0,40 Q150,80 300,40 T600,40 T900,40 T1200,40 L1200,80 L0,80 Z" fill="%23ffffff"/></svg>') no-repeat center top;
  background-size: 100% 100%
}

.abt-us .expertise-zone .layout-split {
  display: flex;
  gap: 56px;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto
}

.abt-us .expertise-zone .sidebar-thin {
  flex: 0 0 180px
}

.abt-us .expertise-zone .sidebar-thin .label-item {
  padding: 16px 0;
  border-bottom: 1px solid #4fb6f526;
  display: flex;
  align-items: center;
  gap: 8px;
  animation: cascade-3 .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards
}

.abt-us .expertise-zone .sidebar-thin .label-item:nth-child(1) {
  animation-delay: .1s
}

.abt-us .expertise-zone .sidebar-thin .label-item:nth-child(2) {
  animation-delay: .2s
}

.abt-us .expertise-zone .sidebar-thin .label-item:nth-child(3) {
  animation-delay: .3s
}

.abt-us .expertise-zone .sidebar-thin .label-item:nth-child(4) {
  animation-delay: .4s
}

@keyframes cascade-3 {
  from {
    opacity: 0;
    transform: translateX(-28px)
  }

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

.abt-us .expertise-zone .sidebar-thin .label-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #4FB6F5
}

.abt-us .expertise-zone .sidebar-thin .label-item .txt {
  font-size: 15px;
  color: #2a2a2a;
  font-weight: 600
}

.abt-us .expertise-zone .content-main {
  flex: 1
}

.abt-us .expertise-zone .content-main h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #2a2a2a;
  margin: 0 0 28px;
  font-weight: 700
}

.abt-us .expertise-zone .content-main .par {
  margin: 0 0 16px;
  color: #3a3a3a;
  text-indent: 28px
}

.abt-us .expertise-zone .content-main .par:last-of-type {
  margin-bottom: 28px
}

.abt-us .expertise-zone .content-main .img-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 28px
}

.abt-us .expertise-zone .content-main .img-showcase .img-box {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 1px 7px 18px 0 #ba1e1a1c;
  animation: cascade-4 .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards
}

.abt-us .expertise-zone .content-main .img-showcase .img-box:nth-child(1) {
  animation-delay: .15s
}

.abt-us .expertise-zone .content-main .img-showcase .img-box:nth-child(2) {
  animation-delay: .3s
}

@keyframes cascade-4 {
  from {
    opacity: 0;
    transform: translateY(28px)
  }

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

.abt-us .expertise-zone .content-main .img-showcase .img-box img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .expertise-zone .content-main .img-showcase .img-box:hover img {
  transform: scale(1.08)
}

.abt-us .team-intro {
  padding: 96px 56px;
  background: linear-gradient(circle at bottom left, #ba1e1a0a 0%, transparent 70%), url(./image_files/bestmedia-6.jpg) center/cover no-repeat;
  position: relative;
  margin-left: 28px
}

.abt-us .team-intro::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4fb6f5e0;
  z-index: 1
}

.abt-us .team-intro .wrap-content {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.abt-us .team-intro h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 56px;
  font-weight: 700;
  text-align: right
}

.abt-us .team-intro .member-row {
  display: flex;
  gap: 56px;
  justify-content: flex-end;
  align-items: start
}

.abt-us .team-intro .profile-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 280px;
  animation: cascade-5 .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards
}

.abt-us .team-intro .profile-unit:nth-child(1) {
  animation-delay: .1s
}

.abt-us .team-intro .profile-unit:nth-child(2) {
  animation-delay: .25s
}

@keyframes cascade-5 {
  from {
    opacity: 0;
    transform: translateY(28px)
  }

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

.abt-us .team-intro .profile-unit .portrait-wrap {
  width: 200px;
  height: 280px;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 1px 8px 44px 0 #ffffff21;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s ease
}

.abt-us .team-intro .profile-unit:hover .portrait-wrap {
  transform: translateY(-8px);
  box-shadow: 1px 8px 44px 0 #ffffff40
}

.abt-us .team-intro .profile-unit .portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.abt-us .team-intro .profile-unit .name-display {
  font-size: 21px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 8px;
  font-weight: 700;
  text-align: center
}

.abt-us .team-intro .profile-unit .role-label {
  font-size: 15px;
  color: #ffffffd9;
  margin: 0;
  text-align: center
}

.abt-us .metric-banner {
  padding: 56px;
  background: #EAF5CB;
  margin-left: 56px;
  position: relative
}

.abt-us .metric-banner::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 80" preserveAspectRatio="none"><path d="M0,40 Q150,0 300,40 T600,40 T900,40 T1200,40 L1200,80 L0,80 Z" fill="%23EAF5CB"/></svg>') no-repeat center top;
  background-size: 100% 100%
}

.abt-us .metric-banner .stat-row {
  display: flex;
  gap: 56px;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto
}

.abt-us .metric-banner .stat-box {
  text-align: center;
  animation: cascade-6 .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards
}

.abt-us .metric-banner .stat-box:nth-child(1) {
  animation-delay: .1s
}

.abt-us .metric-banner .stat-box:nth-child(2) {
  animation-delay: .2s
}

.abt-us .metric-banner .stat-box:nth-child(3) {
  animation-delay: .3s
}

@keyframes cascade-6 {
  from {
    opacity: 0;
    transform: scale(0.9)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.abt-us .metric-banner .stat-box .number {
  font-size: 68px;
  line-height: 1.1;
  color: #BA1E1A !important;
  margin: 0 0 8px;
  font-weight: 700
}

.abt-us .metric-banner .stat-box .caption {
  font-size: 15px;
  color: #2a2a2a;
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid #ba1e1a40;
  display: inline-block
}

@media (max-width: 1024px) {
  .abt-us .hero-intro {
    padding-top: 56px;
    padding-bottom: 56px;
    margin-left: 0
  }

  .abt-us .hero-intro .contain {
    padding: 0 28px
  }

  .abt-us .hero-intro .main-statement {
    font-size: 51px
  }

  .abt-us .hero-intro .support-text {
    font-size: 21px
  }

  .abt-us .story-segment {
    padding: 56px 28px;
    margin-left: 28px
  }

  .abt-us .story-segment .grid-wrap {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .abt-us .story-segment .txt-zone h2 {
    font-size: 37px
  }

  .abt-us .values-display {
    padding: 56px 28px;
    margin-left: 0
  }

  .abt-us .values-display h2 {
    font-size: 37px;
    margin-bottom: 28px
  }

  .abt-us .values-display .value-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .abt-us .expertise-zone {
    padding: 56px 28px;
    margin-left: 28px
  }

  .abt-us .expertise-zone .layout-split {
    flex-direction: column;
    gap: 28px
  }

  .abt-us .expertise-zone .sidebar-thin {
    flex: 0 0 auto;
    width: 100%
  }

  .abt-us .expertise-zone .content-main h2 {
    font-size: 37px
  }

  .abt-us .expertise-zone .content-main .img-showcase {
    grid-template-columns: 1fr
  }

  .abt-us .team-intro {
    padding: 56px 28px;
    margin-left: 0
  }

  .abt-us .team-intro h2 {
    font-size: 37px;
    margin-bottom: 28px;
    text-align: center
  }

  .abt-us .team-intro .member-row {
    flex-direction: column;
    align-items: center;
    gap: 28px
  }

  .abt-us .metric-banner {
    padding: 56px 28px;
    margin-left: 0
  }

  .abt-us .metric-banner .stat-row {
    flex-direction: column;
    gap: 28px
  }
}

@media (max-width: 640px) {
  .abt-us .hero-intro .main-statement {
    font-size: 37px
  }

  .abt-us .hero-intro .support-text {
    font-size: 15px
  }

  .abt-us .story-segment .txt-zone h2,
  .abt-us .values-display h2,
  .abt-us .expertise-zone .content-main h2,
  .abt-us .team-intro h2 {
    font-size: 27px
  }

  .abt-us .metric-banner .stat-box .number {
    font-size: 51px
  }
}

.cnt-pg {
  background: #fefefe;
  color: #2a2a2a;
  max-width: 100%;
  overflow-x: clip
}

.cnt-pg * {
  box-sizing: border-box
}

.cnt-pg .top-reach {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 56px;
  gap: 56px;
  border-top: 1px solid #4FB6F5;
  border-bottom: 1px solid #BA1E1A
}

.cnt-pg .top-reach::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at bottom left, #4fb6f526, transparent 68%);
  transform: translateX(-50%);
  pointer-events: none;
  animation: pulse-spot 7.2s ease-in-out infinite;
  z-index: 0
}

@keyframes pulse-spot {

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

  50% {
    transform: translateX(-50%) scale(1.18);
    opacity: .7
  }
}

.cnt-pg .left-txt {
  flex: 1 1 58%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 0;
  z-index: 1
}

.cnt-pg .left-txt h1 {
  font-size: 51px;
  line-height: 1.1;
  margin: 0 0 28px;
  font-weight: 700
}

.cnt-pg .left-txt h1 .accent-phrase {
  background: linear-gradient(135deg, #BA1E1A 0%, #4FB6F5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.cnt-pg .left-txt p {
  font-size: 21px;
  line-height: 1.75;
  margin: 0;
  color: #3d3d3d
}

.cnt-pg .right-visual {
  flex: 1 1 42%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 0 16px 28px;
  z-index: 1
}

.cnt-pg .right-visual img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  border-radius: 22px;
  position: relative;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cnt-pg .right-visual img:hover {
  transform: scale(1.04)
}

.cnt-pg .right-visual::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  background: linear-gradient(to left, #4fb6f514, transparent);
  pointer-events: none;
  border-radius: 22px
}

.cnt-pg .form-space {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 56px;
  background: #4FB6F5;
  position: relative
}

.cnt-pg .form-space::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: repeating-linear-gradient(to right, #BA1E1A 0px, #BA1E1A 8px, transparent 8px, transparent 16px, #EAF5CB 16px, #EAF5CB 24px, transparent 24px, transparent 32px)
}

.cnt-pg .form-space::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 12%;
  right: 12%;
  height: 3px;
  background: repeating-linear-gradient(to right, #EAF5CB 0px, #EAF5CB 8px, transparent 8px, transparent 16px, #BA1E1A 16px, #BA1E1A 24px, transparent 24px, transparent 32px)
}

.cnt-pg .form-wrapper {
  max-width: 780px;
  margin: 0 auto
}

.cnt-pg .form-wrapper h2 {
  font-size: 37px;
  line-height: 1.1;
  margin: 0 0 16px;
  color: #fefefe;
  font-weight: 600;
  text-align: center
}

.cnt-pg .form-wrapper .sub-note {
  font-size: 15px;
  line-height: 1.75;
  color: #fefefee6;
  text-align: center;
  margin: 0 0 56px
}

.cnt-pg .contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.cnt-pg .row-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px
}

.cnt-pg .field-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cnt-pg .field-group label {
  font-size: 15px;
  color: #fefefe;
  font-weight: 500;
  letter-spacing: .02em
}

.cnt-pg .field-group input,
.cnt-pg .field-group select {
  padding: 16px;
  border: 1px solid #fefefe4d;
  border-radius: 1px;
  background: #fefefe26;
  color: #fefefe;
  font-size: 15px;
  transition: border-color .55s ease, background .55s ease, box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  outline: none
}

.cnt-pg .field-group input::placeholder {
  color: #fefefe80
}

.cnt-pg .field-group input:focus,
.cnt-pg .field-group select:focus {
  border-color: #fefefe;
  background: #fefefe40;
  box-shadow: 1px 2px 5px 0 #4fb6f512 1px 7px 18px 0 #4fb6f51c
}

.cnt-pg .field-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23fefefe' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 48px;
  cursor: pointer
}

.cnt-pg .field-group select option {
  background: #4FB6F5;
  color: #fefefe
}

.cnt-pg .consent-wrap {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 8px 0 0
}

.cnt-pg .consent-wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 4px 0 0;
  cursor: pointer;
  flex-shrink: 0;
  accent-color: #BA1E1A
}

.cnt-pg .consent-wrap label {
  font-size: 15px;
  line-height: 1.75;
  color: #fefefef2;
  cursor: pointer
}

.cnt-pg .consent-wrap a {
  color: #fefefe;
  text-decoration: underline;
  transition: color .5s ease
}

.cnt-pg .consent-wrap a:hover {
  color: #EAF5CB
}

.cnt-pg .submit-btn {
  padding: 16px 56px;
  border: 2px solid #fefefe;
  border-radius: 22px;
  background: transparent;
  color: #fefefe;
  font-size: 21px;
  font-weight: 600;
  cursor: pointer;
  transition: background .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .65s ease;
  align-self: center;
  margin: 28px 0 0
}

.cnt-pg .submit-btn:hover {
  background: #fefefe;
  color: #4FB6F5;
  box-shadow: 1px 8px 44px 0 #ba1e1a21
}

.cnt-pg .submit-btn:active {
  transform: scale(0.98)
}

.cnt-pg .info-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 56px;
  background: #fefefe
}

.cnt-pg .info-grid h2 {
  font-size: 37px;
  line-height: 1.1;
  margin: 0 0 56px;
  text-align: center;
  color: #2a2a2a;
  font-weight: 600
}

.cnt-pg .shared-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 0 0 56px
}

.cnt-pg .metric-card {
  background: linear-gradient(135deg, #eaf5cb4d, #4fb6f51a);
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s ease;
  box-shadow: 1px 2px 5px 0 #4fb6f512
}

.cnt-pg .metric-card:hover {
  transform: translateY(-8px);
  box-shadow: 1px 8px 44px 0 #4fb6f521
}

.cnt-pg .metric-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at bottom left, #ba1e1a14, transparent 50%);
  pointer-events: none;
  transition: transform .8s ease
}

.cnt-pg .metric-card:hover::before {
  transform: rotate(45deg)
}

.cnt-pg .metric-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4fb6f533;
  border-radius: 22px;
  margin: 0 0 16px;
  transition: background .55s ease
}

.cnt-pg .metric-card:hover .metric-icon {
  background: #ba1e1a33
}

.cnt-pg .metric-icon svg {
  width: 32px;
  height: 32px;
  fill: #4FB6F5;
  transition: fill .55s ease
}

.cnt-pg .metric-card:hover .metric-icon svg {
  fill: #BA1E1A
}

.cnt-pg .metric-card h3 {
  font-size: 21px;
  line-height: 1.1;
  margin: 0 0 8px;
  color: #2a2a2a;
  font-weight: 600
}

.cnt-pg .metric-card p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  color: #3d3d3d
}

.cnt-pg .detail-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px
}

.cnt-pg .detail-item {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cnt-pg .detail-item h4 {
  font-size: 27px;
  line-height: 1.1;
  margin: 0;
  background: linear-gradient(135deg, #BA1E1A 0%, #4FB6F5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600
}

.cnt-pg .detail-item p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  color: #3d3d3d;
  text-align: right
}

.cnt-pg .detail-item p:first-of-type {
  text-indent: 28px
}

.cnt-pg .detail-item .trend-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #4FB6F5;
  margin: 8px 0 0
}

.cnt-pg .detail-item .trend-indicator svg {
  width: 16px;
  height: 16px;
  fill: #4FB6F5;
  animation: bounce-arrow 1.8s ease-in-out infinite
}

@keyframes bounce-arrow {

  0%,
  100% {
    transform: translateY(0)
  }

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

@media (max-width: 1024px) {
  .cnt-pg .top-reach {
    flex-direction: column;
    padding: 56px 28px;
    gap: 28px
  }

  .cnt-pg .left-txt,
  .cnt-pg .right-visual {
    flex: 1 1 100%;
    padding: 0
  }

  .cnt-pg .right-visual {
    justify-content: center
  }

  .cnt-pg .left-txt h1 {
    font-size: 37px
  }

  .cnt-pg .form-space {
    padding: 56px 28px
  }

  .cnt-pg .shared-top {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .cnt-pg .detail-blocks {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .cnt-pg .info-grid {
    padding: 56px 28px
  }
}

@media (max-width: 768px) {
  .cnt-pg .row-fields {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .cnt-pg .left-txt h1 {
    font-size: 27px
  }

  .cnt-pg .left-txt p {
    font-size: 15px
  }

  .cnt-pg .form-wrapper h2 {
    font-size: 27px
  }

  .cnt-pg .submit-btn {
    width: 100%;
    padding: 16px 28px
  }

  .cnt-pg .info-grid h2 {
    font-size: 27px
  }

  .cnt-pg .detail-item h4 {
    font-size: 21px
  }

  .cnt-pg .detail-item p {
    text-align: left
  }
}

.cnt-pg ::selection {
  background: linear-gradient(90deg, #4FB6F5, #BA1E1A);
  color: #fefefe
}

.lrn-prog {
  background: #fefefe;
  color: #1d1d1d
}

.lrn-prog .slide-up {
  opacity: 0;
  transform: translateY(56px);
  animation: slideUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

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

.lrn-prog .intro-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px;
  display: flex;
  gap: 28px;
  align-items: flex-start
}

.lrn-prog .intro-img-card {
  flex-shrink: 0;
  width: 280px;
  height: 340px;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 1px 7px 18px 0 #4fb6f51c
}

.lrn-prog .intro-img-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, transparent 40%, #0006);
  pointer-events: none;
  z-index: 1
}

.lrn-prog .intro-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .6s ease
}

.lrn-prog .intro-img-card:hover img {
  transform: scale(1.08)
}

.lrn-prog .intro-txt-zone {
  flex: 1;
  position: relative
}

.lrn-prog .intro-txt-zone::before,
.lrn-prog .intro-txt-zone::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #4FB6F5
}

.lrn-prog .intro-txt-zone::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none
}

.lrn-prog .intro-txt-zone::after {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none
}

.lrn-prog .intro-h {
  font-size: 51px;
  line-height: 1.1;
  margin: 0 0 28px;
  font-weight: 700;
  color: #1d1d1d
}

.lrn-prog .intro-desc {
  font-size: 21px;
  line-height: 1.75;
  margin: 0;
  color: #3a3a3a
}

.lrn-prog .pattern-dots {
  position: absolute;
  bottom: -8px;
  right: 28px;
  display: flex;
  gap: 8px;
  pointer-events: none
}

.lrn-prog .pattern-dots span {
  width: 8px;
  height: 8px;
  background: #4FB6F5;
  border-radius: 1px;
  opacity: .3
}

.lrn-prog .curriculum-outer {
  background: radial-gradient(circle at 50% 50%, #fff, #f7f7f7);
  position: relative;
  padding: 96px 28px
}

.lrn-prog .curriculum-outer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background: linear-gradient(to right, transparent, #4FB6F5, transparent)
}

.lrn-prog .curriculum-outer::after {
  content: '01';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fefefe;
  padding: 0 16px;
  font-size: 15px;
  color: #4FB6F5;
  font-weight: 700
}

.lrn-prog .curriculum-inner {
  max-width: 1280px;
  margin: 0 auto
}

.lrn-prog .curriculum-h {
  font-size: 37px;
  line-height: 1.1;
  margin: 0 0 56px;
  text-align: center;
  font-weight: 700;
  color: #1d1d1d
}

.lrn-prog .outer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px
}

.lrn-prog .phase-block {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 1px 2px 5px 0 #4fb6f512;
  transition: box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative
}

.lrn-prog .phase-block::before,
.lrn-prog .phase-block::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #BA1E1A;
  transition: border-color .6s ease
}

.lrn-prog .phase-block::before {
  bottom: 8px;
  left: 8px;
  border-right: none;
  border-top: none
}

.lrn-prog .phase-block::after {
  bottom: 8px;
  right: 8px;
  border-left: none;
  border-top: none
}

.lrn-prog .phase-block:hover {
  box-shadow: 1px 8px 44px 0 #4fb6f521
}

.lrn-prog .phase-block:hover::before,
.lrn-prog .phase-block:hover::after {
  border-color: #4FB6F5
}

.lrn-prog .phase-num {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #4FB6F5, #BA1E1A);
  border-radius: 22px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px
}

.lrn-prog .phase-title {
  font-size: 27px;
  line-height: 1.1;
  margin: 0 0 16px;
  font-weight: 700;
  background: linear-gradient(135deg, #BA1E1A, #4FB6F5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.lrn-prog .inner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 0 16px
}

.lrn-prog .module-item {
  background: #f9f9f9;
  padding: 16px;
  border-radius: 1px;
  font-size: 15px;
  line-height: 1.75;
  color: #3a3a3a;
  transition: background .5s ease, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .module-item:hover {
  background: #EAF5CB;
  transform: translateY(-4px)
}

.lrn-prog .phase-summary {
  font-size: 15px;
  line-height: 1.75;
  margin: 16px 0 0;
  color: #5a5a5a;
  text-indent: 28px
}

.lrn-prog .instructors-wrap {
  background: #fff;
  padding: 96px 28px;
  position: relative
}

.lrn-prog .instructors-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background: linear-gradient(to right, transparent, #BA1E1A, transparent)
}

.lrn-prog .instructors-wrap::after {
  content: '02';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 16px;
  font-size: 15px;
  color: #BA1E1A;
  font-weight: 700
}

.lrn-prog .instructors-container {
  max-width: 1280px;
  margin: 0 auto
}

.lrn-prog .instructors-h {
  font-size: 37px;
  line-height: 1.1;
  margin: 0 0 56px;
  text-align: right;
  font-weight: 700;
  color: #1d1d1d
}

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

.lrn-prog .profile-card {
  background: #fefefe;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 1px 2px 5px 0 #ba1e1a12;
  transition: box-shadow .8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .7s ease
}

.lrn-prog .profile-card:hover {
  box-shadow: 1px 8px 44px 0 #ba1e1a21;
  transform: translateY(-8px)
}

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

.lrn-prog .profile-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform .7s ease
}

.lrn-prog .profile-card:hover .profile-img-wrap img {
  transform: scale(1.06)
}

.lrn-prog .profile-info {
  padding: 28px;
  background: linear-gradient(180deg, #fff, #f9f9f9)
}

.lrn-prog .profile-name {
  font-size: 21px;
  line-height: 1.1;
  margin: 0 0 8px;
  font-weight: 700;
  color: #1d1d1d
}

.lrn-prog .profile-role {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 16px;
  color: #4FB6F5;
  font-weight: 600
}

.lrn-prog .profile-bio {
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  color: #5a5a5a
}

.lrn-prog .profile-bio::first-letter {
  font-size: 27px;
  font-weight: 700;
  color: #BA1E1A;
  float: left;
  line-height: 1;
  margin: 4px 8px 0 0
}

.lrn-prog .fib-pattern {
  position: absolute;
  top: 50%;
  right: 56px;
  width: 180px;
  height: 180px;
  opacity: .04;
  pointer-events: none
}

.lrn-prog .fib-pattern svg {
  width: 100%;
  height: 100%
}

@media (max-width: 1024px) {
  .lrn-prog .intro-wrap {
    flex-direction: column;
    padding: 56px 16px
  }

  .lrn-prog .intro-img-card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto
  }

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

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

  .lrn-prog .curriculum-outer,
  .lrn-prog .instructors-wrap {
    padding: 56px 16px
  }

  .lrn-prog .curriculum-h,
  .lrn-prog .instructors-h {
    font-size: 27px;
    margin: 0 0 28px
  }

  .lrn-prog .intro-h {
    font-size: 37px
  }
}

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

  .lrn-prog .intro-h {
    font-size: 27px
  }

  .lrn-prog .intro-desc {
    font-size: 15px
  }

  .lrn-prog .phase-title {
    font-size: 21px
  }

  .lrn-prog .profile-img-wrap {
    height: 280px
  }
}

.lrn-prog ::selection {
  background: linear-gradient(to right, #4FB6F5, #BA1E1A);
  color: #fff
}

.lnch {
  background: #fefefe;
  color: #2a2a2a;
  overflow-x: clip
}

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

.lnch .grad-shift {
  position: relative;
  padding: 96px 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #EAF5CB 0%, #fff 50%, #4FB6F5 100%);
  background-size: 400% 400%;
  animation: grad-move 12s ease infinite
}

@keyframes grad-move {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.lnch .grad-shift::before,
.lnch .grad-shift::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .15;
  pointer-events: none
}

.lnch .grad-shift::before {
  width: 480px;
  height: 480px;
  background: #4FB6F5;
  top: -120px;
  left: -80px
}

.lnch .grad-shift::after {
  width: 360px;
  height: 360px;
  background: #BA1E1A;
  bottom: -100px;
  right: -60px
}

.lnch .grad-shift-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.lnch .over-label {
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #BA1E1A;
  margin: 0 0 16px;
  opacity: 0;
  animation: slide-alt-left .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s forwards
}

.lnch .prime-heading {
  font-size: 68px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 28px;
  max-width: 920px;
  opacity: 0;
  animation: slide-alt-right .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s forwards
}

.lnch .prime-desc {
  font-size: 21px;
  line-height: 1.75;
  color: #4a4a4a;
  margin: 0;
  max-width: 720px;
  opacity: 0;
  animation: slide-alt-left .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .6s forwards
}

@keyframes slide-alt-left {
  from {
    opacity: 0;
    transform: translateX(-40px)
  }

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

@keyframes slide-alt-right {
  from {
    opacity: 0;
    transform: translateX(40px)
  }

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

.lnch .gap-visual {
  padding: 96px 16px;
  background: #fff;
  position: relative
}

.lnch .gap-visual::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #4FB6F5 100%)
}

.lnch .gap-visual-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 56px;
  align-items: start
}

.lnch .gap-left {
  opacity: 0;
  animation: slide-alt-left .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s forwards
}

.lnch .gap-center {
  opacity: 0;
  animation: slide-alt-right .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s forwards
}

.lnch .gap-right {
  opacity: 0;
  animation: slide-alt-left .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .7s forwards
}

.lnch .gap-img-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 1px 7px 18px 0 #4fb6f51c;
  border: 2px solid #4FB6F5;
  outline: 1px solid #EAF5CB;
  outline-offset: 4px
}

.lnch .gap-img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lnch .gap-img-wrap:hover img {
  transform: scale(1.08)
}

.lnch .gap-heading {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 28px
}

.lnch .gap-text {
  font-size: 21px;
  line-height: 1.75;
  color: #4a4a4a;
  margin: 0 0 28px;
  text-indent: 28px
}

.lnch .gap-text:first-of-type {
  text-indent: 0
}

.lnch .gap-side-label {
  font-size: 15px;
  line-height: 1.75;
  color: #BA1E1A;
  font-weight: 600;
  margin: 0 0 8px
}

.lnch .gap-side-val {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 700;
  color: #4FB6F5;
  margin: 0
}

.lnch .hesitation-block {
  padding: 96px 16px;
  background: #f9fafb;
  position: relative
}

.lnch .hesitation-block::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  height: 2px;
  background: linear-gradient(90deg, #BA1E1A 0%, transparent 100%)
}

.lnch .hesitation-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 56px;
  align-items: center
}

.lnch .hesitation-content {
  flex: 1 1 60%;
  text-align: right
}

.lnch .hesitation-heading {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 28px;
  background: linear-gradient(135deg, #BA1E1A 0%, #4FB6F5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.lnch .hesitation-text {
  font-size: 21px;
  line-height: 1.75;
  color: #4a4a4a;
  margin: 0 0 28px;
  text-indent: 28px
}

.lnch .hesitation-text:first-of-type {
  text-indent: 0
}

.lnch .hesitation-visual {
  flex: 1 1 40%;
  position: relative
}

.lnch .hesitation-img-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 1px 8px 44px 0 #ba1e1a21;
  border: 2px solid #BA1E1A;
  outline: 1px solid #EAF5CB;
  outline-offset: 4px
}

.lnch .hesitation-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform .7s ease
}

.lnch .hesitation-img-wrap:hover img {
  transform: scale(1.06)
}

.lnch .proof-section {
  padding: 96px 16px;
  background: #fff;
  position: relative;
  overflow: hidden
}

.lnch .proof-section::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(./image_files/media-15-20250518.jpg);
  background-size: cover;
  background-position: center;
  opacity: .04;
  pointer-events: none
}

.lnch .proof-section::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #4FB6F5 100%)
}

.lnch .proof-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.lnch .proof-heading {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 56px;
  text-align: center
}

.lnch .proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.lnch .proof-card {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 1px 2px 5px 0 #4fb6f512;
  border: 1px solid #e8e8e8;
  position: relative;
  transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lnch .proof-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4FB6F5 0%, transparent 100%);
  opacity: 0;
  transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lnch .proof-card:hover {
  box-shadow: 1px 8px 44px 0 #4fb6f521;
  transform: translateY(-4px)
}

.lnch .proof-card:hover::after {
  opacity: 1
}

.lnch .proof-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 22px;
  background: linear-gradient(135deg, #EAF5CB 0%, #4FB6F5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px
}

.lnch .proof-card-icon svg {
  width: 28px;
  height: 28px;
  fill: #2a2a2a
}

.lnch .proof-card-title {
  font-size: 21px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 16px
}

.lnch .proof-card-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #4a4a4a;
  margin: 0
}

.lnch .proof-card:nth-child(1) {
  animation: cycle-highlight 9s ease infinite
}

.lnch .proof-card:nth-child(2) {
  animation: cycle-highlight 9s ease infinite 3s
}

.lnch .proof-card:nth-child(3) {
  animation: cycle-highlight 9s ease infinite 6s
}

@keyframes cycle-highlight {

  0%,
  33.33%,
  100% {
    box-shadow: 1px 2px 5px 0 #4fb6f512;
    transform: translateY(0)
  }

  5%,
  28.33% {
    box-shadow: 1px 8px 44px 0 #4fb6f521;
    transform: translateY(-4px)
  }
}

.lnch .approach-zone {
  padding: 96px 16px;
  background: #f9fafb;
  position: relative
}

.lnch .approach-zone::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 2px;
  background: linear-gradient(90deg, #BA1E1A 0%, transparent 100%)
}

.lnch .approach-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 56px;
  align-items: start
}

.lnch .approach-center {
  flex: 0 0 480px;
  position: relative
}

.lnch .approach-anchor {
  position: sticky;
  top: 96px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 1px 7px 18px 0 #4fb6f51c;
  border: 2px solid #4FB6F5;
  outline: 1px solid #EAF5CB;
  outline-offset: 4px
}

.lnch .approach-anchor img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block
}

.lnch .approach-left,
.lnch .approach-right {
  flex: 1
}

.lnch .approach-heading {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 28px
}

.lnch .approach-subhead {
  font-size: 27px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 16px;
  background: linear-gradient(135deg, #BA1E1A 0%, #4FB6F5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.lnch .approach-text {
  font-size: 15px;
  line-height: 1.75;
  color: #4a4a4a;
  margin: 0 0 28px;
  text-indent: 28px
}

.lnch .approach-text:first-of-type {
  text-indent: 0
}

.lnch .approach-chart {
  margin: 56px 0 0
}

.lnch .chart-row {
  margin: 0 0 16px
}

.lnch .chart-label {
  font-size: 15px;
  line-height: 1.75;
  color: #2a2a2a;
  font-weight: 600;
  margin: 0 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.lnch .chart-percent {
  color: #4FB6F5
}

.lnch .chart-bar-outer {
  width: 100%;
  height: 16px;
  background: #e8e8e8;
  border-radius: 22px;
  overflow: hidden;
  position: relative
}

.lnch .chart-bar-inner {
  height: 100%;
  background: linear-gradient(90deg, #4FB6F5 0%, #BA1E1A 100%);
  border-radius: 22px;
  transition: width .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lnch .reputation-final {
  padding: 96px 16px;
  background: #fff;
  position: relative
}

.lnch .reputation-final::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #4FB6F5 100%)
}

.lnch .reputation-inner {
  max-width: 1280px;
  margin: 0 auto
}

.lnch .reputation-heading {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 56px
}

.lnch .reputation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
  align-items: start
}

.lnch .reputation-person {
  display: flex;
  gap: 28px;
  align-items: start
}

.lnch .reputation-portrait {
  flex: 0 0 180px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 1px 7px 18px 0 #ba1e1a1c;
  border: 2px solid #BA1E1A;
  outline: 1px solid #EAF5CB;
  outline-offset: 4px
}

.lnch .reputation-portrait img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform .6s ease
}

.lnch .reputation-portrait:hover img {
  transform: scale(1.05)
}

.lnch .reputation-details {
  flex: 1
}

.lnch .reputation-name {
  font-size: 27px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 8px
}

.lnch .reputation-role {
  font-size: 15px;
  line-height: 1.75;
  color: #BA1E1A;
  font-weight: 600;
  margin: 0 0 16px
}

.lnch .reputation-quote {
  font-size: 15px;
  line-height: 1.75;
  color: #4a4a4a;
  margin: 0;
  font-style: italic
}

@media (max-width: 1024px) {
  .lnch .prime-heading {
    font-size: 51px
  }

  .lnch .gap-visual-inner {
    grid-template-columns: 1fr
  }

  .lnch .hesitation-inner {
    flex-direction: column
  }

  .lnch .hesitation-content {
    text-align: left
  }

  .lnch .proof-grid {
    grid-template-columns: 1fr
  }

  .lnch .approach-inner {
    flex-direction: column
  }

  .lnch .approach-center {
    flex: 1 1 auto
  }

  .lnch .approach-anchor {
    position: relative;
    top: 0
  }

  .lnch .reputation-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .lnch .prime-heading {
    font-size: 37px
  }

  .lnch .prime-desc,
  .lnch .gap-text,
  .lnch .hesitation-text {
    font-size: 15px
  }

  .lnch .gap-heading,
  .lnch .approach-heading {
    font-size: 27px
  }

  .lnch .hesitation-heading,
  .lnch .proof-heading,
  .lnch .reputation-heading {
    font-size: 37px
  }

  .lnch .gap-side-val {
    font-size: 37px
  }

  .lnch .approach-subhead,
  .lnch .reputation-name {
    font-size: 21px
  }
}

.submit-done {
  background: linear-gradient(137deg, #EAF5CB 0%, #fff 100%);
  min-height: 100vh;
  padding: 96px 16px;
  display: flex;
  align-items: center;
  justify-content: center
}

.submit-done .result-wrap {
  max-width: 680px;
  width: 100%;
  background: #fff;
  border-radius: 22px;
  padding: 56px;
  box-shadow: 1px 7px 18px 0 #4fb6f51c;
  text-align: center
}

.submit-done .status-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 28px;
  background: radial-gradient(circle at 30% 70%, #4FB6F5 0%, transparent 70%);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.submit-done .status-icon::before {
  content: '';
  width: 42px;
  height: 24px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(-45deg) translateY(-6px)
}

.submit-done .result-title {
  font-size: 37px;
  line-height: 1.1;
  color: #2d2d2d;
  margin: 0 0 16px;
  font-weight: 600
}

.submit-done .result-msg {
  font-size: 21px;
  line-height: 1.75;
  color: #5a5a5a;
  margin: 0 0 28px
}

.submit-done .result-msg:last-of-type {
  margin-bottom: 56px
}

.submit-done .action-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap
}

.submit-done .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  font-size: 21px;
  background: #4FB6F5;
  color: #fff;
  text-decoration: none;
  border-radius: 22px;
  border: none;
  cursor: pointer;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 1px 2px 5px 0 #4fb6f512
}

.submit-done .btn-primary:hover {
  box-shadow: 1px 8px 44px 0 #4fb6f521;
  transform: translateY(-2px)
}

.submit-done .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  font-size: 21px;
  background: transparent;
  color: #4FB6F5;
  text-decoration: none;
  border-radius: 22px;
  border: 2px solid #4FB6F5;
  cursor: pointer;
  transition: background .7s ease, color .7s ease
}

.submit-done .btn-secondary:hover {
  background: #4FB6F5;
  color: #fff
}

.submit-done .info-grid {
  margin: 56px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid #4fb6f533;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 28px;
  text-align: left
}

.submit-done .info-item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.submit-done .info-label {
  font-size: 15px;
  color: #8a8a8a;
  letter-spacing: .05em;
  text-transform: uppercase
}

.submit-done .info-value {
  font-size: 21px;
  color: #2d2d2d;
  font-weight: 500
}

@media (max-width: 768px) {
  .submit-done {
    padding: 56px 16px
  }

  .submit-done .result-wrap {
    padding: 28px
  }

  .submit-done .result-title {
    font-size: 27px
  }

  .submit-done .result-msg {
    font-size: 15px
  }

  .submit-done .action-row {
    flex-direction: column
  }

  .submit-done .btn-primary,
  .submit-done .btn-secondary {
    width: 100%;
    font-size: 15px;
    padding: 16px
  }

  .submit-done .info-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }
}