html,
body {
  margin: 0;
  padding: 0
}

body {
  font-family: 'Literata', Georgia, serif;
  -webkit-text-size-adjust: 100%
}

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

.top-bar-box {
  background-color: #3A3E56;
  padding: 12px 24px
}

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

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

.top-contact-item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #8E90AA;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .02em;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.top-contact-item:hover {
  color: #fff
}

.top-contact-item i {
  font-size: 14px;
  color: #8E90AA;
  transition: color .5s ease-in-out
}

.top-contact-item:hover i {
  color: #fff
}

.top-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #3c678d40;
  border: 1px solid #8e90aa4d;
  border-radius: 4px;
  padding: 4px 12px;
  color: #8E90AA;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .02em
}

.top-badge i {
  font-size: 14px;
  color: #3C678D
}

.brand-bar-box {
  background: linear-gradient(135deg, #fff 0%, #f2f3f7 60%, #e8eaf2 100%);
  border-bottom: 2px solid #3C678D;
  box-shadow: 0 4px 14px -2px #3a3e561a;
  padding: 24px 24px 0
}

.brand-bar-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.brand-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px
}

.brand-logo-box {
  width: 60px;
  height: 70px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 5px -2px #3a3e560d 0 4px 14px -2px #3a3e561a;
  border: 1px solid #3c678d2e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 4px
}

.brand-logo-box img {
  width: 52px;
  height: 62px;
  object-fit: contain;
  display: block
}

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

.brand-name {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #3A3E56;
  font-family: 'Literata', Georgia, serif
}

.brand-tagline {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: .03em;
  color: #3C678D
}

.main-nav-box {
  display: flex;
  align-items: flex-end
}

.main-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  gap: 0;
  flex-wrap: wrap
}

.main-nav-list li {
  display: flex
}

.main-nav-list li a {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .04em;
  color: #3A3E56;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color .5s ease-in-out, border-color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
  min-height: 44px
}

.main-nav-list li a:hover {
  color: #3C678D;
  border-bottom-color: #3C678D
}

.main-nav-list li a[data-active] {
  color: #3C678D;
  border-bottom-color: #3C678D;
  font-weight: 700
}

.main-nav-list li a i {
  font-size: 14px;
  margin-right: 4px;
  opacity: .75
}

.ft-outer {
  background: linear-gradient(180deg, #3A3E56 0%, #2e3149 100%);
  padding: 48px 24px 24px
}

.ft-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px
}

.ft-brand-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  border-bottom: 1px solid #8e90aa33;
  padding-bottom: 48px
}

.ft-logo-box {
  width: 64px;
  height: 72px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 14px -2px #3a3e5624;
  border: 1px solid #8e90aa33;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px
}

.ft-logo-box img {
  width: 56px;
  height: 64px;
  object-fit: contain;
  display: block
}

.ft-brand-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #fff;
  font-family: 'Literata', Georgia, serif
}

.ft-brand-sub {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: .03em;
  color: #8E90AA;
  text-align: center
}

.ft-contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px
}

.ft-contact-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #8E90AA;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .02em;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.ft-contact-link:hover {
  color: #fff
}

.ft-contact-link i {
  font-size: 14px
}

.ft-addr {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #8E90AA;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .02em;
  text-align: center
}

.ft-addr i {
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px
}

.ft-legal-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%
}

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

.ft-legal-links li a {
  color: #8E90AA;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .03em;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.ft-legal-links li a:hover {
  color: #fff
}

.ft-copy {
  color: #8E90AA;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .02em;
  text-align: center;
  opacity: .7
}

.ck-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 2px solid #3C678D;
  box-shadow: 0 -4px 14px -2px #3a3e561a;
  z-index: 1200;
  padding: 24px
}

.ck-bar-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.ck-text-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 240px
}

.ck-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  font-family: 'Literata', Georgia, serif
}

.ck-headline {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #3A3E56;
  font-family: 'Literata', Georgia, serif
}

.ck-policy-note {
  font-size: 14px;
  line-height: 1.4;
  color: #8E90AA
}

.ck-policy-note a {
  color: #3C678D;
  text-decoration: underline;
  transition: color .5s ease-in-out
}

.ck-policy-note a:hover {
  color: #3A3E56
}

.ck-toggles {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0
}

.ck-toggle-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #3A3E56;
  font-family: 'Literata', Georgia, serif
}

.ck-toggle-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #3C678D;
  cursor: pointer
}

.ck-btn-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.ck-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .03em;
  cursor: pointer;
  font-family: 'Literata', Georgia, serif;
  border: 2px solid #3C678D;
  background: transparent;
  color: #3C678D;
  min-height: 44px;
  transition: background-color .5s ease-in-out, color .5s ease-in-out, padding .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ck-btn:hover {
  background-color: #3C678D;
  color: #fff;
  padding-left: 32px;
  padding-right: 32px
}

.ck-btn.primary {
  background: #3C678D;
  color: #fff
}

.ck-btn.primary:hover {
  background: #3A3E56;
  border-color: #3A3E56;
  color: #fff
}

.ck-settings-link {
  font-size: 14px;
  color: #8E90AA;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  font-family: 'Literata', Georgia, serif;
  padding: 4px;
  transition: color .5s ease-in-out
}

.ck-settings-link:hover {
  color: #3A3E56
}

@media (max-width: 1024px) {
  .main-nav-list li a {
    padding: 12px
  }
}

@media (max-width: 768px) {
  .top-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .brand-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0
  }

  .brand-identity {
    padding-bottom: 12px
  }

  .main-nav-box {
    width: 100%;
    align-items: flex-start
  }

  .main-nav-list {
    gap: 0
  }

  .main-nav-list li a {
    padding: 12px;
    font-size: 14px
  }

  .ft-contact-row {
    flex-direction: column;
    gap: 12px
  }
}

@media (max-width: 480px) {
  .brand-bar-box {
    padding: 12px 12px 0
  }

  .top-bar-box {
    padding: 12px
  }

  .main-nav-list li a {
    padding: 12px 8px;
    font-size: 14px
  }

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

  .ck-bar {
    padding: 12px
  }

  .ck-bar-inner {
    flex-direction: column;
    align-items: flex-start
  }
}

.policy-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #3A3E56;
  line-height: 1.7;
  font-size: 14px
}

.policy-content ul,
.policy-content ol {
  margin: 24px 0;
  padding-left: 24px
}

.policy-content ul ul,
.policy-content ol ol,
.policy-content ul ol,
.policy-content ol ul {
  margin: 12px 0
}

.policy-content ul {
  list-style: none;
  padding-left: 12px
}

.policy-content ul li {
  padding-left: 24px;
  position: relative
}

.policy-content ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3C678D
}

.policy-content ol {
  list-style: decimal
}

.policy-content ol li {
  padding-left: 4px
}

.policy-content li {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56
}

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

.policy-content strong,
.policy-content b {
  font-weight: 700;
  color: #3A3E56
}

.policy-content em,
.policy-content i {
  font-style: italic;
  color: #3C678D
}

.policy-content a {
  color: #3C678D;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .5s ease-in-out, text-decoration-color .45s ease-in-out
}

.policy-content a:hover {
  color: #3A3E56;
  text-decoration-color: #8E90AA
}

.policy-content a:visited {
  color: #8E90AA
}

.policy-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 14px -2px #3c678d1a
}

.policy-content thead {
  background-color: #3A3E56
}

.policy-content thead th {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
  padding: 12px 24px;
  text-align: left;
  border: none
}

.policy-content tbody tr {
  background-color: #fff;
  transition: background-color .5s ease-in-out
}

.policy-content tbody tr:nth-child(even) {
  background-color: #f4f5f8
}

.policy-content tbody tr:hover {
  background-color: #eaecf2
}

.policy-content td {
  padding: 12px 24px;
  color: #3A3E56;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: 1px solid #3a3e5614;
  vertical-align: top
}

.policy-content tbody tr:last-child td {
  border-bottom: none
}

.policy-content th {
  padding: 12px 24px
}

.policy-content hr {
  border: none;
  border-top: 1px solid #8e90aa59;
  margin: 48px 0
}

@media (max-width: 768px) {
  .policy-content {
    padding: 24px 12px
  }

  .policy-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .policy-content thead th,
  .policy-content td,
  .policy-content th {
    padding: 12px
  }

  .policy-content ul,
  .policy-content ol {
    padding-left: 12px
  }

  .policy-content hr {
    margin: 24px 0
  }
}

@media (max-width: 480px) {
  .policy-content {
    padding: 24px 12px
  }

  .policy-content ul li::before {
    top: 9px
  }
}

.lpd {
  background: #fff;
  overflow-x: clip
}

.lpd .pg-top {
  background: linear-gradient(263deg, #3C678D, #3A3E56);
  padding: 96px 24px 48px;
  position: relative
}

.lpd .pg-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(263deg, #8E90AA, #3C678D)
}

.lpd .pg-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(263deg, #3A3E56, #8E90AA)
}

.lpd .pg-top__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 48px;
  align-items: center
}

.lpd .pg-top__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px
}

.lpd .dot-swatch {
  width: 10px;
  height: 10px;
  border-radius: 40px;
  background: #8E90AA;
  flex-shrink: 0
}

.lpd .cat-name {
  color: #8E90AA;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.lpd .pg-top__h1 {
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  color: #fff
}

.lpd .pg-top__h1 span {
  color: #8E90AA
}

.lpd .pg-top__desc {
  font-size: 22px;
  line-height: 1.4;
  color: #ffffffbf;
  max-width: 520px
}

.lpd .pg-top__meta {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 48px;
  align-items: center;
  flex-wrap: wrap
}

.lpd .meta-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff14;
  border-radius: 8px;
  padding: 12px 24px;
  color: #ffffffd9;
  font-size: 14px;
  letter-spacing: .03em
}

.lpd .meta-pill i {
  color: #8E90AA;
  font-size: 16px
}

.lpd .img-side {
  position: relative
}

.lpd .img-frame {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 60px -2px #3a3e5624
}

.lpd .img-frame img {
  width: 100%;
  display: block;
  filter: grayscale(100%) contrast(1.15);
  transition: filter .55s ease-in-out
}

.lpd .img-frame:hover img {
  filter: grayscale(0%) contrast(1)
}

.lpd .dot-path {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12px;
  top: 24px;
  right: -12px
}

.lpd .dot-path span {
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background: #8E90AA;
  opacity: .5
}

.lpd .dot-path span:nth-child(2) {
  opacity: .35
}

.lpd .dot-path span:nth-child(3) {
  opacity: .2
}

.lpd .dot-path span:nth-child(4) {
  opacity: .12
}

.lpd .price-badge {
  position: absolute;
  bottom: -12px;
  left: 24px;
  background: #3C678D;
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
  box-shadow: 0 4px 14px -2px #3c678d1a
}

.lpd .price-badge small {
  font-size: 14px;
  font-weight: 400;
  opacity: .75;
  margin-left: 4px
}

.lpd .reveal-clip {
  clip-path: inset(0 0 100% 0);
  animation: clipReveal .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s forwards
}

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

.lpd .prog-sec {
  padding: 96px 24px;
  background: #fff
}

.lpd .prog-sec__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 48px
}

.lpd .prog-body {
  background: #f5f6f9;
  border-radius: 8px;
  padding: 48px
}

.lpd .prog-body h2 {
  font-size: 29px;
  line-height: 1.1;
  color: #3A3E56;
  margin-bottom: 24px;
  letter-spacing: -.01em
}

.lpd .prog-body h2 span {
  color: #3C678D
}

.lpd .prog-body h3 {
  font-size: 22px;
  line-height: 1.4;
  color: #3A3E56;
  margin-top: 24px;
  margin-bottom: 12px
}

.lpd .prog-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin-bottom: 12px
}

.lpd .prog-body mark {
  background: #3c678d1f;
  color: #3A3E56;
  border-radius: 4px;
  padding: 2px 4px
}

.lpd .prog-body ul,
.lpd .prog-body ol {
  padding-left: 24px;
  margin-bottom: 12px
}

.lpd .prog-body li {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin-bottom: 4px
}

.lpd .prog-body blockquote {
  border-radius: 8px;
  background: #3a3e560d;
  padding: 24px;
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.7;
  color: #3C678D
}

.lpd .prog-body figure {
  margin: 24px 0
}

.lpd .prog-body figcaption {
  font-size: 14px;
  color: #8E90AA;
  margin-top: 12px
}

.lpd .prog-body details {
  border-radius: 8px;
  border: 1px solid #3a3e561f;
  padding: 12px 24px;
  margin-bottom: 12px
}

.lpd .prog-body summary {
  font-size: 14px;
  font-weight: 600;
  color: #3A3E56;
  cursor: pointer;
  padding: 4px 0
}

.lpd .side-panel {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lpd .enroll-card {
  background: linear-gradient(263deg, #3C678D, #3A3E56);
  border-radius: 8px;
  padding: 48px 24px;
  text-align: center;
  box-shadow: 0 10px 60px -2px #3a3e5624
}

.lpd .enroll-card__price {
  font-size: 55px;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 12px
}

.lpd .enroll-card__price sup {
  font-size: 22px;
  vertical-align: top;
  margin-top: 12px;
  display: inline-block
}

.lpd .enroll-card p {
  font-size: 14px;
  color: #ffffffa6;
  margin-bottom: 24px;
  line-height: 1.4
}

.lpd .btn-enroll {
  display: inline-block;
  background: #fff;
  color: #3A3E56;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 12px 48px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: padding .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .45s ease-in-out;
  width: 100%;
  text-align: center
}

.lpd .btn-enroll:hover {
  background: #8E90AA;
  color: #fff;
  padding: 12px 60px
}

.lpd .feat-list {
  background: #f5f6f9;
  border-radius: 8px;
  padding: 24px
}

.lpd .feat-list h4 {
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8E90AA;
  margin-bottom: 24px
}

.lpd .feat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #3a3e5614
}

.lpd .feat-item:last-child {
  border-bottom: none
}

.lpd .feat-item i {
  color: #3C678D;
  font-size: 18px;
  flex-shrink: 0
}

.lpd .feat-item span {
  font-size: 14px;
  color: #3A3E56;
  line-height: 1.4
}

.lpd .desc-sec {
  padding: 96px 24px;
  background: #3a3e560a;
  position: relative
}

.lpd .desc-sec::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(263deg, #3A3E56, #8E90AA 60%, transparent);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.lpd .desc-sec__inner {
  max-width: 1320px;
  margin: 0 auto
}

.lpd .desc-sec__grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 48px;
  align-items: start
}

.lpd .desc-lbl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px
}

.lpd .desc-lbl .dot-swatch {
  background: #3C678D
}

.lpd .desc-lbl span {
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3C678D
}

.lpd .desc-h2 {
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #3A3E56;
  margin-bottom: 24px
}

.lpd .desc-h2 span {
  color: #3C678D
}

.lpd .desc-sticky {
  position: sticky;
  top: 24px
}

.lpd .desc-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin-bottom: 24px
}

.lpd .desc-body h2 {
  font-size: 22px;
  line-height: 1.4;
  color: #3A3E56;
  margin-bottom: 12px;
  margin-top: 24px
}

.lpd .desc-body abbr {
  text-decoration: underline dotted;
  color: #3C678D;
  cursor: help
}

.lpd .desc-body ol {
  padding-left: 24px;
  margin-bottom: 24px
}

.lpd .desc-body li {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin-bottom: 4px
}

.lpd .desc-body dl {
  margin-bottom: 24px
}

.lpd .desc-body dt {
  font-size: 14px;
  font-weight: 700;
  color: #3A3E56;
  margin-top: 12px
}

.lpd .desc-body dd {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin-left: 24px
}

.lpd .desc-body blockquote {
  background: #3c678d14;
  border-radius: 8px;
  padding: 24px;
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56
}

.lpd .accent-sentence {
  background: #3c678d1a;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin-bottom: 24px
}

.lpd .pub-date {
  font-size: 14px;
  color: #8E90AA;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px
}

.lpd .pub-date i {
  font-size: 16px
}

@media (max-width: 1024px) {
  .lpd .pg-top__inner {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .lpd .pg-top__h1 {
    font-size: 55px
  }

  .lpd .prog-sec__inner {
    grid-template-columns: 1fr
  }

  .lpd .desc-sec__grid {
    grid-template-columns: 1fr
  }

  .lpd .desc-sticky {
    position: static
  }
}

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

  .lpd .pg-top__h1 {
    font-size: 29px
  }

  .lpd .pg-top__desc {
    font-size: 14px
  }

  .lpd .prog-sec {
    padding: 48px 24px
  }

  .lpd .prog-body {
    padding: 24px
  }

  .lpd .enroll-card__price {
    font-size: 29px
  }

  .lpd .desc-sec {
    padding: 48px 24px
  }
}

@media (max-width: 480px) {
  .lpd .pg-top__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .lpd .meta-pill {
    padding: 12px
  }
}

.ct-us {
  max-width: 100%;
  overflow-x: hidden
}

.ct-us .pg-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.ct-us .title-blk {
  background: linear-gradient(263deg, #3C678D 0%, #3A3E56 55%, #8E90AA 100%);
  padding: 96px 24px 48px;
  position: relative
}

.ct-us .title-blk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, #8c91aa2e 0%, transparent 50%), radial-gradient(circle at 80% 70%, #3c678d38 0%, transparent 45%), radial-gradient(circle at 55% 10%, #3a3e5626 0%, transparent 40%);
  pointer-events: none
}

.ct-us .title-blk .pg-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px
}

.ct-us .title-blk__text {
  flex: 1 1 0
}

.ct-us .title-blk__label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  color: #8E90AA;
  text-transform: uppercase;
  margin-bottom: 24px;
  border: 1px solid #8e90aa59;
  border-radius: 4px;
  padding: 4px 12px
}

.ct-us .title-blk__h1 {
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: 24px
}

.ct-us .title-blk__h1 span {
  color: #8E90AA
}

.ct-us .title-blk__sub {
  font-size: 22px;
  line-height: 1.4;
  color: #ffffffc7;
  max-width: 480px
}

.ct-us .title-blk__deco {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  padding-bottom: 4px
}

.ct-us .deco-arrow {
  width: 2px;
  height: 64px;
  background: linear-gradient(180deg, transparent, #8e90aa99);
  border-radius: 4px
}

.ct-us .deco-dot-row {
  display: flex;
  flex-direction: row;
  gap: 12px
}

.ct-us .deco-dot {
  width: 8px;
  height: 8px;
  border-radius: 40px;
  background: #8e90aa80
}

.ct-us .deco-dot.lit {
  background: #8E90AA
}

.ct-us .title-blk__divider {
  margin-top: 48px;
  position: relative;
  height: 28px;
  overflow: hidden
}

.ct-us .title-blk__divider svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

.ct-us .contact-blk {
  background: #f5f6f9;
  padding: 96px 24px
}

.ct-us .contact-blk .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start
}

.ct-us .info-col {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.ct-us .info-col__heading {
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #3A3E56
}

.ct-us .info-col__heading span {
  color: #3C678D
}

.ct-us .info-col__desc {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin-top: -36px
}

.ct-us .info-items {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ct-us .info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.ct-us .info-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(263deg, #3C678D, #3A3E56);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px -2px #3a3e561a
}

.ct-us .info-item__icon i {
  color: #fff;
  font-size: 18px
}

.ct-us .info-item__body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ct-us .info-item__label {
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8E90AA
}

.ct-us .info-item__val {
  font-size: 14px;
  line-height: 1.4;
  color: #3A3E56
}

.ct-us .info-item__val a {
  color: #3A3E56;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.ct-us .info-item__val a:hover {
  color: #3C678D
}

.ct-us .quote-mark {
  font-size: 70px;
  line-height: 1.1;
  color: #3c678d1f;
  font-style: italic;
  letter-spacing: -.04em;
  user-select: none;
  pointer-events: none
}

.ct-us .form-col {
  background: #fff;
  border-radius: 8px;
  padding: 48px;
  box-shadow: 0 10px 60px -2px #3a3e5624
}

.ct-us .form-col__heading {
  font-size: 22px;
  line-height: 1.4;
  color: #3A3E56;
  margin-bottom: 24px
}

.ct-us .form-col__heading span {
  color: #3C678D
}

.ct-us .f-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px
}

.ct-us .f-label {
  font-size: 14px;
  letter-spacing: .05em;
  color: #3A3E56;
  font-weight: 600
}

.ct-us .f-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #8e90aa66;
  border-radius: 4px;
  font-size: 14px;
  color: #3A3E56;
  background: #f5f6f9;
  outline: none;
  transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out;
  box-sizing: border-box
}

.ct-us .f-input::placeholder {
  color: #3a3e5666
}

.ct-us .f-input:focus {
  border-color: #3C678D;
  box-shadow: 0 2px 5px -2px #3c678d0d;
  background: #fff
}

.ct-us .f-budget-label {
  font-size: 14px;
  letter-spacing: .05em;
  color: #3A3E56;
  font-weight: 600;
  margin-bottom: 12px;
  display: block
}

.ct-us .budget-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px
}

.ct-us .budget-opt {
  position: relative
}

.ct-us .budget-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.ct-us .budget-opt label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid #8e90aa59;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #3A3E56;
  background: #f5f6f9;
  transition: border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  user-select: none
}

.ct-us .budget-opt input[type="radio"]:checked+label {
  border-color: #3C678D;
  background: #3c678d12;
  color: #3C678D
}

.ct-us .budget-opt label .b-radio {
  width: 14px;
  height: 14px;
  border-radius: 40px;
  border: 2px solid #8e90aa80;
  flex-shrink: 0;
  position: relative;
  transition: border-color .5s ease-in-out
}

.ct-us .budget-opt input[type="radio"]:checked+label .b-radio {
  border-color: #3C678D
}

.ct-us .budget-opt input[type="radio"]:checked+label .b-radio::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background: #3C678D
}

.ct-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px
}

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

.ct-us .privacy-row .priv-text {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56
}

.ct-us .privacy-row .priv-text a {
  color: #3C678D;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .5s ease-in-out
}

.ct-us .privacy-row .priv-text a:hover {
  color: #3A3E56
}

.ct-us .f-submit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: linear-gradient(263deg, #3C678D, #3A3E56);
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  padding: 12px 48px;
  cursor: pointer;
  box-shadow: 0 4px 14px -2px #3a3e561a;
  transition: padding .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ct-us .f-submit:hover {
  padding: 12px 64px;
  box-shadow: 0 10px 60px -2px #3a3e5624
}

.ct-us .f-submit:focus {
  outline: 2px solid #3C678D;
  outline-offset: 3px
}

.ct-us .accent-blk {
  position: relative;
  overflow: hidden;
  padding: 96px 24px
}

.ct-us .accent-blk__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(./graphics_gallery/DSCN5010.jpg);
  background-size: cover;
  background-position: center;
  will-change: transform;
  animation: bg-shift 14s ease-in-out infinite alternate
}

@keyframes bg-shift {
  0% {
    transform: scale(1.06) translateY(0px)
  }

  100% {
    transform: scale(1.06) translateY(-18px)
  }
}

.ct-us .accent-blk__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(263deg, #3c678dd1, #3a3e56e0);
  pointer-events: none
}

.ct-us .accent-blk .pg-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.ct-us .accent-blk__left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ct-us .accent-blk__tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8E90AA;
  border: 1px solid #8e90aa66;
  border-radius: 4px;
  padding: 4px 12px
}

.ct-us .accent-blk__h2 {
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #fff
}

.ct-us .accent-blk__h2 span {
  color: #8E90AA
}

.ct-us .accent-blk__body {
  font-size: 14px;
  line-height: 1.7;
  color: #fffc
}

.ct-us .accent-blk__accent-sent {
  background: #8e90aa2e;
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #fff
}

.ct-us .accent-blk__right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ct-us .stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background: #ffffff0f;
  border-radius: 8px;
  border: 1px solid #ffffff1a;
  transition: background .6s ease-in-out
}

.ct-us .stat-item:hover {
  background: #ffffff1c
}

.ct-us .stat-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #8e90aa40;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ct-us .stat-item__icon i {
  color: #fff;
  font-size: 20px
}

.ct-us .stat-item__text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ct-us .stat-item__num {
  font-size: 22px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  letter-spacing: -.01em
}

.ct-us .stat-item__desc {
  font-size: 14px;
  line-height: 1.4;
  color: #ffffffa6
}

.ct-us .wave-div {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #f5f6f9
}

.ct-us .wave-div svg {
  display: block;
  width: 100%
}

@media (max-width: 1024px) {
  .ct-us .title-blk .pg-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .ct-us .title-blk__h1 {
    font-size: 55px
  }

  .ct-us .contact-blk .pg-wrap {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .ct-us .accent-blk .pg-wrap {
    grid-template-columns: 1fr;
    gap: 48px
  }
}

@media (max-width: 768px) {
  .ct-us .title-blk {
    padding: 96px 24px 48px
  }

  .ct-us .title-blk__h1 {
    font-size: 29px
  }

  .ct-us .title-blk__sub {
    font-size: 14px
  }

  .ct-us .form-col {
    padding: 24px
  }

  .ct-us .budget-grid {
    grid-template-columns: 1fr
  }

  .ct-us .accent-blk {
    padding: 48px 24px
  }
}

@media (max-width: 480px) {
  .ct-us .contact-blk {
    padding: 48px 24px
  }

  .ct-us .f-submit {
    width: 100%;
    justify-content: center
  }
}

.lp-prog {
  background: #fff;
  overflow-x: hidden
}

.lp-prog .lp-prog__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.lp-prog .title-block {
  position: relative;
  padding: 96px 24px;
  background-color: #f4f4f7;
  overflow: hidden
}

.lp-prog .title-block__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none
}

.lp-prog .title-block__circle-a {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 40px;
  border: 60px solid #3a3e560f;
  top: -120px;
  right: -80px;
  pointer-events: none
}

.lp-prog .title-block__circle-b {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 40px;
  border: 40px solid #3c678d12;
  bottom: -60px;
  left: 60px;
  pointer-events: none
}

.lp-prog .title-block__body {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.lp-prog .title-block__text {
  flex: 1 1 0
}

.lp-prog .title-block__abbr {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #3a3e5612;
  position: absolute;
  right: 0;
  top: -24px;
  pointer-events: none;
  user-select: none
}

.lp-prog .title-block__label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  color: #3C678D;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600
}

.lp-prog .title-block__h1 {
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #3A3E56;
  margin-bottom: 24px
}

.lp-prog .title-block__h1 span {
  color: #3C678D;
  -webkit-text-stroke: 0 transparent
}

.lp-prog .title-block__h1 .outlined {
  color: transparent;
  -webkit-text-stroke: 2px #3A3E56
}

.lp-prog .title-block__desc {
  font-size: 22px;
  line-height: 1.7;
  color: #3A3E56;
  max-width: 560px
}

.lp-prog .title-block__img-col {
  flex: 0 0 340px;
  position: relative
}

.lp-prog .title-block__img-wrap {
  width: 340px;
  height: 420px;
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.lp-prog .title-block__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lp-prog .title-block__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(263deg, #3a3e562e, #3c678d1a);
  pointer-events: none
}

.lp-prog .div-partial {
  width: 100%;
  padding: 0 24px;
  max-width: 1320px;
  margin: 0 auto
}

.lp-prog .div-partial__line {
  width: 40%;
  height: 1px;
  background: linear-gradient(263deg, #3C678D, #8E90AA);
  border: none;
  margin: 0
}

.lp-prog .grid-sec {
  padding: 96px 24px;
  background: #fff
}

.lp-prog .grid-sec__top {
  max-width: 1320px;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px
}

.lp-prog .grid-sec__heading {
  font-size: 29px;
  line-height: 1.4;
  letter-spacing: -.5px;
  color: #3A3E56
}

.lp-prog .grid-sec__heading .word-one {
  color: #3C678D
}

.lp-prog .grid-sec__sub {
  font-size: 14px;
  line-height: 1.7;
  color: #8E90AA;
  max-width: 340px;
  text-align: right
}

.lp-prog .prog-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.lp-prog .prog-card {
  background: #f4f4f7;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px -2px #3a3e561a;
  transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: card-appear .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.lp-prog .prog-card:hover {
  box-shadow: 0 10px 60px -2px #3a3e5624;
  transform: translateY(-4px)
}

@keyframes card-appear {
  from {
    opacity: 0;
    transform: scale(0.8)
  }

  60% {
    transform: scale(1.03)
  }

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

.lp-prog .prog-card__img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #dde0ea;
  position: relative
}

.lp-prog .prog-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .6s ease-in-out
}

.lp-prog .prog-card:hover .prog-card__img-wrap img {
  transform: scale(1.04)
}

.lp-prog .prog-card__img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(263deg, #3A3E56, #3C678D);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.lp-prog .prog-card__img-placeholder i {
  font-size: 48px;
  color: #fff6
}

.lp-prog .prog-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 12px
}

.lp-prog .prog-card__date {
  font-size: 14px;
  color: #8E90AA;
  letter-spacing: .06em
}

.lp-prog .prog-card__title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -.3px;
  color: #3A3E56;
  margin: 0
}

.lp-prog .prog-card__desc {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  flex: 1 1 auto;
  margin: 0
}

.lp-prog .prog-card__foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px
}

.lp-prog .prog-card__price {
  font-size: 22px;
  font-weight: 700;
  color: #3C678D;
  letter-spacing: -.5px
}

.lp-prog .prog-card__btn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(263deg, #3A3E56, #3C678D);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: .04em;
  transition: padding .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap
}

.lp-prog .prog-card__btn:hover {
  padding: 12px 36px;
  box-shadow: 0 4px 14px -2px #3c678d38;
  color: #fff
}

.lp-prog .div-right {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.lp-prog .div-right__line {
  width: 55%;
  height: 1px;
  background: linear-gradient(263deg, #8E90AA, #3A3E56);
  margin-left: auto;
  border: none
}

.lp-prog .timeline-sec {
  padding: 96px 24px;
  background: linear-gradient(263deg, #3A3E56, #3C678D);
  position: relative
}

.lp-prog .timeline-sec__abbr {
  position: absolute;
  font-size: 70px;
  font-weight: 800;
  color: #ffffff0d;
  top: 24px;
  right: 48px;
  pointer-events: none;
  user-select: none;
  letter-spacing: -2px;
  line-height: 1.1
}

.lp-prog .timeline-sec__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.lp-prog .timeline-sec__left {
  flex: 0 0 340px
}

.lp-prog .timeline-sec__label {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff9;
  margin-bottom: 12px;
  display: block
}

.lp-prog .timeline-sec__heading {
  font-size: 29px;
  line-height: 1.4;
  letter-spacing: -.5px;
  color: #fff;
  margin-bottom: 24px
}

.lp-prog .timeline-sec__heading .outlined-w {
  color: transparent;
  -webkit-text-stroke: 1.5px #fff
}

.lp-prog .timeline-sec__body {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffffbf;
  margin-bottom: 24px
}

.lp-prog .timeline-sec__accent {
  display: inline-block;
  background: #ffffff1f;
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #fff
}

.lp-prog .timeline-sec__right {
  flex: 1 1 0;
  position: relative
}

.lp-prog .tl-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.lp-prog .tl-list::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ffffff2e
}

.lp-prog .tl-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-bottom: 48px;
  position: relative
}

.lp-prog .tl-item:last-child {
  padding-bottom: 0
}

.lp-prog .tl-item__dot {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 4px;
  flex-shrink: 0
}

.lp-prog .tl-item__dot i {
  font-size: 14px;
  color: #3C678D
}

.lp-prog .tl-item.done .tl-item__dot {
  background: #3C678D;
  border: 2px solid #fff
}

.lp-prog .tl-item.done .tl-item__dot i {
  color: #fff
}

.lp-prog .tl-item.active .tl-item__dot {
  background: #fff;
  border: 3px solid #3C678D
}

.lp-prog .tl-item__content {
  flex: 1 1 0
}

.lp-prog .tl-item__step {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffffff80;
  margin-bottom: 4px
}

.lp-prog .tl-item__title {
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 4px
}

.lp-prog .tl-item__desc {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffffb3
}

.lp-prog .team-sec {
  padding: 96px 24px 48px;
  background: #f4f4f7
}

.lp-prog .team-sec__inner {
  max-width: 1320px;
  margin: 0 auto
}

.lp-prog .team-sec__heading {
  font-size: 29px;
  line-height: 1.4;
  letter-spacing: -.5px;
  color: #3A3E56;
  margin-bottom: 48px
}

.lp-prog .team-sec__heading .word-accent {
  color: #3C678D
}

.lp-prog .team-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  gap: 24px;
  align-items: start
}

.lp-prog .team-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px -2px #3a3e560d;
  transition: box-shadow .5s ease-in-out
}

.lp-prog .team-card:hover {
  box-shadow: 0 10px 60px -2px #3a3e5624
}

.lp-prog .team-card.center-card {
  margin-top: 24px
}

.lp-prog .team-card__portrait {
  width: 100%;
  aspect-ratio: 7/9;
  overflow: hidden;
  background: #dde0ea
}

.lp-prog .team-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lp-prog .team-card__info {
  padding: 24px
}

.lp-prog .team-card__name {
  font-size: 22px;
  line-height: 1.4;
  color: #3A3E56;
  margin-bottom: 4px
}

.lp-prog .team-card__role {
  font-size: 14px;
  color: #3C678D;
  letter-spacing: .06em;
  margin-bottom: 12px
}

.lp-prog .team-card__bio {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin: 0
}

.lp-prog .team-card.no-portrait .team-card__avatar {
  width: 100%;
  height: 120px;
  background: linear-gradient(263deg, #3A3E56, #3C678D);
  display: flex;
  align-items: center;
  justify-content: center
}

.lp-prog .team-card.no-portrait .team-card__avatar i {
  font-size: 48px;
  color: #fff6
}

.lp-prog .div-center {
  max-width: 1320px;
  margin: 48px auto 0;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: center
}

.lp-prog .div-center__line {
  width: 30%;
  height: 1px;
  background: linear-gradient(263deg, #3C678D, #8E90AA);
  border: none
}

.lp-prog .metrics-sec {
  padding: 96px 24px;
  background: #fff
}

.lp-prog .metrics-sec__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.lp-prog .metrics-sec__left {
  flex: 1 1 0
}

.lp-prog .metrics-sec__heading {
  font-size: 29px;
  line-height: 1.4;
  letter-spacing: -.5px;
  color: #3A3E56;
  margin-bottom: 24px
}

.lp-prog .metrics-sec__heading .word-ol {
  color: transparent;
  -webkit-text-stroke: 1.5px #3A3E56
}

.lp-prog .metrics-sec__body {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  max-width: 440px;
  margin-bottom: 48px
}

.lp-prog .stat-row {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lp-prog .stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: #f4f4f7;
  border-radius: 8px;
  transition: box-shadow .48s ease-in-out, transform .48s ease-in-out;
  cursor: default
}

.lp-prog .stat-item:hover {
  box-shadow: 0 4px 14px -2px #3c678d1a;
  transform: translateX(4px)
}

.lp-prog .stat-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(263deg, #3A3E56, #3C678D);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.lp-prog .stat-item__icon i {
  font-size: 22px;
  color: #fff
}

.lp-prog .stat-item__num {
  font-size: 29px;
  font-weight: 700;
  color: #3C678D;
  letter-spacing: -.5px;
  line-height: 1.1
}

.lp-prog .stat-item__label {
  font-size: 14px;
  color: #8E90AA;
  line-height: 1.4
}

.lp-prog .metrics-sec__right {
  flex: 0 0 440px
}

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

.lp-prog .faq-item {
  border-radius: 8px;
  background: #f4f4f7;
  overflow: hidden
}

.lp-prog .faq-item__q {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #3A3E56;
  line-height: 1.4;
  list-style: none;
  transition: color .5s ease-in-out
}

.lp-prog .faq-item__q::-webkit-details-marker {
  display: none
}

.lp-prog .faq-item[open] .faq-item__q {
  color: #3C678D
}

.lp-prog .faq-item__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.lp-prog .faq-item__icon i {
  font-size: 14px;
  color: #3C678D;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lp-prog .faq-item[open] .faq-item__icon i {
  transform: rotate(45deg)
}

.lp-prog .faq-item__a {
  padding: 0 24px 24px;
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56
}

@media (max-width: 1024px) {
  .lp-prog .title-block__body {
    flex-direction: column;
    gap: 48px
  }

  .lp-prog .title-block__img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .lp-prog .title-block__img-wrap {
    width: 100%;
    height: 280px
  }

  .lp-prog .title-block__h1 {
    font-size: 55px
  }

  .lp-prog .prog-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .lp-prog .timeline-sec__inner {
    flex-direction: column;
    gap: 48px
  }

  .lp-prog .timeline-sec__left {
    flex: 0 0 auto;
    width: 100%
  }

  .lp-prog .team-grid {
    grid-template-columns: 1fr 1fr
  }

  .lp-prog .team-card.center-card {
    margin-top: 0
  }

  .lp-prog .metrics-sec__inner {
    flex-direction: column;
    gap: 48px
  }

  .lp-prog .metrics-sec__right {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (max-width: 768px) {
  .lp-prog .title-block {
    padding: 48px 24px
  }

  .lp-prog .title-block__h1 {
    font-size: 29px
  }

  .lp-prog .title-block__desc {
    font-size: 14px
  }

  .lp-prog .prog-grid {
    grid-template-columns: 1fr
  }

  .lp-prog .grid-sec__top {
    flex-direction: column;
    align-items: flex-start
  }

  .lp-prog .grid-sec__sub {
    text-align: left;
    max-width: 100%
  }

  .lp-prog .team-grid {
    grid-template-columns: 1fr
  }

  .lp-prog .timeline-sec {
    padding: 48px 24px
  }

  .lp-prog .metrics-sec {
    padding: 48px 24px
  }

  .lp-prog .team-sec {
    padding: 48px 24px
  }

  .lp-prog .grid-sec {
    padding: 48px 24px
  }
}

@media (max-width: 480px) {
  .lp-prog .title-block__h1 {
    font-size: 22px
  }

  .lp-prog .prog-card__foot {
    flex-direction: column;
    align-items: flex-start
  }

  .lp-prog .title-block__abbr {
    font-size: 55px
  }
}

.abt-pg {
  background: #fff;
  overflow-x: clip
}

.abt-pg .pg-cap {
  position: relative;
  background: #f4f5f8
}

.abt-pg .pg-cap__img-area {
  position: relative;
  overflow: hidden
}

.abt-pg .pg-cap__img-area img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .pg-cap__img-area::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(263deg, #3a3e56b8 0%, #3c678d94 100%);
  pointer-events: none
}

.abt-pg .pg-cap__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.abt-pg .pg-cap__deco svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .18
}

.abt-pg .pg-cap__text-zone {
  max-width: 1320px;
  margin: 0 auto;
  padding: 48px 48px 96px
}

.abt-pg .pg-cap__label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  color: #3C678D;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px
}

.abt-pg .pg-cap__h1 {
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0
}

.abt-pg .pg-cap__h1 span:first-child {
  color: #3A3E56
}

.abt-pg .pg-cap__h1 span:last-child {
  color: #3C678D
}

.abt-pg .about-split {
  max-width: 1320px;
  margin: 0 auto;
  padding: 96px 48px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.abt-pg .about-split__aside {
  position: sticky;
  top: 24px
}

.abt-pg .about-split__tag {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8E90AA;
  font-weight: 600;
  margin-bottom: 24px;
  display: block
}

.abt-pg .about-split__portrait-pair {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-pg .portrait-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 14px -2px #3a3e561a;
  overflow: hidden
}

.abt-pg .portrait-card img {
  width: 100%;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .portrait-card__info {
  padding: 12px
}

.abt-pg .portrait-card__name {
  font-size: 14px;
  font-weight: 700;
  color: #3A3E56;
  margin: 0 0 4px
}

.abt-pg .portrait-card__role {
  font-size: 14px;
  color: #8E90AA;
  margin: 0;
  line-height: 1.4
}

.abt-pg .about-split__body {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.abt-pg .about-split__intro {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-pg .about-split__h2 {
  font-size: 29px;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -.01em
}

.abt-pg .about-split__h2 span:first-child {
  color: #3C678D
}

.abt-pg .about-split__h2 span:last-child {
  color: #3A3E56
}

.abt-pg .about-split__para {
  font-size: 22px;
  line-height: 1.7;
  color: #3A3E56;
  margin: 0;
  max-width: 560px
}

.abt-pg .about-split__para--narrow {
  max-width: 380px;
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin: 0
}

.abt-pg .accent-sentence {
  background: linear-gradient(263deg, #3c678d17 0%, #3a3e560f 100%);
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  font-weight: 600
}

.abt-pg .about-split__four-col {
  display: grid;
  grid-template-columns: 80px 1fr 80px 1fr;
  gap: 12px;
  align-items: start
}

.abt-pg .col-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
  gap: 4px
}

.abt-pg .col-label i {
  font-size: 22px;
  color: #3C678D
}

.abt-pg .col-label__txt {
  font-size: 14px;
  color: #8E90AA;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .04em
}

.abt-pg .col-body {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56
}

.abt-pg .timeline-section {
  position: relative;
  background: #3A3E56;
  padding: 96px 0 0;
  overflow: hidden
}

.abt-pg .timeline-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(263deg, #3c678d59 0%, #3a3e5600 100%);
  pointer-events: none
}

.abt-pg .timeline-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background: radial-gradient(ellipse at center, #3c678d38 0%, transparent 70%);
  pointer-events: none;
  animation: softglow 5s ease-in-out infinite alternate
}

@keyframes softglow {
  from {
    opacity: .5;
    transform: translate(-50%, -50%) scale(1)
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.12)
  }
}

.abt-pg .timeline-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 48px 96px;
  position: relative
}

.abt-pg .timeline-heading {
  margin-bottom: 48px
}

.abt-pg .timeline-heading h2 {
  font-size: 29px;
  line-height: 1.4;
  letter-spacing: -.01em;
  margin: 0 0 12px
}

.abt-pg .timeline-heading h2 span:first-child {
  color: #8E90AA
}

.abt-pg .timeline-heading h2 span:last-child {
  color: #fff
}

.abt-pg .timeline-heading p {
  font-size: 14px;
  line-height: 1.7;
  color: #8E90AA;
  max-width: 480px;
  margin: 0
}

.abt-pg .timeline-track {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0;
  overflow-x: auto;
  padding-bottom: 24px
}

.abt-pg .timeline-track::-webkit-scrollbar {
  height: 4px
}

.abt-pg .timeline-track::-webkit-scrollbar-track {
  background: #8e90aa26;
  border-radius: 40px
}

.abt-pg .timeline-track::-webkit-scrollbar-thumb {
  background: #3C678D;
  border-radius: 40px
}

.abt-pg .tl-axis {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #8e90aa33 0%, #3c678d99 50%, #8e90aa33 100%);
  pointer-events: none
}

.abt-pg .tl-point {
  flex: 0 0 220px;
  padding-top: 48px;
  padding-right: 24px;
  position: relative
}

.abt-pg .tl-point__dot {
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 40px;
  background: #3C678D;
  border: 3px solid #fff;
  box-shadow: 0 2px 5px -2px #3c678d0d;
  transition: background-color .5s ease-in-out, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .tl-point:hover .tl-point__dot {
  background: #8E90AA;
  transform: scale(1.3)
}

.abt-pg .tl-point__year {
  font-size: 14px;
  font-weight: 700;
  color: #3C678D;
  letter-spacing: .08em;
  margin-bottom: 4px;
  display: block
}

.abt-pg .tl-point__event {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 4px
}

.abt-pg .tl-point__detail {
  font-size: 14px;
  line-height: 1.7;
  color: #8E90AA;
  margin: 0
}

.abt-pg .band-divider {
  height: 8px;
  background: linear-gradient(263deg, #3A3E56 0%, #3C678D 100%)
}

.abt-pg .image-mosaic {
  background: #f4f5f8;
  padding: 96px 0 0
}

.abt-pg .mosaic-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 48px 96px
}

.abt-pg .mosaic-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
  align-items: end
}

.abt-pg .mosaic-header h2 {
  font-size: 29px;
  line-height: 1.4;
  letter-spacing: -.01em;
  margin: 0
}

.abt-pg .mosaic-header h2 span:first-child {
  color: #3C678D
}

.abt-pg .mosaic-header h2 span:last-child {
  color: #3A3E56
}

.abt-pg .mosaic-header__desc {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin: 0
}

.abt-pg .mosaic-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px
}

.abt-pg .mosaic-img {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 14px -2px #3a3e561a
}

.abt-pg .mosaic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .mosaic-img:hover img {
  transform: scale(1.04)
}

.abt-pg .mosaic-img--large {
  grid-column: 1;
  grid-row: 1 / 3;
  min-height: 380px
}

.abt-pg .mosaic-img--sm1 {
  grid-column: 2;
  grid-row: 1;
  min-height: 180px
}

.abt-pg .mosaic-img--sm2 {
  grid-column: 3;
  grid-row: 1;
  min-height: 180px
}

.abt-pg .mosaic-img--sm3 {
  grid-column: 2;
  grid-row: 2;
  min-height: 180px
}

.abt-pg .mosaic-img--sm4 {
  grid-column: 3;
  grid-row: 2;
  min-height: 180px
}

.abt-pg .mosaic-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px
}

.abt-pg .stat-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 14px -2px #3a3e561a;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .5s ease-in-out
}

.abt-pg .stat-card:hover {
  box-shadow: 0 10px 60px -2px #3a3e5624
}

.abt-pg .stat-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(263deg, #3c678d1f 0%, #3a3e5614 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.abt-pg .stat-card__icon i {
  font-size: 22px;
  color: #3C678D
}

.abt-pg .stat-card__num {
  font-size: 29px;
  font-weight: 700;
  color: #3A3E56;
  line-height: 1.1;
  letter-spacing: -.02em
}

.abt-pg .stat-card__desc {
  font-size: 14px;
  line-height: 1.7;
  color: #8E90AA;
  margin: 0
}

.abt-pg .curved-connector {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.abt-pg .curved-connector svg {
  display: block;
  width: 100%
}

@media (max-width: 1024px) {
  .abt-pg .about-split {
    grid-template-columns: 1fr;
    padding: 48px 24px
  }

  .abt-pg .about-split__aside {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start
  }

  .abt-pg .about-split__portrait-pair {
    flex-direction: row;
    gap: 24px
  }

  .abt-pg .about-split__four-col {
    grid-template-columns: 60px 1fr
  }

  .abt-pg .mosaic-grid {
    grid-template-columns: 1fr 1fr
  }

  .abt-pg .mosaic-img--large {
    grid-column: 1 / 3;
    grid-row: 1;
    min-height: 260px
  }

  .abt-pg .mosaic-img--sm1 {
    grid-column: 1;
    grid-row: 2
  }

  .abt-pg .mosaic-img--sm2 {
    grid-column: 2;
    grid-row: 2
  }

  .abt-pg .mosaic-img--sm3 {
    grid-column: 1;
    grid-row: 3
  }

  .abt-pg .mosaic-img--sm4 {
    grid-column: 2;
    grid-row: 3
  }

  .abt-pg .mosaic-stat-row {
    grid-template-columns: 1fr 1fr
  }

  .abt-pg .pg-cap__text-zone {
    padding: 24px 24px 48px
  }

  .abt-pg .timeline-inner {
    padding: 0 24px 48px
  }

  .abt-pg .mosaic-inner {
    padding: 0 24px 48px
  }

  .abt-pg .mosaic-header {
    grid-template-columns: 1fr;
    gap: 12px
  }
}

@media (max-width: 768px) {
  .abt-pg .pg-cap__h1 {
    font-size: 29px
  }

  .abt-pg .pg-cap__img-area img {
    height: 260px
  }

  .abt-pg .about-split__para {
    font-size: 14px
  }

  .abt-pg .about-split__portrait-pair {
    flex-direction: column
  }

  .abt-pg .about-split__aside {
    grid-template-columns: 1fr
  }

  .abt-pg .tl-point {
    flex: 0 0 180px
  }

  .abt-pg .mosaic-stat-row {
    grid-template-columns: 1fr
  }

  .abt-pg .timeline-section {
    padding-top: 48px
  }

  .abt-pg .image-mosaic {
    padding-top: 48px
  }
}

@media (max-width: 480px) {
  .abt-pg .about-split__four-col {
    grid-template-columns: 1fr
  }

  .abt-pg .col-label {
    flex-direction: row;
    align-items: center;
    gap: 12px
  }

  .abt-pg .mosaic-grid {
    grid-template-columns: 1fr
  }

  .abt-pg .mosaic-img--large,
  .abt-pg .mosaic-img--sm1,
  .abt-pg .mosaic-img--sm2,
  .abt-pg .mosaic-img--sm3,
  .abt-pg .mosaic-img--sm4 {
    grid-column: 1;
    grid-row: auto;
    min-height: 200px
  }
}

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

.strt .pg-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.strt .ttl-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  position: relative;
  background-color: #f2f2f0
}

.strt .ttl-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0
}

.strt .ttl-text {
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1
}

.strt .ttl-text .lbl-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  color: #3C678D;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600
}

.strt .ttl-text h1 {
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #3A3E56;
  margin-bottom: 12px
}

.strt .ttl-text h1 span {
  color: #3C678D
}

.strt .ttl-text .sub-h {
  font-size: 29px;
  line-height: 1.4;
  color: #8E90AA;
  margin-bottom: 24px;
  letter-spacing: -.01em
}

.strt .ttl-text .ttl-body {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  max-width: 420px;
  letter-spacing: .02em
}

.strt .ttl-img-col {
  position: relative;
  overflow: hidden
}

.strt .ttl-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.strt .ttl-img-col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 0% 0%, #3a3e5673 0%, transparent 55%), radial-gradient(ellipse at 100% 100%, #3a3e5659 0%, transparent 50%);
  pointer-events: none
}

.strt .wave-div {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.strt .wave-div svg {
  display: block;
  width: 100%
}

.strt .rep-block {
  background: linear-gradient(263deg, #3C678D 0%, #3A3E56 100%);
  padding: 96px 0;
  position: relative;
  overflow: hidden
}

.strt .rep-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(263deg, #8e90aa66 0%, #ffffff1a 100%);
  pointer-events: none
}

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

.strt .rep-label {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffffff8c;
  margin-bottom: 12px
}

.strt .rep-heading {
  font-size: 29px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: -.01em
}

.strt .rep-heading span {
  color: #8E90AA
}

.strt .rep-stat-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.strt .rep-stat {
  border-top: 1px solid #ffffff1f;
  padding-top: 24px
}

.strt .rep-stat .num {
  font-size: 55px;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -.03em;
  font-weight: 700
}

.strt .rep-stat .num-sub {
  font-size: 14px;
  color: #fff9;
  line-height: 1.7;
  letter-spacing: .02em;
  margin-top: 4px
}

.strt .rep-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.strt .rep-assoc {
  background: #ffffff12;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  transition: background .5s ease-in-out
}

.strt .rep-assoc:hover {
  background: #ffffff1f
}

.strt .rep-assoc-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #3c678d99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.strt .rep-assoc-icon i {
  font-size: 22px;
  color: #fff
}

.strt .rep-assoc-text .assoc-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
  margin-bottom: 4px
}

.strt .rep-assoc-text .assoc-desc {
  font-size: 14px;
  color: #fff9;
  line-height: 1.7
}

.strt .rep-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 48px
}

.strt .rep-img-row img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  box-shadow: 0 4px 14px -2px #3a3e561a
}

.strt .current-block {
  padding: 96px 0;
  background-color: #f5f4f1;
  position: relative
}

.strt .current-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(263deg, #8e90aa4d 0%, #3a3e5626 100%);
  pointer-events: none
}

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

.strt .cur-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.strt .cur-eyebrow {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #3C678D;
  font-weight: 600
}

.strt .cur-h2 {
  font-size: 55px;
  line-height: 1.1;
  color: #3A3E56;
  letter-spacing: -.02em
}

.strt .cur-h2 span {
  color: #3C678D
}

.strt .cur-body {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  letter-spacing: .015em
}

.strt .cur-accent-p {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  background: #3c678d14;
  border-radius: 4px;
  padding: 12px 24px;
  letter-spacing: .015em
}

.strt .cur-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.strt .cur-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 60px -2px #3a3e5624
}

.strt .cur-img-wrap img {
  width: 100%;
  display: block;
  object-fit: cover
}

.strt .cur-topics {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.strt .cur-topic-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px -2px #3a3e560d;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.strt .cur-topic-item:hover {
  box-shadow: 0 4px 14px -2px #3a3e561a
}

.strt .cur-topic-item i {
  font-size: 22px;
  color: #3C678D;
  flex-shrink: 0
}

.strt .cur-topic-item span {
  font-size: 14px;
  color: #3A3E56;
  line-height: 1.4;
  letter-spacing: .02em
}

.strt .exp-block {
  padding: 96px 0;
  background: #fff;
  position: relative
}

.strt .exp-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(263deg, #3C678D, #3A3E56);
  border-radius: 4px;
  pointer-events: none
}

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

.strt .exp-col-side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.strt .exp-eyebrow {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8E90AA;
  font-weight: 600
}

.strt .exp-h2 {
  font-size: 29px;
  line-height: 1.4;
  color: #3A3E56;
  letter-spacing: -.01em
}

.strt .exp-h2 span {
  color: #3C678D
}

.strt .exp-body {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  letter-spacing: .015em
}

.strt .exp-quote-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.strt .exp-quote {
  background: linear-gradient(263deg, #3c678d12 0%, #3a3e560a 100%);
  border-radius: 8px;
  padding: 48px;
  position: relative
}

.strt .exp-quote-mark {
  width: 32px;
  height: 24px;
  margin-bottom: 12px
}

.strt .exp-quote-text {
  font-size: 22px;
  line-height: 1.4;
  color: #3A3E56;
  letter-spacing: -.01em;
  margin-bottom: 24px
}

.strt .exp-quote-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.strt .exp-portrait {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0
}

.strt .exp-author-info .auth-name {
  font-size: 14px;
  font-weight: 700;
  color: #3A3E56;
  letter-spacing: .04em
}

.strt .exp-author-info .auth-role {
  font-size: 14px;
  color: #8E90AA;
  letter-spacing: .02em
}

.strt .exp-second-quote {
  background: #3A3E56;
  border-radius: 8px;
  padding: 48px
}

.strt .exp-second-quote .exp-quote-text {
  color: #fff
}

.strt .exp-second-quote .auth-name {
  color: #fff
}

.strt .exp-second-quote .auth-role {
  color: #ffffff8c
}

.strt .exp-col-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.strt .exp-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 14px -2px #3a3e561a
}

.strt .exp-img-wrap img {
  width: 100%;
  display: block;
  object-fit: cover
}

.strt .exp-note {
  font-size: 14px;
  line-height: 1.7;
  color: #8E90AA;
  letter-spacing: .02em
}

.strt .exp-note strong {
  color: #3A3E56
}

.strt .flip-anim {
  animation: flipIn .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes flipIn {
  0% {
    opacity: 0;
    transform: rotateX(12deg) translateY(18px)
  }

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

.strt .btn-prim {
  display: inline-block;
  background: linear-gradient(263deg, #3C678D, #3A3E56);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 12px 48px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: padding .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 14px -2px #3c678d1a
}

.strt .btn-prim:hover {
  padding: 12px 64px;
  box-shadow: 0 10px 60px -2px #3c678d24;
  color: #fff
}

.strt .btn-sec {
  display: inline-block;
  background: transparent;
  color: #3C678D;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 12px 24px;
  border-radius: 40px;
  border: 1px solid #3c678d59;
  cursor: pointer;
  text-decoration: none;
  transition: padding .5s ease-in-out, border-color .5s ease-in-out, background .5s ease-in-out
}

.strt .btn-sec:hover {
  padding: 12px 36px;
  border-color: #3C678D;
  background: #3c678d0d;
  color: #3C678D
}

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

  .strt .rep-stat-col {
    grid-column: 1 / -1;
    flex-direction: row;
    gap: 24px
  }

  .strt .rep-stat {
    flex: 1
  }

  .strt .cur-inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .strt .exp-inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .strt .ttl-block {
    grid-template-columns: 1fr
  }

  .strt .ttl-img-col {
    min-height: 320px
  }

  .strt .ttl-text h1 {
    font-size: 29px
  }

  .strt .ttl-text .sub-h {
    font-size: 22px
  }
}

@media (max-width: 768px) {
  .strt .rep-inner {
    grid-template-columns: 1fr
  }

  .strt .rep-stat-col {
    flex-direction: column;
    gap: 12px
  }

  .strt .rep-img-row {
    grid-template-columns: 1fr
  }

  .strt .ttl-text {
    padding: 48px 24px
  }

  .strt .ttl-text h1 {
    font-size: 29px
  }

  .strt .rep-block {
    padding: 48px 0
  }

  .strt .current-block {
    padding: 48px 0
  }

  .strt .exp-block {
    padding: 48px 0
  }

  .strt .exp-quote {
    padding: 24px
  }

  .strt .exp-second-quote {
    padding: 24px
  }

  .strt .rep-heading {
    font-size: 22px
  }

  .strt .cur-h2 {
    font-size: 29px
  }
}

@media (max-width: 480px) {
  .strt .pg-wrap {
    padding: 0 12px
  }

  .strt .ttl-text {
    padding: 48px 12px
  }

  .strt .rep-stat .num {
    font-size: 29px
  }

  .strt .exp-quote-text {
    font-size: 14px
  }
}

.stproj {
  background: #f2f3f7;
  overflow-x: clip;
  position: relative
}

.stproj .pg-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

@keyframes driftBlob {
  0% {
    transform: translate(0, 0) scale(1)
  }

  40% {
    transform: translate(48px, 32px) scale(1.08)
  }

  100% {
    transform: translate(0, 0) scale(1)
  }
}

.stproj .tb {
  position: relative;
  padding: 96px 0;
  background: linear-gradient(263deg, #3A3E56 0%, #3C678D 100%)
}

.stproj .tb-blob {
  position: absolute;
  border-radius: 40px;
  filter: blur(72px);
  pointer-events: none;
  animation: driftBlob 8s ease-in-out infinite
}

.stproj .tb-blob.b1 {
  width: 340px;
  height: 340px;
  background: #8c90aa38;
  top: -48px;
  left: -96px;
  animation-duration: 9s
}

.stproj .tb-blob.b2 {
  width: 220px;
  height: 220px;
  background: #3c678d47;
  bottom: 24px;
  right: 12%;
  animation-duration: 11s;
  animation-delay: 2s
}

.stproj .tb-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 720px
}

.stproj .tb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff1a;
  border: 1px solid #ffffff2e;
  border-radius: 40px;
  padding: 4px 24px;
  color: #e8eaf2;
  font-size: 14px;
  letter-spacing: .08em
}

.stproj .tb-eyebrow .dot {
  width: 6px;
  height: 6px;
  background: #8E90AA;
  border-radius: 40px;
  display: inline-block
}

.stproj .tb-h1 {
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0;
  color: #fff
}

.stproj .tb-h1 span {
  color: #8E90AA
}

.stproj .tb-desc {
  font-size: 22px;
  line-height: 1.7;
  color: #ffffffc7;
  margin: 0;
  max-width: 560px
}

.stproj .tb-sep {
  width: 48px;
  height: 3px;
  background: linear-gradient(263deg, #8E90AA, #3C678D);
  border-radius: 4px
}

.stproj .proj-sec {
  padding: 96px 0 48px;
  background: #fff
}

.stproj .sec-label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #3C678D;
  text-transform: uppercase;
  margin-bottom: 12px
}

.stproj .sec-h2 {
  font-size: 29px;
  line-height: 1.4;
  color: #3A3E56;
  margin: 0 0 48px
}

.stproj .sec-h2 em {
  color: #3C678D;
  font-style: normal
}

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

.stproj .proj-card {
  background: #f7f8fc;
  border-radius: 8px;
  box-shadow: 0 4px 14px -2px #3a3e561a;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.stproj .proj-card:hover {
  box-shadow: 0 10px 60px -2px #3a3e5624;
  transform: translateY(-4px)
}

.stproj .proj-img-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden
}

.stproj .proj-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.stproj .proj-card:hover .proj-img-wrap img {
  transform: scale(1.04)
}

.stproj .proj-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(263deg, #3a3e566b 0%, #3c678d4d 100%);
  pointer-events: none
}

.stproj .proj-img-wrap .proj-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  background: #ffffffeb;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 14px;
  color: #3A3E56;
  letter-spacing: .04em
}

.stproj .proj-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1
}

.stproj .proj-h3 {
  font-size: 22px;
  line-height: 1.4;
  color: #3A3E56;
  margin: 0
}

.stproj .proj-h3 span {
  color: #3C678D
}

.stproj .proj-text {
  font-size: 14px;
  line-height: 1.7;
  color: #555870;
  margin: 0
}

.stproj .proj-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #3a3e5614
}

.stproj .proj-meta .pm-icon {
  width: 32px;
  height: 32px;
  border-radius: 40px;
  background: linear-gradient(263deg, #3A3E56, #3C678D);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.stproj .proj-meta .pm-icon i {
  color: #fff;
  font-size: 14px
}

.stproj .proj-meta .pm-name {
  font-size: 14px;
  color: #3A3E56;
  letter-spacing: .02em
}

.stproj .proj-meta .pm-role {
  font-size: 14px;
  color: #8E90AA;
  margin-left: auto
}

.stproj .dash-accent {
  margin: 48px 0 0;
  border: 2px dashed #3c678d4d;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  background: #3c678d0a
}

.stproj .dash-accent .da-diamond {
  width: 14px;
  height: 14px;
  background: #3C678D;
  transform: rotate(45deg);
  flex-shrink: 0;
  border-radius: 4px
}

.stproj .dash-accent p {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin: 0
}

.stproj .dash-accent p strong {
  color: #3C678D
}

.stproj .voices-sec {
  background: #3A3E56;
  padding: 96px 0;
  position: relative;
  overflow: hidden
}

.stproj .voices-sec::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 40px;
  background: #3c678d2e;
  filter: blur(80px);
  top: -96px;
  right: -96px;
  pointer-events: none;
  animation: driftBlob 13s ease-in-out infinite
}

.stproj .voices-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px
}

.stproj .voices-head .vh-left .sec-label {
  color: #8E90AA
}

.stproj .voices-head .vh-left .sec-h2 {
  color: #fff;
  margin: 0
}

.stproj .voices-head .vh-left .sec-h2 em {
  color: #8E90AA
}

.stproj .voices-head .vh-right {
  font-size: 14px;
  line-height: 1.7;
  color: #fff9;
  max-width: 320px;
  text-align: right
}

.stproj .voices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.stproj .voice-card {
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background .5s ease-in-out, border-color .5s ease-in-out
}

.stproj .voice-card:hover {
  background: #ffffff1a;
  border-color: #8e90aa59
}

.stproj .voice-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.stproj .voice-portrait {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #8e90aa66
}

.stproj .voice-portrait img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  object-position: center;
  display: block
}

.stproj .voice-id .vname {
  font-size: 14px;
  color: #fff;
  letter-spacing: .02em
}

.stproj .voice-id .vrole {
  font-size: 14px;
  color: #8E90AA;
  margin-top: 4px
}

.stproj .voice-quote {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffffb8;
  margin: 0;
  padding: 12px;
  background: #3c678d26;
  border-radius: 4px
}

.stproj .voice-proj-label {
  font-size: 14px;
  color: #8E90AA;
  letter-spacing: .06em;
  text-transform: uppercase
}

.stproj .voice-card.no-portrait .voice-person {
  gap: 12px
}

.stproj .voice-card.no-portrait .vp-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(263deg, #3A3E56, #3C678D);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid #8e90aa4d
}

.stproj .voice-card.no-portrait .vp-icon i {
  font-size: 22px;
  color: #8E90AA
}

.stproj .metrics-strip {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.stproj .metric-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 24px;
  border-radius: 8px;
  background: #ffffff0d;
  border: 1px solid #ffffff14
}

.stproj .metric-item .m-num {
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #fff
}

.stproj .metric-item .m-num span {
  color: #8E90AA
}

.stproj .metric-item .m-label {
  font-size: 14px;
  color: #ffffff8c;
  text-align: center;
  letter-spacing: .04em
}

@media (max-width: 1024px) {
  .stproj .proj-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stproj .tb-h1 {
    font-size: 55px
  }
}

@media (max-width: 768px) {
  .stproj .tb {
    padding: 48px 0
  }

  .stproj .tb-h1 {
    font-size: 29px
  }

  .stproj .tb-desc {
    font-size: 14px
  }

  .stproj .proj-sec {
    padding: 48px 0 24px
  }

  .stproj .proj-grid {
    grid-template-columns: 1fr
  }

  .stproj .voices-sec {
    padding: 48px 0
  }

  .stproj .voices-head {
    flex-direction: column;
    align-items: flex-start
  }

  .stproj .voices-head .vh-right {
    text-align: left;
    max-width: 100%
  }

  .stproj .voices-grid {
    grid-template-columns: 1fr
  }

  .stproj .metrics-strip {
    grid-template-columns: 1fr
  }

  .stproj .dash-accent {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 480px) {
  .stproj .tb-h1 {
    font-size: 29px
  }

  .stproj .sec-h2 {
    font-size: 22px
  }

  .stproj .metric-item .m-num {
    font-size: 29px
  }

  .stproj .proj-img-wrap {
    height: 180px
  }
}

.stproj a:focus-visible,
.stproj button:focus-visible {
  outline: 3px solid #3C678D !important;
  outline-offset: 3px !important;
  border-radius: 4px !important
}

.dgst-pg {
  background: #f5f4f0;
  overflow-x: clip
}

.dgst-pg .schema-block {
  display: none
}

.dgst-pg .title-zone {
  position: relative;
  background: linear-gradient(263deg, #3C678D, #3A3E56);
  padding: 96px 24px 48px
}

.dgst-pg .title-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, #3a3e568c 100%);
  pointer-events: none
}

.dgst-pg .title-zone-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px;
  position: relative;
  z-index: 1
}

.dgst-pg .title-text-col {
  flex: 1 1 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 48px 0
}

.dgst-pg .title-deco {
  position: absolute;
  top: -24px;
  left: -12px;
  width: 180px;
  height: 180px;
  border: 2px solid #8e90aa38;
  border-radius: 8px;
  pointer-events: none
}

.dgst-pg .title-deco::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #8e90aa1f;
  border-radius: 8px
}

.dgst-pg .title-label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #8E90AA;
  text-transform: uppercase;
  line-height: 1.4
}

.dgst-pg .title-h1 {
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #fff;
  margin: 0
}

.dgst-pg .title-h1 span {
  color: #8E90AA
}

.dgst-pg .title-sub {
  font-size: 22px;
  line-height: 1.4;
  color: #ffffffc7;
  max-width: 440px;
  margin: 0
}

.dgst-pg .title-img-col {
  flex: 0 0 480px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 360px
}

.dgst-pg .title-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dgst-pg .title-img-col:hover img {
  transform: scale(1.04)
}

.dgst-pg .title-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(263deg, transparent 40%, #3a3e56b8 100%);
  pointer-events: none
}

.dgst-pg .digest-body {
  background: #f5f4f0;
  padding: 96px 24px
}

.dgst-pg .digest-body-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start
}

.dgst-pg .digest-main-col {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.dgst-pg .digest-intro {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dgst-pg .digest-h2 {
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #3A3E56;
  margin: 0
}

.dgst-pg .digest-h2 span {
  color: #3C678D
}

.dgst-pg .digest-p {
  font-size: 22px;
  line-height: 1.7;
  color: #3A3E56;
  margin: 0
}

.dgst-pg .digest-p-sm {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin: 0
}

.dgst-pg .pull-quote {
  border-top: 2px dashed #8E90AA;
  border-bottom: 2px dashed #8E90AA;
  padding: 24px 0;
  margin: 0;
  position: relative
}

.dgst-pg .pull-quote-text {
  font-size: 29px;
  line-height: 1.4;
  color: #3C678D;
  font-style: italic;
  margin: 0;
  letter-spacing: -.01em
}

.dgst-pg .pull-quote-key {
  background: linear-gradient(263deg, #3c678d1f, #3a3e5614);
  border-radius: 4px;
  padding: 4px 12px;
  font-style: normal;
  font-size: 29px;
  color: #3A3E56
}

.dgst-pg .story-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start
}

.dgst-pg .story-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 14px -2px #3a3e561a;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .55s ease-in-out, transform .55s ease-in-out
}

.dgst-pg .story-card:hover {
  box-shadow: 0 10px 60px -2px #3a3e5624;
  transform: translateY(-4px)
}

.dgst-pg .story-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(263deg, #3c678d24, #3a3e561a);
  display: flex;
  align-items: center;
  justify-content: center
}

.dgst-pg .story-card-icon i {
  font-size: 22px;
  color: #3C678D
}

.dgst-pg .story-card-h {
  font-size: 22px;
  line-height: 1.4;
  color: #3A3E56;
  margin: 0
}

.dgst-pg .story-card-p {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin: 0
}

.dgst-pg .digest-topics {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dgst-pg .topic-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 24px;
  background: linear-gradient(263deg, #3c678d0f, #3a3e560a);
  border-radius: 8px;
  border-top: 2px dashed #8e90aa66
}

.dgst-pg .topic-num {
  flex: 0 0 48px;
  font-size: 55px;
  line-height: 1.1;
  color: #8e90aa4d;
  font-weight: 700;
  letter-spacing: -.03em
}

.dgst-pg .topic-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.dgst-pg .topic-h {
  font-size: 22px;
  line-height: 1.4;
  color: #3A3E56;
  margin: 0
}

.dgst-pg .topic-p {
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56;
  margin: 0
}

.dgst-pg .digest-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 24px
}

.dgst-pg .sidebar-card {
  background: #3A3E56;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 4px 14px -2px #3a3e561a
}

.dgst-pg .sidebar-card-h {
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  margin: 0
}

.dgst-pg .sidebar-card-p {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffffb8;
  margin: 0
}

.dgst-pg .sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.dgst-pg .sidebar-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #fffc
}

.dgst-pg .sidebar-list li i {
  color: #8E90AA;
  font-size: 14px;
  margin-top: 4px;
  flex-shrink: 0
}

.dgst-pg .sidebar-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.dgst-pg .stat-cell {
  background: #ffffff12;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.dgst-pg .stat-num {
  font-size: 29px;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -.02em
}

.dgst-pg .stat-label {
  font-size: 14px;
  line-height: 1.4;
  color: #8E90AA
}

.dgst-pg .sidebar-link-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 5px -2px #3c678d0d
}

.dgst-pg .sidebar-link-h {
  font-size: 14px;
  line-height: 1.4;
  color: #3A3E56;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .08em
}

.dgst-pg .sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.dgst-pg .sidebar-links li a {
  font-size: 14px;
  line-height: 1.7;
  color: #3C678D;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  transition: color .45s ease-in-out, background .45s ease-in-out;
  border-radius: 4px
}

.dgst-pg .sidebar-links li a:hover {
  color: #3A3E56
}

.dgst-pg .sidebar-links li a i {
  font-size: 14px;
  color: #8E90AA
}

.dgst-pg .cta-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(263deg, #3C678D, #3A3E56);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  transition: padding .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 14px -2px #3c678d1a;
  align-self: flex-start
}

.dgst-pg .cta-link:hover {
  padding: 12px 40px;
  box-shadow: 0 10px 60px -2px #3c678d24
}

.dgst-pg .cta-link i {
  font-size: 14px
}

.dgst-pg .accent-sentence {
  background: linear-gradient(263deg, #3c678d1a, #3a3e560f);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.7;
  color: #3A3E56
}

@keyframes shadow-drift {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: .06
  }

  50% {
    transform: translate(30px, 20px) scale(1.08);
    opacity: .1
  }

  100% {
    transform: translate(0, 0) scale(1);
    opacity: .06
  }
}

.dgst-pg .title-zone .bg-drift {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 40px;
  background: #8E90AA;
  top: -48px;
  left: 30%;
  animation: shadow-drift 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0
}

@media (max-width: 1024px) {
  .dgst-pg .title-img-col {
    flex: 0 0 360px
  }

  .dgst-pg .digest-body-inner {
    grid-template-columns: 1fr 260px
  }
}

@media (max-width: 768px) {
  .dgst-pg .title-zone-inner {
    flex-direction: column;
    gap: 24px
  }

  .dgst-pg .title-img-col {
    flex: 0 0 auto;
    min-height: 240px;
    width: 100%
  }

  .dgst-pg .title-h1 {
    font-size: 29px
  }

  .dgst-pg .title-zone {
    padding: 48px 24px
  }

  .dgst-pg .digest-body-inner {
    grid-template-columns: 1fr
  }

  .dgst-pg .digest-sidebar {
    position: static
  }

  .dgst-pg .story-split {
    grid-template-columns: 1fr
  }

  .dgst-pg .digest-body {
    padding: 48px 24px
  }
}

@media (max-width: 480px) {
  .dgst-pg .title-h1 {
    font-size: 29px
  }

  .dgst-pg .title-sub {
    font-size: 14px
  }

  .dgst-pg .pull-quote-text {
    font-size: 22px
  }

  .dgst-pg .pull-quote-key {
    font-size: 22px
  }

  .dgst-pg .topic-num {
    font-size: 29px
  }

  .dgst-pg .digest-body {
    padding: 48px 12px
  }
}

.success-pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background: linear-gradient(263deg, #3A3E56 0%, #3C678D 100%)
}

.success-pg .card-wrap {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 48px;
  box-shadow: 0 10px 60px -2px #3c678d24;
  text-align: center
}

.success-pg .icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 40px;
  background: linear-gradient(263deg, #3A3E56 0%, #3C678D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px
}

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

.success-pg .success-title {
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #3A3E56;
  margin: 0 0 12px
}

.success-pg .success-title span {
  color: #3C678D
}

.success-pg .success-msg {
  font-size: 14px;
  line-height: 1.7;
  color: #8E90AA;
  margin: 0 0 48px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto
}

.success-pg .divider-line {
  width: 48px;
  height: 2px;
  background: linear-gradient(263deg, #3A3E56 0%, #3C678D 100%);
  border-radius: 4px;
  margin: 0 auto 48px
}

.success-pg .back-btn {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .04em;
  color: #fff;
  background: linear-gradient(263deg, #3A3E56 0%, #3C678D 100%);
  border-radius: 4px;
  padding: 12px 48px;
  border: none;
  cursor: pointer;
  transition: padding .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .45s ease-in-out;
  box-shadow: 0 4px 14px -2px #3c678d1a
}

.success-pg .back-btn:hover {
  padding: 12px 60px;
  box-shadow: 0 10px 60px -2px #3c678d24
}

.success-pg .back-btn:focus {
  outline: 2px solid #3A3E56;
  outline-offset: 3px
}

@media (max-width: 480px) {
  .success-pg {
    padding: 48px 12px
  }

  .success-pg .card-wrap {
    padding: 48px 24px
  }
}