::before,
::after {
  content: none;
  box-sizing: inherit
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1919;
  background: #fefefe
}

.top-bar {
  background: linear-gradient(135deg, #d510180a 0%, #5886be0f 100%);
  border-bottom: 1px solid #d510181f;
  box-shadow: 0 1px 6px 0 #d5101812
}

.top-bar-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap
}

.brand-pod {
  display: flex;
  align-items: center;
  gap: 16px
}

.mark-cell {
  width: 42px;
  height: 42px;
  background: #fff;
  border: 2px solid #d510182e;
  border-radius: 7px;
  box-shadow: 0 1px 6px 0 #5886be12 0 5px 28px 0 #5886be1c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px
}

.mark-cell img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.brand-text {
  font-size: 28px;
  font-weight: 700;
  color: #D51018;
  line-height: 1.2;
  letter-spacing: -.3px
}

.divider-vert {
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, #d5101814, #5886be24, #d5101814)
}

.nav-deck {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.nav-deck a {
  font-size: 16px;
  font-weight: 400;
  color: #2a2a2a;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 3px;
  transition: background-color .16s ease-out, color .16s ease-out, box-shadow .16s ease-out;
  position: relative;
  display: inline-block
}

.nav-deck a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #D51018;
  transform: scaleX(0);
  transition: transform .18s cubic-bezier(0.4, 0, 0.6, 1);
  transform-origin: left
}

.nav-deck a:hover {
  background-color: #d510180f;
  color: #D51018
}

.nav-deck a:hover::after {
  transform: scaleX(1)
}

.nav-deck a:focus {
  outline: 2px solid #5886BE;
  outline-offset: 2px;
  background-color: #5886be14
}

.nav-deck a:focus::before {
  content: 'focused';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: #5886BE;
  background: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  white-space: nowrap;
  box-shadow: 0 1px 6px 0 #5886be12
}

.credential-badge {
  font-size: 13px;
  color: #5886BE;
  background: #5886be14;
  padding: 8px 16px;
  border-radius: 40px;
  border: 1px solid #5886be2e;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  white-space: nowrap
}

@media (max-width: 1024px) {
  .top-bar-inner {
    padding: 16px;
    gap: 16px
  }

  .nav-deck {
    width: 100%;
    justify-content: center
  }

  .credential-badge {
    width: 100%;
    text-align: center
  }
}

@media (max-width: 768px) {
  .brand-text {
    font-size: 21px
  }

  .mark-cell {
    width: 38px;
    height: 38px
  }

  .nav-deck a {
    font-size: 13px;
    padding: 8px 12px
  }

  .credential-badge {
    font-size: 13px
  }
}

.base-footer {
  background: linear-gradient(180deg, #fefefe 0%, #5886be08 100%);
  border-top: 2px solid #d510181f;
  margin-top: 96px
}

.footer-upper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 64px;
  align-items: start
}

.footer-col-left {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footer-col-left h3 {
  font-size: 21px;
  font-weight: 700;
  color: #D51018;
  line-height: 1.2;
  margin: 0 0 8px
}

.footer-col-left p {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0
}

.footer-col-left a {
  font-size: 16px;
  color: #5886BE;
  text-decoration: none;
  transition: color .14s ease-out;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.footer-col-left a:hover {
  color: #D51018
}

.footer-col-left a::after {
  content: '';
  width: 16px;
  height: 16px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M5 0l-1 1 2 2h-6v2h6l-2 2 1 1 4-4-4-4z'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform .14s ease-out
}

.footer-col-left a:hover::after {
  transform: translateX(4px)
}

.footer-brand-pod {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  position: relative
}

.footer-brand-pod::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, #d5101833, transparent)
}

.footer-mark-cell {
  width: 64px;
  height: 64px;
  background: #fff;
  border: 2px solid #5886be2e;
  border-radius: 13px;
  box-shadow: 0 5px 28px 0 #d510181c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin-top: 16px
}

.footer-mark-cell img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.footer-brand-name {
  font-size: 28px;
  font-weight: 700;
  color: #D51018;
  line-height: 1.2
}

.footer-tagline {
  font-size: 13px;
  color: #5886BE;
  text-align: center;
  line-height: 1.6;
  max-width: 220px
}

.footer-col-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footer-col-right h3 {
  font-size: 21px;
  font-weight: 700;
  color: #D51018;
  line-height: 1.2;
  margin: 0 0 8px
}

.contact-item {
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a
}

.contact-item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px
}

.contact-item-icon svg {
  width: 100%;
  height: 100%;
  fill: #5886BE
}

.contact-item a {
  color: #5886BE;
  text-decoration: none;
  transition: color .14s ease-out
}

.contact-item a:hover {
  color: #D51018
}

.footer-lower {
  background: linear-gradient(90deg, #d510180a 0%, #5886be0a 100%);
  border-top: 1px solid #d510181f;
  padding: 32px
}

.footer-lower-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap
}

.copyright-text {
  font-size: 13px;
  color: #6a6a6a;
  line-height: 1.6
}

.footer-links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap
}

.footer-links a {
  font-size: 13px;
  color: #5886BE;
  text-decoration: none;
  transition: color .14s ease-out, border-bottom-color .14s ease-out;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px
}

.footer-links a:hover {
  color: #D51018;
  border-bottom-color: #D51018
}

.footer-links a:focus {
  outline: 2px solid #5886BE;
  outline-offset: 2px
}

.footer-links a:focus::before {
  content: 'focused';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: #5886BE;
  background: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  white-space: nowrap;
  box-shadow: 0 1px 6px 0 #5886be12;
  margin-bottom: 4px
}

.footer-links a {
  position: relative
}

.prefs-link {
  font-size: 13px;
  color: #5886BE;
  text-decoration: none;
  transition: color .14s ease-out;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  cursor: pointer
}

.prefs-link:hover {
  color: #D51018;
  border-bottom-color: #D51018
}

@media (max-width: 1024px) {
  .footer-upper {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 16px
  }

  .footer-brand-pod {
    order: -1;
    padding: 0
  }

  .footer-brand-pod::before {
    display: none
  }

  .footer-lower-inner {
    flex-direction: column;
    align-items: center;
    text-align: center
  }
}

@media (max-width: 768px) {
  .footer-upper {
    padding: 32px 16px
  }

  .footer-col-left h3,
  .footer-col-right h3 {
    font-size: 16px
  }

  .footer-brand-name {
    font-size: 21px
  }

  .footer-mark-cell {
    width: 52px;
    height: 52px
  }
}

.consent-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #fff 0%, #5886be0a 100%);
  border-top: 2px solid #d510182e;
  box-shadow: 0 -5px 28px 0 #d510181c 0 -12px 40px 0 #5886be1a;
  z-index: 2000;
  padding: 32px;
  transform: translateY(100%);
  opacity: 0;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1), opacity .22s cubic-bezier(0.4, 0, 0.6, 1)
}

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

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

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

.consent-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0
}

.consent-icon svg {
  width: 100%;
  height: 100%;
  fill: #D51018
}

.consent-intro {
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0
}

.consent-intro a {
  color: #5886BE;
  text-decoration: underline;
  transition: color .14s ease-out
}

.consent-intro a:hover {
  color: #D51018
}

.consent-uses {
  font-size: 13px;
  line-height: 1.6;
  color: #5a5a5a;
  margin: 0;
  padding-left: 16px
}

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

.consent-btn {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5886BE;
  background: transparent;
  border: none;
  padding: 8px 0;
  cursor: pointer;
  text-decoration: underline;
  transition: color .14s ease-out;
  position: relative
}

.consent-btn:hover {
  color: #D51018
}

.consent-btn:focus {
  outline: 2px solid #5886BE;
  outline-offset: 2px
}

.consent-btn:focus::before {
  content: 'focused';
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: #5886BE;
  background: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  white-space: nowrap;
  box-shadow: 0 1px 6px 0 #5886be12
}

.consent-expand {
  margin-left: auto
}

.consent-panel {
  display: none;
  background: #d5101805;
  border-radius: 7px;
  padding: 16px;
  border: 1px solid #d510181f
}

.consent-panel.active {
  display: block
}

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

.consent-toggle-label {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1.6
}

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

.consent-switch input {
  opacity: 0;
  width: 0;
  height: 0
}

.consent-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5886be33;
  border-radius: 40px;
  transition: background-color .18s ease-out;
  cursor: pointer
}

.consent-slider::before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 40px;
  transition: transform .18s cubic-bezier(0.4, 0, 0.6, 1);
  box-shadow: 0 1px 6px 0 #5886be12
}

.consent-switch input:checked+.consent-slider {
  background: #5886BE
}

.consent-switch input:checked+.consent-slider::before {
  transform: translateX(24px)
}

.consent-switch input:focus+.consent-slider {
  outline: 2px solid #5886BE;
  outline-offset: 2px
}

@media (max-width: 768px) {
  .consent-bar {
    padding: 16px
  }

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

  .consent-expand {
    margin-left: 0
  }

  .consent-toggle-row {
    flex-direction: column;
    align-items: start;
    gap: 8px
  }
}

.doc-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 16px
}

@media (min-width: 768px) {
  .doc-content {
    padding: 96px 32px
  }
}

.doc-content h1 {
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 64px;
  color: #1a1a2e
}

.doc-content h2 {
  font-size: 38px;
  line-height: 1.2;
  margin: 96px 0 32px;
  color: #2a2a3e
}

.doc-content h3 {
  font-size: 28px;
  line-height: 1.2;
  margin: 64px 0 32px;
  color: #3a3a4e
}

.doc-content h4 {
  font-size: 21px;
  line-height: 1.6;
  margin: 32px 0 16px;
  color: #4a4a5e
}

.doc-content h5 {
  font-size: 16px;
  line-height: 1.6;
  margin: 32px 0 16px;
  color: #5a5a6e;
  text-transform: uppercase;
  letter-spacing: .08em
}

.doc-content h6 {
  font-size: 16px;
  line-height: 1.6;
  margin: 32px 0 16px;
  color: #6a6a7e
}

.doc-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 16px;
  color: #2a2a3e
}

.doc-content ul,
.doc-content ol {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 32px;
  padding: 0 0 0 32px;
  color: #2a2a3e
}

.doc-content li {
  margin: 0 0 8px
}

.doc-content li:last-child {
  margin-bottom: 0
}

.doc-content ul ul,
.doc-content ol ol,
.doc-content ul ol,
.doc-content ol ul {
  margin: 8px 0 0
}

.doc-content strong,
.doc-content b {
  font-weight: 600;
  color: #1a1a2e
}

.doc-content em,
.doc-content i {
  font-style: italic
}

.doc-content a {
  color: #D51018;
  text-decoration: none;
  border-bottom: 1px solid #d510184d;
  transition: border-bottom-color .16s ease-out
}

.doc-content a:hover {
  border-bottom-color: #D51018
}

.doc-content h1:first-child {
  margin-top: 0
}

.doc-content h2:first-child,
.doc-content h3:first-child,
.doc-content h4:first-child,
.doc-content h5:first-child,
.doc-content h6:first-child {
  margin-top: 0
}

@media (min-width: 768px) {
  .doc-content h1 {
    font-size: 66px
  }

  .doc-content h2 {
    font-size: 52px
  }

  .doc-content h3 {
    font-size: 38px
  }

  .doc-content h4 {
    font-size: 28px
  }

  .doc-content p,
  .doc-content ul,
  .doc-content ol {
    font-size: 16px
  }
}

@media (min-width: 1024px) {

  .doc-content ul,
  .doc-content ol {
    padding-left: 64px
  }
}

.cntct-pg {
  background: #fff;
  color: #1a1a1a;
  overflow-x: clip
}

.cntct-pg .intro-zone {
  position: relative;
  padding: 64px 16px;
  background: linear-gradient(117deg, #D51018 0%, #fff 100%);
  overflow: hidden
}

.cntct-pg .intro-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, #d5101826 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0;
  animation: halftone-fade 8s ease-in-out infinite;
  pointer-events: none
}

@keyframes halftone-fade {

  0%,
  100% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.cntct-pg .intro-zone::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(113deg, #d510184d 0px, #d510184d 8px, transparent 8px, transparent 16px);
  animation: stripe-move 12s linear infinite;
  pointer-events: none
}

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

  100% {
    transform: translateX(16px)
  }
}

.cntct-pg .intro-contain {
  max-width: 1170px;
  margin: 0 auto
}

.cntct-pg .intro-txt {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  z-index: 2
}

.cntct-pg .intro-hdg {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0 0 16px;
  color: #fff
}

.cntct-pg .intro-hdg .punc {
  color: #ED7803
}

.cntct-pg .intro-desc {
  font-size: 21px;
  line-height: 1.6;
  color: #fffffff2;
  margin: 0
}

.cntct-pg .intro-img-wrap {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 40px 0 #d510181a
}

.cntct-pg .intro-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  position: relative
}

.cntct-pg .intro-img-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, transparent 30%, #0009 100%);
  pointer-events: none
}

.cntct-pg .divider-svg {
  display: block;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0
}

.cntct-pg .divider-svg svg {
  display: block;
  width: 100%;
  height: 100%
}

.cntct-pg .form-zone {
  position: relative;
  padding: 96px 16px;
  background: #fff
}

.cntct-pg .form-contain {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px
}

.cntct-pg .form-info-side {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.cntct-pg .form-hdg-wrap {
  text-align: center;
  margin-bottom: 16px
}

.cntct-pg .form-hdg {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 8px;
  color: #1a1a1a;
  position: relative;
  display: inline-block
}

.cntct-pg .form-hdg::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 3px;
  background: #D51018;
  border-radius: 3px
}

.cntct-pg .form-hdg .underline-word {
  position: relative
}

.cntct-pg .form-hdg .underline-word::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: #ED7803;
  border-radius: 3px
}

.cntct-pg .form-intro-txt {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: center;
  margin: 0
}

.cntct-pg .contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px
}

.cntct-pg .contact-card {
  background: #fff;
  border: 1px solid #d5101826;
  border-radius: 7px;
  padding: 32px;
  text-align: center;
  transition: transform .18s ease-out, box-shadow .18s ease-out;
  box-shadow: 0 1px 6px 0 #d5101812
}

.cntct-pg .contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 28px 0 #d510181c
}

.cntct-pg .contact-card-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d510181a 0%, #5886be1a 100%);
  border-radius: 40px
}

.cntct-pg .contact-card-icon svg {
  width: 24px;
  height: 24px;
  fill: #D51018
}

.cntct-pg .contact-card-label {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600
}

.cntct-pg .contact-card-value {
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0;
  font-weight: 500
}

.cntct-pg .contact-card-value a {
  color: #1a1a1a;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color .15s ease-out
}

.cntct-pg .contact-card-value a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #D51018;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .18s ease-out
}

.cntct-pg .contact-card-value a:hover {
  color: #D51018
}

.cntct-pg .contact-card-value a:hover::after {
  transform: scaleX(1);
  transform-origin: left
}

.cntct-pg .form-actual {
  background: #fafafa;
  border: 1px solid #5886be33;
  border-radius: 13px;
  padding: 32px;
  box-shadow: 0 5px 28px 0 #5886be1c
}

.cntct-pg .form-actual form {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.cntct-pg .form-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cntct-pg .form-label {
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em
}

.cntct-pg .form-label .required {
  color: #D51018;
  margin-left: 2px
}

.cntct-pg .form-input {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fff;
  border: 2px solid #5886be33;
  border-radius: 7px;
  transition: border-color .15s ease-out, box-shadow .15s ease-out;
  outline: none
}

.cntct-pg .form-input::placeholder {
  color: #1a1a1a66
}

.cntct-pg .form-input:focus {
  border-color: #5886BE;
  box-shadow: 0 0 0 3px #5886be1a
}

.cntct-pg .form-select {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fff;
  border: 2px solid #5886be33;
  border-radius: 7px;
  transition: border-color .15s ease-out, box-shadow .15s ease-out;
  outline: none;
  cursor: pointer;
  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='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 48px
}

.cntct-pg .form-select:focus {
  border-color: #5886BE;
  box-shadow: 0 0 0 3px #5886be1a
}

.cntct-pg .form-checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.cntct-pg .form-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #D51018
}

.cntct-pg .form-checkbox-label {
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  cursor: pointer
}

.cntct-pg .form-checkbox-label a {
  color: #5886BE;
  text-decoration: none;
  position: relative
}

.cntct-pg .form-checkbox-label a::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #5886BE
}

.cntct-pg .form-checkbox-label a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #5886BE
}

.cntct-pg .form-checkbox-label a:hover {
  color: #D51018
}

.cntct-pg .form-submit {
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
  background: #D51018;
  border: 2px solid #D51018;
  border-radius: 7px;
  cursor: pointer;
  transition: background .18s ease-out, border-color .18s ease-out, transform .18s ease-out;
  text-align: center;
  position: relative;
  overflow: hidden
}

.cntct-pg .form-submit::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px solid transparent;
  border-radius: 3px;
  opacity: 0;
  transition: opacity .18s ease-out, border-color .18s ease-out;
  pointer-events: none
}

.cntct-pg .form-submit:hover {
  background: #b50d14;
  border-color: #b50d14;
  transform: translateY(-2px)
}

.cntct-pg .form-submit:hover::before {
  opacity: 1;
  border-color: #ffffff4d
}

.cntct-pg .form-submit:active {
  transform: translateY(0)
}

.cntct-pg .form-submit::after {
  content: '→';
  margin-left: 8px;
  display: inline-block;
  transition: transform .18s ease-out
}

.cntct-pg .form-submit:hover::after {
  transform: translateX(4px)
}

.cntct-pg .decorative-line {
  margin: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px
}

.cntct-pg .decorative-line::before,
.cntct-pg .decorative-line::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #d5101833
}

.cntct-pg .decorative-line-center {
  width: 8px;
  height: 8px;
  background: #ED7803;
  border-radius: 40px;
  box-shadow: 0 0 0 4px #ed780333
}

@media (min-width: 768px) {
  .cntct-pg .intro-zone {
    padding: 96px 32px
  }

  .cntct-pg .intro-hdg {
    font-size: 66px
  }

  .cntct-pg .intro-desc {
    font-size: 28px
  }

  .cntct-pg .intro-img {
    height: 360px
  }

  .cntct-pg .form-zone {
    padding: 96px 32px
  }

  .cntct-pg .form-contain {
    grid-template-columns: 2fr 3fr;
    gap: 64px
  }

  .cntct-pg .contact-cards {
    grid-template-columns: 1fr
  }

  .cntct-pg .form-hdg {
    font-size: 52px
  }
}

@media (min-width: 1024px) {
  .cntct-pg .intro-img {
    height: 420px
  }

  .cntct-pg .contact-cards {
    grid-template-columns: 1fr
  }
}

@media (min-width: 1280px) {
  .cntct-pg .intro-img {
    height: 480px
  }
}

.edu-biz {
  max-width: 1170px;
  margin: 0 auto;
  background: #fff;
  overflow-x: clip
}

.edu-biz .intro-zone {
  position: relative;
  padding: 96px 32px;
  background: linear-gradient(127deg, #D51018 0%, #fff 100%);
  overflow: hidden
}

.edu-biz .intro-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #d5101814 1px, transparent 1px), radial-gradient(circle, #d5101814 1px, transparent 1px);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
  pointer-events: none
}

.edu-biz .intro-layout {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  z-index: 1
}

.edu-biz .intro-img-wrap {
  flex: 0 0 480px;
  position: relative;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  overflow: hidden;
  box-shadow: 0 12px 40px 0 #d510181a
}

.edu-biz .intro-img-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d510184d 0%, transparent 60%);
  pointer-events: none
}

.edu-biz .intro-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 35%;
  display: block
}

.edu-biz .intro-txt {
  flex: 1;
  color: #1a1a2e
}

.edu-biz .intro-hd {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 32px;
  color: #fff;
  text-shadow: 0 2px 8px #d5101833
}

.edu-biz .intro-desc {
  font-size: 21px;
  line-height: 1.6;
  margin: 0;
  color: #2d2d44
}

.edu-biz .programs-zone {
  position: relative;
  padding: 96px 32px 64px;
  background: #fafbfc;
  clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
  margin-top: -32px
}

.edu-biz .programs-hd {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0 0 64px;
  color: #1a1a2e;
  letter-spacing: .02em
}

.edu-biz .programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 64px
}

.edu-biz .prog-card {
  background: #fff;
  border-radius: 13px;
  padding: 32px;
  box-shadow: 0 5px 28px 0 #5886be1c;
  transition: transform .18s ease-out, box-shadow .18s ease-out;
  position: relative;
  overflow: hidden
}

.edu-biz .prog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #D51018 0%, #ED7803 100%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.edu-biz .prog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px 0 #5886be1a
}

.edu-biz .prog-card:hover::before {
  transform: scaleY(1)
}

.edu-biz .prog-card.wide {
  grid-column: span 2
}

.edu-biz .prog-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 40px;
  background: linear-gradient(135deg, #d510181a 0%, #5886be1a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px
}

.edu-biz .prog-icon {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #D51018;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.edu-biz .prog-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 16px;
  color: #1a1a2e
}

.edu-biz .prog-txt {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #4a4a68
}

.edu-biz .metrics-zone {
  position: relative;
  padding: 96px 32px;
  background: #fff;
  overflow: hidden
}

.edu-biz .metrics-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #5886be08 1px, transparent 1px), linear-gradient(90deg, #5886be08 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  animation: grid-pulse 4s ease-in-out infinite
}

@keyframes grid-pulse {

  0%,
  100% {
    opacity: .4
  }

  50% {
    opacity: 1
  }
}

.edu-biz .metrics-inner {
  position: relative;
  z-index: 1
}

.edu-biz .metrics-hd {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0 0 64px;
  color: #1a1a2e;
  letter-spacing: .02em
}

.edu-biz .metrics-layout {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.edu-biz .metrics-sidebar {
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.edu-biz .metric-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px;
  background: linear-gradient(135deg, #d510180d 0%, #ed78030d 100%);
  border-radius: 7px;
  transition: background .16s ease-out
}

.edu-biz .metric-label:hover {
  background: linear-gradient(135deg, #d510181f 0%, #ed78031f 100%)
}

.edu-biz .metric-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  box-shadow: 0 1px 6px 0 #5886be12
}

.edu-biz .metric-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #5886BE;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.edu-biz .metric-label-txt {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: #4a4a68;
  font-weight: 600
}

.edu-biz .metrics-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.edu-biz .metric-block {
  background: #fff;
  border-radius: 13px;
  padding: 32px;
  box-shadow: 0 5px 28px 0 #d510181c;
  position: relative;
  overflow: hidden
}

.edu-biz .metric-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  border: 2px solid #5886be14;
  border-radius: 50%;
  transform: translate(40px, 40px);
  pointer-events: none
}

.edu-biz .metric-num {
  font-size: 66px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 16px;
  background: linear-gradient(135deg, #D51018 0%, #ED7803 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.edu-biz .metric-desc {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #4a4a68
}

.edu-biz .approach-zone {
  position: relative;
  padding: 96px 32px;
  background: linear-gradient(247deg, #5886BE 0%, #fff 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  margin-top: -48px
}

.edu-biz .approach-hd {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0 0 64px;
  color: #1a1a2e;
  letter-spacing: .02em
}

.edu-biz .approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px
}

.edu-biz .approach-card {
  background: #fff;
  border-radius: 13px;
  padding: 32px;
  box-shadow: 0 5px 28px 0 #5886be1c;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  transition: transform .14s ease-out;
  position: relative
}

.edu-biz .approach-card:hover {
  transform: translateX(8px)
}

.edu-biz .approach-num {
  flex: 0 0 64px;
  height: 64px;
  border-radius: 40px;
  background: linear-gradient(135deg, #d510181a 0%, #ed78031a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #D51018
}

.edu-biz .approach-txt-wrap {
  flex: 1
}

.edu-biz .approach-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 16px;
  color: #1a1a2e
}

.edu-biz .approach-desc {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #4a4a68
}

.edu-biz .showcase-zone {
  position: relative;
  padding: 96px 32px;
  background: #fafbfc
}

.edu-biz .showcase-hd {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0 0 64px;
  color: #1a1a2e;
  letter-spacing: .02em
}

.edu-biz .showcase-flex {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center
}

.edu-biz .showcase-img-wrap {
  flex: 0 0 520px;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 40px 0 #5886be1a
}

.edu-biz .showcase-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.edu-biz .showcase-img-wrap:hover .showcase-img {
  transform: scale(1.05)
}

.edu-biz .showcase-txt {
  flex: 1
}

.edu-biz .showcase-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 24px;
  color: #1a1a2e
}

.edu-biz .showcase-desc {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 32px;
  color: #4a4a68
}

.edu-biz .showcase-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.edu-biz .showcase-list-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.edu-biz .showcase-check {
  flex: 0 0 24px;
  height: 24px;
  border-radius: 40px;
  background: linear-gradient(135deg, #D51018 0%, #ED7803 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px
}

.edu-biz .showcase-check-icon {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.edu-biz .showcase-list-txt {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #4a4a68
}

@media (max-width: 1024px) {
  .edu-biz .intro-layout {
    flex-direction: column;
    gap: 32px
  }

  .edu-biz .intro-img-wrap {
    flex: 0 0 auto;
    width: 100%
  }

  .edu-biz .intro-img {
    height: 420px
  }

  .edu-biz .intro-hd {
    font-size: 38px
  }

  .edu-biz .programs-grid {
    grid-template-columns: 1fr
  }

  .edu-biz .prog-card.wide {
    grid-column: span 1
  }

  .edu-biz .metrics-layout {
    flex-direction: column;
    gap: 32px
  }

  .edu-biz .metrics-sidebar {
    flex-direction: row;
    flex: 0 0 auto;
    width: 100%;
    overflow-x: auto
  }

  .edu-biz .metric-label {
    flex: 0 0 140px
  }

  .edu-biz .approach-grid {
    grid-template-columns: 1fr
  }

  .edu-biz .showcase-flex {
    flex-direction: column;
    gap: 32px
  }

  .edu-biz .showcase-img-wrap {
    flex: 0 0 auto;
    width: 100%
  }

  .edu-biz .showcase-img {
    height: 380px
  }
}

@media (max-width: 768px) {
  .edu-biz .intro-zone {
    padding: 64px 16px
  }

  .edu-biz .intro-hd {
    font-size: 28px;
    margin-bottom: 16px
  }

  .edu-biz .intro-desc {
    font-size: 16px
  }

  .edu-biz .intro-img {
    height: 320px
  }

  .edu-biz .programs-zone {
    padding: 64px 16px 32px
  }

  .edu-biz .programs-hd {
    font-size: 28px;
    margin-bottom: 32px
  }

  .edu-biz .programs-grid {
    gap: 16px
  }

  .edu-biz .prog-card {
    padding: 16px
  }

  .edu-biz .prog-title {
    font-size: 16px
  }

  .edu-biz .metrics-zone {
    padding: 64px 16px
  }

  .edu-biz .metrics-hd {
    font-size: 28px;
    margin-bottom: 32px
  }

  .edu-biz .metric-num {
    font-size: 52px
  }

  .edu-biz .metric-block {
    padding: 16px
  }

  .edu-biz .approach-zone {
    padding: 64px 16px
  }

  .edu-biz .approach-hd {
    font-size: 28px;
    margin-bottom: 32px
  }

  .edu-biz .approach-grid {
    gap: 16px
  }

  .edu-biz .approach-card {
    padding: 16px;
    flex-direction: column
  }

  .edu-biz .approach-num {
    flex: 0 0 48px;
    height: 48px;
    font-size: 21px
  }

  .edu-biz .showcase-zone {
    padding: 64px 16px
  }

  .edu-biz .showcase-hd {
    font-size: 28px;
    margin-bottom: 32px
  }

  .edu-biz .showcase-img {
    height: 280px
  }

  .edu-biz .showcase-title {
    font-size: 21px
  }
}

.abt-us {
  background: #fff;
  color: #1a1a1a;
  overflow-x: clip
}

.abt-us .hero-intro {
  position: relative;
  padding: 96px 16px 64px;
  background: linear-gradient(168deg, #D51018 0%, #fff 100%);
  overflow: hidden
}

.abt-us .hero-intro::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 400px;
  height: 400px;
  border: 2px solid #ffffff26;
  border-radius: 40px;
  transform: rotate(25deg)
}

.abt-us .hero-intro::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -100px;
  width: 350px;
  height: 350px;
  border: 2px solid #ffffff1f;
  border-radius: 40px;
  transform: rotate(-15deg)
}

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

.abt-us .hero-intro .img-wrap {
  margin-bottom: 64px;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 40px 0 #d510181a
}

.abt-us .hero-intro .img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #d51018a6 0%, transparent 100%);
  z-index: 1;
  pointer-events: none
}

.abt-us .hero-intro .img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-us .hero-intro .txt-zone {
  text-align: center;
  padding: 0 16px
}

.abt-us .hero-intro .num-accent {
  font-size: 66px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -.02em;
  animation: clr-shift .18s ease-out
}

.abt-us .hero-intro .num-accent .bracket {
  color: #ED7803
}

@keyframes clr-shift {
  0% {
    color: #ffffff4d
  }

  100% {
    color: #fff
  }
}

.abt-us .hero-intro .lead-txt {
  font-size: 21px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto
}

.abt-us .story-grid {
  padding: 96px 16px;
  background: #fff;
  position: relative
}

.abt-us .story-grid .contain {
  max-width: 1170px;
  margin: 0 auto
}

.abt-us .story-grid .divider-svg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  pointer-events: none
}

.abt-us .story-grid .divider-svg svg {
  width: 100%;
  height: 100%;
  display: block
}

.abt-us .story-grid .row-one {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 64px
}

.abt-us .story-grid .card-large {
  background: #f4f4f4;
  border-radius: 13px;
  padding: 64px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 28px 0 #5886be1c;
  transition: transform .16s ease-out, box-shadow .16s ease-out
}

.abt-us .story-grid .card-large:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px 0 #5886be1a
}

.abt-us .story-grid .card-large::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 2px solid #d5101826;
  border-radius: 7px;
  pointer-events: none
}

.abt-us .story-grid .card-large::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  width: 12px;
  height: 12px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 3px 0 0 0;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-us .story-grid .card-large:hover::after {
  border-top-color: #D51018;
  border-left-color: #D51018
}

.abt-us .story-grid .card-large .hd {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 32px;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase
}

.abt-us .story-grid .card-large .txt {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  text-align: center
}

.abt-us .story-grid .row-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 64px
}

.abt-us .story-grid .card-small {
  background: linear-gradient(168deg, #ed780314 0%, #fff 100%);
  border-radius: 13px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 6px 0 #d5101812;
  transition: box-shadow .14s ease-out
}

.abt-us .story-grid .card-small:hover {
  box-shadow: 0 5px 28px 0 #ed78031c
}

.abt-us .story-grid .card-small .img-box {
  margin-bottom: 32px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 5px 28px 0 #5886be1c
}

.abt-us .story-grid .card-small .img-box img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-us .story-grid .card-small:hover .img-box img {
  transform: scale(1.05)
}

.abt-us .story-grid .card-small .hd {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px;
  text-align: center
}

.abt-us .story-grid .card-small .txt {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  text-align: center
}

.abt-us .story-grid .row-three {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px
}

.abt-us .story-grid .card-feature {
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 13px;
  padding: 64px;
  position: relative;
  overflow: hidden;
  transition: border-color .16s ease-out
}

.abt-us .story-grid .card-feature:focus-within {
  outline: 3px solid #5886BE;
  outline-offset: 4px;
  border-color: #5886BE
}

.abt-us .story-grid .card-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, #D51018 0%, #ED7803 100%)
}

.abt-us .story-grid .card-feature .hd {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 32px;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase
}

.abt-us .story-grid .card-feature .hd .quote {
  color: #5886BE
}

.abt-us .story-grid .card-feature .grid-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.abt-us .story-grid .card-feature .metric {
  text-align: center;
  padding: 32px 16px;
  background: linear-gradient(168deg, #5886be0f 0%, #fff 100%);
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  transition: transform .12s ease-out
}

.abt-us .story-grid .card-feature .metric:hover {
  transform: translateY(-2px)
}

.abt-us .story-grid .card-feature .metric::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #d510181f;
  border-radius: 3px;
  pointer-events: none
}

.abt-us .story-grid .card-feature .metric .num {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  color: #D51018;
  margin: 0 0 8px;
  display: block
}

.abt-us .story-grid .card-feature .metric .lbl {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  display: block
}

.abt-us .story-grid .card-feature .txt {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 32px 0 0;
  text-align: center
}

@media (max-width: 1024px) {
  .abt-us .hero-intro {
    padding: 64px 16px
  }

  .abt-us .hero-intro .img-wrap img {
    height: 320px
  }

  .abt-us .hero-intro .num-accent {
    font-size: 52px
  }

  .abt-us .hero-intro .lead-txt {
    font-size: 16px
  }

  .abt-us .story-grid {
    padding: 64px 16px
  }

  .abt-us .story-grid .row-two {
    grid-template-columns: 1fr
  }

  .abt-us .story-grid .card-large {
    padding: 32px
  }

  .abt-us .story-grid .card-large .hd {
    font-size: 28px
  }

  .abt-us .story-grid .card-feature {
    padding: 32px
  }

  .abt-us .story-grid .card-feature .hd {
    font-size: 28px
  }

  .abt-us .story-grid .card-feature .grid-metrics {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .abt-us .hero-intro {
    padding: 64px 16px 32px
  }

  .abt-us .hero-intro .img-wrap {
    margin-bottom: 32px
  }

  .abt-us .hero-intro .img-wrap img {
    height: 240px
  }

  .abt-us .hero-intro .num-accent {
    font-size: 38px
  }

  .abt-us .hero-intro .lead-txt {
    font-size: 16px
  }

  .abt-us .story-grid {
    padding: 32px 16px
  }

  .abt-us .story-grid .row-one {
    margin-bottom: 32px
  }

  .abt-us .story-grid .row-two {
    margin-bottom: 32px
  }

  .abt-us .story-grid .card-large {
    padding: 32px 16px
  }

  .abt-us .story-grid .card-small {
    padding: 16px
  }

  .abt-us .story-grid .card-small .img-box img {
    height: 200px
  }

  .abt-us .story-grid .card-small .hd {
    font-size: 21px
  }

  .abt-us .story-grid .card-feature {
    padding: 32px 16px
  }

  .abt-us .story-grid .card-feature .metric {
    padding: 16px 8px
  }

  .abt-us .story-grid .card-feature .metric .num {
    font-size: 38px
  }

  .abt-us .story-grid .card-feature .metric .lbl {
    font-size: 13px
  }
}

@media (max-width: 375px) {
  .abt-us .hero-intro .num-accent {
    font-size: 28px
  }

  .abt-us .hero-intro .lead-txt {
    font-size: 13px
  }

  .abt-us .story-grid .card-large .hd {
    font-size: 21px
  }

  .abt-us .story-grid .card-feature .hd {
    font-size: 21px
  }

  .abt-us .story-grid .card-feature .metric .num {
    font-size: 28px
  }
}

.lrn-prog {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  background: #fff
}

.lrn-prog .title-zone {
  position: relative;
  padding: 96px 32px 64px;
  text-align: center;
  overflow: visible
}

.lrn-prog .title-zone::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, #d510180a 0%, transparent 70%);
  pointer-events: none;
  z-index: 0
}

.lrn-prog .img-holder {
  position: relative;
  max-width: 720px;
  margin: 0 auto 48px;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 40px 0 #d510181a;
  z-index: 1
}

.lrn-prog .img-holder img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  filter: saturate(0.65);
  transition: filter .18s ease-out
}

.lrn-prog .img-holder:hover img {
  filter: saturate(1)
}

.lrn-prog .txt-zone {
  position: relative;
  z-index: 1
}

.lrn-prog .main-heading {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 24px;
  letter-spacing: -.02em;
  animation: reveal-lift .16s ease-out
}

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

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

.lrn-prog .main-heading .accent-phrase {
  color: #D51018;
  position: relative;
  display: inline-block
}

.lrn-prog .main-heading .accent-phrase::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #D51018 0%, #d510184d 100%);
  border-radius: 3px
}

.lrn-prog .intro-txt {
  font-size: 21px;
  line-height: 1.6;
  color: #2d2d44;
  max-width: 680px;
  margin: 0 auto
}

.lrn-prog .structure-zone {
  padding: 96px 32px;
  background: linear-gradient(167deg, #ED7803 0%, #fff 100%);
  position: relative
}

.lrn-prog .structure-zone::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  clip-path: ellipse(60% 100% at 50% 0%)
}

.lrn-prog .structure-zone::after {
  content: '';
  position: absolute;
  bottom: 15%;
  right: 8%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid #ffffff26;
  pointer-events: none
}

.lrn-prog .structure-container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.lrn-prog .structure-hd {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a2e;
  text-align: center;
  margin: 0 0 64px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.lrn-prog .split-layout {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.lrn-prog .left-content {
  flex: 1 1 65%
}

.lrn-prog .right-labels {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.lrn-prog .module-item {
  background: #ffffffd9;
  padding: 32px;
  border-radius: 7px;
  margin-bottom: 32px;
  box-shadow: 0 5px 28px 0 #d510181c;
  transition: transform .14s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .14s cubic-bezier(0.4, 0, 0.6, 1)
}

.lrn-prog .module-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px 0 #d510181a
}

.lrn-prog .module-item:last-child {
  margin-bottom: 0
}

.lrn-prog .module-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #D51018;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 12px
}

.lrn-prog .check-mark {
  width: 24px;
  height: 24px;
  flex-shrink: 0
}

.lrn-prog .check-mark svg {
  width: 100%;
  height: 100%;
  fill: #5886BE
}

.lrn-prog .module-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #2d2d44;
  margin: 0
}

.lrn-prog .label-card {
  background: #fff;
  padding: 24px;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0 1px 6px 0 #5886be12;
  transition: background .12s ease-out
}

.lrn-prog .label-card:hover {
  background: #5886be0a
}

.lrn-prog .label-num {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #5886BE;
  margin: 0 0 8px
}

.lrn-prog .label-txt {
  font-size: 13px;
  line-height: 1.6;
  color: #2d2d44;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .06em
}

.lrn-prog .outcome-zone {
  padding: 96px 32px;
  background: #fff;
  position: relative
}

.lrn-prog .outcome-zone::before {
  content: '';
  position: absolute;
  top: 18%;
  left: 5%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #d5101814;
  pointer-events: none
}

.lrn-prog .outcome-container {
  max-width: 1170px;
  margin: 0 auto
}

.lrn-prog .outcome-hd {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a2e;
  text-align: center;
  margin: 0 0 64px
}

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

.lrn-prog .outcome-card {
  background: #fafbfc;
  padding: 32px;
  border-radius: 13px;
  border: 2px solid transparent;
  transition: border-color .16s ease-out, background .16s ease-out;
  position: relative
}

.lrn-prog .outcome-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  border: 2px solid #D51018;
  opacity: 0;
  transition: opacity .16s ease-out;
  pointer-events: none
}

.lrn-prog .outcome-card:hover {
  background: #fff;
  border-color: #d5101833
}

.lrn-prog .outcome-card:hover::before {
  opacity: 1
}

.lrn-prog .outcome-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px
}

.lrn-prog .outcome-icon svg {
  width: 100%;
  height: 100%;
  stroke: #5886BE;
  fill: none;
  stroke-width: 2
}

.lrn-prog .outcome-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 12px
}

.lrn-prog .outcome-txt {
  font-size: 16px;
  line-height: 1.6;
  color: #2d2d44;
  margin: 0
}

@media (max-width: 1024px) {
  .lrn-prog .title-zone {
    padding: 64px 32px 48px
  }

  .lrn-prog .main-heading {
    font-size: 38px
  }

  .lrn-prog .intro-txt {
    font-size: 16px
  }

  .lrn-prog .img-holder img {
    height: 360px
  }

  .lrn-prog .structure-zone,
  .lrn-prog .outcome-zone {
    padding: 64px 32px
  }

  .lrn-prog .structure-hd,
  .lrn-prog .outcome-hd {
    font-size: 28px;
    margin-bottom: 48px
  }

  .lrn-prog .split-layout {
    gap: 48px
  }

  .lrn-prog .outcome-grid {
    gap: 24px
  }
}

@media (max-width: 768px) {
  .lrn-prog .title-zone {
    padding: 48px 16px 32px
  }

  .lrn-prog .main-heading {
    font-size: 28px
  }

  .lrn-prog .intro-txt {
    font-size: 16px
  }

  .lrn-prog .img-holder {
    margin-bottom: 32px
  }

  .lrn-prog .img-holder img {
    height: 280px
  }

  .lrn-prog .structure-zone,
  .lrn-prog .outcome-zone {
    padding: 48px 16px
  }

  .lrn-prog .structure-hd,
  .lrn-prog .outcome-hd {
    font-size: 21px;
    margin-bottom: 32px
  }

  .lrn-prog .split-layout {
    flex-direction: column;
    gap: 32px
  }

  .lrn-prog .module-item {
    padding: 24px;
    margin-bottom: 24px
  }

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

  .lrn-prog .label-card {
    padding: 16px
  }

  .lrn-prog .label-num {
    font-size: 28px
  }

  .lrn-prog .outcome-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .lrn-prog .outcome-card {
    padding: 24px
  }

  .lrn-prog .outcome-title {
    font-size: 16px
  }
}

@media (max-width: 375px) {
  .lrn-prog .title-zone {
    padding: 32px 8px 24px
  }

  .lrn-prog .main-heading {
    font-size: 21px
  }

  .lrn-prog .intro-txt {
    font-size: 13px
  }

  .lrn-prog .img-holder img {
    height: 220px
  }

  .lrn-prog .structure-zone,
  .lrn-prog .outcome-zone {
    padding: 32px 8px
  }

  .lrn-prog .structure-hd,
  .lrn-prog .outcome-hd {
    font-size: 16px
  }

  .lrn-prog .module-item {
    padding: 16px
  }

  .lrn-prog .module-title {
    font-size: 16px
  }

  .lrn-prog .module-desc,
  .lrn-prog .outcome-txt {
    font-size: 13px
  }
}

.lnch {
  background: #fff;
  color: #1a1a1a
}

.lnch .hero-bnr {
  position: relative;
  overflow: hidden;
  padding: 96px 16px 64px;
  background: linear-gradient(157deg, #D51018 0%, #fff 100%)
}

.hero-bnr .wave-divdr {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  clip-path: polygon(0 50%, 10% 40%, 20% 45%, 30% 35%, 40% 40%, 50% 30%, 60% 35%, 70% 25%, 80% 30%, 90% 20%, 100% 25%, 100% 100%, 0 100%)
}

.hero-bnr .cntr-wrap {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.hero-bnr .img-box {
  position: relative;
  width: 100%;
  max-width: 680px;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 40px 0 #d510181a;
  opacity: 0;
  animation: fadeReveal .18s ease-out .2s forwards
}

@keyframes fadeReveal {
  to {
    opacity: 1
  }
}

.hero-bnr .img-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d5101866 0%, transparent 70%);
  z-index: 1;
  pointer-events: none
}

.hero-bnr .img-box img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 35%;
  display: block
}

.hero-bnr .txt-area {
  text-align: center;
  opacity: 0;
  animation: fadeReveal .18s ease-out .4s forwards
}

.hero-bnr .txt-area h1 {
  font-size: 66px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .02em;
  color: #fff;
  margin: 0 0 16px;
  text-shadow: 0 2px 12px #00000026
}

@media (max-width: 1024px) {
  .hero-bnr .txt-area h1 {
    font-size: 52px
  }

  .hero-bnr .img-box img {
    height: 360px
  }
}

@media (max-width: 768px) {
  .hero-bnr {
    padding: 64px 16px 48px
  }

  .hero-bnr .txt-area h1 {
    font-size: 38px
  }

  .hero-bnr .img-box img {
    height: 280px
  }

  .hero-bnr .wave-divdr {
    height: 60px
  }
}

@media (max-width: 375px) {
  .hero-bnr .txt-area h1 {
    font-size: 28px
  }
}

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

.instrctr-sec::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #5886be14 0%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0
}

.instrctr-sec .cntr-wrap {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.instrctr-sec .hd-area {
  text-align: center;
  margin-bottom: 64px;
  opacity: 0;
  animation: fadeReveal .16s ease-out .1s forwards
}

.instrctr-sec .hd-area h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px
}

.instrctr-sec .hd-area p {
  font-size: 21px;
  line-height: 1.6;
  color: #1a1a1abf;
  max-width: 720px;
  margin: 0 auto
}

.instrctr-sec .prof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px
}

.instrctr-sec .prof-crd {
  background: #fff;
  border-radius: 13px;
  padding: 32px;
  box-shadow: 0 5px 28px 0 #5886be1c;
  border: 1px solid #5886be1f;
  transition: transform .18s ease-out, box-shadow .18s ease-out;
  opacity: 0;
  animation: fadeReveal .16s ease-out forwards
}

.instrctr-sec .prof-crd:nth-child(1) {
  animation-delay: .2s
}

.instrctr-sec .prof-crd:nth-child(2) {
  animation-delay: .3s
}

.instrctr-sec .prof-crd:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px 0 #5886be1a
}

.instrctr-sec .prof-crd .img-wrap {
  width: 100%;
  height: 280px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 24px
}

.instrctr-sec .prof-crd .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block
}

.instrctr-sec .prof-crd h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #D51018;
  margin: 0 0 8px;
  text-align: center
}

.instrctr-sec .prof-crd .role-txt {
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a99;
  margin: 0 0 16px;
  text-align: center;
  font-weight: 600
}

.instrctr-sec .prof-crd .desc-txt {
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1abf;
  margin: 0;
  text-align: center
}

@media (max-width: 1024px) {
  .instrctr-sec .hd-area h2 {
    font-size: 38px
  }

  .instrctr-sec .prof-crd .img-wrap {
    height: 240px
  }
}

@media (max-width: 768px) {
  .instrctr-sec {
    padding: 64px 16px
  }

  .instrctr-sec .hd-area {
    margin-bottom: 48px
  }

  .instrctr-sec .hd-area h2 {
    font-size: 28px
  }

  .instrctr-sec .hd-area p {
    font-size: 16px
  }

  .instrctr-sec .prof-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .instrctr-sec .prof-crd {
    padding: 24px
  }

  .instrctr-sec .prof-crd .img-wrap {
    height: 200px
  }

  .instrctr-sec .prof-crd h3 {
    font-size: 21px
  }
}

.lnch .concern-sec {
  padding: 96px 16px;
  background: linear-gradient(180deg, #fff 0%, #ed78030d 100%);
  position: relative;
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
  margin-top: -32px;
  margin-bottom: -32px;
  padding-top: 128px;
  padding-bottom: 128px
}

.concern-sec .geom-shape {
  position: absolute;
  top: 20%;
  right: 8%;
  width: 180px;
  height: 180px;
  border: 3px solid #ed780333;
  border-radius: 3px;
  transform: rotate(15deg);
  animation: slowRotate 20s linear infinite;
  pointer-events: none;
  z-index: 0
}

@keyframes slowRotate {
  from {
    transform: rotate(15deg)
  }

  to {
    transform: rotate(375deg)
  }
}

.concern-sec .cntr-wrap {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.concern-sec .split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.concern-sec .txt-col {
  opacity: 0;
  animation: fadeReveal .2s ease-out .15s forwards
}

.concern-sec .txt-col h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 24px;
  text-align: center
}

.concern-sec .txt-col p {
  font-size: 21px;
  line-height: 1.6;
  color: #1a1a1abf;
  margin: 0 0 16px;
  text-align: center
}

.concern-sec .txt-col p:last-of-type {
  margin-bottom: 0
}

.concern-sec .img-col {
  position: relative;
  opacity: 0;
  animation: fadeReveal .2s ease-out .3s forwards, gentleShake 3s ease-in-out 2s infinite
}

@keyframes gentleShake {

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

  25% {
    transform: translateX(-3px)
  }

  75% {
    transform: translateX(3px)
  }
}

.concern-sec .img-col .img-frame {
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 40px 0 #ed78031a;
  border: 4px solid #ed780340
}

.concern-sec .img-col .img-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 40%;
  display: block
}

@media (max-width: 1024px) {
  .concern-sec .txt-col h2 {
    font-size: 38px
  }

  .concern-sec .txt-col p {
    font-size: 16px
  }

  .concern-sec .img-col .img-frame img {
    height: 360px
  }

  .concern-sec .geom-shape {
    width: 140px;
    height: 140px
  }
}

@media (max-width: 768px) {
  .concern-sec {
    padding: 80px 16px;
    padding-top: 96px;
    padding-bottom: 96px
  }

  .concern-sec .split-layout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .concern-sec .txt-col h2 {
    font-size: 28px
  }

  .concern-sec .img-col .img-frame img {
    height: 280px
  }

  .concern-sec .geom-shape {
    width: 100px;
    height: 100px;
    top: 10%;
    right: 5%
  }
}

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

.supp-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 50% 50%, #d510180a 0%, transparent 60%);
  pointer-events: none;
  z-index: 0
}

.supp-sec .cntr-wrap {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.supp-sec .hd-box {
  text-align: center;
  margin-bottom: 64px;
  opacity: 0;
  animation: fadeReveal .14s ease-out .1s forwards
}

.supp-sec .hd-box h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px
}

.supp-sec .hd-box p {
  font-size: 21px;
  line-height: 1.6;
  color: #1a1a1abf;
  max-width: 820px;
  margin: 0 auto
}

.supp-sec .stats-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin-bottom: 64px;
  opacity: 0;
  animation: fadeReveal .14s ease-out .25s forwards
}

.supp-sec .stat-itm {
  flex: 1;
  text-align: center;
  padding: 32px;
  border-right: 2px solid #d5101826;
  transition: background .16s ease-out
}

.supp-sec .stat-itm:last-child {
  border-right: none
}

.supp-sec .stat-itm:hover {
  background: #d5101808
}

.supp-sec .stat-itm .num-val {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  color: #D51018;
  margin: 0 0 8px;
  display: block
}

.supp-sec .stat-itm .lbl-txt {
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1ab3;
  margin: 0;
  font-weight: 600
}

.supp-sec .multi-layer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.supp-sec .layer-card {
  background: #fff;
  border-radius: 13px;
  padding: 32px;
  box-shadow: 0 5px 28px 0 #d510181c;
  border: 2px solid #d510181a;
  position: relative;
  overflow: hidden;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.6, 1);
  opacity: 0;
  animation: fadeReveal .14s ease-out forwards
}

.supp-sec .layer-card:nth-child(1) {
  animation-delay: .35s
}

.supp-sec .layer-card:nth-child(2) {
  animation-delay: .45s
}

.supp-sec .layer-card:nth-child(3) {
  animation-delay: .55s
}

.supp-sec .layer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #D51018 0%, #5886BE 100%);
  opacity: 0;
  transition: opacity .18s ease-out
}

.supp-sec .layer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px 0 #d510181a
}

.supp-sec .layer-card:hover::before {
  opacity: 1
}

.supp-sec .layer-card .icn-shape {
  width: 64px;
  height: 64px;
  border-radius: 40px;
  background: linear-gradient(135deg, #d510181a 0%, #5886be1a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  border: 3px solid #d5101833
}

.supp-sec .layer-card .icn-shape svg {
  width: 32px;
  height: 32px;
  fill: #D51018
}

.supp-sec .layer-card h3 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px;
  text-align: center
}

.supp-sec .layer-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1abf;
  margin: 0;
  text-align: center
}

@media (max-width: 1024px) {
  .supp-sec .hd-box h2 {
    font-size: 38px
  }

  .supp-sec .hd-box p {
    font-size: 16px
  }

  .supp-sec .stat-itm .num-val {
    font-size: 38px
  }

  .supp-sec .multi-layer {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .supp-sec {
    padding: 64px 16px
  }

  .supp-sec .hd-box {
    margin-bottom: 48px
  }

  .supp-sec .hd-box h2 {
    font-size: 28px
  }

  .supp-sec .stats-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 48px
  }

  .supp-sec .stat-itm {
    border-right: none;
    border-bottom: 2px solid #d5101826;
    padding: 24px
  }

  .supp-sec .stat-itm:last-child {
    border-bottom: none
  }

  .supp-sec .stat-itm .num-val {
    font-size: 28px
  }

  .supp-sec .layer-card {
    padding: 24px
  }

  .supp-sec .layer-card h3 {
    font-size: 16px
  }
}

@media (max-width: 375px) {
  .supp-sec .stat-itm .num-val {
    font-size: 21px
  }
}

.success-pg {
  background: linear-gradient(160deg, #D51018 0%, #fff 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 16px
}

.success-pg .msg-wrap {
  background: #fff;
  max-width: 620px;
  width: 100%;
  padding: 64px 32px;
  border-radius: 13px;
  box-shadow: 0 12px 40px 0 #d510181a;
  text-align: center
}

.success-pg .icon-box {
  width: 96px;
  height: 96px;
  margin: 0 auto 32px;
  background: #d5101814;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.success-pg .icon-box::before {
  content: '';
  position: absolute;
  width: 42px;
  height: 24px;
  border-left: 4px solid #D51018;
  border-bottom: 4px solid #D51018;
  transform: rotate(-45deg) translateY(-6px)
}

.success-pg h1 {
  font-size: 38px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 16px;
  font-weight: 700
}

.success-pg .desc {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 32px
}

.success-pg .info-block {
  background: #5886be0f;
  padding: 32px;
  border-radius: 7px;
  margin: 0 0 32px
}

.success-pg .info-block p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0
}

.success-pg .info-block p:first-child {
  margin-bottom: 16px
}

.success-pg .info-block strong {
  color: #D51018;
  font-weight: 600
}

.success-pg .btn-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap
}

.success-pg .btn-prim {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: #D51018;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  transition: background .18s ease-out, transform .14s ease-out;
  border: 2px solid #D51018
}

.success-pg .btn-prim:hover {
  background: #b50d14;
  border-color: #b50d14;
  transform: translateY(-1px)
}

.success-pg .btn-prim:active {
  transform: translateY(0)
}

.success-pg .btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: transparent;
  color: #5886BE;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  transition: background .18s ease-out, color .14s ease-out;
  border: 2px solid #5886BE
}

.success-pg .btn-sec:hover {
  background: #5886be14;
  color: #4a6fa0;
  border-color: #4a6fa0
}

.success-pg .contact-info {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #00000014
}

.success-pg .contact-info p {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin: 0
}

.success-pg .contact-info a {
  color: #5886BE;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .16s ease-out
}

.success-pg .contact-info a:hover {
  border-bottom-color: #5886BE
}

@media (max-width: 768px) {
  .success-pg {
    padding: 32px 16px
  }

  .success-pg .msg-wrap {
    padding: 32px 16px
  }

  .success-pg h1 {
    font-size: 28px
  }

  .success-pg .icon-box {
    width: 80px;
    height: 80px;
    margin-bottom: 16px
  }

  .success-pg .icon-box::before {
    width: 36px;
    height: 20px
  }

  .success-pg .btn-group {
    flex-direction: column
  }

  .success-pg .btn-prim,
  .success-pg .btn-sec {
    width: 100%;
    justify-content: center
  }
}