html {
  font-size: 100%
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  overflow-wrap: break-word
}

:focus {
  outline: 3px solid;
  outline-color: #D01478;
  outline-offset: 2px
}

.util-bar {
  background: #111118;
  padding: 8px 0
}

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

.util-contacts {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap
}

.util-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Bitter', serif;
  font-size: 14px;
  color: #c8c8d8;
  text-decoration: none;
  transition: color .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.util-contact-item:hover {
  color: #14FEE7
}

.util-contact-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.util-lang {
  display: flex;
  align-items: center;
  gap: 8px
}

.lang-btn {
  font-family: 'Bitter', serif;
  font-size: 14px;
  color: #c8c8d8;
  background: transparent;
  border: 1px solid #14fee740;
  border-radius: 6px;
  padding: 4px 16px;
  cursor: pointer;
  transition: color .18s cubic-bezier(0.4, 0, 0.6, 1), border-color .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.lang-btn:hover {
  color: #14FEE7;
  border-color: #14FEE7
}

.site-hd {
  background: #fff;
  box-shadow: 0 1px 6px 0 #e8f10114;
  position: relative
}

.hd-main-hold {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 88px
}

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

.brand-img-mount {
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #e8f1018c;
  box-shadow: 0 1px 6px 0 #e8f10114 0 7px 18px 0 #e8f1011c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden
}

.brand-img-mount img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

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

.brand-name {
  font-family: 'Bitter', serif;
  font-size: 22px;
  font-weight: 700;
  color: #111118;
  line-height: 1.1;
  letter-spacing: 0
}

.brand-tag {
  font-family: 'Bitter', serif;
  font-size: 14px;
  font-weight: 400;
  color: #556;
  line-height: 1.4
}

.hd-accent-bar {
  width: 4px;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(180deg, #E8F101 0%, #14FEE7 100%);
  flex-shrink: 0
}

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

.nav-lnk {
  font-family: 'Bitter', serif;
  font-size: 14px;
  font-weight: 400;
  color: #333340;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1.5px solid transparent;
  transition: color .15s cubic-bezier(0.4, 0, 0.6, 1), border-color .2s cubic-bezier(0.4, 0, 0.6, 1), background .15s cubic-bezier(0.4, 0, 0.6, 1);
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center
}

.nav-lnk:hover {
  color: #111118;
  background: #e8f1012e;
  border-color: #e8f1018c
}

.nav-lnk.active {
  color: #111118;
  background: #E8F101;
  border-color: #E8F101;
  font-weight: 700;
  box-shadow: 0 1px 6px 0 #e8f10114
}

.nav-lnk-prog {
  background: #D01478;
  color: #fff;
  border-color: #D01478;
  font-weight: 700;
  position: relative;
  overflow: hidden
}

.nav-lnk-prog::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #14FEE7 0%, #D01478 100%);
  opacity: 0;
  transition: opacity .18s cubic-bezier(0.4, 0, 0.6, 1);
  border-radius: 6px
}

.nav-lnk-prog:hover::before {
  opacity: 1
}

.nav-lnk-prog:hover {
  color: #111118;
  border-color: #14FEE7
}

.nav-lnk-prog span {
  position: relative;
  z-index: 1
}

.ft-root {
  background: #111118;
  font-family: 'Bitter', serif
}

.ft-top {
  border-bottom: 1px solid #ffffff14;
  padding: 64px 0 32px
}

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

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

.ft-logo-mount {
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #e8f10159;
  box-shadow: 0 7px 18px 0 #14fee71c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden
}

.ft-logo-mount img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.ft-brand-nm {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1
}

.ft-brand-desc {
  font-size: 14px;
  color: #99a;
  line-height: 1.7
}

.ft-social-row {
  display: flex;
  gap: 16px;
  margin-top: 8px
}

.ft-soc-lnk {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #ffffff1f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.6, 1), background .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.ft-soc-lnk:hover {
  border-color: #14FEE7;
  background: #14fee71a
}

.ft-soc-lnk svg {
  width: 20px;
  height: 20px
}

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

.ft-col-label {
  font-size: 14px;
  font-weight: 700;
  color: #E8F101;
  text-transform: uppercase;
  letter-spacing: .12em;
  line-height: 1.1
}

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

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

.ft-contact-list li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px
}

.ft-contact-lnk {
  font-size: 14px;
  color: #c8c8d8;
  text-decoration: none;
  line-height: 1.4;
  transition: color .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.ft-contact-lnk:hover {
  color: #14FEE7
}

.ft-addr-txt {
  font-size: 14px;
  color: #c8c8d8;
  line-height: 1.7
}

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

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

.ft-nav-list li a {
  font-size: 14px;
  color: #c8c8d8;
  text-decoration: none;
  line-height: 1.7;
  transition: color .15s cubic-bezier(0.4, 0, 0.6, 1);
  display: inline-block;
  padding: 4px 0
}

.ft-nav-list li a:hover {
  color: #E8F101
}

.ft-bottom {
  padding: 32px 0
}

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

.ft-copy {
  font-size: 14px;
  color: #667;
  line-height: 1.4
}

.ft-policy-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.ft-policy-lnk {
  font-size: 14px;
  color: #667;
  text-decoration: none;
  transition: color .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.ft-policy-lnk:hover {
  color: #14FEE7
}

.ft-dot-sep {
  width: 3px;
  height: 3px;
  border-radius: 44px;
  background: #445;
  flex-shrink: 0
}

.ck-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background: #111118;
  border-bottom: 2px solid #E8F101;
  padding: 16px 0
}

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

.ck-txt {
  font-family: 'Bitter', serif;
  font-size: 14px;
  color: #c8c8d8;
  line-height: 1.7;
  flex: 1;
  min-width: 200px
}

.ck-txt a {
  color: #14FEE7;
  text-decoration: underline
}

.ck-txt a:hover {
  color: #E8F101
}

.ck-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0
}

.ck-accept {
  font-family: 'Bitter', serif;
  font-size: 14px;
  font-weight: 700;
  color: #111118;
  background: #E8F101;
  border: none;
  border-radius: 6px;
  padding: 8px 32px;
  cursor: pointer;
  min-height: 44px;
  transition: background .18s cubic-bezier(0.4, 0, 0.6, 1), color .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.ck-accept:hover {
  background: #14FEE7
}

.ck-decline {
  font-family: 'Bitter', serif;
  font-size: 14px;
  color: #99a;
  background: transparent;
  border: 1px solid #ffffff26;
  border-radius: 6px;
  padding: 8px 32px;
  cursor: pointer;
  min-height: 44px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color .15s cubic-bezier(0.4, 0, 0.6, 1), border-color .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.ck-decline:hover {
  color: #c8c8d8;
  border-color: #ffffff59
}

@media (max-width: 1024px) {
  .ft-top-hold {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .ft-brand-col {
    grid-column: 1 / -1
  }

  .hd-main-hold {
    flex-wrap: wrap;
    min-height: auto;
    padding: 16px 32px
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 8px
  }
}

@media (max-width: 768px) {
  .util-contacts {
    gap: 16px
  }

  .ft-top-hold {
    grid-template-columns: 1fr;
    gap: 32px
  }

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

  .hd-main-hold {
    padding: 16px
  }

  .util-bar-hold {
    padding: 0 16px;
    flex-wrap: wrap;
    gap: 8px
  }

  .ck-bar-hold {
    padding: 0 16px
  }
}

@media (max-width: 360px) {
  .brand-text {
    display: none
  }

  .hd-accent-bar {
    display: none
  }

  .nav-lnk {
    font-size: 14px;
    padding: 8px
  }

  .ft-top {
    padding: 32px 0
  }

  .ft-top-hold {
    padding: 0 16px
  }

  .ft-bottom-hold {
    padding: 0 16px
  }
}

.content-doc {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #2a2a2e;
  line-height: 1.7;
  font-size: 17px
}

.content-doc h1 {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 32px;
  margin-top: 0;
  color: #18181b;
  letter-spacing: -.5px
}

.content-doc h2 {
  font-size: 29px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 64px;
  margin-bottom: 16px;
  color: #18181b;
  padding-bottom: 8px;
  border-bottom: 2px solid #E8F101
}

.content-doc h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #18181b
}

.content-doc h4 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #18181b;
  text-transform: uppercase;
  letter-spacing: .08em
}

.content-doc h5 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #3a3a3f;
  text-transform: uppercase;
  letter-spacing: .1em
}

.content-doc h6 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #3a3a3f
}

.content-doc strong,
.content-doc b {
  font-weight: 700;
  color: #18181b
}

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

.content-doc a {
  color: #D01478;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .18s cubic-bezier(0.4, 0, 0.6, 1), text-decoration-color .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.content-doc a:hover {
  color: #18181b;
  text-decoration-color: #E8F101
}

.content-doc a:visited {
  color: #a01060
}

.content-doc hr {
  border: none;
  border-top: 1.5px solid #e8f10159;
  margin: 64px 0
}

.content-doc table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px 0 #e8f10114 0 7px 18px 0 #e8f1011c
}

.content-doc thead {
  background-color: #18181b;
  color: #E8F101
}

.content-doc thead th {
  padding: 16px;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
  border: none
}

.content-doc tbody tr {
  border-bottom: 1px solid #e8f1012e;
  transition: background-color .15s ease-out
}

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

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

.content-doc tbody tr:hover {
  background-color: #14fee714
}

.content-doc td {
  padding: 16px;
  color: #2a2a2e;
  vertical-align: top
}

.content-doc th {
  padding: 16px;
  vertical-align: top
}

.content-doc div {
  margin-bottom: 16px
}

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

  .content-doc h1 {
    font-size: 29px
  }

  .content-doc h2 {
    font-size: 22px;
    margin-top: 32px
  }

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

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

@media (max-width: 360px) {
  .content-doc {
    padding: 32px 8px
  }

  .content-doc h1 {
    font-size: 22px
  }
}

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

.dgst .pg-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px
}

.dgst .title-blk {
  position: relative;
  padding: 64px 0;
  background: #fff
}

.dgst .title-blk .pg-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px
}

.dgst .t-text {
  flex: 1 1 0;
  min-width: 0
}

.dgst .t-text .lbl {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #D01478;
  font-weight: 700;
  margin-bottom: 16px;
  border-bottom: 2px solid #E8F101;
  padding-bottom: 8px
}

.dgst .t-text h1 {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
  color: #111;
  margin: 0 0 16px
}

.dgst .t-text h1 em {
  font-style: italic;
  color: #D01478
}

.dgst .t-text .sub {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 32px;
  max-width: 480px
}

.dgst .t-text .meta-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center
}

.dgst .t-text .meta-row .m-item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.dgst .t-text .meta-row .m-item .m-val {
  font-size: 29px;
  line-height: 1.1;
  font-weight: 800;
  color: #111
}

.dgst .t-text .meta-row .m-item .m-lbl {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  border-top: 1px solid #E8F101;
  padding-top: 8px
}

.dgst .t-img {
  flex: 0 0 480px;
  position: relative
}

.dgst .t-img .img-shape {
  width: 480px;
  height: 380px;
  border-radius: 16px 44px 16px 44px;
  overflow: hidden;
  box-shadow: 0 12px 44px 0 #e8f1011c;
  position: relative
}

.dgst .t-img .img-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .18s cubic-bezier(0.4, 0, 0.6, 1), filter .15s ease-out;
  filter: saturate(1)
}

.dgst .t-img .img-shape img:hover {
  filter: saturate(0)
}

.dgst .t-img .img-shape::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 60%, #fff0 40%, #00000038 100%);
  pointer-events: none;
  border-radius: 16px 44px 16px 44px
}

.dgst .t-img .dots-grp {
  position: absolute;
  bottom: -24px;
  right: -24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  width: 80px;
  pointer-events: none
}

.dgst .t-img .dots-grp span {
  display: block;
  border-radius: 44px;
  background: #E8F101
}

.dgst .t-img .dots-grp span:nth-child(1) {
  width: 10px;
  height: 10px;
  opacity: .9
}

.dgst .t-img .dots-grp span:nth-child(2) {
  width: 6px;
  height: 6px;
  opacity: .6
}

.dgst .t-img .dots-grp span:nth-child(3) {
  width: 14px;
  height: 14px;
  opacity: .4
}

.dgst .t-img .dots-grp span:nth-child(4) {
  width: 8px;
  height: 8px;
  opacity: .8
}

.dgst .t-img .dots-grp span:nth-child(5) {
  width: 5px;
  height: 5px;
  opacity: .5
}

.dgst .t-img .dots-grp span:nth-child(6) {
  width: 12px;
  height: 12px;
  opacity: .3
}

.dgst .t-img .abs-shape {
  position: absolute;
  top: -20px;
  left: -30px;
  width: 90px;
  height: 90px;
  border: 3px solid #14FEE7;
  border-radius: 44px 10px 44px 10px;
  pointer-events: none;
  opacity: .5
}

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

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

.dgst .digest-blk {
  position: relative;
  padding: 64px 0;
  background: #f5f5f0
}

.dgst .digest-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(158deg, #E8F101 0%, #e8f10100 38%);
  pointer-events: none;
  opacity: .13
}

.dgst .digest-blk .pg-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px
}

.dgst .dg-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px
}

.dgst .dg-head h2 {
  font-size: 29px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin: 0;
  max-width: 520px
}

.dgst .dg-head h2 em {
  font-style: italic;
  color: #D01478
}

.dgst .dg-head .dg-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  max-width: 380px;
  margin: 0
}

.dgst .feat-strip {
  display: flex;
  flex-direction: row;
  gap: 0;
  border: 1.5px solid #14fee74d;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 6px 0 #e8f10114
}

.dgst .feat-strip .fi {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 32px;
  border-right: 1.5px solid #14fee72e;
  transition: background .16s ease-out
}

.dgst .feat-strip .fi:last-child {
  border-right: none
}

.dgst .feat-strip .fi:hover {
  background: #e8f10112
}

.dgst .feat-strip .fi .fi-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8F101;
  border-radius: 10px;
  flex-shrink: 0
}

.dgst .feat-strip .fi .fi-icon svg {
  width: 20px;
  height: 20px
}

.dgst .feat-strip .fi .fi-lbl {
  font-size: 14px;
  line-height: 1.4;
  color: #888;
  border-top: 1px solid #E8F101;
  padding-top: 8px;
  width: 100%
}

.dgst .feat-strip .fi .fi-val {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #111
}

.dgst .grid-area {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px
}

.dgst .card {
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 7px 18px 0 #e8f1011c;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1), transform .15s ease-out;
  position: relative
}

.dgst .card:hover {
  box-shadow: 0 12px 44px 0 #e8f1011c;
  transform: translateY(-2px)
}

.dgst .card:active {
  transform: scale(1.025);
  transition: transform .12s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.dgst .card.accent {
  grid-row: 1 / 3;
  background: #111;
  border-radius: 16px
}

.dgst .card.accent h3 {
  color: #E8F101
}

.dgst .card.accent .card-body {
  color: #ccc
}

.dgst .card.accent .tag {
  background: #e8f1012e;
  color: #E8F101
}

.dgst .card.accent .card-num {
  color: #14FEE7
}

.dgst .card.glow-border {
  animation: bdr-glow 2.8s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

@keyframes bdr-glow {
  0% {
    border: 2px solid #14fee726
  }

  50% {
    border: 2px solid #14fee7b3
  }

  100% {
    border: 2px solid #14fee726
  }
}

.dgst .card h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin: 0
}

.dgst .card h4 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin: 0
}

.dgst .card .tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #d014781a;
  color: #D01478;
  border-radius: 44px;
  padding: 4px 16px;
  align-self: flex-start
}

.dgst .card .card-body {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin: 0
}

.dgst .card .card-num {
  font-size: 29px;
  line-height: 1.1;
  font-weight: 800;
  color: #D01478
}

.dgst .card .card-sub {
  font-size: 14px;
  line-height: 1.4;
  color: #888;
  border-top: 1px solid #E8F101;
  padding-top: 8px
}

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

.dgst .card .card-list li {
  font-size: 17px;
  line-height: 1.4;
  color: #ccc;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.dgst .card .card-list li .dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 44px;
  background: #14FEE7;
  margin-top: 6px
}

.dgst .card .card-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #D01478;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color .14s ease-out
}

.dgst .card .card-link:hover {
  color: #111
}

@media (max-width: 1024px) {
  .dgst .title-blk .pg-wrap {
    gap: 32px
  }

  .dgst .t-img {
    flex: 0 0 360px
  }

  .dgst .t-img .img-shape {
    width: 360px;
    height: 300px
  }

  .dgst .t-text h1 {
    font-size: 55px
  }

  .dgst .grid-area {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto
  }

  .dgst .card.accent {
    grid-row: auto;
    grid-column: 1 / 3
  }

  .dgst .feat-strip {
    flex-wrap: wrap
  }

  .dgst .feat-strip .fi {
    flex: 1 1 40%;
    border-right: none;
    border-bottom: 1.5px solid #14fee72e
  }

  .dgst .feat-strip .fi:last-child {
    border-bottom: none
  }
}

@media (max-width: 768px) {
  .dgst .title-blk .pg-wrap {
    flex-direction: column;
    gap: 32px
  }

  .dgst .t-img {
    flex: 0 0 auto;
    width: 100%
  }

  .dgst .t-img .img-shape {
    width: 100%;
    height: 260px
  }

  .dgst .t-text h1 {
    font-size: 29px
  }

  .dgst .t-text .meta-row {
    gap: 16px;
    flex-wrap: wrap
  }

  .dgst .dg-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .dgst .grid-area {
    grid-template-columns: 1fr
  }

  .dgst .card.accent {
    grid-column: auto
  }

  .dgst .feat-strip .fi {
    flex: 1 1 100%
  }
}

@media (max-width: 360px) {
  .dgst .pg-wrap {
    padding: 0 16px
  }

  .dgst .t-text h1 {
    font-size: 22px
  }

  .dgst .t-text .meta-row .m-item .m-val {
    font-size: 22px
  }
}

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

.bse *,
.bse ::before,
.bse ::after {
  box-sizing: border-box
}

.bse .mx {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.bse .ttl {
  display: flex;
  flex-direction: row;
  min-height: 560px
}

.bse .ttl-lft {
  flex: 0 0 52%;
  background: #111;
  padding: 64px 48px 48px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden
}

.bse .ttl-rgt {
  flex: 0 0 48%;
  background: #E8F101;
  padding: 64px 48px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden
}

.bse .ttl-lft .dots-path {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.bse .ttl-lft .dots-path .drow {
  display: flex;
  flex-direction: row;
  gap: 8px
}

.bse .ttl-lft .dots-path .dot {
  width: 5px;
  height: 5px;
  border-radius: 44px;
  background: #e8f10147
}

.bse .ttl-lft .dots-path .dot.act {
  background: #E8F101
}

.bse .ttl-eyb {
  font-size: 14px;
  line-height: 1.4;
  color: #14FEE7;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 500
}

.bse .ttl-h1 {
  font-size: 55px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin: 0 0 32px
}

.bse .ttl-h1 em {
  color: #E8F101;
  font-style: italic
}

.bse .ttl-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #ffffffb8;
  max-width: 420px
}

.bse .ttl-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 3px solid #111;
  transition: filter .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.bse .ttl-img:hover {
  filter: saturate(0)
}

.bse .ttl-rgt-label {
  font-size: 14px;
  line-height: 1.4;
  color: #111;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 16px
}

.bse .zzg {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.bse .zzg svg {
  display: block;
  width: 100%
}

.bse .avail {
  padding: 64px 0;
  background: #fff
}

.bse .avail .mx {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.bse .avail-hd {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 64px
}

.bse .avail-hd-txt {
  flex: 0 0 auto
}

.bse .avail-h2 {
  font-size: 29px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
  margin: 0 0 8px
}

.bse .avail-h2 em {
  color: #D01478;
  font-style: italic
}

.bse .avail-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  max-width: 520px
}

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

.bse .av-card {
  border: 1.5px solid #eee;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 0.6, 1), border-color .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.bse .av-card:hover {
  box-shadow: 0 7px 18px 0 #e8f1011c;
  border-color: #E8F101
}

.bse .av-card:hover .av-img {
  filter: saturate(0)
}

.bse .av-num {
  width: 40px;
  height: 40px;
  border-radius: 44px;
  border: 1.5px solid #D01478;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0
}

.bse .av-num::before {
  content: "";
  position: absolute;
  inset: -1.5px;
  border-radius: 44px;
  background: conic-gradient(#D01478 0deg 200deg, transparent 200deg 360deg);
  z-index: 0;
  opacity: .18
}

.bse .av-num span {
  font-size: 14px;
  font-weight: 700;
  color: #D01478;
  position: relative;
  z-index: 1
}

.bse .av-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #eee
}

.bse .av-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: filter .19s cubic-bezier(0.4, 0, 0.6, 1)
}

.bse .av-h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin: 0
}

.bse .av-p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0
}

.bse .av-tag {
  display: inline-block;
  background: #E8F101;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 6px
}

.bse .torn {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.bse .torn svg {
  display: block;
  width: 100%
}

.bse .rep {
  padding: 64px 0;
  background: #111;
  position: relative;
  overflow: hidden
}

.bse .rep-blob {
  position: absolute;
  width: 480px;
  height: 380px;
  border-radius: 44% 56% 62% 38% / 48% 42% 58% 52%;
  background: #14fee70f;
  top: -64px;
  right: -64px;
  pointer-events: none
}

.bse .rep .mx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.bse .rep-lbl {
  font-size: 14px;
  color: #14FEE7;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 16px
}

.bse .rep-h2 {
  font-size: 29px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px
}

.bse .rep-h2 em {
  color: #14FEE7;
  font-style: italic
}

.bse .rep-p {
  font-size: 17px;
  line-height: 1.7;
  color: #ffffffb3;
  margin: 0
}

.bse .rep-refs {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.bse .ref-item {
  border-left: 3px solid #14FEE7;
  border-top: 1px solid #14fee72e;
  padding: 16px;
  border-radius: 0 6px 6px 0;
  background: #14fee70a
}

.bse .ref-item-name {
  font-size: 14px;
  font-weight: 700;
  color: #14FEE7;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.bse .ref-item-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffffa6;
  margin: 0
}

.bse .exp {
  padding: 64px 0;
  background: #f5f5f0
}

.bse .exp .mx {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.bse .exp-top {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.bse .exp-top-txt {
  flex: 1
}

.bse .exp-lbl {
  font-size: 14px;
  color: #D01478;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 16px
}

.bse .exp-h2 {
  font-size: 29px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
  margin: 0 0 16px
}

.bse .exp-h2 em {
  color: #D01478;
  font-style: italic
}

.bse .exp-p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0
}

.bse .exp-img-wrap {
  flex: 0 0 380px;
  border: 3px solid #111;
  border-radius: 6px;
  overflow: hidden
}

.bse .exp-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: filter .21s cubic-bezier(0.4, 0, 0.6, 1)
}

.bse .exp-img:hover {
  filter: saturate(0)
}

.bse .exp-phases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.bse .ph-item {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  border: 1.5px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .17s cubic-bezier(0.4, 0, 0.6, 1)
}

.bse .ph-item:hover {
  box-shadow: 0 12px 44px 0 #d014781c
}

.bse .ph-arc {
  width: 36px;
  height: 36px;
  border-radius: 44px;
  border: 2px solid #d0147833;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.bse .ph-arc::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 44px;
  background: conic-gradient(#D01478 0deg 120deg, transparent 120deg 360deg);
  opacity: .22
}

.bse .ph-arc span {
  font-size: 14px;
  font-weight: 700;
  color: #D01478;
  position: relative;
  z-index: 1
}

.bse .ph-h4 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin: 0
}

.bse .ph-p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0
}

.bse .scl {
  padding: 64px 0;
  background: #E8F101;
  position: relative
}

.bse .scl-bg-grad {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, #ffffff38 0%, transparent 80%);
  pointer-events: none
}

.bse .scl .mx {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative
}

.bse .scl-h2 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin: 0;
  max-width: 540px
}

.bse .scl-h2 em {
  color: #D01478;
  font-style: italic
}

.bse .scl-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px
}

.bse .scl-num-blk {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.bse .scl-big {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 700;
  color: #111
}

.bse .scl-lbl {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  font-weight: 500
}

.bse .scl-sep {
  width: 48px;
  height: 3px;
  background: #111;
  border-radius: 6px;
  margin-top: 8px
}

.bse .scl-img-row {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.bse .scl-img-wrap {
  flex: 1;
  border: 3px solid #111;
  border-radius: 6px;
  overflow: hidden
}

.bse .scl-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: filter .16s cubic-bezier(0.4, 0, 0.6, 1)
}

.bse .scl-img:hover {
  filter: saturate(0)
}

.bse .ppl {
  padding: 64px 0;
  background: #fff
}

.bse .ppl .mx {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.bse .ppl-hd {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-end
}

.bse .ppl-h2 {
  font-size: 29px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
  margin: 0 0 8px;
  flex: 0 0 auto
}

.bse .ppl-h2 em {
  color: #D01478;
  font-style: italic
}

.bse .ppl-intro {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  max-width: 480px
}

.bse .ppl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.bse .person-card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  border: 1.5px solid #eee;
  border-radius: 10px;
  padding: 16px;
  transition: box-shadow .19s cubic-bezier(0.4, 0, 0.6, 1)
}

.bse .person-card:hover {
  box-shadow: 0 7px 18px 0 #e8f1011c
}

.bse .person-card:hover .port-img {
  filter: saturate(0)
}

.bse .port-wrap {
  flex-shrink: 0;
  width: 88px;
  height: 112px;
  overflow: hidden;
  border: 2px solid #eee
}

.bse .port-img {
  width: 88px;
  height: 112px;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: filter .21s cubic-bezier(0.4, 0, 0.6, 1)
}

.bse .person-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center
}

.bse .person-name {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin: 0
}

.bse .person-role {
  font-size: 14px;
  line-height: 1.4;
  color: #D01478;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em
}

.bse .person-bio {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0
}

.bse .person-no-img {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1.5px solid #eee;
  border-radius: 10px;
  padding: 16px
}

@keyframes hgt-expand {
  from {
    max-height: 0;
    opacity: 0
  }

  to {
    max-height: 9000px;
    opacity: 1
  }
}

.bse .ttl {
  animation: hgt-expand .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

.bse .scl-num-blk:hover .scl-big {
  text-shadow: 0 0 24px #d0147847
}

@media (max-width: 1024px) {
  .bse .ttl {
    flex-direction: column
  }

  .bse .ttl-lft,
  .bse .ttl-rgt {
    flex: none;
    width: 100%;
    padding: 48px 32px 32px
  }

  .bse .ttl-h1 {
    font-size: 29px
  }

  .bse .avail-grid {
    grid-template-columns: 1fr 1fr
  }

  .bse .rep .mx {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .bse .exp-top {
    flex-direction: column;
    gap: 32px
  }

  .bse .exp-img-wrap {
    flex: none;
    width: 100%
  }

  .bse .exp-phases {
    grid-template-columns: 1fr 1fr
  }

  .bse .scl-row {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .bse .ppl-hd {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
  }
}

@media (max-width: 768px) {
  .bse .mx {
    padding-left: 16px;
    padding-right: 16px
  }

  .bse .ttl-h1 {
    font-size: 22px
  }

  .bse .avail-grid {
    grid-template-columns: 1fr
  }

  .bse .avail-hd {
    flex-direction: column;
    gap: 16px
  }

  .bse .exp-phases {
    grid-template-columns: 1fr
  }

  .bse .scl-row {
    grid-template-columns: 1fr 1fr
  }

  .bse .ppl-grid {
    grid-template-columns: 1fr
  }

  .bse .scl-img-row {
    flex-direction: column
  }
}

@media (max-width: 360px) {

  .bse .ttl-lft,
  .bse .ttl-rgt {
    padding: 32px 16px
  }

  .bse .scl-row {
    grid-template-columns: 1fr
  }

  .bse .scl-big {
    font-size: 29px
  }
}

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

.cu-pg .max-w {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.cu-pg .sec-num {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px
}

.cu-pg .sec-num span {
  font-size: 14px;
  color: #888;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap
}

.cu-pg .sec-num::before,
.cu-pg .sec-num::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd
}

.cu-pg .ttl-blk {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #fff;
  position: relative
}

.cu-pg .ttl-blk .dec-lines {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  pointer-events: none;
  overflow: hidden
}

.cu-pg .ttl-blk .dec-lines svg {
  width: 100%;
  height: 100%;
  opacity: .09
}

.cu-pg .ttl-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1
}

.cu-pg .ttl-label {
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #D01478;
  font-style: italic;
  margin-bottom: 16px
}

.cu-pg .ttl-h {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px
}

.cu-pg .ttl-h em {
  color: #D01478;
  font-style: italic
}

.cu-pg .ttl-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 32px
}

.cu-pg .ttl-img-wrap {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 44px 0 #e8f1011c
}

.cu-pg .ttl-img-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: filter .18s ease-out
}

.cu-pg .ttl-img-wrap:hover img {
  filter: saturate(0)
}

.cu-pg .ttl-img-wrap .img-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #fff0 40%, #ffffffe0 100%);
  pointer-events: none;
  border-radius: 16px
}

.cu-pg .ttl-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.cu-pg .sh-a {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid #e8f10138;
  border-radius: 16px;
  bottom: 24px;
  right: 32px
}

.cu-pg .sh-b {
  position: absolute;
  width: 72px;
  height: 72px;
  border: 2px solid #14fee72e;
  border-radius: 10px;
  bottom: 48px;
  right: 64px
}

.cu-pg .info-sec {
  background: #111;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden
}

.cu-pg .info-sec .vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  animation: vig-pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate
}

@keyframes vig-pulse {
  from {
    box-shadow: inset 0 0 80px 20px #0000008c
  }

  to {
    box-shadow: inset 0 0 160px 60px #000000c7
  }
}

.cu-pg .info-sec .stripe-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, #ffffff06 0px, #ffffff06 1px, transparent 1px, transparent 32px)
}

.cu-pg .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  position: relative;
  z-index: 1
}

.cu-pg .info-card {
  border: 1px solid #14fee72e;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff0a;
  box-shadow: 0 7px 18px 0 #14fee71c;
  transition: border-color .18s ease-out, background .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.cu-pg .info-card:hover {
  border-color: #14fee780;
  background: #ffffff12
}

.cu-pg .ic-icon {
  width: 44px;
  height: 44px;
  border: 1.5px solid #14fee759;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cu-pg .ic-icon svg {
  width: 22px;
  height: 22px
}

.cu-pg .ic-lbl {
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #14FEE7;
  font-weight: 600
}

.cu-pg .ic-val {
  font-size: 17px;
  line-height: 1.4;
  color: #eee;
  word-break: break-word
}

.cu-pg .ic-val a {
  color: #eee;
  text-decoration: underline;
  text-decoration-color: #e8f10180;
  text-decoration-thickness: 2px;
  transition: color .15s ease-out, text-decoration-color .15s ease-out
}

.cu-pg .ic-val a:hover {
  color: #E8F101;
  text-decoration-color: #E8F101
}

.cu-pg .ic-note {
  font-size: 14px;
  color: #888;
  line-height: 1.4
}

.cu-pg .form-sec {
  background: #f5f5f0;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative
}

.cu-pg .form-sec .dec-corner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 180px;
  pointer-events: none;
  overflow: hidden
}

.cu-pg .form-sec .dec-corner svg {
  opacity: .07;
  width: 100%;
  height: 100%
}

.cu-pg .form-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start
}

.cu-pg .form-aside {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.cu-pg .form-aside-h {
  font-size: 29px;
  line-height: 1.1;
  font-weight: 700;
  color: #111
}

.cu-pg .form-aside-h em {
  color: #D01478;
  font-style: italic
}

.cu-pg .form-aside-p {
  font-size: 17px;
  line-height: 1.7;
  color: #444
}

.cu-pg .donut-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}

.cu-pg .donut-wrap svg {
  width: 120px;
  height: 120px
}

.cu-pg .donut-stats {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cu-pg .ds-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.cu-pg .ds-dot {
  width: 10px;
  height: 10px;
  border-radius: 44px;
  flex-shrink: 0
}

.cu-pg .ds-lbl {
  font-size: 14px;
  color: #555
}

.cu-pg .cf {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 1px 6px 0 #e8f10114;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cu-pg .cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.cu-pg .cf-field {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cu-pg .cf-field.full {
  grid-column: 1 / -1
}

.cu-pg .cf-label {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  letter-spacing: .06em;
  text-transform: uppercase
}

.cu-pg .cf-input {
  width: 100%;
  padding: 16px;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  font-size: 17px;
  color: #111;
  background: #fafbfc;
  box-shadow: inset 0 1px 4px 0 #e8f10112;
  transition: border-color .18s ease-out, box-shadow .18s ease-out;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  appearance: none
}

.cu-pg .cf-input::placeholder {
  color: #bbb;
  font-weight: 300
}

.cu-pg .cf-input:focus {
  border-color: #D01478;
  box-shadow: inset 0 1px 4px 0 #d0147817
}

.cu-pg .cf-select {
  width: 100%;
  padding: 16px;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  font-size: 17px;
  color: #111;
  background: #fafbfc;
  box-shadow: inset 0 1px 4px 0 #e8f10112;
  transition: border-color .18s ease-out;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23888' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center
}

.cu-pg .cf-select:focus {
  border-color: #D01478
}

.cu-pg .ch-grp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px
}

.cu-pg .ch-opt {
  position: relative
}

.cu-pg .ch-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none
}

.cu-pg .ch-opt label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1.5px solid #ddd;
  border-radius: 44px;
  font-size: 14px;
  color: #444;
  cursor: pointer;
  transition: border-color .15s ease-out, background .15s ease-out, color .15s ease-out;
  background: #fff;
  user-select: none
}

.cu-pg .ch-opt input[type="radio"]:checked+label {
  border-color: #D01478;
  background: #D01478;
  color: #fff
}

.cu-pg .ch-opt label:hover {
  border-color: #D01478;
  color: #D01478
}

.cu-pg .ch-opt input[type="radio"]:checked+label:hover {
  color: #fff
}

.cu-pg .ch-opt label svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.cu-pg .priv-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #f9f8f4
}

.cu-pg .priv-row input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #D01478;
  cursor: pointer
}

.cu-pg .priv-txt {
  font-size: 14px;
  line-height: 1.7;
  color: #555
}

.cu-pg .priv-txt a {
  color: #D01478;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: color .15s ease-out
}

.cu-pg .priv-txt a:hover {
  color: #111
}

.cu-pg .btn-submit {
  display: inline-block;
  padding: 16px 32px;
  background: #111;
  color: #E8F101;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .06em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .18s ease-out;
  align-self: flex-start
}

.cu-pg .btn-submit::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 60%;
  height: 200%;
  background: #e8f1012e;
  transform: skewX(-20deg);
  transition: left .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.cu-pg .btn-submit:hover::before {
  left: 130%
}

.cu-pg .btn-submit:hover {
  background: #D01478;
  color: #fff
}

.cu-pg .btn-submit:focus {
  outline: 3px solid #14FEE7;
  outline-offset: 2px
}

@media (max-width: 1024px) {
  .cu-pg .info-grid {
    grid-template-columns: 1fr 1fr
  }

  .cu-pg .form-wrap {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .cu-pg .ttl-h {
    font-size: 55px
  }
}

@media (max-width: 768px) {
  .cu-pg .info-grid {
    grid-template-columns: 1fr
  }

  .cu-pg .cf-row {
    grid-template-columns: 1fr
  }

  .cu-pg .ttl-h {
    font-size: 29px
  }

  .cu-pg .max-w {
    padding-left: 16px;
    padding-right: 16px
  }

  .cu-pg .cf {
    padding: 16px
  }
}

@media (max-width: 360px) {
  .cu-pg .ttl-h {
    font-size: 22px
  }

  .cu-pg .ch-grp {
    flex-direction: column
  }
}

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

.anlyt .aw {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px
}

.anlyt .pg-head {
  padding: 64px 0;
  background: #fff;
  position: relative
}

.anlyt .pg-head::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: #f5f5f0;
  clip-path: ellipse(55% 100% at 50% 100%)
}

.anlyt .pg-head .aw {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 64px
}

.anlyt .ph-img {
  flex: 0 0 320px;
  position: relative
}

.anlyt .ph-img img {
  width: 320px;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  border: 2px solid #222;
  box-shadow: 0 12px 44px 0 #e8f1011c;
  filter: sepia(0.35) contrast(1.08) brightness(0.97);
  transition: filter .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.anlyt .ph-img img:hover {
  filter: grayscale(1) contrast(1.1)
}

.anlyt .ph-img .geo-line-tl {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 48px;
  height: 48px;
  pointer-events: none
}

.anlyt .ph-img .geo-line-br {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 48px;
  height: 48px;
  pointer-events: none
}

.anlyt .ph-txt {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 32px 0
}

.anlyt .ph-eyebrow {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #D01478;
  font-weight: 700
}

.anlyt .ph-h1 {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
  color: #111;
  margin: 0;
  animation: track-in .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes track-in {
  from {
    letter-spacing: -.06em;
    opacity: .3
  }

  to {
    letter-spacing: -.01em;
    opacity: 1
  }
}

.anlyt .ph-h1 em {
  color: #D01478;
  font-style: italic
}

.anlyt .ph-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0;
  max-width: 520px
}

.anlyt .ph-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 44px;
  background: #E8F101;
  border: 2px solid #bbb;
  vertical-align: middle;
  margin-right: 8px
}

.anlyt .ph-meta {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.anlyt .sec-metrics {
  background: #f5f5f0;
  padding: 64px 0 80px;
  position: relative
}

.anlyt .sec-metrics .aw {
  display: flex;
  flex-direction: column;
  gap: 64px
}

.anlyt .sm-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px
}

.anlyt .met-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 7px 18px 0 #14fee71c;
  border-top: 4px solid #E8F101;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1), border-top-color .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.anlyt .met-card:hover {
  box-shadow: 0 12px 44px 0 #14fee71c;
  border-top-color: #14FEE7
}

.anlyt .met-card.featured {
  grid-column: span 2;
  background: #111;
  border-top-color: #D01478;
  box-shadow: 0 12px 44px 0 #e8f1011c
}

.anlyt .met-card.featured:hover {
  border-top-color: #E8F101
}

.anlyt .met-num {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
  color: #111;
  letter-spacing: -.02em
}

.anlyt .met-card.featured .met-num {
  color: #E8F101;
  font-size: 70px
}

.anlyt .met-label {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .09em
}

.anlyt .met-card.featured .met-label {
  color: #14FEE7
}

.anlyt .met-body {
  font-size: 17px;
  line-height: 1.7;
  color: #333
}

.anlyt .met-card.featured .met-body {
  color: #ccc
}

.anlyt .met-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center
}

.anlyt .sm-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.anlyt .topic-row {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.anlyt .topic-h {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin: 0
}

.anlyt .topic-h em {
  color: #D01478;
  font-style: italic
}

.anlyt .topic-p {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin: 0
}

.anlyt .bar-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px
}

.anlyt .bar-item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.anlyt .bar-label {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.anlyt .bar-track {
  height: 8px;
  background: #e8e8e0;
  border-radius: 6px;
  overflow: hidden
}

.anlyt .bar-fill {
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(105deg, #E8F101 0%, #14FEE7 100%);
  transition: width .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.anlyt .sec-deep {
  background: #111;
  padding: 80px 0 64px;
  position: relative
}

.anlyt .sec-deep::before {
  content: '';
  display: block;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  height: 32px;
  background: #111;
  clip-path: ellipse(52% 100% at 50% 0%)
}

.anlyt .sec-deep .aw {
  display: flex;
  flex-direction: column;
  gap: 64px
}

.anlyt .sd-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px
}

.anlyt .sd-h2 {
  font-size: 29px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
  margin: 0;
  max-width: 600px
}

.anlyt .sd-h2 em {
  color: #14FEE7;
  font-style: italic
}

.anlyt .sd-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #aaa;
  max-width: 320px;
  text-align: left
}

.anlyt .sd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px
}

.anlyt .sd-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  border-radius: 10px;
  border: 1px solid #2a2a2a;
  background: #181818;
  transition: border-color .15s cubic-bezier(0.4, 0, 0.6, 1), background .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.anlyt .sd-item:hover {
  border-color: #E8F101;
  background: #1e1e1a
}

.anlyt .sd-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #E8F101;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.anlyt .sd-item-h {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin: 0
}

.anlyt .sd-item-p {
  font-size: 14px;
  line-height: 1.7;
  color: #999;
  margin: 0
}

.anlyt .sd-link {
  font-size: 14px;
  line-height: 1.4;
  color: #14FEE7;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color .12s cubic-bezier(0.4, 0, 0.6, 1)
}

.anlyt .sd-link:hover {
  color: #E8F101
}

@media (max-width: 1024px) {
  .anlyt .pg-head .aw {
    gap: 32px
  }

  .anlyt .ph-img {
    flex: 0 0 240px
  }

  .anlyt .ph-img img {
    width: 240px;
    height: 320px
  }

  .anlyt .ph-h1 {
    font-size: 29px
  }

  .anlyt .sm-top {
    grid-template-columns: 1fr 1fr
  }

  .anlyt .met-card.featured {
    grid-column: span 2
  }

  .anlyt .sd-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 768px) {
  .anlyt .pg-head .aw {
    flex-direction: column;
    gap: 32px
  }

  .anlyt .ph-img {
    flex: none;
    width: 100%
  }

  .anlyt .ph-img img {
    width: 100%;
    height: 240px
  }

  .anlyt .ph-h1 {
    font-size: 29px
  }

  .anlyt .sm-top {
    grid-template-columns: 1fr
  }

  .anlyt .met-card.featured {
    grid-column: span 1
  }

  .anlyt .sm-bottom {
    grid-template-columns: 1fr
  }

  .anlyt .sd-grid {
    grid-template-columns: 1fr
  }

  .anlyt .sd-head {
    flex-direction: column;
    align-items: flex-start
  }

  .anlyt .sd-sub {
    max-width: 100%
  }
}

@media (max-width: 360px) {
  .anlyt .aw {
    padding: 0 16px
  }

  .anlyt .ph-h1 {
    font-size: 22px
  }

  .anlyt .met-num {
    font-size: 29px
  }

  .anlyt .met-card.featured .met-num {
    font-size: 55px
  }
}

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

.abt-us .seg-a {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
  position: relative
}

.abt-us .seg-a .txt-col {
  position: relative
}

.abt-us .seg-a .eyebrow {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #D01478;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 16px
}

.abt-us .seg-a .hdl {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
  color: #111;
  margin-bottom: 32px;
  max-width: 520px
}

.abt-us .seg-a .hdl em {
  color: #D01478;
  font-style: italic
}

.abt-us .seg-a .lead {
  font-size: 22px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 16px;
  max-width: 480px
}

.abt-us .seg-a .body-p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  max-width: 480px;
  margin-bottom: 16px
}

.abt-us .seg-a .divider-short {
  width: 80px;
  height: 3px;
  background: #E8F101;
  margin: 32px 0;
  border-radius: 6px
}

.abt-us .seg-a .stat-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px
}

.abt-us .seg-a .stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .seg-a .stat-num {
  font-size: 29px;
  line-height: 1.1;
  font-weight: 800;
  color: #111
}

.abt-us .seg-a .stat-lbl {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  text-transform: uppercase;
  letter-spacing: .08em
}

.abt-us .seg-a .img-col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}

.abt-us .seg-a .img-strip {
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-radius: 6px 44px 6px 44px;
  box-shadow: 0 12px 44px 0 #e8f1011c;
  position: relative
}

.abt-us .seg-a .img-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.88) saturate(0.9);
  transition: filter .18s cubic-bezier(0.4, 0, 0.6, 1), transform .22s cubic-bezier(0.4, 0, 0.6, 1);
  display: block;
  animation: slow-zoom 12s ease-in-out infinite alternate
}

@keyframes slow-zoom {
  from {
    transform: scale(1)
  }

  to {
    transform: scale(1.06)
  }
}

.abt-us .seg-a .img-strip:hover img {
  filter: brightness(1.05) saturate(1)
}

.abt-us .seg-a .dot-grid {
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 96px;
  height: 96px;
  pointer-events: none;
  z-index: 0
}

.abt-us .seg-a .dot-grid svg {
  width: 100%;
  height: 100%
}

.abt-us .seg-a .img-accent {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 64px;
  height: 64px;
  background: #E8F101;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none
}

.abt-us .seg-a .punct-mark {
  position: absolute;
  top: 0;
  right: -32px;
  font-size: 220px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #14fee72e;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.abt-us .seg-a .reveal-in {
  animation: reveal-rot .52s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes reveal-rot {
  from {
    opacity: 0;
    transform: rotate(-2deg) translateY(24px)
  }

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

.abt-us .seg-b {
  background: #111;
  position: relative;
  overflow: hidden
}

.abt-us .seg-b .bg-img-wrap {
  position: absolute;
  inset: 0;
  z-index: 0
}

.abt-us .seg-b .bg-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .18;
  filter: saturate(0.3) brightness(0.6);
  display: block
}

.abt-us .seg-b .bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #111111eb 0%, #111111b8 100%);
  z-index: 1;
  pointer-events: none
}

.abt-us .seg-b .inner-b {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.abt-us .seg-b .col-left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-us .seg-b .col-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-us .seg-b .tag-b {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #14FEE7;
  font-weight: 600
}

.abt-us .seg-b .hdl-b {
  font-size: 29px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff
}

.abt-us .seg-b .hdl-b em {
  color: #E8F101;
  font-style: italic
}

.abt-us .seg-b .para-b {
  font-size: 17px;
  line-height: 1.7;
  color: #ffffffc7
}

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

.abt-us .seg-b .feat-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #ffffff0a;
  border-radius: 10px;
  border: 1px solid #14fee71f;
  transition: background .18s cubic-bezier(0.4, 0, 0.6, 1), border-color .15s ease-out
}

.abt-us .seg-b .feat-list li:hover {
  background: #14fee712;
  border-color: #14fee747
}

.abt-us .seg-b .feat-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #e8f1011f;
  display: flex;
  align-items: center;
  justify-content: center
}

.abt-us .seg-b .feat-icon svg {
  width: 22px;
  height: 22px
}

.abt-us .seg-b .feat-txt strong {
  display: block;
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px
}

.abt-us .seg-b .feat-txt span {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff9e
}

.abt-us .seg-b .person-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #ffffff0d;
  border-radius: 10px;
  border: 1px solid #e8f10124
}

.abt-us .seg-b .person-img {
  width: 80px;
  height: 80px;
  border-radius: 44px;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #E8F101
}

.abt-us .seg-b .person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: brightness(0.9) saturate(0.85);
  transition: filter .19s ease-out;
  display: block
}

.abt-us .seg-b .person-img:hover img {
  filter: brightness(1.05) saturate(1)
}

.abt-us .seg-b .person-info {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .seg-b .person-name {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff
}

.abt-us .seg-b .person-role {
  font-size: 14px;
  line-height: 1.4;
  color: #14FEE7;
  letter-spacing: .06em
}

.abt-us .seg-b .person-quote {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff9e;
  font-style: italic
}

.abt-us .seg-b .img-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.abt-us .seg-b .img-thumb {
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
  box-shadow: 0 7px 18px 0 #e8f1011c
}

.abt-us .seg-b .img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.8) saturate(0.7);
  transition: filter .21s cubic-bezier(0.4, 0, 0.6, 1);
  display: block
}

.abt-us .seg-b .img-thumb:hover img {
  filter: brightness(1.05) saturate(1)
}

.abt-us .seg-b .img-thumb.tall {
  height: 380px;
  grid-row: span 2
}

.abt-us .seg-b .img-trio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px
}

.abt-us .seg-b .divider-b {
  width: 60px;
  height: 2px;
  background: #14fee766;
  border-radius: 6px
}

.abt-us .seg-b .cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #E8F101;
  text-decoration: none;
  border-bottom: 3px solid #e8f10159;
  padding-bottom: 4px;
  transition: border-color .16s ease-out, color .16s ease-out
}

.abt-us .seg-b .cta-link:hover {
  color: #fff;
  border-color: #E8F101
}

@media (max-width: 1024px) {
  .abt-us .seg-a {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-us .seg-a .hdl {
    font-size: 55px
  }

  .abt-us .seg-a .img-strip {
    height: 320px
  }

  .abt-us .seg-a .punct-mark {
    display: none
  }

  .abt-us .seg-b .inner-b {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

@media (max-width: 768px) {
  .abt-us .seg-a {
    padding: 32px 16px;
    gap: 32px
  }

  .abt-us .seg-a .hdl {
    font-size: 29px
  }

  .abt-us .seg-a .lead {
    font-size: 17px
  }

  .abt-us .seg-a .stat-row {
    flex-direction: column;
    gap: 16px
  }

  .abt-us .seg-a .img-strip {
    height: 240px
  }

  .abt-us .seg-b .inner-b {
    padding: 32px 16px
  }

  .abt-us .seg-b .img-trio {
    grid-template-columns: 1fr
  }

  .abt-us .seg-b .img-thumb.tall {
    height: 200px;
    grid-row: auto
  }
}

@media (max-width: 360px) {
  .abt-us .seg-a .hdl {
    font-size: 22px
  }

  .abt-us .seg-b .hdl-b {
    font-size: 22px
  }
}

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

.lrn-prog .lp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px
}

.lrn-prog .lp-split .lp-left {
  background: #E8F101;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.lrn-prog .lp-split .lp-left::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1.5px dashed #14fee773;
  border-radius: 10px;
  pointer-events: none
}

.lrn-prog .lp-split .lp-left .lp-dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  pointer-events: none
}

.lrn-prog .lp-split .lp-left .lp-dots span {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 44px;
  background: #d0147840
}

.lrn-prog .lp-split .lp-left .lp-tag {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #D01478;
  margin-bottom: 16px;
  line-height: 1.4
}

.lrn-prog .lp-split .lp-left .lp-h1 {
  font-size: 55px;
  font-weight: 900;
  line-height: 1.1;
  color: #111;
  margin: 0 0 16px
}

.lrn-prog .lp-split .lp-left .lp-h1 em {
  font-style: italic;
  color: #D01478
}

.lrn-prog .lp-split .lp-left .lp-divline {
  width: 48px;
  height: 4px;
  background: #111;
  margin-bottom: 16px;
  border-radius: 6px
}

.lrn-prog .lp-split .lp-left .lp-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #222;
  max-width: 420px;
  margin: 0
}

.lrn-prog .lp-split .lp-right {
  background: #14FEE7;
  position: relative;
  overflow: hidden
}

.lrn-prog .lp-split .lp-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.85);
  transition: filter .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.lrn-prog .lp-split .lp-right img:hover {
  filter: saturate(0)
}

.lrn-prog .lp-split .lp-right .lp-img-badge {
  position: absolute;
  bottom: 32px;
  left: 32px;
  background: #E8F101;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  box-shadow: 0 7px 18px 0 #e8f1011c
}

.lrn-prog .lp-divider-a {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0
}

.lrn-prog .lp-divider-a .d-thick {
  height: 4px;
  background: #111
}

.lrn-prog .lp-divider-a .d-thin {
  height: 1px;
  background: #D01478;
  opacity: .3
}

.lrn-prog .lp-mods {
  padding: 64px 0;
  background: #fff
}

.lrn-prog .lp-mods .lp-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px
}

.lrn-prog .lp-mods .mod-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 32px
}

.lrn-prog .lp-mods .mod-head .mh-left h2 {
  font-size: 29px;
  font-weight: 800;
  line-height: 1.1;
  color: #111;
  margin: 0 0 8px
}

.lrn-prog .lp-mods .mod-head .mh-left h2 em {
  font-style: italic;
  color: #D01478
}

.lrn-prog .lp-mods .mod-head .mh-right {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  max-width: 340px;
  text-align: left
}

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

.lrn-prog .lp-mods .mod-card {
  background: #fff;
  border-radius: 10px;
  border: 1.5px solid #eee;
  padding: 32px;
  position: relative;
  box-shadow: 0 1px 6px 0 #e8f10114;
  transition: box-shadow .16s cubic-bezier(0.4, 0, 0.6, 1), border-color .16s cubic-bezier(0.4, 0, 0.6, 1);
  overflow: hidden
}

.lrn-prog .lp-mods .mod-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  pointer-events: none;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.6, 1)
}

.lrn-prog .lp-mods .mod-card:hover::after {
  border-color: #14FEE7
}

.lrn-prog .lp-mods .mod-card:hover {
  box-shadow: 0 7px 18px 0 #14fee71c;
  border-color: transparent
}

.lrn-prog .lp-mods .mod-card .mc-num {
  font-size: 55px;
  font-weight: 900;
  line-height: 1.1;
  color: #E8F101;
  margin: 0 0 8px;
  letter-spacing: -.02em
}

.lrn-prog .lp-mods .mod-card .mc-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center
}

.lrn-prog .lp-mods .mod-card h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
  margin: 0 0 8px
}

.lrn-prog .lp-mods .mod-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0
}

.lrn-prog .lp-mods .mod-card .mc-tag {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #D01478;
  background: #d0147812;
  border-radius: 44px;
  padding: 4px 12px
}

.lrn-prog .lp-divider-b {
  height: 2px;
  background: linear-gradient(90deg, #E8F101 0%, #14FEE7 60%, transparent 100%)
}

.lrn-prog .lp-instructors {
  padding: 64px 0;
  background: linear-gradient(0deg, #fff 0%, #f3f3f0 100%)
}

.lrn-prog .lp-instructors .lp-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px
}

.lrn-prog .lp-instructors .ins-top {
  margin-bottom: 32px
}

.lrn-prog .lp-instructors .ins-top h2 {
  font-size: 29px;
  font-weight: 800;
  line-height: 1.1;
  color: #111;
  margin: 0 0 8px
}

.lrn-prog .lp-instructors .ins-top h2 em {
  font-style: italic;
  color: #14FEE7;
  -webkit-text-stroke: .5px #0ab8a8
}

.lrn-prog .lp-instructors .ins-top p {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  max-width: 560px;
  margin: 0
}

.lrn-prog .lp-instructors .ins-cols {
  display: grid;
  grid-template-columns: 1fr 1.18fr 1fr;
  gap: 16px;
  align-items: start
}

.lrn-prog .lp-instructors .ins-col {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 6px 0 #e8f10114;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.lrn-prog .lp-instructors .ins-col.center {
  box-shadow: 0 12px 44px 0 #14fee71c;
  border: 2px solid #14FEE7
}

.lrn-prog .lp-instructors .ins-col .ic-portrait {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden
}

.lrn-prog .lp-instructors .ins-col .ic-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  filter: saturate(0.9);
  transition: filter .2s cubic-bezier(0.4, 0, 0.6, 1)
}

.lrn-prog .lp-instructors .ins-col .ic-portrait img:hover {
  filter: saturate(0)
}

.lrn-prog .lp-instructors .ins-col .ic-body {
  padding: 16px 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrn-prog .lp-instructors .ins-col .ic-name {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  line-height: 1.4
}

.lrn-prog .lp-instructors .ins-col .ic-role {
  font-size: 14px;
  color: #D01478;
  font-weight: 600;
  line-height: 1.4
}

.lrn-prog .lp-instructors .ins-col .ic-bio {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0
}

.lrn-prog .lp-instructors .ins-col.center .ic-name {
  font-size: 22px
}

.lrn-prog .lp-instructors .ins-right-stack {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lrn-prog .lp-instructors .ins-right-stack .ir-card {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 1px 6px 0 #e8f10114;
  border: 1px solid #eee
}

.lrn-prog .lp-instructors .ins-right-stack .ir-card .ir-thumb {
  width: 64px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0
}

.lrn-prog .lp-instructors .ins-right-stack .ir-card .ir-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  filter: saturate(0.85);
  transition: filter .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.lrn-prog .lp-instructors .ins-right-stack .ir-card .ir-thumb img:hover {
  filter: saturate(0)
}

.lrn-prog .lp-instructors .ins-right-stack .ir-card .ir-info .ir-name {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  line-height: 1.4
}

.lrn-prog .lp-instructors .ins-right-stack .ir-card .ir-info .ir-role {
  font-size: 14px;
  color: #D01478;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px
}

.lrn-prog .lp-instructors .ins-right-stack .ir-card .ir-info p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0
}

.lrn-prog .lp-instructors .ins-metrics {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.lrn-prog .lp-instructors .ins-metrics .im-item {
  background: #E8F101;
  border-radius: 10px;
  padding: 16px;
  text-align: left;
  box-shadow: 0 7px 18px 0 #e8f1011c
}

.lrn-prog .lp-instructors .ins-metrics .im-item .im-val {
  font-size: 29px;
  font-weight: 900;
  color: #111;
  line-height: 1.1
}

.lrn-prog .lp-instructors .ins-metrics .im-item .im-lbl {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  margin-top: 8px
}

@media (max-width: 1024px) {
  .lrn-prog .lp-split {
    grid-template-columns: 1fr 1fr
  }

  .lrn-prog .lp-split .lp-left {
    padding: 32px
  }

  .lrn-prog .lp-split .lp-left .lp-h1 {
    font-size: 29px
  }

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

  .lrn-prog .lp-instructors .ins-cols {
    grid-template-columns: 1fr 1fr
  }

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

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

  .lrn-prog .lp-split .lp-right {
    min-height: 260px
  }

  .lrn-prog .lp-split .lp-left {
    padding: 32px 16px
  }

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

  .lrn-prog .lp-mods .mod-head {
    flex-direction: column;
    align-items: flex-start
  }

  .lrn-prog .lp-instructors .ins-cols {
    grid-template-columns: 1fr
  }

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

@media (max-width: 360px) {
  .lrn-prog .lp-split .lp-left .lp-h1 {
    font-size: 22px
  }

  .lrn-prog .lp-instructors .ins-metrics {
    grid-template-columns: 1fr
  }
}

.succ-pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 16px;
  background: #fff
}

.succ-pg .succ-wrap {
  max-width: 1170px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.succ-pg .succ-icon {
  width: 72px;
  height: 72px;
  border-radius: 44px;
  background: #E8F101;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 18px 0 #e8f1011c;
  flex-shrink: 0
}

.succ-pg .succ-icon svg {
  display: block
}

.succ-pg .succ-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 44px 0 #e8f1011c;
  padding: 64px;
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-top: 4px solid #E8F101
}

.succ-pg .succ-card .succ-label {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #D01478;
  font-weight: 600
}

.succ-pg .succ-card .succ-h {
  font-size: 29px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
  margin: 0
}

.succ-pg .succ-card .succ-txt {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0
}

.succ-pg .succ-card .succ-divider {
  width: 48px;
  height: 3px;
  background: #14FEE7;
  border-radius: 6px
}

.succ-pg .succ-card .succ-detail {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0
}

.succ-pg .succ-card .succ-detail em {
  color: #D01478;
  font-style: italic
}

.succ-pg .succ-card .succ-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px
}

.succ-pg .succ-card .btn-home {
  display: inline-block;
  padding: 16px 32px;
  background: #E8F101;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 1px 6px 0 #e8f10114;
  background-image: linear-gradient(135deg, #E8F101 60%, #d4dd00 100%);
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1), background-image .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.succ-pg .succ-card .btn-home:hover {
  box-shadow: 0 7px 18px 0 #e8f1011c;
  background-image: linear-gradient(135deg, #d4dd00 0%, #E8F101 100%)
}

.succ-pg .succ-card .btn-home:focus {
  outline: 3px solid #D01478;
  outline-offset: 2px
}

.succ-pg .succ-card .btn-prog {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 2px solid #14FEE7;
  transition: background .14s cubic-bezier(0.4, 0, 0.6, 1), border-color .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.succ-pg .succ-card .btn-prog:hover {
  background: #14FEE7
}

.succ-pg .succ-card .btn-prog:focus {
  outline: 3px solid #D01478;
  outline-offset: 2px
}

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

  .succ-pg .succ-card .succ-h {
    font-size: 22px
  }

  .succ-pg .succ-card .succ-actions {
    flex-direction: column
  }
}

@media (max-width: 360px) {
  .succ-pg {
    padding: 32px 8px
  }

  .succ-pg .succ-card {
    padding: 16px;
    gap: 16px
  }
}