html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%
}

.layout-box {
  box-sizing: border-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px
}

:focus {
  filter: invert(1);
  outline: none
}

.site-head {
  background: #1E1E3F;
  position: relative
}

.site-head-band {
  background: linear-gradient(90deg, #1E1E3F 0%, #16163a 60%, #0f0f2e 100%);
  border-bottom: 2px solid #00E7F3;
  box-shadow: -1px 5px 20px 0 #00e7f31c
}

.head-row {
  box-sizing: border-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 24px 48px
}

.brand-box {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  flex-shrink: 0
}

.brand-logo-ring {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  background: #F3F5F6;
  box-shadow: 0 0 0 2px #00e7f380 -1px 2px 4px 0 #00e7f30d;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

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

.brand-name {
  font-family: 'Noto Serif', serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  color: #F3F5F6;
  letter-spacing: 0
}

.brand-name span {
  color: #00E7F3
}

.head-cert-mark {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #00e7f314;
  border: 1px solid #00e7f340;
  border-radius: 2px;
  padding: 8px 16px;
  flex-shrink: 0
}

.head-cert-mark i {
  color: #00E7F3;
  font-size: 16px
}

.head-cert-label {
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  font-weight: 400;
  color: #F3F5F6;
  line-height: 1.2;
  white-space: nowrap
}

.primary-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end
}

.primary-nav a {
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #F3F5F6;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid transparent;
  white-space: nowrap;
  display: inline-block;
  min-height: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: color .2s ease-out, border-color .25s ease-out, background .2s ease-out
}

.primary-nav a:hover {
  color: #00E7F3;
  border-color: #00e7f34d;
  background: #00e7f30f
}

.primary-nav a.active {
  color: #00E7F3;
  border-color: #00e7f366;
  background: #00e7f31a
}

.site-foot {
  background: #1E1E3F;
  position: relative;
  overflow: hidden
}

.foot-texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #00e7f314 1px, transparent 1px);
  background-size: 24px 24px
}

.foot-top {
  border-top: 2px solid #00e7f34d;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  z-index: 1
}

.foot-cols {
  box-sizing: border-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  align-items: start
}

.foot-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.foot-logo-box {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none
}

.foot-logo-ring {
  width: 44px;
  height: 44px;
  border-radius: 2px;
  background: #F3F5F6;
  box-shadow: 0 0 0 2px #00e7f366 -1px 2px 4px 0 #00e7f30d;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

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

.foot-brand-name {
  font-family: 'Noto Serif', serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  color: #F3F5F6
}

.foot-tagline {
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #f3f5f6a6;
  line-height: 1.7
}

.foot-contact-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.foot-col-heading {
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  font-weight: 700;
  color: #00E7F3;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0
}

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

.foot-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.foot-contact-list i {
  color: #00E7F3;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0
}

.foot-contact-list a,
.foot-contact-list span {
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  font-weight: 400;
  color: #f3f5f6cc;
  line-height: 1.7;
  text-decoration: none;
  transition: color .2s ease-out
}

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

.foot-policy-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.foot-policy-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.foot-policy-links a {
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  font-weight: 400;
  color: #f3f5f6cc;
  line-height: 1.7;
  text-decoration: none;
  transition: color .18s ease-out
}

.foot-policy-links a:hover {
  color: #00E7F3
}

.foot-bottom {
  border-top: 1px solid #00e7f31f;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  z-index: 1
}

.foot-copy-row {
  box-sizing: border-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.foot-copy-text {
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  font-weight: 400;
  color: #f3f5f680;
  line-height: 1.2
}

.foot-copy-accent {
  color: #00e7f3b3
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  background: #1E1E3F;
  border-top: 2px solid #00E7F3;
  box-shadow: -1px 12px 52px 0 #00e7f31f;
  transform: translateY(100%);
  transition: transform .18s ease-out;
  display: none
}

.cookie-bar.visible {
  transform: translateY(0)
}

.cookie-bar-inner {
  box-sizing: border-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 48px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap
}

.cookie-text-block {
  flex: 1;
  min-width: 280px
}

.cookie-desc {
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  font-weight: 400;
  color: #f3f5f6d9;
  line-height: 1.7;
  margin: 0 0 8px
}

.cookie-uses {
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  font-weight: 400;
  color: #f3f5f6a6;
  line-height: 1.7;
  margin: 0;
  padding-left: 16px
}

.cookie-uses li {
  margin-bottom: 4px
}

.cookie-headline {
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  font-weight: 700;
  color: #00E7F3;
  line-height: 1.2;
  margin: 8px 0 0
}

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

.cookie-accept-btn {
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  font-weight: 700;
  color: #1E1E3F;
  background: #00E7F3;
  border: none;
  border-radius: 2px;
  padding: 8px 24px;
  cursor: pointer;
  min-height: 44px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: background .2s ease-out, color .2s ease-out
}

.cookie-accept-btn:hover {
  background: #F3F5F6;
  color: #1E1E3F
}

.cookie-decline-link {
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  font-weight: 400;
  color: #f3f5f6a6;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #f3f5f64d;
  padding: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: color .2s ease-out
}

.cookie-decline-link:hover {
  color: #F3F5F6
}

.pref-trigger {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1400;
  width: 44px;
  height: 44px;
  border-radius: 20px;
  background: #1E1E3F;
  border: 2px solid #00E7F3;
  box-shadow: -1px 5px 20px 0 #00e7f31c;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  color: #00E7F3;
  font-size: 19px;
  transition: background .2s ease-out, color .2s ease-out
}

.pref-trigger:hover {
  background: #00E7F3;
  color: #1E1E3F
}

@media (max-width: 900px) {
  .head-row {
    padding-left: 24px;
    padding-right: 24px;
    flex-wrap: wrap;
    gap: 16px
  }

  .layout-box {
    padding-left: 24px;
    padding-right: 24px
  }

  .primary-nav {
    justify-content: flex-start;
    width: 100%
  }

  .head-cert-mark {
    display: none
  }

  .foot-cols {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
    gap: 24px
  }

  .foot-copy-row {
    padding-left: 24px;
    padding-right: 24px
  }

  .cookie-bar-inner {
    padding: 24px;
    gap: 24px
  }

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

.info-legal {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 48px
}

.info-legal h1 {
  font-size: 58px;
  line-height: 1.2;
  color: #1E1E3F;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 2px solid #00E7F3
}

.info-legal h2 {
  font-size: 43px;
  line-height: 1.2;
  color: #1E1E3F;
  margin-top: 96px;
  margin-bottom: 24px
}

.info-legal h3 {
  font-size: 31px;
  line-height: 1.2;
  color: #1E1E3F;
  margin-top: 48px;
  margin-bottom: 16px
}

.info-legal h4 {
  font-size: 23px;
  line-height: 1.2;
  color: #1E1E3F;
  margin-top: 48px;
  margin-bottom: 16px
}

.info-legal h5 {
  font-size: 19px;
  line-height: 1.2;
  color: #1E1E3F;
  margin-top: 24px;
  margin-bottom: 8px
}

.info-legal h6 {
  font-size: 16px;
  line-height: 1.2;
  color: #1E1E3F;
  margin-top: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .05em
}

.info-legal p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a4a;
  margin-bottom: 16px;
  max-width: 72ch
}

.info-legal ul,
.info-legal ol {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a4a;
  margin-bottom: 24px;
  padding-left: 24px
}

.info-legal ul {
  list-style: none;
  padding-left: 0
}

.info-legal ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
  max-width: 72ch
}

.info-legal ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #00E7F3;
  border-radius: 2px
}

.info-legal ol {
  list-style: decimal
}

.info-legal ol li {
  padding-left: 8px;
  margin-bottom: 8px;
  max-width: 72ch
}

.info-legal ol li::marker {
  color: #00E7F3;
  font-weight: 700
}

.info-legal em,
.info-legal i {
  font-style: italic;
  color: #1E1E3F
}

.info-legal a {
  color: #0099a8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s ease-out, text-decoration-color .25s ease-out
}

.info-legal a:hover {
  color: #00E7F3;
  text-decoration-color: #00E7F3
}

@media (max-width: 768px) {
  .info-legal {
    padding: 48px 24px
  }

  .info-legal h1 {
    font-size: 43px
  }

  .info-legal h2 {
    font-size: 31px;
    margin-top: 48px
  }

  .info-legal h3 {
    font-size: 23px
  }

  .info-legal h4 {
    font-size: 19px
  }
}

@media (max-width: 480px) {
  .info-legal {
    padding: 48px 16px
  }

  .info-legal h1 {
    font-size: 31px
  }

  .info-legal h2 {
    font-size: 23px
  }
}

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

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

.certs-pg ::selection {
  background: #1E1E3F;
  color: #fff
}

.certs-pg .top-band {
  background: linear-gradient(217deg, #1E1E3F, transparent);
  background-color: #1E1E3F;
  padding: 96px 48px;
  position: relative;
  overflow: hidden
}

.certs-pg .top-band-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.certs-pg .top-band-img {
  flex: 0 0 220px;
  position: relative
}

.certs-pg .top-band-img img {
  width: 220px;
  height: 260px;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  display: block;
  box-shadow: -1px 12px 52px 0 #00e7f31f;
  transition: filter .25s ease-out;
  filter: brightness(0.88) saturate(0.7)
}

.certs-pg .top-band-img img:hover {
  filter: brightness(1) saturate(1)
}

.certs-pg .top-band-img-right img {
  filter: brightness(0.88) saturate(0.7)
}

.certs-pg .top-band-img-right img:hover {
  filter: brightness(1) saturate(1)
}

.certs-pg .top-band-ghost {
  position: absolute;
  font-size: 200px;
  font-weight: 900;
  color: #00e7f30f;
  line-height: 1.2;
  top: -24px;
  left: -16px;
  pointer-events: none;
  user-select: none;
  white-space: nowrap
}

.certs-pg .top-band-text {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1
}

.certs-pg .top-band-text h1 {
  font-size: 43px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(217deg, #00E7F3, #F3F5F6);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 16px;
  font-weight: 800
}

.certs-pg .top-band-text p {
  font-size: 19px;
  line-height: 1.7;
  color: #c8d0d8;
  margin: 0;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto
}

.certs-pg .clip-reveal {
  clip-path: inset(0 50% 0 50%);
  animation: clipExpand .45s ease-out .1s forwards
}

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

.certs-pg .divider-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 0;
  background: #F3F5F6;
  overflow: hidden
}

.certs-pg .divider-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00E7F3;
  opacity: .4;
  flex-shrink: 0
}

.certs-pg .divider-dots span:nth-child(3n+1) {
  opacity: .9;
  background: #1E1E3F
}

.certs-pg .divider-dots span:nth-child(5n+2) {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  opacity: .6
}

.certs-pg .cred-list-area {
  background: #F3F5F6;
  padding: 96px 48px
}

.certs-pg .cred-list-inner {
  max-width: 1400px;
  margin: 0 auto
}

.certs-pg .cred-list-head {
  margin-bottom: 48px
}

.certs-pg .cred-list-head h2 {
  font-size: 31px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px #1E1E3F;
  margin: 0 0 16px;
  font-weight: 800
}

.certs-pg .cred-list-head p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a4a;
  max-width: 600px;
  margin: 0
}

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

.certs-pg .cred-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: -1px 5px 20px 0 #1e1e3f1c;
  position: relative;
  overflow: hidden;
  transition: box-shadow .2s ease-out, transform .2s ease-out
}

.certs-pg .cred-card:hover {
  box-shadow: -1px 12px 52px 0 #1e1e3f1f;
  transform: translateY(-2px)
}

.certs-pg .cred-card-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #00E7F3;
  border-radius: 0 20px 0 20px
}

.certs-pg .cred-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: linear-gradient(217deg, #1E1E3F, transparent);
  background-color: #1E1E3F;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.certs-pg .cred-card-icon i {
  color: #00E7F3;
  font-size: 19px
}

.certs-pg .cred-card h3 {
  font-size: 19px;
  line-height: 1.2;
  color: #1E1E3F;
  margin: 0 0 8px;
  font-weight: 700;
  padding-right: 40px
}

.certs-pg .cred-card-issuer {
  font-size: 15px;
  line-height: 1.7;
  color: #00a8b5;
  margin: 0 0 16px;
  font-weight: 600
}

.certs-pg .cred-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a5c;
  margin: 0
}

.certs-pg .divider-geo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fff;
  overflow: hidden;
  height: 32px
}

.certs-pg .divider-geo svg {
  width: 100%;
  height: 32px;
  display: block
}

.certs-pg .people-area {
  background: #fff;
  padding: 96px 48px
}

.certs-pg .people-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start
}

.certs-pg .people-narrative {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.certs-pg .people-narrative h2 {
  font-size: 31px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px #1E1E3F;
  margin: 0;
  font-weight: 800
}

.certs-pg .people-narrative p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a4a;
  margin: 0
}

.certs-pg .prog-track {
  background: #F3F5F6;
  border-radius: 20px;
  padding: 24px;
  box-shadow: inset 0 2px 8px 0 #00e7f314
}

.certs-pg .prog-track-label {
  font-size: 15px;
  line-height: 1.2;
  color: #1E1E3F;
  font-weight: 700;
  margin: 0 0 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

.certs-pg .prog-track-label span {
  color: #00a8b5
}

.certs-pg .prog-bar-bg {
  background: #dde2e8;
  border-radius: 2px;
  height: 8px;
  margin-bottom: 16px;
  overflow: hidden
}

.certs-pg .prog-bar-fill {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #00E7F3, #1E1E3F);
  transition: width .45s ease-out
}

.certs-pg .people-roster {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.certs-pg .person-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.certs-pg .person-portrait {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: -1px 5px 20px 0 #1e1e3f1c
}

.certs-pg .person-portrait img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: filter .2s ease-out;
  filter: saturate(0.85)
}

.certs-pg .person-portrait img:hover {
  filter: saturate(1)
}

.certs-pg .person-details {
  flex: 1
}

.certs-pg .person-name {
  font-size: 16px;
  line-height: 1.2;
  color: #1E1E3F;
  font-weight: 700;
  margin: 0 0 8px
}

.certs-pg .person-role {
  font-size: 15px;
  line-height: 1.2;
  color: #00a8b5;
  margin: 0 0 8px
}

.certs-pg .person-creds {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a5c;
  margin: 0
}

.certs-pg .person-no-img {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(217deg, #1E1E3F, transparent);
  background-color: #1E1E3F;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 5px 20px 0 #1e1e3f1c
}

.certs-pg .person-no-img i {
  color: #00E7F3;
  font-size: 31px
}

.certs-pg .chart-embed {
  margin-top: 24px;
  background: #F3F5F6;
  border-radius: 20px;
  padding: 24px;
  box-shadow: -1px 2px 4px 0 #00e7f30d
}

.certs-pg .chart-embed-label {
  font-size: 15px;
  line-height: 1.2;
  color: #1E1E3F;
  font-weight: 700;
  margin: 0 0 16px
}

.certs-pg .chart-embed svg {
  width: 100%;
  height: 120px;
  display: block
}

@media (max-width: 900px) {
  .certs-pg .top-band-inner {
    flex-direction: column;
    gap: 24px
  }

  .certs-pg .top-band-img {
    flex: 0 0 auto
  }

  .certs-pg .cred-grid {
    grid-template-columns: 1fr
  }

  .certs-pg .people-inner {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .certs-pg .top-band {
    padding: 48px 16px
  }

  .certs-pg .cred-list-area {
    padding: 48px 16px
  }

  .certs-pg .people-area {
    padding: 48px 16px
  }
}

@media (max-width: 600px) {
  .certs-pg .top-band-text h1 {
    font-size: 31px
  }

  .certs-pg .top-band-img img {
    width: 160px;
    height: 190px
  }
}

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

.abt-us ::selection {
  background: #1E1E3F;
  color: #fff
}

.abt-us .pg-band {
  width: 100%;
  padding: 96px 48px;
  background: linear-gradient(217deg, #1E1E3F, transparent);
  background-color: #F3F5F6;
  position: relative
}

.abt-us .pg-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #00E7F3;
  border-radius: 0 2px 2px 0
}

.abt-us .pg-band-row {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
  max-width: 1400px
}

.abt-us .pg-band-img-col {
  flex: 0 0 340px;
  position: relative
}

.abt-us .pg-band-img-wrap {
  width: 340px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 12px 52px 0 #1e1e3f1f
}

.abt-us .pg-band-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.96) saturate(0.9) hue-rotate(0deg);
  transition: filter .35s ease-out
}

.abt-us .pg-band-img-wrap:hover img {
  filter: brightness(1) saturate(1)
}

.abt-us .pg-band-img-overlay {
  position: absolute;
  inset: 0;
  background: #00e7f32e;
  border-radius: 20px;
  pointer-events: none;
  transition: opacity .25s ease-out
}

.abt-us .pg-band-img-wrap:hover+.pg-band-img-overlay,
.abt-us .pg-band-img-wrap:hover .pg-band-img-overlay {
  opacity: 0
}

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

.abt-us .pg-band-eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.abt-us .pg-band-dot-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center
}

.abt-us .pg-band-dot {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #00E7F3;
  display: inline-block
}

.abt-us .pg-band-dot.dim {
  background: #00e7f366
}

.abt-us .pg-band-dot.dimmer {
  background: #00e7f333
}

.abt-us .pg-band-label {
  font-size: 15px;
  line-height: 1.2;
  color: #00E7F3;
  letter-spacing: 0
}

.abt-us .pg-band-h1 {
  font-size: 58px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 2px #1E1E3F;
  background: none;
  margin: 0
}

.abt-us .pg-band-desc {
  font-size: 19px;
  line-height: 1.7;
  color: #1E1E3F;
  max-width: 560px;
  margin: 0
}

.abt-us .pg-band-stripe {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #00E7F3);
  border-radius: 2px 0 0 0
}

.abt-us .dots-divider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px 0;
  background: #fff
}

.abt-us .dots-divider span {
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #1E1E3F;
  opacity: .3;
  display: inline-block
}

.abt-us .team-area {
  background: #fff;
  padding: 96px 48px
}

.abt-us .team-area-inner {
  max-width: 1400px
}

.abt-us .team-area-heading {
  font-size: 43px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 2px #1E1E3F;
  margin: 0 0 48px
}

.abt-us .team-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1.8fr;
  gap: 24px;
  align-items: start
}

.abt-us .team-card {
  border: 1.5px solid #1e1e3f1f;
  border-radius: 20px;
  padding: 24px;
  background: #F3F5F6;
  box-shadow: -1px 5px 20px 0 #1e1e3f1c;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .2s ease-out
}

.abt-us .team-card:hover {
  box-shadow: -1px 12px 52px 0 #00e7f31f
}

.abt-us .team-card-portrait {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  position: relative
}

.abt-us .team-card-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  filter: saturate(0.88) brightness(0.97);
  transition: filter .35s ease-out
}

.abt-us .team-card-portrait:hover img {
  filter: saturate(1) brightness(1)
}

.abt-us .team-card-overlay {
  position: absolute;
  inset: 0;
  background: #00e7f324;
  border-radius: 20px;
  pointer-events: none;
  transition: opacity .22s ease-out
}

.abt-us .team-card-portrait:hover .team-card-overlay {
  opacity: 0
}

.abt-us .team-card-name {
  font-size: 19px;
  line-height: 1.2;
  color: #1E1E3F;
  margin: 0
}

.abt-us .team-card-role {
  font-size: 15px;
  line-height: 1.2;
  color: #00E7F3;
  margin: 0
}

.abt-us .team-card-bio {
  font-size: 15px;
  line-height: 1.7;
  color: #1E1E3F;
  margin: 0
}

.abt-us .team-card-no-portrait {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background: linear-gradient(217deg, #1E1E3F, #1e1e3f66);
  display: flex;
  align-items: center;
  justify-content: center
}

.abt-us .team-card-no-portrait svg {
  opacity: .3
}

.abt-us .mesh-area {
  padding: 96px 48px;
  position: relative;
  background-color: #1E1E3F;
  animation: bg-temp-shift 8s ease-in-out infinite alternate;
  overflow: hidden
}

@keyframes bg-temp-shift {
  0% {
    background-color: #1E1E3F
  }

  50% {
    background-color: #1a2a4a
  }

  100% {
    background-color: #0e2a2d
  }
}

.abt-us .mesh-area::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 420px;
  height: 420px;
  border-radius: 20px;
  background: #00e7f312;
  pointer-events: none
}

.abt-us .mesh-area::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 10%;
  width: 300px;
  height: 300px;
  border-radius: 20px;
  background: #00e7f30d;
  pointer-events: none
}

.abt-us .mesh-inner {
  max-width: 1400px;
  position: relative;
  z-index: 1
}

.abt-us .mesh-heading {
  font-size: 43px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 2px #00E7F3;
  margin: 0 0 48px
}

.abt-us .mesh-stats-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 48px
}

.abt-us .stat-pill {
  flex: 1 1 160px;
  border: 1.5px solid #00e7f34d;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #00e7f30a;
  box-shadow: -1px 2px 4px 0 #00e7f30d
}

.abt-us .stat-val {
  font-size: 43px;
  line-height: 1.2;
  color: #00E7F3
}

.abt-us .stat-label {
  font-size: 15px;
  line-height: 1.7;
  color: #f3f5f6bf
}

.abt-us .mesh-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.abt-us .mesh-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 5px 20px 0 #00e7f31c;
  position: relative
}

.abt-us .mesh-img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.8) brightness(0.85);
  transition: filter .4s ease-out
}

.abt-us .mesh-img-wrap:hover img {
  filter: saturate(1) brightness(1)
}

.abt-us .mesh-img-tint {
  position: absolute;
  inset: 0;
  background: #00e7f333;
  border-radius: 20px;
  pointer-events: none;
  transition: opacity .28s ease-out
}

.abt-us .mesh-img-wrap:hover .mesh-img-tint {
  opacity: 0
}

.abt-us .mesh-txt-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center
}

.abt-us .mesh-txt-block p {
  font-size: 16px;
  line-height: 1.7;
  color: #f3f5f6d9;
  margin: 0
}

.abt-us .dots-divider-dark {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px 0;
  background: #1E1E3F
}

.abt-us .dots-divider-dark span {
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #00E7F3;
  opacity: .4;
  display: inline-block
}

.abt-us .form-area {
  padding: 96px 48px;
  background: #F3F5F6;
  position: relative
}

.abt-us .form-area::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #00E7F3, transparent);
  border-radius: 2px 0 0 2px
}

.abt-us .form-area-inner {
  max-width: 760px
}

.abt-us .form-heading {
  font-size: 43px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 2px #1E1E3F;
  margin: 0 0 16px
}

.abt-us .form-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #1E1E3F;
  margin: 0 0 48px
}

.abt-us .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px
}

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

.abt-us .field-group {
  flex: 1;
  position: relative
}

.abt-us .field-group input,
.abt-us .field-group textarea {
  width: 100%;
  padding: 20px 16px 8px;
  font-size: 16px;
  line-height: 1.2;
  border: 1.5px solid #1e1e3f33;
  border-radius: 2px;
  background: #fff;
  color: #1E1E3F;
  outline: none;
  transition: border-color .2s ease-out;
  box-sizing: border-box;
  box-shadow: inset 0 2px 4px 0 #1e1e3f0d
}

.abt-us .field-group input:focus,
.abt-us .field-group textarea:focus {
  border-color: #00E7F3
}

.abt-us .field-group input::placeholder,
.abt-us .field-group textarea::placeholder {
  color: transparent
}

.abt-us .field-label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #1e1e3f8c;
  pointer-events: none;
  transition: top .2s ease-out, font-size .2s ease-out, color .2s ease-out, transform .2s ease-out
}

.abt-us .field-group input:focus~.field-label,
.abt-us .field-group input:not(:placeholder-shown)~.field-label {
  top: 8px;
  transform: none;
  font-size: 15px;
  color: #00E7F3
}

.abt-us .checkboxes-block {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .checkboxes-label {
  font-size: 15px;
  line-height: 1.2;
  color: #1E1E3F
}

.abt-us .checkbox-opts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px
}

.abt-us .chk-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.abt-us .chk-opt input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #00E7F3;
  border-radius: 2px;
  cursor: pointer;
  flex-shrink: 0
}

.abt-us .chk-opt-text {
  font-size: 15px;
  line-height: 1.2;
  color: #1E1E3F
}

.abt-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.abt-us .privacy-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #00E7F3;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer
}

.abt-us .privacy-txt {
  font-size: 15px;
  line-height: 1.7;
  color: #1E1E3F
}

.abt-us .privacy-txt a {
  color: #00E7F3;
  text-decoration: underline
}

.abt-us .submit-btn {
  align-self: flex-start;
  padding: 16px 48px;
  background: #1E1E3F;
  color: #F3F5F6;
  font-size: 16px;
  line-height: 1.2;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: -1px 5px 20px 0 #1e1e3f1c;
  transition: background .25s ease-out, box-shadow .25s ease-out
}

.abt-us .submit-btn:hover {
  background: #00E7F3;
  color: #1E1E3F;
  box-shadow: -1px 12px 52px 0 #00e7f31f
}

.abt-us .submit-btn:focus {
  outline: 2px solid #00E7F3;
  outline-offset: 2px
}

.abt-us .submit-btn.shake {
  animation: btn-shake .35s ease-out
}

@keyframes btn-shake {

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

  20% {
    transform: translateX(-6px)
  }

  40% {
    transform: translateX(6px)
  }

  60% {
    transform: translateX(-4px)
  }

  80% {
    transform: translateX(4px)
  }
}

@media (max-width: 900px) {
  .abt-us .pg-band {
    padding: 48px 24px
  }

  .abt-us .pg-band-row {
    flex-direction: column
  }

  .abt-us .pg-band-img-col {
    flex: none;
    width: 100%
  }

  .abt-us .pg-band-img-wrap {
    width: 100%;
    height: 260px
  }

  .abt-us .pg-band-h1 {
    font-size: 43px
  }

  .abt-us .team-area {
    padding: 48px 24px
  }

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

  .abt-us .mesh-area {
    padding: 48px 24px
  }

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

  .abt-us .form-area {
    padding: 48px 24px
  }

  .abt-us .form-row {
    flex-direction: column
  }

  .abt-us .mesh-stats-row {
    gap: 16px
  }

  .abt-us .stat-pill {
    flex: 1 1 120px
  }

  .abt-us .mesh-heading,
  .abt-us .team-area-heading,
  .abt-us .form-heading {
    font-size: 31px
  }
}

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

.ctus-pg .pg-shell {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px
}

.ctus-pg .reach-split {
  display: flex;
  flex-direction: row;
  min-height: 80vh
}

.ctus-pg .reach-left {
  width: 45%;
  background: #1E1E3F;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.ctus-pg .reach-left::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 320px;
  height: 320px;
  border: 2px solid #00e7f31f;
  border-radius: 0;
  pointer-events: none
}

.ctus-pg .reach-left::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border: 1.5px solid #00e7f314;
  border-radius: 0;
  pointer-events: none
}

.ctus-pg .reach-punctuation {
  font-size: 220px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 1px #00e7f32e;
  position: absolute;
  top: -40px;
  right: 24px;
  pointer-events: none;
  user-select: none
}

.ctus-pg .reach-eyebrow {
  font-size: 15px;
  line-height: 1.7;
  color: #00E7F3;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 16px
}

.ctus-pg .reach-heading {
  font-size: 43px;
  line-height: 1.2;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(217deg, #00E7F3, #00e7f366);
  margin-bottom: 24px;
  -webkit-text-stroke: 0
}

.ctus-pg .reach-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #f3f5f6bf;
  margin-bottom: 48px
}

.ctus-pg .reach-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus-pg .reach-detail-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.ctus-pg .detail-icon-wrap {
  width: 40px;
  height: 40px;
  border: 1px solid #00e7f34d;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color .25s ease-out, background .25s ease-out
}

.ctus-pg .reach-detail-item:hover .detail-icon-wrap {
  border-color: #00E7F3;
  background: #00e7f314
}

.ctus-pg .detail-icon-wrap svg {
  width: 18px;
  height: 18px;
  stroke: #00E7F3;
  fill: none;
  stroke-width: 1.8
}

.ctus-pg .detail-text {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus-pg .detail-label {
  font-size: 15px;
  line-height: 1.2;
  color: #f3f5f680;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ctus-pg .detail-val {
  font-size: 16px;
  line-height: 1.7;
  color: #F3F5F6;
  text-decoration: none;
  transition: color .2s ease-out
}

.ctus-pg .detail-val:hover {
  color: #00E7F3
}

.ctus-pg .reach-right {
  width: 55%;
  background: #F3F5F6;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.ctus-pg .dot-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #1e1e3f1f 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none
}

.ctus-pg .form-head {
  margin-bottom: 48px;
  position: relative;
  z-index: 1
}

.ctus-pg .form-heading {
  font-size: 31px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 1.5px #1E1E3F;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: unset;
  background-clip: unset;
  margin-bottom: 8px
}

.ctus-pg .form-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #1E1E3F;
  opacity: .7
}

.ctus-pg .contact-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus-pg .field-pair {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.ctus-pg .fld-wrap {
  position: relative;
  flex: 1
}

.ctus-pg .fld-wrap.full {
  width: 100%
}

.ctus-pg .fld-input {
  width: 100%;
  padding: 16px 16px 8px;
  font-size: 16px;
  line-height: 1.7;
  color: #1E1E3F;
  background: #fff;
  border: 1.5px solid #1e1e3f33;
  border-radius: 2px;
  outline: none;
  box-shadow: -1px 2px 4px 0 #1e1e3f0d;
  transition: border-color .2s ease-out, box-shadow .2s ease-out;
  box-sizing: border-box
}

.ctus-pg .fld-input:focus {
  border-color: #00E7F3;
  box-shadow: -1px 5px 20px 0 #00e7f31c
}

.ctus-pg .fld-input::placeholder {
  color: transparent
}

.ctus-pg .fld-label {
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 15px;
  line-height: 1.2;
  color: #1e1e3f80;
  pointer-events: none;
  transition: top .18s ease-out, font-size .18s ease-out, color .18s ease-out;
  background: #fff;
  padding: 0 4px
}

.ctus-pg .fld-input:focus+.fld-label,
.ctus-pg .fld-input:not(:placeholder-shown)+.fld-label {
  top: -8px;
  font-size: 12px;
  color: #00E7F3
}

.ctus-pg .interest-block {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus-pg .interest-label-heading {
  font-size: 15px;
  line-height: 1.2;
  color: #1e1e3f99;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ctus-pg .interest-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px
}

.ctus-pg .interest-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.ctus-pg .interest-opt input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #00E7F3;
  cursor: pointer;
  border-radius: 2px
}

.ctus-pg .interest-opt-text {
  font-size: 15px;
  line-height: 1.7;
  color: #1E1E3F
}

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

.ctus-pg .privacy-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #1E1E3F;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.ctus-pg .privacy-text {
  font-size: 15px;
  line-height: 1.7;
  color: #1e1e3fb3
}

.ctus-pg .privacy-text a {
  color: #1E1E3F;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s ease-out
}

.ctus-pg .privacy-text a:hover {
  color: #00E7F3
}

.ctus-pg .submit-btn {
  align-self: flex-start;
  padding: 16px 48px;
  font-size: 16px;
  line-height: 1.2;
  color: #1E1E3F;
  background: #00E7F3;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: -1px 5px 20px 0 #00e7f31c;
  transition: background .22s ease-out, box-shadow .22s ease-out, transform .15s ease-out;
  text-transform: lowercase
}

.ctus-pg .submit-btn:hover {
  background: #00cdd8;
  box-shadow: -1px 12px 52px 0 #00e7f338
}

.ctus-pg .submit-btn:focus {
  outline: 2px solid #1E1E3F;
  outline-offset: 3px
}

.ctus-pg .submit-btn:active {
  transform: scale(0.97)
}

.ctus-pg .submit-btn.shake {
  animation: btn-shake .38s ease-out
}

@keyframes btn-shake {

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

  20% {
    transform: translateX(-5px)
  }

  40% {
    transform: translateX(5px)
  }

  60% {
    transform: translateX(-4px)
  }

  80% {
    transform: translateX(4px)
  }
}

.ctus-pg .loc-strip {
  background: #fff;
  border-top: 1px solid #1e1e3f14;
  padding: 48px 0
}

.ctus-pg .loc-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px
}

.ctus-pg .loc-divider-word {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0
}

.ctus-pg .loc-divider-word::before,
.ctus-pg .loc-divider-word::after {
  content: "";
  display: block;
  width: 1px;
  height: 48px;
  background: #1e1e3f26
}

.ctus-pg .loc-word {
  font-size: 15px;
  line-height: 1.2;
  color: #1e1e3f66;
  text-transform: uppercase;
  letter-spacing: .1em;
  writing-mode: vertical-rl
}

.ctus-pg .loc-cards {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex: 1;
  align-items: center;
  flex-wrap: wrap
}

.ctus-pg .loc-card {
  flex: 1;
  min-width: 200px;
  padding: 24px;
  background: #F3F5F6;
  border-radius: 2px;
  border: 1px solid #1e1e3f14;
  box-shadow: -1px 2px 4px 0 #1e1e3f0d;
  position: relative;
  transition: box-shadow .28s ease-out
}

.ctus-pg .loc-card::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 100%;
  height: 100%;
  border: 1.5px solid #00e7f34d;
  border-radius: 2px;
  z-index: 0;
  pointer-events: none
}

.ctus-pg .loc-card:hover {
  box-shadow: -1px 12px 52px 0 #00e7f31f
}

.ctus-pg .loc-card-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1
}

.ctus-pg .loc-card-icon svg {
  width: 28px;
  height: 28px;
  stroke: #1E1E3F;
  fill: none;
  stroke-width: 1.6
}

.ctus-pg .loc-card-title {
  font-size: 15px;
  line-height: 1.2;
  color: #1e1e3f80;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 8px;
  position: relative;
  z-index: 1
}

.ctus-pg .loc-card-val {
  font-size: 16px;
  line-height: 1.7;
  color: #1E1E3F;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  transition: color .2s ease-out
}

.ctus-pg .loc-card-val:hover {
  color: #00E7F3
}

.ctus-pg .loc-card-val.plain {
  color: #1E1E3F;
  pointer-events: none
}

.ctus-pg .loc-brand-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  min-width: 160px
}

.ctus-pg .loc-brand-name {
  font-size: 31px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 1.5px #1E1E3F;
  -webkit-text-fill-color: transparent
}

.ctus-pg .loc-brand-since {
  font-size: 15px;
  line-height: 1.7;
  color: #1e1e3f73
}

@media (max-width: 900px) {
  .ctus-pg .reach-split {
    flex-direction: column
  }

  .ctus-pg .reach-left,
  .ctus-pg .reach-right {
    width: 100%;
    padding: 48px 24px
  }

  .ctus-pg .field-pair {
    flex-direction: column
  }

  .ctus-pg .loc-inner {
    flex-direction: column;
    padding: 0 24px;
    gap: 24px
  }

  .ctus-pg .loc-divider-word {
    flex-direction: row;
    writing-mode: horizontal-tb
  }

  .ctus-pg .loc-divider-word::before,
  .ctus-pg .loc-divider-word::after {
    width: 48px;
    height: 1px
  }

  .ctus-pg .loc-word {
    writing-mode: horizontal-tb
  }

  .ctus-pg .loc-cards {
    flex-direction: column
  }

  .ctus-pg .loc-card {
    min-width: unset
  }

  .ctus-pg .pg-shell {
    padding: 0 24px
  }

  .ctus-pg .reach-punctuation {
    font-size: 120px;
    right: 8px;
    top: -20px
  }
}

@media (min-width: 901px) {
  .ctus-pg .reach-left {
    transition: none
  }

  .ctus-pg .reach-split {
    animation: slide-in-right .45s ease-out both
  }

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

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

  .ctus-pg .loc-strip {
    animation: slide-in-right .38s .2s ease-out both
  }
}

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

.lrn-prog .pg-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px
}

@keyframes blurReveal {
  from {
    opacity: 0;
    filter: blur(12px)
  }

  to {
    opacity: 1;
    filter: blur(0)
  }
}

.lrn-prog .reveal-load {
  animation: blurReveal .45s ease-out both
}

.lrn-prog .reveal-load-delay {
  animation: blurReveal .45s ease-out .2s both
}

@keyframes shake {

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

  20% {
    transform: translateX(-6px)
  }

  40% {
    transform: translateX(6px)
  }

  60% {
    transform: translateX(-4px)
  }

  80% {
    transform: translateX(4px)
  }
}

.lrn-prog .btn-shake {
  animation: shake .35s ease-out
}

.lrn-prog ::selection {
  background: #1E1E3F;
  color: #fff
}

.lrn-prog .cross-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 48px;
  max-width: 1400px;
  margin: 0 auto
}

.lrn-prog .cross-divider-line {
  flex: 1;
  height: 1px;
  background: #1E1E3F;
  opacity: .12
}

.lrn-prog .cross-repeat {
  display: flex;
  gap: 8px;
  align-items: center
}

.lrn-prog .cross-item {
  width: 10px;
  height: 10px;
  position: relative;
  opacity: .25
}

.lrn-prog .cross-item::before,
.lrn-prog .cross-item::after {
  content: "";
  position: absolute;
  background: #1E1E3F;
  border-radius: 2px
}

.lrn-prog .cross-item::before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0
}

.lrn-prog .cross-item::after {
  width: 2px;
  height: 10px;
  top: 0;
  left: 4px
}

.lrn-prog .title-blk {
  background: #fff;
  padding: 48px 0;
  position: relative
}

.lrn-prog .title-blk .geo-corner-tl {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 60px;
  height: 60px;
  pointer-events: none
}

.lrn-prog .title-blk .geo-corner-br {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  pointer-events: none
}

.lrn-prog .title-blk-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 48px
}

.lrn-prog .title-img-wrap {
  width: 280px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 2px solid #00E7F3;
  box-shadow: -1px 5px 20px 0 #00e7f31c
}

.lrn-prog .title-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .25s ease-out
}

.lrn-prog .title-img-wrap .img-tint {
  position: absolute;
  inset: 0;
  background: #00e7f359;
  border-radius: 20px;
  pointer-events: none;
  transition: opacity .25s ease-out
}

.lrn-prog .title-img-wrap:hover .img-tint {
  opacity: 0
}

.lrn-prog .title-kicker {
  font-size: 15px;
  line-height: 1.2;
  color: #00E7F3;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700
}

.lrn-prog .title-h1 {
  font-size: 43px;
  line-height: 1.2;
  font-weight: 800;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(217deg, #1E1E3F, transparent);
  background-color: #1E1E3F;
  margin: 0
}

.lrn-prog .title-sub {
  font-size: 19px;
  line-height: 1.7;
  color: #1E1E3F;
  opacity: .72;
  max-width: 580px;
  margin: 0
}

.lrn-prog .title-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center
}

.lrn-prog .btn-primary {
  background: #1E1E3F;
  color: #fff;
  border: 2px solid #1E1E3F;
  border-radius: 20px;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: lowercase;
  text-decoration: none;
  display: inline-block;
  box-shadow: -1px 5px 20px 0 #1e1e3f1c;
  transition: background .2s ease-out, box-shadow .2s ease-out
}

.lrn-prog .btn-primary:hover {
  background: #00E7F3;
  color: #1E1E3F;
  border-color: #00E7F3;
  box-shadow: -1px 12px 52px 0 #00e7f31f
}

.lrn-prog .btn-secondary {
  background: transparent;
  color: #1E1E3F;
  border: 2px solid #1E1E3F;
  border-radius: 20px;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-transform: lowercase;
  text-decoration: none;
  display: inline-block;
  transition: border-color .15s ease-out, color .15s ease-out
}

.lrn-prog .btn-secondary:hover {
  border-color: #00E7F3;
  color: #00E7F3
}

.lrn-prog .prog-detail {
  background: #F3F5F6;
  padding: 96px 0;
  position: relative
}

.lrn-prog .prog-detail-curl {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 80px;
  height: 80px;
  pointer-events: none;
  opacity: .07
}

.lrn-prog .prog-detail-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

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

.lrn-prog .prog-detail-label {
  font-size: 15px;
  color: #00E7F3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em
}

.lrn-prog .prog-detail-h2 {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(217deg, #1E1E3F, #1E1E3F88);
  background-color: #1E1E3F;
  margin: 0;
  -webkit-text-stroke: 1.5px #1E1E3F;
  color: transparent
}

.lrn-prog .prog-detail-body {
  font-size: 16px;
  line-height: 1.7;
  color: #1E1E3F;
  opacity: .8;
  margin: 0
}

.lrn-prog .prog-img-wrap {
  width: 100%;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 2px solid #00e7f34d;
  box-shadow: -1px 12px 52px 0 #1e1e3f1f
}

.lrn-prog .prog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .35s ease-out
}

.lrn-prog .prog-img-wrap .img-tint {
  position: absolute;
  inset: 0;
  background: #1e1e3f47;
  pointer-events: none;
  transition: opacity .35s ease-out
}

.lrn-prog .prog-img-wrap:hover .img-tint {
  opacity: 0
}

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

.lrn-prog .prog-stat-item {
  flex: 1;
  min-width: 120px;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: -1px 2px 4px 0 #00e7f30d;
  transition: box-shadow .2s ease-out
}

.lrn-prog .prog-stat-item:hover {
  box-shadow: -1px 12px 52px 0 #00e7f31f
}

.lrn-prog .prog-stat-num {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  color: #00E7F3
}

.lrn-prog .prog-stat-desc {
  font-size: 15px;
  line-height: 1.2;
  color: #1E1E3F;
  opacity: .7
}

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

.lrn-prog .prog-matrix-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px
}

.lrn-prog .matrix-h3 {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  -webkit-text-stroke: 1.5px #1E1E3F;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin: 0
}

.lrn-prog .matrix-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #1E1E3F;
  opacity: .7;
  max-width: 540px;
  margin: 0
}

.lrn-prog .matrix-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  box-shadow: -1px 5px 20px 0 #1e1e3f1c
}

.lrn-prog .matrix-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  min-width: 560px
}

.lrn-prog .matrix-table th {
  background: #1E1E3F;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 24px;
  text-align: left
}

.lrn-prog .matrix-table th:first-child {
  border-radius: 20px 0 0 0
}

.lrn-prog .matrix-table th:last-child {
  border-radius: 0 20px 0 0
}

.lrn-prog .matrix-table td {
  padding: 16px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #1E1E3F;
  border-bottom: 1px solid #1e1e3f12
}

.lrn-prog .matrix-table tr:last-child td {
  border-bottom: none
}

.lrn-prog .matrix-table tr:nth-child(even) td {
  background: #F3F5F6
}

.lrn-prog .mat-yes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #00E7F3;
  border-radius: 2px
}

.lrn-prog .mat-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #1e1e3f1f;
  border-radius: 2px
}

.lrn-prog .mat-yes svg,
.lrn-prog .mat-no svg {
  display: block
}

.lrn-prog .prog-reviews {
  background: linear-gradient(217deg, #1E1E3F 0%, #1e1e3f00 100%), #F3F5F6;
  padding: 96px 0
}

.lrn-prog .reviews-inner {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.lrn-prog .reviews-h4 {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 800;
  color: #1E1E3F;
  -webkit-text-stroke: 1px #1E1E3F;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin: 0
}

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

.lrn-prog .review-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: -1px 5px 20px 0 #1e1e3f1c;
  transition: box-shadow .25s ease-out
}

.lrn-prog .review-card:hover {
  box-shadow: -1px 12px 52px 0 #00e7f31f
}

.lrn-prog .review-person {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.lrn-prog .review-avatar {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #00E7F3;
  box-shadow: -1px 2px 4px 0 #00e7f30d
}

.lrn-prog .review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.lrn-prog .review-name {
  font-size: 15px;
  font-weight: 700;
  color: #1E1E3F;
  margin: 0
}

.lrn-prog .review-meta {
  font-size: 15px;
  color: #1E1E3F;
  opacity: .55;
  margin: 0
}

.lrn-prog .review-stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.lrn-prog .star-filled {
  width: 16px;
  height: 16px;
  color: #00E7F3
}

.lrn-prog .review-text {
  font-size: 15px;
  line-height: 1.7;
  color: #1E1E3F;
  opacity: .78;
  margin: 0
}

.lrn-prog .rating-summary {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  background: #1E1E3F;
  border-radius: 20px;
  padding: 24px 48px;
  flex-wrap: wrap
}

.lrn-prog .rating-big-num {
  font-size: 58px;
  line-height: 1.2;
  font-weight: 800;
  color: #00E7F3
}

.lrn-prog .rating-detail {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrn-prog .rating-stars-row {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.lrn-prog .rating-count-txt {
  font-size: 15px;
  color: #fff;
  opacity: .65
}

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

  .lrn-prog .title-blk-inner {
    padding: 0 24px
  }

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

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

  .lrn-prog .title-h1 {
    font-size: 31px
  }
}

@media (max-width: 600px) {
  .lrn-prog .pg-inner {
    padding: 0 16px
  }

  .lrn-prog .title-blk-inner {
    padding: 0 16px
  }

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

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

  .lrn-prog .title-actions {
    flex-direction: column;
    align-items: center
  }

  .lrn-prog .cross-divider {
    padding: 0 16px
  }

  .lrn-prog .rating-summary {
    padding: 24px
  }
}

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

.dbt-pg .dbt-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px
}

.dbt-pg .dbt-inner-sm {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px
}

.dbt-pg .cross-divider {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 48px;
  max-width: 1400px;
  margin: 0 auto
}

.dbt-pg .cross-divider span {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  flex-shrink: 0
}

.dbt-pg .cross-divider span::before,
.dbt-pg .cross-divider span::after {
  content: "";
  position: absolute;
  background: #00E7F3
}

.dbt-pg .cross-divider span::before {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0
}

.dbt-pg .cross-divider span::after {
  width: 10px;
  height: 2px;
  left: 0;
  top: 4px
}

.dbt-pg .cross-divider .cross-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(217deg, #1E1E3F, transparent);
  opacity: .18
}

.dbt-pg .strokes-deco {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.dbt-pg .strokes-deco span {
  display: block;
  height: 2px;
  background: #00E7F3;
  border-radius: 2px
}

.dbt-pg .strokes-deco span:nth-child(1) {
  width: 40px;
  opacity: .9
}

.dbt-pg .strokes-deco span:nth-child(2) {
  width: 28px;
  opacity: .6
}

.dbt-pg .strokes-deco span:nth-child(3) {
  width: 18px;
  opacity: .35
}

.dbt-pg .accent-word {
  background: #00E7F3;
  color: #1E1E3F;
  padding: 0 8px;
  border-radius: 2px;
  display: inline
}

.dbt-pg .outlined-hdg {
  -webkit-text-stroke: 1.5px #1E1E3F;
  color: transparent;
  line-height: 1.2
}

.dbt-pg .outlined-hdg-light {
  -webkit-text-stroke: 1.5px #F3F5F6;
  color: transparent;
  line-height: 1.2
}

.dbt-pg .flicker-outline {
  animation: flik 4.5s ease-out infinite
}

@keyframes flik {

  0%,
  90%,
  100% {
    outline-color: transparent
  }

  92% {
    outline-color: #00e7f366
  }

  94% {
    outline-color: transparent
  }

  96% {
    outline-color: #00e7f340
  }

  98% {
    outline-color: transparent
  }
}

.dbt-pg .diag-bg {
  background-image: repeating-linear-gradient(217deg, #00e7f30a 0px, #00e7f30a 1px, transparent 1px, transparent 40px);
  animation: diagdrift 18s linear infinite;
  background-size: 80px 80px
}

@keyframes diagdrift {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 80px 80px
  }
}

.dbt-pg .s1-ttl {
  padding: 96px 0 48px;
  background: #F3F5F6;
  position: relative
}

.dbt-pg .s1-ttl .s1-circles-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.dbt-pg .s1-ttl .s1-circles-bg::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 60px solid #00e7f312;
  top: -80px;
  right: 8%
}

.dbt-pg .s1-ttl .s1-circles-bg::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 30px solid #1e1e3f0d;
  bottom: 24px;
  right: 22%
}

.dbt-pg .s1-layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px
}

.dbt-pg .s1-text-zone {
  flex: 0 0 52%;
  padding: 48px 48px 48px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center
}

.dbt-pg .s1-img-zone {
  flex: 1;
  padding: 16px 0 16px 16px;
  position: relative
}

.dbt-pg .s1-img-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
  position: relative
}

.dbt-pg .s1-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  display: block
}

.dbt-pg .s1-img-wrapper .img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, #00e7f338, transparent 60%);
  transition: opacity .25s ease-out
}

.dbt-pg .s1-img-wrapper:hover .img-overlay {
  opacity: 0
}

.dbt-pg .s1-img-wrapper:hover img {
  filter: grayscale(0%);
  transition: filter .4s ease-out
}

.dbt-pg .s1-label {
  font-size: 15px;
  color: #1E1E3F;
  opacity: .55;
  letter-spacing: .08em;
  text-transform: uppercase
}

.dbt-pg .s1-h1 {
  font-size: 58px;
  line-height: 1.2;
  margin: 0;
  -webkit-text-stroke: 1.5px #1E1E3F;
  color: transparent
}

.dbt-pg .s1-desc {
  font-size: 19px;
  line-height: 1.7;
  color: #1E1E3F;
  max-width: 480px;
  margin: 0
}

.dbt-pg .s1-strokes {
  margin-top: 8px
}

.dbt-pg .s1-cta {
  display: inline-block;
  margin-top: 8px;
  padding: 16px 48px;
  background: #1E1E3F;
  color: #F3F5F6;
  font-size: 16px;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  outline: 3px solid transparent;
  outline-offset: 3px;
  transition: background .2s ease-out, color .2s ease-out
}

.dbt-pg .s1-cta:hover {
  background: #00E7F3;
  color: #1E1E3F
}

.dbt-pg .s1-cta:focus-visible {
  outline-color: #00E7F3
}

.dbt-pg .s1-cta.flicker-outline {
  outline: 3px solid transparent
}

.dbt-pg .s2-rep {
  padding: 96px 0;
  background: #1E1E3F;
  position: relative
}

.dbt-pg .s2-rep .diag-bg {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.dbt-pg .s2-layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.dbt-pg .s2-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px
}

.dbt-pg .s2-hdg-col {
  flex: 0 0 44%
}

.dbt-pg .s2-hdg {
  font-size: 43px;
  margin: 0 0 16px;
  -webkit-text-stroke: 1.5px #F3F5F6;
  color: transparent;
  line-height: 1.2
}

.dbt-pg .s2-sub {
  font-size: 19px;
  line-height: 1.7;
  color: #f3f5f6bf;
  margin: 0
}

.dbt-pg .s2-refs-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.dbt-pg .s2-ref-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  background: #f3f5f60a;
  border: 1px solid #00e7f31f;
  box-shadow: -1px 5px 20px 0 #00e7f31c;
  transition: background .22s ease-out, border-color .22s ease-out
}

.dbt-pg .s2-ref-item:hover {
  background: #00e7f312;
  border-color: #00e7f34d
}

.dbt-pg .s2-ref-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #00e7f31f;
  display: flex;
  align-items: center;
  justify-content: center
}

.dbt-pg .s2-ref-icon svg {
  width: 22px;
  height: 22px
}

.dbt-pg .s2-ref-text {
  flex: 1
}

.dbt-pg .s2-ref-name {
  font-size: 16px;
  font-weight: 700;
  color: #F3F5F6;
  margin: 0 0 4px
}

.dbt-pg .s2-ref-desc {
  font-size: 15px;
  color: #f3f5f699;
  margin: 0;
  line-height: 1.7
}

.dbt-pg .s2-metrics {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.dbt-pg .s2-metric {
  flex: 1;
  padding: 24px;
  border-radius: 20px;
  background: #00e7f30f;
  border: 1px solid #00e7f326;
  text-align: center
}

.dbt-pg .s2-metric-num {
  display: block;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(217deg, #00E7F3, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.dbt-pg .s2-metric-lbl {
  display: block;
  font-size: 15px;
  color: #f3f5f699;
  margin-top: 8px;
  line-height: 1.7
}

.dbt-pg .s3-exp {
  padding: 96px 0;
  background: #fff
}

.dbt-pg .s3-layout {
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: center
}

.dbt-pg .s3-portraits {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dbt-pg .s3-portrait-card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 20px;
  box-shadow: -1px 5px 20px 0 #1e1e3f1c;
  background: #fff
}

.dbt-pg .s3-portrait-img {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  position: relative
}

.dbt-pg .s3-portrait-img img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: top;
  display: block
}

.dbt-pg .s3-portrait-img .img-overlay {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #00e7f32e;
  transition: opacity .28s ease-out
}

.dbt-pg .s3-portrait-card:hover .img-overlay {
  opacity: 0
}

.dbt-pg .s3-person-info {
  flex: 1
}

.dbt-pg .s3-person-name {
  font-size: 16px;
  font-weight: 700;
  color: #1E1E3F;
  margin: 0 0 4px
}

.dbt-pg .s3-person-role {
  font-size: 15px;
  color: #1e1e3f8c;
  margin: 0 0 8px
}

.dbt-pg .s3-person-quote {
  font-size: 15px;
  line-height: 1.7;
  color: #1E1E3F;
  margin: 0
}

.dbt-pg .s3-text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dbt-pg .s3-hdg {
  font-size: 43px;
  margin: 0;
  -webkit-text-stroke: 1.5px #1E1E3F;
  color: transparent;
  line-height: 1.2
}

.dbt-pg .s3-body {
  font-size: 16px;
  line-height: 1.7;
  color: #1E1E3F;
  margin: 0
}

.dbt-pg .s3-link {
  display: inline-block;
  font-size: 16px;
  color: #1E1E3F;
  text-decoration: none;
  border-bottom: 2px solid #00E7F3;
  padding-bottom: 2px;
  transition: color .2s ease-out
}

.dbt-pg .s3-link:hover {
  color: #00E7F3
}

.dbt-pg .s4-avail {
  padding: 96px 0 48px;
  background: #F3F5F6;
  position: relative
}

.dbt-pg .s4-avail .diag-bg {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.dbt-pg .s4-layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.dbt-pg .s4-top-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 96px
}

.dbt-pg .s4-hdg-area {
  flex: 0 0 36%;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.dbt-pg .s4-hdg {
  font-size: 43px;
  margin: 0;
  -webkit-text-stroke: 1.5px #1E1E3F;
  color: transparent;
  line-height: 1.2
}

.dbt-pg .s4-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #1E1E3F;
  margin: 0
}

.dbt-pg .s4-img-pair {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch
}

.dbt-pg .s4-img-item {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 220px
}

.dbt-pg .s4-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.dbt-pg .s4-img-item .img-overlay {
  position: absolute;
  inset: 0;
  background: #1e1e3f59;
  transition: opacity .35s ease-out
}

.dbt-pg .s4-img-item:hover .img-overlay {
  opacity: 0
}

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

.dbt-pg .s4-offer-card {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: -1px 2px 4px 0 #00e7f30d;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid transparent;
  transition: border-color .2s ease-out, box-shadow .2s ease-out
}

.dbt-pg .s4-offer-card:hover {
  border-color: #00e7f34d;
  box-shadow: -1px 5px 20px 0 #00e7f31c
}

.dbt-pg .s4-offer-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

.dbt-pg .s4-offer-icon svg {
  width: 28px;
  height: 28px;
  stroke: #00E7F3;
  fill: none
}

.dbt-pg .s4-offer-name {
  font-size: 19px;
  font-weight: 700;
  color: #1E1E3F;
  margin: 0;
  line-height: 1.2
}

.dbt-pg .s4-offer-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #1e1e3fb3;
  margin: 0
}

.dbt-pg .s4-offer-lnk {
  margin-top: auto;
  font-size: 15px;
  color: #1E1E3F;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #00E7F3;
  padding-bottom: 4px;
  width: fit-content;
  transition: color .18s ease-out
}

.dbt-pg .s4-offer-lnk:hover {
  color: #00E7F3
}

.dbt-pg .s5-dist {
  padding: 96px 0;
  background: #1E1E3F;
  position: relative;
  overflow: hidden
}

.dbt-pg .s5-dist .s5-circle-deco {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 70px solid #00e7f30d;
  right: -120px;
  top: -100px;
  pointer-events: none
}

.dbt-pg .s5-layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.dbt-pg .s5-text-col {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dbt-pg .s5-hdg {
  font-size: 43px;
  margin: 0;
  -webkit-text-stroke: 1.5px #F3F5F6;
  color: transparent;
  line-height: 1.2
}

.dbt-pg .s5-body {
  font-size: 16px;
  line-height: 1.7;
  color: #f3f5f6cc;
  margin: 0
}

.dbt-pg .s5-img-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start
}

.dbt-pg .s5-frosted {
  width: 100%;
  border-radius: 20px;
  padding: 24px;
  background: #f3f5f60f;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #00e7f326;
  box-shadow: -1px 12px 52px 0 #00e7f31f
}

.dbt-pg .s5-frosted-hdg {
  font-size: 16px;
  font-weight: 700;
  color: #00E7F3;
  margin: 0 0 16px
}

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

.dbt-pg .s5-pts li {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.7;
  color: #f3f5f6cc
}

.dbt-pg .s5-pts li .s5-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00E7F3;
  margin-top: 8px
}

.dbt-pg .s5-img-wrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 200px
}

.dbt-pg .s5-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 200px
}

.dbt-pg .s5-img-wrap .img-overlay {
  position: absolute;
  inset: 0;
  background: #1e1e3f66;
  transition: opacity .3s ease-out
}

.dbt-pg .s5-img-wrap:hover .img-overlay {
  opacity: 0
}

.dbt-pg .s6-ltv {
  padding: 96px 0;
  background: #F3F5F6;
  position: relative
}

.dbt-pg .s6-layout {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.dbt-pg .s6-hdr-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px
}

.dbt-pg .s6-hdg {
  font-size: 43px;
  margin: 0;
  -webkit-text-stroke: 1.5px #1E1E3F;
  color: transparent;
  line-height: 1.2;
  flex: 0 0 50%
}

.dbt-pg .s6-right-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  color: #1E1E3F;
  margin: 0
}

.dbt-pg .s6-img-row {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 320px
}

.dbt-pg .s6-img-row img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block
}

.dbt-pg .s6-img-row .img-overlay {
  position: absolute;
  inset: 0;
  background: #00e7f347;
  transition: opacity .4s ease-out
}

.dbt-pg .s6-img-row:hover .img-overlay {
  opacity: 0
}

.dbt-pg .s6-cards {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.dbt-pg .s6-val-card {
  flex: 1;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: -1px 2px 4px 0 #1e1e3f0d;
  border: 1px solid transparent;
  transition: border-color .25s ease-out
}

.dbt-pg .s6-val-card:hover {
  border-color: #00E7F3
}

.dbt-pg .s6-val-num {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.2;
  color: #00E7F3
}

.dbt-pg .s6-val-title {
  font-size: 19px;
  font-weight: 700;
  color: #1E1E3F;
  margin: 0;
  line-height: 1.2
}

.dbt-pg .s6-val-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #1e1e3fb3;
  margin: 0
}

.dbt-pg .s6-footer-note {
  font-size: 16px;
  line-height: 1.7;
  color: #1E1E3F;
  margin: 0;
  padding: 24px;
  border-radius: 2px;
  border-top: 2px solid #00E7F3;
  background: #00e7f30d
}

@media (max-width: 900px) {
  .dbt-pg .dbt-inner {
    padding: 0 24px
  }

  .dbt-pg .cross-divider {
    padding: 16px 24px
  }

  .dbt-pg .s1-layout {
    flex-direction: column
  }

  .dbt-pg .s1-text-zone {
    flex: none;
    padding: 24px 0 0
  }

  .dbt-pg .s1-h1 {
    font-size: 43px
  }

  .dbt-pg .s1-img-zone {
    flex: none;
    padding: 0
  }

  .dbt-pg .s1-img-wrapper {
    min-height: 260px
  }

  .dbt-pg .s2-top {
    flex-direction: column;
    gap: 24px
  }

  .dbt-pg .s2-hdg-col {
    flex: none
  }

  .dbt-pg .s2-metrics {
    flex-direction: column
  }

  .dbt-pg .s3-layout {
    flex-direction: column;
    gap: 48px
  }

  .dbt-pg .s3-portraits {
    flex: none
  }

  .dbt-pg .s4-top-row {
    flex-direction: column;
    gap: 24px
  }

  .dbt-pg .s4-hdg-area {
    flex: none
  }

  .dbt-pg .s4-offerings {
    grid-template-columns: 1fr
  }

  .dbt-pg .s5-layout {
    flex-direction: column;
    gap: 48px
  }

  .dbt-pg .s5-text-col {
    flex: none
  }

  .dbt-pg .s6-hdr-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .dbt-pg .s6-hdg {
    flex: none
  }

  .dbt-pg .s6-cards {
    flex-direction: column
  }

  .dbt-pg .s2-hdg {
    font-size: 31px
  }

  .dbt-pg .s3-hdg,
  .dbt-pg .s4-hdg,
  .dbt-pg .s5-hdg,
  .dbt-pg .s6-hdg {
    font-size: 31px
  }
}

@media (min-width: 901px) {
  .dbt-pg .s1-img-wrapper img {
    transition: filter .4s ease-out
  }

  .dbt-pg .s3-portrait-img .img-overlay {
    transition: opacity .28s ease-out
  }

  .dbt-pg .s4-offer-card {
    transition: border-color .2s ease-out, box-shadow .2s ease-out
  }

  .dbt-pg .s6-val-card {
    transition: border-color .25s ease-out
  }
}

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

.success-pg .success-card {
  background: #fff;
  border-radius: 20px;
  padding: 48px;
  max-width: 560px;
  width: 100%;
  box-shadow: -1px 5px 20px 0 #00e7f31c;
  text-align: center
}

.success-pg .success-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(217deg, #1E1E3F, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px
}

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

.success-pg .success-heading {
  font-size: 31px;
  line-height: 1.2;
  color: #1E1E3F;
  margin: 0 0 16px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(217deg, #1E1E3F, #00E7F3)
}

.success-pg .success-msg {
  font-size: 16px;
  line-height: 1.7;
  color: #1E1E3F;
  margin: 0 0 8px
}

.success-pg .success-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #1E1E3F;
  opacity: .65;
  margin: 0 0 48px
}

.success-pg .success-divider {
  width: 48px;
  height: 2px;
  background: #00E7F3;
  border-radius: 2px;
  margin: 0 auto 48px
}

.success-pg .success-link {
  display: inline-block;
  background: #1E1E3F;
  color: #F3F5F6;
  font-size: 15px;
  line-height: 1.2;
  padding: 16px 48px;
  border-radius: 2px;
  text-decoration: none;
  box-shadow: -1px 2px 4px 0 #00e7f30d;
  transition: background .25s ease-out, box-shadow .18s ease-out
}

.success-pg .success-link:hover {
  background: #00E7F3;
  color: #1E1E3F;
  box-shadow: -1px 5px 20px 0 #00e7f31c
}

.success-pg .success-link:focus {
  outline: 2px solid #00E7F3;
  outline-offset: 4px
}